summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | sfc: Stop the TX queues during loopback self-testsNeil Turton2011-04-123-2/+5
| * | | | | | ieee802154: Remove hacked CFLAGS in net/ieee802154/MakefileDavid S. Miller2011-04-131-2/+0
| * | | | | | irda: fix locking unbalance in irda_sendmsgDave Jones2011-04-131-2/+1
| * | | | | | net/natsami: store MAC into perm_addrOtavio Salvador2011-04-121-0/+3
| * | | | | | net/sis900: store MAC into perm_addr for SiS 900, 630E, 635 and 96x variantsOtavio Salvador2011-04-121-4/+19
| * | | | | | connector: fix skb double free in cn_rx_skb()Patrick McHardy2011-04-121-0/+1
| * | | | | | net: Do not wrap sysctl igmp_max_memberships in IP_MULTICASTJoakim Tjernlund2011-04-121-3/+0
| * | | | | | inetpeer: reduce stack usageEric Dumazet2011-04-121-6/+7
| * | | | | | bridge: reset IPCB in br_parse_ip_optionsEric Dumazet2011-04-121-4/+2
| * | | | | | llc: Fix length check in llc_fixup_skb().David S. Miller2011-04-121-2/+1
| |/ / / / /
| * | | | | caif: performance bugfix - allow radio stack to prioritize packets.Sjur Brændeland2011-04-111-1/+5
| * | | | | caif: Bugfix use for_each_safe when removing list nodes.Sjur Brændeland2011-04-111-2/+2
| * | | | | netxen: limit skb frags for non tso packetamit salecha2011-04-112-2/+19
| * | | | | bonding:fix two typosPeter Pan(潘卫平)2011-04-111-2/+2
| * | | | | net: fix tranmitted/tranmitting typoPeter Pan(潘卫平)2011-04-114-5/+5
| * | | | | bonding:delete unused rlb_interval_counterPeter Pan(潘卫平)2011-04-111-1/+0
| * | | | | bonding:delete unused alb_timerPeter Pan(潘卫平)2011-04-111-1/+0
| * | | | | bonding:set save_load to 0 when initializingPeter Pan(潘卫平)2011-04-111-1/+1
| * | | | | stmmac: fix Transmit Underflow errorGiuseppe CAVALLARO2011-04-111-1/+0
| * | | | | stmmac: fix open funct when exit on errorGiuseppe CAVALLARO2011-04-111-20/+28
| * | | | | stmmac: fixed dma lib build when turn-on the debug optionGiuseppe CAVALLARO2011-04-111-14/+14
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-04-116-8/+28
| |\| | | |
| | * | | | iwlegacy: make iwl3945 and iwl4965 select IWLWIFI_LEGACYJohn W. Linville2011-04-111-4/+5
| | * | | | p54: Initialize extra_len in p54_tx_80211Jason Conti2011-04-081-1/+1
| | * | | | ath9k: fix missing ath9k_ps_wakeup/ath9k_ps_restore callsFelix Fietkau2011-04-081-2/+10
| | * | | | ath: add missing regdomain pair 0x5c mappingChristian Lamparter2011-04-071-0/+1
| | * | | | mwl8k: do not free unrequested irqBrian Cavagnolo2011-04-071-1/+8
| | * | | | iwlagn: override 5300 EEPROM # of chainsJohannes Berg2011-04-071-0/+3
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2011-04-192-3/+5
|\ \ \ \ \ \
| * | | | | | PCI: pci-label: Fix build failure when CONFIG_NLS is set to 'm' by allmodconfigRandy Dunlap2011-04-122-3/+5
* | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-04-193-14/+21
|\ \ \ \ \ \ \
| * | | | | | | x86, gart: Make sure GART does not map physmem above 1TBJoerg Roedel2011-04-181-1/+8
| * | | | | | | x86, gart: Set DISTLBWALKPRB bit alwaysJoerg Roedel2011-04-182-3/+3
| * | | | | | | x86, gart: Convert spaces to tabs in enable_gart_translationJoerg Roedel2011-04-181-11/+11
* | | | | | | | Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-04-193-18/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | RTC: rtc-omap: Fix a leak of the IRQ during init failureAxel Lin2011-04-181-1/+1
| * | | | | | | | posix clocks: Replace mutex with reader/writer semaphoreRichard Cochran2011-04-182-17/+12
| |/ / / / / / /
* | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-04-1911-49/+64
|\ \ \ \ \ \ \ \
| * | | | | | | | perf, x86: Fix AMD family 15h FPU event constraintsRobert Richter2011-04-191-3/+17
| * | | | | | | | perf, x86: Fix pre-defined cache-misses event for AMD family 15h cpusAndre Przywara2011-04-191-1/+1
| * | | | | | | | perf evsel: Fix use of inheritArnaldo Carvalho de Melo2011-04-158-42/+41
| * | | | | | | | perf hists browser: Fix seg fault when annotate null symbolLin Ming2011-04-152-3/+5
* | | | | | | | | Revert "[media] V4L: videobuf, don't use dma addr as physical"Linus Torvalds2011-04-191-1/+1
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2011-04-199-34/+111
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | GFS2: filesystem hang caused by incorrect lock orderBob Peterson2011-04-186-21/+55
| * | | | | | | | | GFS2: Don't try to deallocate unlinked inodes when mounted roSteven Whitehouse2011-04-182-2/+7
| * | | | | | | | | GFS2: directly write blocks past i_sizeBenjamin Marzinski2011-04-181-10/+48
| * | | | | | | | | GFS2: write_end error path fails to unlock transaction lockBob Peterson2011-04-181-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Linux 2.6.39-rc4v2.6.39-rc4Linus Torvalds2011-04-191-1/+1
* | | | | | | | | Merge branch 'for-39-rc4' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds2011-04-192-5/+2
|\ \ \ \ \ \ \ \ \