summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-12-08net/mpc5200: Fix locking on fec_mpc52xx driverAsier Llano1-59/+62
2009-12-08myri10ge: use src+dst for rss hashingBrice Goglin1-2/+2
2009-12-08atm: [br2684] allow routed mode operation againchas williams - CONTRACTOR1-3/+8
2009-12-08atm: [he] adjust tests to account for sk_wmem_alloc changeschas williams - CONTRACTOR1-2/+2
2009-12-08atm: [lec] initialize .netdev_ops before calling register_netdev()chas williams - CONTRACTOR1-9/+1
2009-12-08[PATCH] tcp: documents timewait refcnt tricks Eric Dumazet1-14/+24
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet3-8/+26
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet8-17/+35
2009-12-08ixgbe: add support for 82599 KR device 0x1517Don Skidmore3-0/+4
2009-12-08ixgbe: Fix TX stats accountingEric Dumazet2-16/+5
2009-12-08e1000e: only perform ESB2 MDIC workaround on certain configurationsBruce Allan2-33/+69
2009-12-08e1000e: replace incorrect use of GG82563_REG macroBruce Allan2-3/+7
2009-12-08e1000e: minor correction to name of bit in CTRL_EXT registerBruce Allan2-2/+2
2009-12-08tcp: Remove runtime check that can never be true.David S. Miller1-5/+0
2009-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller14-201/+228
2009-12-08sctp: fix compile error due to sysctl mismergeLinus Torvalds1-1/+0
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds107-2132/+24813
2009-12-08Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds39-272/+844
2009-12-08Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds307-3020/+18456
2009-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds16-173/+624
2009-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds9-147/+159
2009-12-08Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds459-4990/+24400
2009-12-08Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds28-723/+248
2009-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds10-155/+184
2009-12-08Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds45-1579/+2936
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1394-70422/+113187
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds30-57/+2262
2009-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds285-7537/+21108
2009-12-08Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds9-379/+221
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds135-4748/+2183
2009-12-07ath5k: add support for Dell Vostro A860 LEDShahar Or1-0/+2
2009-12-07orinoco: remove spare KERN_DEBUGDavid Kilroy1-1/+1
2009-12-07rtl8187: Fix wrong rfkill switch mask for some modelsLarry Finger3-4/+17
2009-12-07ath9k: fix tx status reportingFelix Fietkau1-1/+1
2009-12-07mac80211: Fix bug in computing crc over dynamic IEs in beaconVasanthakumar Thiagarajan1-1/+1
2009-12-07net/rfkill/core.c: work around gcc-4.0.2 sillinessAndrew Morton1-2/+2
2009-12-07mwl8k: don't complain about oversized beacons in FINALIZE_JOINLennert Buytenhek1-21/+8
2009-12-07mwl8k: don't overwrite mwl8k_vif::bssid until after disassociationLennert Buytenhek1-3/+2
2009-12-07mwl8k: struct ieee80211_rx_status::qual is deprecatedLennert Buytenhek1-1/+0
2009-12-07mwl8k: don't forget to call pci_disable_device()Lennert Buytenhek1-1/+3
2009-12-07mwl8k: increase firmware loading timeoutsLennert Buytenhek1-3/+2
2009-12-07mwl8k: allow more time for transmit rings to drainLennert Buytenhek1-60/+67
2009-12-07mwl8k: allow more time for firmware commands to completeLennert Buytenhek1-2/+11
2009-12-07mwl8k: properly report rate on received 40MHz packetsLennert Buytenhek1-2/+8
2009-12-07mwl8k: fix addr4 zeroing and payload overwrite on DMA header creationLennert Buytenhek1-14/+15
2009-12-07mwl8k: prevent corruption of QoS field on receiveLennert Buytenhek1-15/+31
2009-12-07mwl8k: fix UPDATE_STADB command struct legacy_rates array lengthLennert Buytenhek1-38/+13
2009-12-07mwl8k: fix MCS bitmap size in SET_RATE commandLennert Buytenhek1-4/+3
2009-12-07mac80211: Fix dynamic power save for scanning.Vivek Natarajan2-4/+17
2009-12-07mac80211: recalculate idle later in MLMEJohannes Berg1-2/+8