aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-09e1000e: add custom set_d[0|3]_lplu_state function pointer for 82574Bruce Allan2-0/+57
2011-01-09e1000e: power off PHY after reset when interface is downBruce Allan3-35/+53
2011-01-09e1000e: use either_crc_le() rather than re-write itBruce Allan2-18/+2
2011-01-09e1000e: properly bounds-check string functionsBruce Allan2-7/+11
2011-01-09e1000e: convert calls of ops.[read|write]_reg to e1e_[r|w]phyBruce Allan3-53/+44
2011-01-09e1000e: cleanup variables set but not usedBruce Allan4-11/+21
2010-12-24e1000e: checkpatch warnings - bracesBruce Allan4-21/+12
2010-12-24e1000e: checkpatch error - open bracesBruce Allan3-15/+15
2010-12-24e1000e: checkpatch error - trailing statementsBruce Allan1-2/+2
2010-12-24e1000e: checkpatch error - macro panethesisBruce Allan2-56/+60
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław1-1/+1
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo1-3/+3
2010-12-10e1000e: increment the driver versionBruce Allan1-1/+1
2010-12-10e1000e: static analysis tools complain of a possible null ptr p dereferenceBruce Allan1-0/+3
2010-12-10e1000e: minor error message correctionsBruce Allan2-2/+2
2010-12-10e1000e: prevent null ptr dereference in e1000_tx_queue()Bruce Allan1-2/+2
2010-12-10e1000e: support new PBA format from EEPROMBruce Allan4-28/+130
2010-12-10e1000e: 82579 PHY incorrectly identified during initBruce Allan2-5/+25
2010-12-10e1000e: 82577/8/9 mis-configured OEM bits during S0->SxBruce Allan1-1/+1
2010-12-10e1000e: 82571 Serdes can fail to get linkBruce Allan1-8/+27
2010-12-10e1000e: 82577/8 must acquire h/w semaphore before workaroundBruce Allan1-0/+7
2010-12-10e1000e: 82574/82583 performance improvementBruce Allan1-2/+2
2010-12-10e1000e: 82571-based mezzanine card can fail ethtool link testBruce Allan1-1/+6
2010-12-10e1000e: fix double initialization in blink pathHolger Eitzenberger3-2/+3
2010-12-10Intel Wired LAN drivers: Use static constJeff Kirsher1-5/+6
2010-12-10netdev: Use default implementation of ethtool_ops::get_link where possibleBen Hutchings1-15/+1
2010-11-27drivers/net: use vzalloc()Eric Dumazet1-4/+2
2010-11-16e1000e: add netpoll support for MSI/MSI-X IRQ modesDongdong Deng1-4/+45
2010-11-16e1000e: 82574 intermittently fails to initialize with manageability f/wBruce Allan1-19/+120
2010-11-16e1000e: 82571 SerDes link handle null code word from partnerBruce Allan2-1/+4
2010-11-15drivers/net/e1000e: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-10-28e1000e: Add check for reset flags before displaying reset messageCarolyn Wyborny1-2/+5
2010-10-28e1000e: reset PHY after errors detectedCarolyn Wyborny3-0/+63
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-1/+1
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross1-1/+1
2010-10-18e1000e: Fix for offline diag test failure at first callCarolyn Wyborny1-11/+8
2010-09-30e1000e: 82579 performance improvementsBruce Allan3-7/+46
2010-09-30e1000e: use hardware writeback batchingJesse Brandeburg6-4/+88
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-43/+184
2010-09-26drivers/net: return operator cleanupEric Dumazet2-3/+3
2010-09-22e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flagsYi Zou1-1/+3
2010-09-22e1000e: 82579 do not gate auto config of PHY by hardware during nominal useBruce Allan1-9/+68
2010-09-22e1000e: 82579 jumbo frame workaround causing CRC errorsBruce Allan2-21/+20
2010-09-22e1000e: 82579 unaccounted missed packetsBruce Allan2-0/+49
2010-09-22e1000e: 82566DC fails to get linkBruce Allan1-2/+5
2010-09-22e1000e: 82579 SMBus address and LEDs incorrect after device resetBruce Allan1-3/+3
2010-09-22e1000e: 82577/8/9 issues with device in SxBruce Allan1-8/+39
2010-09-14e1000e: Simplify MSI interrupt testingJean Delvare1-25/+4
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+2
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches1-2/+2