summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ARM: 6533/1: Thumb-2: Make CONFIG_THUMB2_KERNEL depend on !CPU_V6Dave Martin2010-12-141-1/+1
| * | | | | Change bcmring Maintainer list.Jiandong Zheng2010-12-141-2/+2
| * | | | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2010-12-123-3/+3
| |\ \ \ \ \
| | * | | | | ARM: pxa/palm: fix ifdef around gen_nand driver registrationMarek Vasut2010-11-301-1/+2
| | * | | | | ARM: pxa: fix pxa2xx-flash section mismatchMarek Vasut2010-11-301-1/+1
| | * | | | | ARM: mmp2: remove not used clk_rtcJason Chagas2010-11-301-1/+0
| | |/ / / /
| * | | | | ARM: Update mach-typesRussell King2010-12-121-4/+179
| * | | | | ARM: 6528/1: Use CTR for the I-cache line size on ARMv7Catalin Marinas2010-12-122-10/+27
| * | | | | ARM: 6527/1: Use CTR instead of CCSIDR for the D-cache line size on ARMv7Catalin Marinas2010-12-121-6/+6
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-12-1413-409/+64
|\ \ \ \ \
| * | | | | sparc: Write to prom console using indirect buffer.David S. Miller2010-11-305-29/+52
| * | | | | sparc: Delete prom_*getchar().David S. Miller2010-11-304-83/+0
| * | | | | sparc: Pass buffer pointer all the way down to prom_{get,put}char().David S. Miller2010-11-306-54/+55
| * | | | | sparc: Do not export prom_nb{get,put}char().David S. Miller2010-11-174-20/+4
| * | | | | sparc64: Delete prom_setcallback().David S. Miller2010-11-162-22/+0
| * | | | | sparc64: Unexport prom_service_exists().David S. Miller2010-11-162-2/+1
| * | | | | sparc: Kill prom devops_{32,64}.cDavid S. Miller2010-11-165-195/+0
| * | | | | sparc: Remove prom_pathtoinode()David S. Miller2010-11-164-36/+0
| * | | | | sparc64: Delete prom_puts() unused.David S. Miller2010-11-161-16/+0
| * | | | | SPARC/LEON: removed constant timer initialization as if HZ=100, now it reflec...Daniel Hellstrom2010-10-291-2/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-12-14104-353/+569
|\ \ \ \ \ \
| * | | | | | pppoe.c: Fix kernel panic caused by __pppoe_xmitAndrej Ota2010-12-121-1/+1
| * | | | | | WAN: Fix a TX IRQ causing BUG() in PC300 and PCI200SYN drivers.Krzysztof Halasa2010-12-121-1/+4
| * | | | | | bnx2x: Advance a version number to 1.60.01-0Vladislav Zolotarov2010-12-121-2/+2
| * | | | | | bnx2x: Fixed a compilation warningVladislav Zolotarov2010-12-121-2/+2
| * | | | | | bnx2x: LSO code was broken on BE platformsVladislav Zolotarov2010-12-121-16/+26
| * | | | | | qlge: Fix deadlock when cancelling worker.Ron Mercer2010-12-123-8/+6
| * | | | | | Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2010-12-121-1/+2
| |\ \ \ \ \ \
| | * | | | | | vhost: correctly set bits of dirty pagesMichael S. Tsirkin2010-11-291-1/+2
| * | | | | | | net: fix skb_defer_rx_timestamp()Eric Dumazet2010-12-101-2/+4
| * | | | | | | cxgb4vf: Ingress Queue Entry Size needs to be 64 bytesCasey Leedom2010-12-101-4/+11
| * | | | | | | phy: add the IC+ IP1001 driverGiuseppe CAVALLARO2010-12-102-6/+55
| * | | | | | | atm: correct sysfs 'device' link creation and parent relationshipsDan Williams2010-12-1019-42/+41
| * | | | | | | MAINTAINERS: remove me from tulipKyle McMartin2010-12-101-1/+0
| * | | | | | | SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped addressWei Yongjun2010-12-101-0/+8
| * | | | | | | enic: Bug Fix: Pass napi reference to the isr that services receive queueVasanthy Kolluri2010-12-101-1/+2
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-12-1016-66/+100
| |\ \ \ \ \ \ \
| | * | | | | | | orinoco: fix TKIP countermeasure behaviourDavid Kilroy2010-12-081-2/+2
| | * | | | | | | orinoco: clear countermeasure setting on commitDavid Kilroy2010-12-081-0/+6
| | * | | | | | | mac80211: Fix BUG in pskb_expand_head when transmitting shared skbsHelmut Schaa2010-12-081-3/+18
| | * | | | | | | ath9k_htc: Fix suspend/resumeSujith Manoharan2010-12-084-2/+18
| | * | | | | | | ath5k: Put the right tsf value in mesh beaconsJavier Cardona2010-12-081-1/+2
| | * | | | | | | ath5k: Prevent mesh interfaces from being counted as ad-hocJavier Cardona2010-12-081-1/+1
| | * | | | | | | ath5k: Fix beaconing in mesh modeJavier Cardona2010-12-081-3/+5
| | * | | | | | | orinoco: initialise priv->hw before assigning the interruptDavid Kilroy2010-12-082-14/+14
| | * | | | | | | ath9k: fix beacon resource related race conditionRajkumar Manoharan2010-12-071-14/+7
| | * | | | | | | ath9k: Fix STA disconnect issue due to received MIC failed bcast framesSenthil Balasubramanian2010-12-072-3/+9
| | * | | | | | | ath9k: fix a DMA related race condition on resetFelix Fietkau2010-12-073-19/+10
| | * | | | | | | ath9k: fix bug in tx powerMatteo Croce2010-12-071-4/+8
| * | | | | | | | ipv6: fix nl group when advertising a new linkNicolas Dichtel2010-12-101-2/+2
OpenPOWER on IntegriCloud