Commit Graph

178 Commits (24307eef74bd38e3fc6a6df8f8a1bfc48967f9f6)

Author SHA1 Message Date
Martin Olsson 98a1708de1 trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments. 16 years ago
Chaitanya Lala 18760f1e74 e1000e: Expose MDI-X status via ethtool change 16 years ago
Simon Horman edfea6e641 e1000e: Call e1000e_config_collision_dist() after TCTL has been set 16 years ago
Dave Graham 23a2d1b233 e1000e: Fixes possible phy corrupton on 82571 designs. 16 years ago
Eric Dumazet 042a53a9e4 net: skb_shared_info optimization 16 years ago
Bruce Allan 3be8c940a6 e1000e: bump the version number 16 years ago
Bruce Allan 37289d9c1e e1000e: workaround a Tx hang on 82577/82578 16 years ago
Bruce Allan a4f58f5455 e1000e: add support for 82577/82578 GbE LOM parts 16 years ago
Bruce Allan 2adc55c959 e1000e: specify max supported frame size in adapter struct 16 years ago
Bruce Allan 3ec2a2b80f e1000e: correct flow control thresholds 16 years ago
Bruce Allan 918d7197aa e1000e: do not attempt to disable smart powerdown if not supported 16 years ago
Bruce Allan 6e50912a44 e1000e: enable CRC stripping by default 16 years ago
Eric Dumazet cdd0db058d net: dont update dev->trans_start 16 years ago
Alexander Duyck cbe7a81a73 igb/e1000e: update PSSR_MDIX value to reflect correct bit 16 years ago
Jesse Brandeburg c2d5ab4973 e1000/e1000e/igb/ixgb: don't txhang after link down 16 years ago
Jesse Brandeburg 4cb9be7ab4 e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarily 16 years ago
Jesse Brandeburg 9c563d2067 e1000e: indicate link down at load 16 years ago
Jesse Brandeburg a86043c2ad e1000e: fix bug in restart queue logic 16 years ago
Rafael J. Wysocki 4f9de721ab NET/e1000e: Fix powering off during shutdown 16 years ago
Jesse Brandeburg df26fd2c59 e1000/e1000: fix compile warning 16 years ago
Yang Hongyang 284901a90a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) 16 years ago
Yang Hongyang 6a35528a83 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) 16 years ago
Jesse Brandeburg 73afa53792 e1000e: update version number 16 years ago
Jesse Brandeburg a3c69fef7a e1000e: fix close interrupt race 16 years ago
Jesse Brandeburg a72d2b2cc6 e1000e: fix loss of multicast packets 16 years ago
Alexander Duyck 12d04a3c12 e1000e: commonize tx cleanup routine to match e1000 & igb 16 years ago
Bruce Allan bef28b1159 e1000e: add support for 82574 device ID 0x10F6 16 years ago
Arthur Jones 3f518390ab e1000e: fixup merge error 16 years ago
Arthur Jones 5f66f20806 e1000e: allow tx of pre-formatted vlan tagged packets 16 years ago
Alexander Duyck 1b7719c455 e1000e: fix dma error handling issues 16 years ago
Alexander Duyck 8c81c9c315 e1000e: add support for 82583 device id 16 years ago
Jesse Brandeburg 8ddc951c73 e1000e: fix unmap bug 16 years ago
Jesse Brandeburg fcf495b415 e1000e: remove workaround for e1000 hardware 16 years ago
Hannes Eder f637011795 drivers/net/e1000e: fix sparse warning: Should it be static? 16 years ago
dave graham 0a834a36ac e1000e: Remove mutex_trylock and associated WARN on failure. 16 years ago
dave graham c9523379d6 e1000e: Serdes - attempt autoneg when link restored. 16 years ago
dave graham 573cca8c6f e1000e: remove RXSEQ link monitoring for serdes 16 years ago
dave graham 5df3f0eaf8 e1000e: Disable dynamic clock gating for 82571 per si errata. 16 years ago
Jesse Brandeburg 111b9dc5c9 e1000e: add aer support 16 years ago
Alex Chiang 612e244c12 e1000e: normalize usage of serdes_has_link 16 years ago
Harvey Harrison 09640e6365 net: replace uses of __constant_{endian} 16 years ago
Jesse Brandeburg 78272bbab8 e1000e: workaround hw errata 16 years ago
Jesse Brandeburg 92af3e95e4 e1000e: drop lltx, remove unnecessary lock 16 years ago
Herbert Xu c405b82816 e1000e: Invoke VLAN GRO handler 16 years ago
Ben Hutchings 288379f050 net: Remove redundant NAPI functions 16 years ago
David Graham eefacf3b4f e1000e: Add process name to WARN message when detecting Mutex contention 16 years ago
Arjan van de Ven e8de1481fd resource: allow MMIO exclusivity for device drivers 16 years ago
Hannes Eder fa4c16da73 drivers/net/e1000e: fix sparse warnings: make symbols static 16 years ago
Neil Horman 908a7a16b8 net: Remove unused netdev arg from some NAPI interfaces. 16 years ago
Herbert Xu 89c88b16f1 e1000e: Add GRO support 16 years ago