summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)Author
2010-12-10enic: Add ndo_set_rx_mode support for enic vnicsRoopa Prabhu
2010-12-10sfc: convert references to LRO to GROstephen hemminger
2010-12-10enic: Bug Fix: Pass napi reference to the isr that services receive queueVasanthy Kolluri
2010-12-10stmmac: Remove redundant unlikely()Tobias Klauser
2010-12-10ifb: use the lockless variants of skb_queueChangli Gao
2010-12-10ifb: remove unused macro TX_TIMEOUTChangli Gao
2010-12-10ifb: remove the useless debug statsChangli Gao
2010-12-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-12-10sfc: Remove ancient support for nesting of TX stopBen Hutchings
2010-12-10sfc: Remove unused field and comment on a previously removed fieldBen Hutchings
2010-12-10r8169: Fix runtime power managementRafael J. Wysocki
2010-12-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2010-12-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2010-12-10fix comment typos concerning "consistent"Uwe Kleine-König
2010-12-09bnx2x: Update version number and a date.Vladislav Zolotarov
2010-12-09bnx2x: Fixed a compilation warningVladislav Zolotarov
2010-12-09bnx2x: Use dma_alloc_coherent() semantics for ILT memory allocationVladislav Zolotarov
2010-12-09bnx2x: LSO code was broken on BE platformsVladislav Zolotarov
2010-12-09hso: IP checksuming doesn't work on GE0301 option cardsThomas Bogendoerfer
2010-12-09net: Convert netpoll blocking api in bonding driver to be a counterNeil Horman
2010-12-09iwlagn: implement layout-agnostic EEPROM readingWey-Yi Guy
2010-12-09iwlagn: rename enhanced txpower fieldsJohannes Berg
2010-12-09ath: fix build break with ATH_DBG_WARN_ON_ONCEJohn W. Linville
2010-12-09ath5k: Fix modinfo does not list alias -> pci-id linesSedat Dilek
2010-12-08can: slcan: Add missing linux/sched.h include.David S. Miller
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-12-08ath9k_hw: warn if we cannot change the power to the chipLuis R. Rodriguez
2010-12-08ath9k: skip ATH9K_INT_TIM_TIMER when we are idleLuis R. Rodriguez
2010-12-08b43: rename config option for N-PHY, drop BROKENRafał Miłecki
2010-12-08b43: fix split of N-PHY devices into supported and not (based on PHY rev)Rafał Miłecki
2010-12-08b43: set TMS to work with current band width for N-PHYRafał Miłecki
2010-12-08b43: N-PHY: silence warningsRafał Miłecki
2010-12-08b43: flush PHY writes when neededRafał Miłecki
2010-12-08b43: N-PHY: implement own masksetRafał Miłecki
2010-12-08b43: N-PHY: reorder and optimize tables initializationRafał Miłecki
2010-12-08b43: N-PHY: update init tablesRafał Miłecki
2010-12-08ath9k: Check for NULL sta in ath_tx_startBen Greear
2010-12-08orinoco: fix TKIP countermeasure behaviourDavid Kilroy
2010-12-08orinoco: clear countermeasure setting on commitDavid Kilroy
2010-12-08ath9k_htc: Fix suspend/resumeSujith Manoharan
2010-12-08ath5k: Put the right tsf value in mesh beaconsJavier Cardona
2010-12-08ath5k: Prevent mesh interfaces from being counted as ad-hocJavier Cardona
2010-12-08ath5k: Fix beaconing in mesh modeJavier Cardona
2010-12-08orinoco: initialise priv->hw before assigning the interruptDavid Kilroy
2010-12-08ehea: Fixing LRO configurationBreno Leitao
2010-12-08driver/net/benet: fix be_cmd_multicast_set() memcpy bugJoe Jin
2010-12-08Merge branch 'sfc-2.6.37' of git://git.kernel.org/pub/scm/linux/kernel/git/bw...David S. Miller
2010-12-08via-rhine: hardware VLAN supportRoger Luethi
2010-12-08ifb: goto resched directly if error happens and dp->tq isn't emptyChangli Gao