summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_ethtool.c
AgeCommit message (Expand)AuthorLines
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher-2592/+0
2011-08-04intel drivers: repair missing flush operationsJesse Brandeburg-0/+5
2011-07-21ixgbe: convert to ndo_fix_featuresDon Skidmore-188/+0
2011-07-21ixgbe: Move interrupt related values out of ring and into q_vectorAlexander Duyck-2/+4
2011-07-21ixgbe: add structure for containing RX/TX rings to q_vectorAlexander Duyck-3/+3
2011-06-23ixgbe: fix ring assignment issues for SR-IOV and drop casesAlexander Duyck-0/+2
2011-06-23ixgbe: disable RSC when Rx checksum is offEmil Tantilov-11/+33
2011-06-23ixgbe: move reset code into a separate functionEmil Tantilov-12/+14
2011-06-23ixgbe: move setting RSC into a separate functionEmil Tantilov-16/+18
2011-06-23ixgbe: add support for nfc addition and removal of filtersAlexander Duyck-0/+245
2011-06-23ixgbe: add support for displaying ntuple filters via the nfc interfaceAlexander Duyck-0/+102
2011-06-23ixgbe: add basic support for setting and getting nfc controlsAlexander Duyck-0/+19
2011-06-23ixgbe: fix flags relating to perfect filters to support coexistenceAlexander Duyck-12/+12
2011-06-23ixgbe: remove ntuple filteringAlexander Duyck-136/+0
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan-0/+1
2011-05-14ixgbe: Merge ATR reinit into the service taskAlexander Duyck-0/+1
2011-05-07ixgbe: add ethtool counters for OS2BMCEmil Tantilov-0/+4
2011-05-07ixgbe: add rxhash supportEmil Tantilov-1/+6
2011-05-04ixgbe: improve EEPROM read/write operationsEmil Tantilov-5/+2
2011-05-04ixgbe: fix sparse warningEmil Tantilov-46/+62
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny-4/+4
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny-1/+2
2011-04-27ixgbe: convert to ethtool set_phys_idEmil Tantilov-12/+17
2011-04-27ixgbe: fix X540 ethtool loopback test.Don Skidmore-0/+7
2011-04-27ixgbe: remove ntuple display supportAlexander Duyck-3/+0
2011-04-13ixgbe: cleanup short msleep's (<20ms) to use usleep_rangeDon Skidmore-7/+7
2011-03-07ixgbe: fix setting and reporting of advertised speedsEmil Tantilov-21/+20
2011-03-03ixgbe: cleanup copyright string for 2011Don Skidmore-1/+1
2011-02-11ixgbe: Adding 100MB FULL support in ethtoolAtita Shirwaikar-2/+32
2011-01-09ixgbe: update ntuple filter configurationAlexander Duyck-39/+95
2011-01-09ixgbe: cleanup flow director hash computation to improve performanceAlexander Duyck-2/+2
2011-01-09ixgbe: make sure per Rx queue is disabled before unmapping the receive bufferYi Zou-3/+1
2010-12-10ixgbe: cleanup string function calls to use bound checking versions.Don Skidmore-2/+3
2010-12-10ixgbe: fix ntuple supportEmil Tantilov-1/+1
2010-12-10Intel Wired LAN drivers: Use static constJeff Kirsher-10/+14
2010-12-03ixgbe: add WOL support for SFP+ subdeviceDon Skidmore-0/+11
2010-11-16ixgbe: add support for x540 MACDon Skidmore-7/+32
2010-11-16ixgbe: add MAC and PHY support for x540Don Skidmore-0/+1
2010-11-16ixgbe: Cleanup DCB logic, whitespace, and comments in ixgbe_ethtool.cAlexander Duyck-8/+6
2010-11-16ixgbe: add WOL support for backplane adaptersAlexander Duyck-0/+17
2010-11-16ixgbe: cleanup ixgbe_set_tx_csum ethtool flags configurationAlexander Duyck-4/+3
2010-11-16ixgbe: change mac_type if statements to switch statementsAlexander Duyck-10/+35
2010-11-16ixgbe: Disable RSC when ITR setting is too high to allow RSCAlexander Duyck-37/+53
2010-11-16ixgbe: add a netdev pointer to the ring structureAlexander Duyck-6/+5
2010-11-16ixgbe: move device pointer into the ring structureAlexander Duyck-18/+14
2010-11-16ixgbe: remove unnecessary re-init of adapter on Rx-csum changeAlexander Duyck-5/+0
2010-10-21ixgbe: fix stats handlingEric Dumazet-12/+17
2010-10-21ixgbe: Update ixgbe to use new vlan accleration.Jesse Gross-1/+11
2010-09-26drivers/net: return operator cleanupEric Dumazet-3/+3
2010-08-19ixgbe: rewrite ethtool test to use standard config functionsAlexander Duyck-235/+127