aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-14i40e: Add code to handle FD table full conditionAnjali Singhai Jain1-1/+9
2014-03-14i40e: Fix a bug in the update logic for FDIR SB filter.Anjali Singhai Jain1-5/+22
2014-03-06i40e: count timeout eventsJesse Brandeburg1-0/+1
2014-03-06i40e: Flow Director sideband accountingJoseph Gasparakis1-239/+189
2014-01-17i40e: refactor flow directorAnjali Singhai Jain1-2/+10
2014-01-17i40e: rename definesJesse Brandeburg1-2/+2
2014-01-17i40e: whitespace fixesJesse Brandeburg1-0/+1
2014-01-10i40e: enable PTPJacob Keller1-1/+32
2014-01-10i40e: Setting queue count to 1 using ethtool is validAnjali Singhai Jain1-1/+1
2014-01-09i40e: Add a dummy packet templateJesse Brandeburg1-3/+23
2014-01-09i40e: Fix GPL headerGreg Rose1-4/+3
2014-01-04i40e: Change the ethtool NVM read method to use AQAnjali Singhai Jain1-22/+46
2014-01-03i40e: update led set argsJesse Brandeburg1-3/+3
2014-01-03i40e: add wake-on-lan supportShannon Nelson1-2/+40
2013-12-16i40e: Add basic support for get/set channels for RSSAnjali Singhai Jain1-0/+90
2013-12-16i40e: init flow control settings to disabledJesse Brandeburg1-4/+6
2013-12-16i40e: fix pf reset after offline testShannon Nelson1-6/+8
2013-12-16i40e: fix up some of the ethtool connection reportingJesse Brandeburg1-8/+24
2013-12-10i40e: complain about out-of-range descriptor requestShannon Nelson1-9/+13
2013-12-10i40e: restrict diag test messagesShannon Nelson1-9/+12
2013-12-06i40e: refactor ethtool testsShannon Nelson1-27/+30
2013-12-06i40e: clear test state bit after all ethtool testsShannon Nelson1-2/+3
2013-12-06i40e: get media type during link infoJesse Brandeburg1-0/+4
2013-12-05i40e: add interrupt testShannon Nelson1-2/+8
2013-10-09i40e: Add support for 64 bit netstatsAlexander Duyck1-4/+23
2013-10-09i40e: Move rings from pointer to array to array of pointersAlexander Duyck1-20/+20
2013-10-09i40e: Move q_vectors from pointer to array to array of pointersAlexander Duyck1-2/+2
2013-10-09i40e: Split bytes and packets from Rx/Tx statsAlexander Duyck1-9/+5
2013-09-11i40e: driver ethtool coreJesse Brandeburg1-0/+1449