summaryrefslogtreecommitdiff
path: root/drivers/net/igb/igb_ethtool.c
AgeCommit message (Expand)Author
2013-01-23igb: Add Support for new i210/i211 devices.Carolyn Wyborny
2011-08-04intel drivers: repair missing flush operationsJesse Brandeburg
2011-07-21igb: Fix for DH89xxCC near end loopback testRobert Healy
2011-07-11igb: Update copyright on all igb driver files.Carolyn Wyborny
2011-06-21igb: convert to ndo_fix_featuresMichał Mirosław
2011-05-07igb: convert to ethtool set_phys_idJeff Kirsher
2011-04-29net/igb/e1000/e1000e: more robust ethtool duplex/speed configurationDavid Decotigny
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny
2011-03-12igb: Add DMA Coalescing feature to driverCarolyn Wyborny
2011-03-12igb: Update NVM functions to work with i350 devicesCarolyn Wyborny
2011-03-07igb: Add stats output for OS2BMC feature on i350 devicesCarolyn Wyborny
2011-03-03igb: Fix strncpy calls to be safe per source code review toolsCarolyn Wyborny
2011-03-03igb: Fix reg pattern test in ethtool for i350 devicesCarolyn Wyborny
2010-10-18igb: fix stats handlingEric Dumazet
2010-07-01igb: correct link test not being run when link is downAlexander Duyck
2010-04-27igb: convert igb from using PCI DMA functions to using DMA API functionsAlexander Duyck
2010-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-13igb: restrict WoL for 82576 ET2 Quad Port Server AdapterStefan Assmann
2010-04-13igb: modify register test for i350 to reflect read only bits in RDLEN/TDLENAlexander Duyck
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-22igb: add support for Intel I350 Gigabit Network ConnectionAlexander Duyck
2010-02-17igb: Allocate rings seperately instead of as a blockAlexander Duyck
2010-02-17igb: Power down link when interface is downNick Nunley
2010-02-17igb: Report link status in ethtool when interface is downNick Nunley
2010-02-17igb: add support for wake-on-linkNick Nunley
2009-12-23igb: check both function bits in status register in wol exceptionAlexander Duyck
2009-11-20igb: Add full support for 82580 devicesAlexander Duyck
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-13igb: Rework how netdev->stats is handledAlexander Duyck
2009-11-13igb: change type for ring sizes to u16 in igb_set_ring_paramAlexander Duyck
2009-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-10-28igb: Fix warnings in igb_set_ringparam()David S. Miller
2009-10-28igb: misc cleanups within igb_ethtool.cAlexander Duyck
2009-10-28igb: add support for seperate tx-usecs setting in ethtoolAlexander Duyck
2009-10-28igb: cleanup "todo" code found in igb_ethtool.cAlexander Duyck
2009-10-28igb: add single vector msi-x testing to interrupt testAlexander Duyck
2009-10-28igb: make ethtool use core xmit map and free functionalityAlexander Duyck
2009-10-28igb: re-use ring configuration code in ethtool testingAlexander Duyck
2009-10-28igb: add a flags value to the ringAlexander Duyck
2009-10-28igb: move alloc_failed and csum_err stats into per rx-ring statAlexander Duyck
2009-10-28igb: add pci device pointer to ring structureAlexander Duyck
2009-10-28igb: remove rx checksum good counterAlexander Duyck
2009-10-28igb: add new data structure for handling interrupts and NAPIAlexander Duyck
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-26igb: fix memory leak when setting ring size while interface is downAlexander Duyck
2009-10-13igb: Fix erroneous display of stats by ethtool -SAjit Khaparde
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan