summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller24-77/+346
2010-09-27net: r6040: store BIOS default MAC in perm_addOtavio Salvador1-0/+3
2010-09-27net: loopback driver cleanupEric Dumazet1-15/+5
2010-09-27s390: use free_netdev(netdev) instead of kfree()Vasiliy Kulikov1-2/+2
2010-09-27sgiseeq: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy1-1/+1
2010-09-27rionet: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy1-1/+1
2010-09-27ibm_newemac: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy1-2/+2
2010-09-27smsc911x: Add MODULE_ALIAS()Vincent Stehlé1-0/+1
2010-09-27drivers/net: return operator cleanupEric Dumazet106-764/+762
2010-09-27de2104x: fix TP link detectionOndrej Zary1-2/+21
2010-09-27de2104x: fix power managementOndrej Zary1-0/+3
2010-09-25ixgbevf: Refactor ring parameter re-sizeGreg Rose1-74/+79
2010-09-25de2104x: disable autonegotiation on broken hardwareOndrej Zary1-2/+10
2010-09-25stmmac: review the wake-up supportGiuseppe Cavallaro5-20/+23
2010-09-25net: Add Gigabit Ethernet driver of Topcliff PCHMasayuki Ohtake11-0/+4824
2010-09-24e1000: use GRO for receiveJesse Brandeburg1-11/+8
2010-09-24e1000: fix occasional panic on unloadJesse Brandeburg1-1/+19
2010-09-24e1000: use work queuesJesse Brandeburg2-1/+27
2010-09-23e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flagsYi Zou5-5/+15
2010-09-23igb: Add support for DH89xxCCJoseph Gasparakis6-14/+247
2010-09-23igb: clear VF_PROMISC bits instead of setting all other bitsAlexander Duyck1-1/+2
2010-09-23e1000e: 82579 do not gate auto config of PHY by hardware during nominal useBruce Allan1-9/+68
2010-09-23e1000e: 82579 jumbo frame workaround causing CRC errorsBruce Allan2-21/+20
2010-09-23e1000e: 82579 unaccounted missed packetsBruce Allan2-0/+49
2010-09-23e1000e: 82566DC fails to get linkBruce Allan1-2/+5
2010-09-23e1000e: 82579 SMBus address and LEDs incorrect after device resetBruce Allan1-3/+3
2010-09-23e1000e: 82577/8/9 issues with device in SxBruce Allan1-8/+39
2010-09-23atl1: zero out CMB and SBM in atl1_free_ring_resourcesLuca Tettamanti1-0/+6
2010-09-23atl1: fix resumeLuca Tettamanti1-2/+3
2010-09-23sfc: Add support for SFE4003 board and TXC43128 PHYBen Hutchings5-1/+656
2010-09-23sfc: Remove support for SFN4111T, SFT9001 and Falcon GMACBen Hutchings10-893/+56
2010-09-22Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller125-3102/+16884
2010-09-22net: constify some ppp/pptp structsEric Dumazet3-7/+7
2010-09-22sundance: Use dev_kfree_skb_any() helperDenis Kirjanov1-5/+1
2010-09-22sundance: Handle DMA mapping errorsDenis Kirjanov1-0/+21
2010-09-22sundance: Convert to DMA APIDenis Kirjanov1-44/+43
2010-09-22drivers: atm: use native kernel's hex_to_bin() funcAndy Shevchenko1-4/+2
2010-09-22tmspci: fix tr%d in printkMeelis Roos1-6/+4
2010-09-22sfc: Fix build due to lack of vmalloc.h include.David S. Miller1-0/+1
2010-09-22sfc: Clean up and correct comments on efx_monitor()Ben Hutchings1-13/+10
2010-09-22sfc: Include RX IP filter table in register dumpBen Hutchings1-3/+2
2010-09-22sfc: Implement the ethtool RX n-tuple control functionsBen Hutchings3-4/+118
2010-09-22sfc: Add filter table managementBen Hutchings7-1/+678
2010-09-22netxen: dont set skb->truesizeEric Dumazet1-3/+0
2010-09-22qlcnic: dont set skb->truesizeEric Dumazet1-5/+0
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville125-3102/+16884
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-0/+5
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