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