aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07wl1251: don't build null data template in wl1251_op_config()Kalle Valo1-4/+0
2009-12-07wl1251: fix bssid handlingKalle Valo1-15/+15
2009-12-07wl1251: remove false warning messagesKalle Valo1-2/+0
2009-12-07iwlwifi: fix warning from ieee80211_stop_tx_ba_cb_irqsafe argument changeJohn W. Linville1-1/+1
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller19-1339/+865
2009-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds21-1425/+907
2009-12-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller69-1954/+2581
2009-12-04iwmc3200wifi: Enable wimax core through module parameterSamuel Ortiz1-2/+5
2009-12-04iwmc3200wifi: Add wifi-wimax coexistence mode as a module parameterSamuel Ortiz3-6/+8
2009-12-04iwmc3200wifi: Coex table command does not expect a responseSamuel Ortiz1-1/+1
2009-12-04iwmc3200wifi: Update wiwi priority tableSamuel Ortiz1-4/+4
2009-12-04iwlwifi: driver version track kernel versionReinette Chatre2-4/+4
2009-12-04iwlwifi: indicate uCode type when fail dump error/event logWey-Yi Guy1-2/+6
2009-12-04iwl3945: remove duplicated event logging codeWey-Yi Guy1-9/+0
2009-12-04b43: fix two warningsJohannes Berg1-0/+1
2009-12-04ipw2100: fix rebooting hang with driver loadedZhu Yi1-0/+11
2009-12-04iwmc3200wifi: fix NULL pointer dereference in pmkid updateZhu Yi1-2/+4
2009-12-04ath9k: enable 2GHz band only if the device supports itGabor Juhos3-14/+31
2009-12-04airo: Fix integer overflow warningMichael Buesch1-1/+1
2009-12-04rt2x00: Fix padding bug on L2PAD devices.Gertjan van Wingerde1-1/+1
2009-12-04b43legacy: avoid PPC fault during resumeLarry Finger1-0/+7
2009-12-04b43: avoid PPC fault during resumeLarry Finger1-2/+8
2009-12-03be2net: Add support for ethtool self testSuresh R3-0/+223
2009-12-03net: Fix ks8851 snl NULL pointer dereference OopsTristram Ha1-2/+2
2009-12-03netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney1-21/+3
2009-12-03bnx2: Refine VPD logic.Michael Chan1-28/+21
2009-12-03ixgbe: use EIAM to automask MSI-XJesse Brandeburg1-6/+19
2009-12-03ixgbe: performance tweaksJesse Brandeburg3-30/+27
2009-12-03ixgbe: change default ring sizeJesse Brandeburg1-2/+2
2009-12-03ixgbe: select FCoE Tx queue in ndo_select_queueYi Zou1-10/+14
2009-12-03ixgbe: use known user priority for FCoE when DCB is enabledYi Zou3-13/+28
2009-12-03usbnet & cdc-ether: Autosuspend for online devicesOliver Neukum2-29/+136
2009-12-03cdc-ether: Implement reset_resume()Oliver Neukum1-0/+1
2009-12-03bnx2: Update version to 2.0.3.Michael Chan1-2/+2
2009-12-03bnx2: Read firmware version from VPD.Michael Chan1-3/+99
2009-12-03bnx2: Print warning when unable to allocate the full SKB/page ring.Michael Chan1-2/+10
2009-12-03bnx2: Dump some state during tx timeout.Michael Chan2-0/+25
2009-12-03bnx2: Protect tx timeout reset with rtnl_lock().Michael Chan1-1/+5
2009-12-03tg3: Update version to 3.105Matt Carlson1-2/+2
2009-12-03tg3: Clean tg3_init_one()Matt Carlson1-6/+2
2009-12-03tg3: Use pci_read_vpd() instead of private methodMatt Carlson1-23/+12
2009-12-03tg3: Add some VPD preprocessor constantsMatt Carlson2-9/+16
2009-12-03tg3: Add 57765 asic revMatt Carlson2-19/+62