aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/e1000/e1000_ethtool.c
AgeCommit message (Expand)Author
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-07-22e1000: Move assignments in tests before testJoe Perches
2008-07-22e1000: Remove spaces after casts and function namesJoe Perches
2008-07-22e1000: Move extern function definitions to e1000.hJoe Perches
2008-07-22e1000: Use hw, er32, and ew32Joe Perches
2008-07-22e1000: neaten function declarationsJoe Perches
2008-06-27e1000: only enable TSO6 via ethtool when using correct hardwareAndy Gospodarek
2008-04-16e1000: convert uint16_t style integers to u16Joe Perches
2008-03-26e1000: Convert boolean_t to boolJoe Perches
2008-02-11replace code with FIELD_SIZEOFJulia Lawall
2008-01-28[netdrvr] checkpatch cleanupsJeff Garzik
2008-01-28[E1000]: Convert regtest macro's to functionsJoe Perches
2008-01-28netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LENAlejandro Martinez Ruiz
2007-12-07e1000: fix memcpy in e1000_get_stringsRoel Kluin
2007-10-30e1000: sparse warnings fixesStephen Hemminger
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng
2007-09-27e1000: Add device IDs of blade version of the 82571 quad portAuke Kok
2007-08-14e1000: Add device IDs of new 82571 board variantsAuke Kok
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox
2007-04-28e1000: ROUND_UP macro cleanup in drivers/net/e1000Milind Arun Choudhary
2007-04-28e1000: Use kcalloc()Yan Burman
2007-04-28e1000: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish
2007-02-17e1000: allow ethtool to see link status when downKok, Auke
2007-02-05remove NETIF_F_TSO ifdeferyArjan van de Ven
2006-12-26e1000: 3 new driver stats for managability testingJeff Garzik
2006-12-02e1000: add queue restart counterJesse Brandeburg
2006-12-02e1000: New hardware supportAuke Kok
2006-12-02e1000: FIX: enable hw TSO for IPV6Auke Kok
2006-12-02e1000: whitespace changes, comments, typosAuke Kok
2006-10-24e1000: FIX: 82542 doesn't support WoLAuke Kok
2006-10-24e1000: FIX: don't poke at manageability registers for incompatible adaptersJesse Brandeburg
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-27e1000: possible memory leak in e1000_set_ringparamVasily Averin
2006-09-27e1000: driver state fixes (race fix)Auke Kok
2006-09-27e1000: allow ethtool to pass arbitrary speed advertismentJeff Kirsher
2006-09-27e1000: add multicast stats countersMitch Williams
2006-09-27e1000: remove unused code and make symbols staticNicholas Nunley
2006-09-27e1000: rename flow control symbolsJeff Kirsher
2006-09-27e100, e1000, ixgb: update copyright header and remove LICENSEAuke Kok
2006-09-19e1000, ixgb: Remove pointless wrappersJeff Garzik
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik
2006-08-31e1000: Add PCI ID 0x10a4 for our new 4-port PCI-Express deviceJesse Brandeburg
2006-08-31e1000: unify WoL capability detection codeJesse Brandeburg
2006-08-28e1000: Whitespace cleanup, cosmetic changesAuke Kok
2006-08-16e1000: explicit locking for two ethtool path functionsJesse Brandeburg
2006-08-16e1000: Explicitly power up the PHY during loopback testing.Jesse Brandeburg
2006-07-05Merge branch 'upstream' of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 ...Jeff Garzik
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner