summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2010-03-09wl1271: Implement looped IRQ handlingJuuso Oikarinen4-31/+55
2010-03-09wl1271: Don't mask interrupts while handling interruptJuuso Oikarinen1-4/+0
2010-03-09wl1271: Aggregate RX acknowledgements to FWJuuso Oikarinen1-1/+2
2010-03-09wl1271: Remove annoying PSM entry/exit kernel tracesJuuso Oikarinen1-2/+2
2010-03-09wl1271: Fix queue stopping/waking for TX pathJuuso Oikarinen3-21/+22
2010-03-09wl1271: Fix ad-hoc mode neighborhood detectionJuuso Oikarinen3-11/+10
2010-03-09wl1271: Improvements to the TX pathJuuso Oikarinen4-23/+29
2010-03-09wl1271: don't get received frames from hardware in PLT modeKalle Valo1-0/+7
2010-03-09wl1271: Fixed unloading of the wl1271_sdio moduleTeemu Paasikivi1-1/+4
2010-03-09wl1271: Changed access to fw status register to use raw readTeemu Paasikivi1-1/+1
2010-03-09wl1271: Initial SDIO implementationTeemu Paasikivi3-0/+315
2010-03-09wl1271: Divided driver to two separate modulesTeemu Paasikivi3-2/+23
2010-03-09wl1271: Removed wl1271_spi.h and made some functions staticTeemu Paasikivi13-116/+67
2010-03-09wl1271: Inlined IO functionsTeemu Paasikivi3-90/+78
2010-03-09wl1271: Implemented abstraction of IO functions.Teemu Paasikivi5-20/+62
2010-03-09wl1271: Added functions to enable/disable interrupt handlingTeemu Paasikivi6-6/+27
2010-03-09wl1271: Moved module basics to wl1271_spi.cTeemu Paasikivi3-186/+193
2010-03-09p54: Enable HW_REPORTS_TX_ACK_STATUSChristian Lamparter1-0/+1
2010-03-09ath5k: move ath5k_hw_register_timeout() into reset.cPavel Roskin3-31/+23
2010-03-09ath5k: remove useless "extern" from function declarationsPavel Roskin1-86/+95
2010-03-09ath5k: remove stale function declarations, make some functions staticPavel Roskin6-38/+21
2010-03-03rt2x00: Export rt2x00soc_probe from rt2x00socHelmut Schaa1-0/+1
2010-03-03mac80211: Fix HT rate control configurationSujith1-3/+3
2010-03-02iwlwifi: load firmware asynchronously before mac80211 registrationJohannes Berg2-78/+81
2010-03-02ar9170: load firmware asynchronouslyJohannes Berg3-70/+111
2010-03-02rt2x00: fix rt2800pci compilation with SoCHelmut Schaa1-1/+1
2010-03-02rt2x00: Add USB ID for CEIVA adapter to rt73usbBryan Polk1-0/+2
2010-03-02ath9k: fix lockdep warning when unloading moduleMing Lei1-2/+2
2010-03-02zd1211rw: fix potential array underflowDan Carpenter1-6/+4
2010-03-02airo: return from set_wep_key() when key length is zeroStanislaw Gruszka1-1/+2
2010-03-02virtio_net: remove forgotten assignmentJiri Pirko1-1/+0
2010-03-02be2net: fix tx completion pollingSathya Perla3-38/+37
2010-03-02sis190: fix cable detect via link status pollHerton Ronaldo Krzesinski1-5/+18
2010-03-01Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller8-291/+257
2010-03-01bnx2x: Tx barriers and locksVladislav Zolotarov1-9/+22
2010-02-28wireless: convert to use netdev_for_each_mc_addrJiri Pirko7-36/+31
2010-02-28axnet_cs: add new idKen Kawasaki1-0/+1
2010-02-28tg3: Remove now useless VPD codeMatt Carlson1-29/+23
2010-02-28bnx2: Remove now useless VPD codeMatt Carlson1-45/+29
2010-02-28pci: Add helper to search for VPD keywordsMatt Carlson2-43/+43
2010-02-28pci: Add VPD information field helper functionsMatt Carlson2-8/+10
2010-02-28pci: Add helper to find a VPD resource data typeMatt Carlson2-41/+9
2010-02-28pci: Add large and small resource data type codeMatt Carlson2-12/+34
2010-02-28pci: Add PCI LRDT tag size and section sizeMatt Carlson2-10/+11
2010-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2-58/+8
2010-02-28Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds4-228/+246
2010-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-4/+2
2010-02-27mac68k: move macsonic and macmace platform devicesFinn Thain2-58/+8
2010-02-27MIPS: AR7: Implement clock APIFlorian Fainelli1-1/+9
2010-02-27NET: au1000-eth: Convert to platform_driver modelFlorian Fainelli2-218/+232