summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * p54: completely ignore rx'd frames with bad FCSChristian Lamparter2009-03-161-7/+2Star
| * airo_cs: checkpatch.pl cleanupsJohn Daiker2009-03-161-35/+38
| * ath9k: Use suitable macros with 4k eeprom dataVasanthakumar Thiagarajan2009-03-161-9/+9
| * ipw2x00: remove obsolete enumsHelmut Schaa2009-03-161-17/+0Star
| * ipw2x00: Use IE definitions from linux/ieee80211.hHelmut Schaa2009-03-162-73/+42Star
| * ipw2x00: remove duplicated definesHelmut Schaa2009-03-161-53/+0Star
| * libipw: fix debug outputHelmut Schaa2009-03-163-19/+19
| * ath9k: always compile ath_radio_{en,dis}ableGabor Juhos2009-03-161-6/+6
| * ath9k: fix compile error in debug.cGabor Juhos2009-03-161-0/+2
| * ath9k: fix compile error in ahb.cGabor Juhos2009-03-161-0/+1
| * ath9k: fix AR_SREV_9100_OR_LATER macroGabor Juhos2009-03-162-23/+23
| * ath9k: move ar9100 version checking macros into a more appropriate placeGabor Juhos2009-03-161-7/+6Star
| * ath9k: cleanup AR5416 version checking macrosGabor Juhos2009-03-164-19/+22
| * ath9k: Incorrect AR9285 version check macroSenthil Balasubramanian2009-03-161-2/+2
| * ath9k: INI update for AR9285 and periodic PA offset caliberationSenthil Balasubramanian2009-03-165-83/+195
| * ath9k: RX buffers may be accessed/freed even before initialized/alloced.Senthil Balasubramanian2009-03-161-1/+1
| * ath9k: Get rid of unnecessary ATOMIC memory alloc during init timeSenthil Balasubramanian2009-03-162-7/+6Star
| * mac80211_hwsim: add support for 5 GHzLuis R. Rodriguez2009-03-161-36/+102
| * p54: enable power save supportChristian Lamparter2009-03-161-0/+2
| * p54: initial SoftLED supportChristian Lamparter2009-03-163-13/+143
| * p54: fix iwconfig txpower offChristian Lamparter2009-03-161-2/+2
| * p54pci: convert printk(KERN_* to dev_*Christian Lamparter2009-03-161-19/+10Star
| * p54: unify ieee80211 device registrationChristian Lamparter2009-03-165-16/+22
| * p54usb: stop USB core interference in exit pathChristian Lamparter2009-03-161-0/+1
| * ath9k: create a common debugfs_root for all device instancesGabor Juhos2009-03-163-8/+41
| * orinoco: firmware: consistently compile out fw cache support if not requestedAndrey Borzenkov2009-03-164-13/+33
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-1727-189/+5684
|\ \
| * | zd1211rw: Do not panic on device eject when associatedJouni Malinen2009-03-161-2/+6
| * | ath9k: AR9280 PCI devices must serialize IO as wellLuis R. Rodriguez2009-03-161-1/+2
| * | ath9k: implement IO serializationLuis R. Rodriguez2009-03-164-2/+55
| * | r8169: revert "r8169: read MAC address from EEPROM on init (2nd attempt)"françois romieu2009-03-161-112/+2Star
| * | r8169: use hardware auto-padding.françois romieu2009-03-161-8/+0Star
| * | igb: remove ASPM L0s workaroundAlexander Duyck2009-03-151-24/+2Star
| * | netxen: remove old flash check.Dhananjay Phadke2009-03-143-26/+0Star
| * | mv643xx_eth: fix unicast address filter corruption on mtu changeLennert Buytenhek2009-03-131-5/+5
| * | emac: Fix clock control for 405EX and 405EXr chipsBenjamin Herrenschmidt2009-03-131-0/+3
| * | ixgbe: fix multiple unicast address supportChris Leech2009-03-131-0/+1
| * | via-velocity: Fix DMA mapping length errors on transmit.Dave Jones2009-03-131-8/+7Star
| * | qlge: bugfix: Pad outbound frames smaller than 60 bytes.Ron Mercer2009-03-131-0/+3
| * | qlge: bugfix: Move netif_napi_del() to common call point.Ron Mercer2009-03-131-4/+6
| * | qlge: bugfix: Tell hw to strip vlan header.Ron Mercer2009-03-131-3/+3
| * | qlge: bugfix: Increase filter on inbound csum.Ron Mercer2009-03-132-12/+27
| * | dnet: replace obsolete *netif_rx_* functions with *napi_*Ilya Yanok2009-03-131-4/+4
| * | net: Add be2net driver.Sathya Perla2009-03-1210-0/+4369
| * | dnet: Fix warnings on 64-bit.David S. Miller2009-03-121-5/+5
| * | dnet: Dave DNET ethernet controller driver (updated)Ilya Yanok2009-03-124-0/+1231
* | | netxen: fix firmware download warningsDhananjay Phadke2009-03-172-15/+15
| |/ |/|
* | netxen: update version to 4.0.30Dhananjay Phadke2009-03-142-5/+4Star
* | netxen: add receive side scaling (rss) supportDhananjay Phadke2009-03-145-192/+404
* | netxen: remove old lro codeDhananjay Phadke2009-03-142-52/+25Star