aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-04intel drivers: repair missing flush operationsJesse Brandeburg1-0/+5
2011-07-21igb: Fix for DH89xxCC near end loopback testRobert Healy1-0/+33
2011-07-11igb: Update copyright on all igb driver files.Carolyn Wyborny1-1/+1
2011-06-21igb: convert to ndo_fix_featuresMichał Mirosław1-67/+0
2011-05-07igb: convert to ethtool set_phys_idJeff Kirsher1-18/+19
2011-04-29net/igb/e1000/e1000e: more robust ethtool duplex/speed configurationDavid Decotigny1-1/+1
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-4/+4
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-1/+2
2011-03-12igb: Add DMA Coalescing feature to driverCarolyn Wyborny1-0/+6
2011-03-12igb: Update NVM functions to work with i350 devicesCarolyn Wyborny1-1/+1
2011-03-07igb: Add stats output for OS2BMC feature on i350 devicesCarolyn Wyborny1-1/+8
2011-03-03igb: Fix strncpy calls to be safe per source code review toolsCarolyn Wyborny1-4/+7
2011-03-03igb: Fix reg pattern test in ethtool for i350 devicesCarolyn Wyborny1-1/+1
2010-10-18igb: fix stats handlingEric Dumazet1-14/+38
2010-07-01igb: correct link test not being run when link is downAlexander Duyck1-5/+3
2010-04-27igb: convert igb from using PCI DMA functions to using DMA API functionsAlexander Duyck1-4/+4
2010-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-13igb: restrict WoL for 82576 ET2 Quad Port Server AdapterStefan Assmann1-0/+1
2010-04-13igb: modify register test for i350 to reflect read only bits in RDLEN/TDLENAlexander Duyck1-4/+4
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-22igb: add support for Intel I350 Gigabit Network ConnectionAlexander Duyck1-0/+50
2010-02-17igb: Allocate rings seperately instead of as a blockAlexander Duyck1-22/+24
2010-02-17igb: Power down link when interface is downNick Nunley1-3/+13
2010-02-17igb: Report link status in ethtool when interface is downNick Nunley1-1/+19
2010-02-17igb: add support for wake-on-linkNick Nunley1-4/+7
2009-12-23igb: check both function bits in status register in wol exceptionAlexander Duyck1-1/+1
2009-11-20igb: Add full support for 82580 devicesAlexander Duyck1-0/+53
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-4/+4
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-11-13igb: Rework how netdev->stats is handledAlexander Duyck1-83/+88
2009-11-13igb: change type for ring sizes to u16 in igb_set_ring_paramAlexander Duyck1-5/+5
2009-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-13/+22
2009-10-28igb: Fix warnings in igb_set_ringparam()David S. Miller1-2/+2
2009-10-28igb: misc cleanups within igb_ethtool.cAlexander Duyck1-45/+60
2009-10-28igb: add support for seperate tx-usecs setting in ethtoolAlexander Duyck1-12/+37
2009-10-28igb: cleanup "todo" code found in igb_ethtool.cAlexander Duyck1-10/+1
2009-10-28igb: add single vector msi-x testing to interrupt testAlexander Duyck1-10/+17
2009-10-28igb: make ethtool use core xmit map and free functionalityAlexander Duyck1-67/+89
2009-10-28igb: re-use ring configuration code in ethtool testingAlexander Duyck1-146/+39
2009-10-28igb: add a flags value to the ringAlexander Duyck1-5/+8
2009-10-28igb: move alloc_failed and csum_err stats into per rx-ring statAlexander Duyck1-3/+6
2009-10-28igb: add pci device pointer to ring structureAlexander Duyck1-2/+2
2009-10-28igb: remove rx checksum good counterAlexander Duyck1-1/+0
2009-10-28igb: add new data structure for handling interrupts and NAPIAlexander Duyck1-3/+5
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-13/+22
2009-10-26igb: fix memory leak when setting ring size while interface is downAlexander Duyck1-13/+22
2009-10-13igb: Fix erroneous display of stats by ethtool -SAjit Khaparde1-5/+22
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-07igb: Use the instance of net_device_stats from net_device.Ajit Khaparde1-9/+11