aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Move PS wakeup/restore calls from isr to taskletVasanthakumar Thiagarajan2009-05-202-15/+9
* mac80211_hwsim: Group radiosDaniel Wagner2009-05-201-1/+34
* ath5k: update beacons in AP modeBob Copeland2009-05-201-14/+40
* p54spi: drop test for FW_STATE_RESET in p54spi_workMax Filippov2009-05-201-2/+1
* b43/legacy: fix beacon change processingJohannes Berg2009-05-202-25/+20
* p54spi: use firmware/DMA bug workaround that work under hight load in p54spi_rxMax Filippov2009-05-201-8/+20
* p54spi: always call p54spi_sleep in p54spi_tx_frame if p54spi_wakeup succeededMax Filippov2009-05-201-2/+2
* p54spi: return status of p54spi_wakeupMax Filippov2009-05-201-7/+7
* p54spi: cosmetic fixes: use even byte count in SPI write; drop unused interru...Max Filippov2009-05-201-6/+1
* p54spi: fix incorrect access sequence to DMA_WRITE_CTRL in p54spi_spi_write_dmaMax Filippov2009-05-201-5/+3
* drivers/net: use dev_get_drvdataJulia Lawall2009-05-201-1/+1
* iwlwifi: drop iwl3945_tid_dataTomas Winkler2009-05-201-5/+1
* iwlwifi: drop struct iwl3945_hw_keyTomas Winkler2009-05-202-9/+3
* b43legacy: Remove unnecessary MMIO in interrupt hotpathStefano Brivio2009-05-203-59/+25
* ath9k: cleanup beacon parameters configurationVasanthakumar Thiagarajan2009-05-202-28/+36
* ath9k: Remove unused parameters which are passed to ath_beacon_config_X()Vasanthakumar Thiagarajan2009-05-201-8/+5
* ath9k: Print hw reset failure status as signed intVasanthakumar Thiagarajan2009-05-202-6/+6
* ath9k: Fix PS mode operation to receive buffered broadcast/multicast framesJouni Malinen2009-05-203-7/+114
* ath9k: Clean up RX processing a bitJouni Malinen2009-05-201-26/+34
* ath9k: Fix a check for multicast address for virtual wiphyJouni Malinen2009-05-201-1/+1
* zd1211rw: Replace ZD_CS_MULTICAST with ZD_CS_NO_ACKGábor Stefanik2009-05-202-4/+4
* wireless: rename IEEE80211_CHAN_NO_FAT_* to HT40-/+Luis R. Rodriguez2009-05-202-6/+6
* cfg80211: Process regulatory max bandwidth checks for HT40Luis R. Rodriguez2009-05-201-4/+6
* sfc: Remove lro module parameterBen Hutchings2009-05-191-13/+2
* myri10ge: update version to 1.5.0-1.415Brice Goglin2009-05-191-1/+1
* myri10ge: allow LRO to be enabled via ethtoolBrice Goglin2009-05-191-4/+13
* ixgbe: Cleanup feature setup code to make the code more readableJesse Brandeburg2009-05-191-35/+50
* ixgbe: Change Direct Attach Twinax cable detection for SFP+ NICsPeter P Waskiewicz Jr2009-05-192-13/+11
* ixgbe: Add semaphore access for PHY initialization for 82599Peter P Waskiewicz Jr2009-05-191-0/+12
* r8169: allow true forced mode settingfrançois romieu2009-05-191-53/+59
* r8169: remove useless struct memberfrançois romieu2009-05-191-2/+0
* ppp: unset IFF_XMIT_DST_RELEASE in ppp_setup()Eric Dumazet2009-05-191-0/+1
* net: release dst entry in dev_hard_start_xmit()Eric Dumazet2009-05-187-0/+7
* net: FIX bonding sysfs rtnl_lock deadlockEric W. Biederman2009-05-181-3/+6
* netxen: fix msi irq setupDhananjay Phadke2009-05-181-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-1825-116/+190
|\
| * be2net: add two new pci device ids to pci device tableAjit Khaparde2009-05-182-5/+19
| * Neterion: *FIFO1_DMA_ERR set twice, should 2nd be *FIFO2_DMA_ERR?roel kluin2009-05-171-1/+1
| * mv643xx_eth: fix PPC DMA breakageGabriel Paubert2009-05-171-19/+22
| * bonding: fix link down handling in 802.3ad modeStephen Hemminger2009-05-171-3/+8
| * Merge branch 'linux-2.6.30.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2009-05-171-3/+2
| |\
| | * wimax/i2400m: fix device crash: fix optimization in _roq_queue_update_wsInaky Perez-Gonzalez2009-05-141-3/+2
| * | NET: Meth: Fix unsafe mix of irq and non-irq spinlocks.Ralf Baechle2009-05-171-13/+14
| * | mlx4_en: Fix not deleted napi structuresYevgeny Petrilin2009-05-171-1/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6Linus Torvalds2009-05-157-31/+89
| |\ \
| | * | iwlwifi: fix device id registration for 6000 series 2x2 devicesJay Sternberg2009-05-112-4/+6
| | * | ath5k: update channel in sw state after stopping RX and TXBob Copeland2009-05-111-9/+13
| | * | rtl8187: use DMA-aware buffers with usb_control_msgJohn W. Linville2009-05-113-16/+62
| | * | airo: airo_get_encode{,ext} potential buffer overflowJohn W. Linville2009-05-111-2/+8
| | |/
| * | Remove unreached code in drivers/net/mlx4/en_rx.cDan Carpenter2009-05-121-1/+0