aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-23e1000: use GRO for receiveJesse Brandeburg1-11/+8
2010-09-23e1000: fix occasional panic on unloadJesse Brandeburg1-1/+19
2010-09-23e1000: use work queuesJesse Brandeburg2-1/+27
2010-09-22e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flagsYi Zou5-5/+15
2010-09-22igb: Add support for DH89xxCCJoseph Gasparakis6-14/+247
2010-09-22igb: clear VF_PROMISC bits instead of setting all other bitsAlexander Duyck1-1/+2
2010-09-22sfc: Add support for SFE4003 board and TXC43128 PHYBen Hutchings5-1/+656
2010-09-22sfc: Remove support for SFN4111T, SFT9001 and Falcon GMACBen Hutchings10-893/+56
2010-09-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller125-3102/+16884
2010-09-21net: constify some ppp/pptp structsEric Dumazet3-7/+7
2010-09-21sundance: Use dev_kfree_skb_any() helperDenis Kirjanov1-5/+1
2010-09-21sundance: Handle DMA mapping errorsDenis Kirjanov1-0/+21
2010-09-21sundance: Convert to DMA APIDenis Kirjanov1-44/+43
2010-09-21drivers: atm: use native kernel's hex_to_bin() funcAndy Shevchenko1-4/+2
2010-09-21tmspci: fix tr%d in printkMeelis Roos1-6/+4
2010-09-21sfc: Fix build due to lack of vmalloc.h include.David S. Miller1-0/+1
2010-09-21sfc: Clean up and correct comments on efx_monitor()Ben Hutchings1-13/+10
2010-09-21sfc: Include RX IP filter table in register dumpBen Hutchings1-3/+2
2010-09-21sfc: Implement the ethtool RX n-tuple control functionsBen Hutchings3-4/+118
2010-09-21sfc: Add filter table managementBen Hutchings7-1/+678
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville125-3102/+16884
2010-09-21ath9k: make the driver specific rate control module optionalFelix Fietkau4-1/+22
2010-09-21ath9k: move ath_tx_aggr_check() to the rate control moduleFelix Fietkau3-15/+16
2010-09-21ath9k: clean up / fix aggregation session flushFelix Fietkau1-37/+26
2010-09-21ath9k: fix an aggregation start related race conditionFelix Fietkau3-6/+13
2010-09-21ath9k: clean up block ack window handlingFelix Fietkau2-6/+4
2010-09-21wl1271: bugfix: use bitwise-AND instead of logical-ANDEliad Peller1-2/+2
2010-09-21wl1271: avoid redundant memcpy of rx_statusEliad Peller1-3/+1
2010-09-21carl9170: fix hang in AP mode when HT STA does PSMChristian Lamparter1-2/+2
2010-09-21carl9170: reinit phy after HT settings have changedChristian Lamparter2-12/+14
2010-09-21carl9170: fix state downgrade during resetChristian Lamparter1-2/+0
2010-09-21carl9170: abort tasklet during usb resetChristian Lamparter1-0/+3
2010-09-21carl9170: don't load bogus nf of chain 1Christian Lamparter3-12/+9
2010-09-21carl9170: fix noise dBm conversionChristian Lamparter1-2/+2
2010-09-21carl9170: use rx chainmask from eepromChristian Lamparter1-1/+4
2010-09-21ath5k: Add tx queue configuration functionBruno Randolf1-1/+39
2010-09-21ath5k: Simplify cw_min/max and AIFS configurationBruno Randolf4-65/+65
2010-09-21ath5k: Keep last descriptor in queueBruno Randolf1-32/+32
2010-09-21ath5k: Count how many times a queue got stuckBruno Randolf3-0/+5
2010-09-21ath5k: Add watchdog for stuck TX queuesBruno Randolf3-0/+56
2010-09-21ath5k: Move tx frame completion into separate functionBruno Randolf1-50/+57
2010-09-21ath5k: Fix TX queues stoppingBruno Randolf1-5/+4
2010-09-21ath5k: Fix queue debug fileBruno Randolf1-2/+7
2010-09-21ath5k: Use four hardware queuesBruno Randolf2-7/+45
2010-09-21ath5k: reorder base.c to remove fwd declsBob Copeland1-898/+764
2010-09-21ath/ath5k/ath9k: Fix crypto capabilities merge issueBruno Randolf3-9/+5
2010-09-21carl9170: update AR9170 phy initvalsChristian Lamparter1-3/+5
2010-09-21wl1271: make ref_clock configurable by boardOhad Ben-Cohen5-5/+11
2010-09-21wl1271: take irq info from private board dataOhad Ben-Cohen1-7/+8
2010-09-21wl12xx: add platform data passing supportOhad Ben-Cohen3-1/+34