aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-15i40e: remove FD atr control from debugfsShannon Nelson1-24/+0
2015-10-08i40e/i40evf: clean up some codeJesse Brandeburg1-52/+72
2015-09-30i40e: fix kbuild warningsJesse Brandeburg1-2/+2
2015-09-30i40e: limit debugfs io opsShannon Nelson1-6/+6
2015-09-28i40e: Fix for recursive RTNL lock during PROMISC changeAnjali Singhai1-2/+2
2015-07-23i40e: use BIT and BIT_ULL macrosJesse Brandeburg1-5/+5
2015-06-04i40e: start up in VEPA mode by defaultAnjali Singhai Jain1-0/+9
2015-04-14i40e: enable user dump of internal hardware stateJesse Brandeburg1-0/+45
2015-03-09i40e: add MAC printing to debugfs dump VSIShannon Nelson1-0/+5
2015-03-09i40e: Fix inconsistent use of PF/VF vs pf/vfJeff Kirsher1-10/+10
2015-03-09i40e: Remove "hello world" strings from i40e driverGreg Rose1-2/+2
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2015-02-26i40e: Fix memory leak at failure path in i40e_dbg_command_write()Alexey Khoroshilov1-1/+3
2015-02-24i40e: Add support for getlink, setlink ndo opsNeerav Parikh1-2/+3
2015-02-23i40e: rename debugfs clear_stats optionShannon Nelson1-5/+9
2015-01-16i40e: Dump Stats string removed from debugfs help commandSravanthi Tangeda1-1/+0
2014-12-31i40e: Fix possible memory leak in i40e_dbg_dump_descJoe Perches1-1/+3
2014-12-06i40e: Reduce stack in i40e_dbg_dump_descJoe Perches1-13/+17
2014-12-06i40e: allow various base numbers in debugfs aq commandsShannon Nelson1-2/+2
2014-11-18i40e: Add support to firmware CEE DCBX modeNeerav Parikh1-0/+2
2014-11-03i40e: remove debugfs dump statsShannon Nelson1-91/+2
2014-08-27i40e/i40evf: Ignore a driver perceived Tx hang if the number of desc pending < 4Anjali Singhai Jain1-0/+3
2014-08-02i40e: Adds FCoE related code to i40e core driverVasu Dev1-0/+19
2014-07-24i40e: fix format mismatch in drivers/net/ethernet/intel/i40e/i40e_debugfs.cToralf Förster1-2/+2
2014-06-26i40e: Add debugfs hooks to print current total FD filter countAnjali Singhai Jain1-0/+4
2014-06-19i40e: debugfs fix to dump remote LLDPDUNeerav Parikh1-1/+1
2014-06-08i40e: allow for more VSIsMitch Williams1-3/+3
2014-06-05i40e/i40evf: remove rx_errors and rx_missedShannon Nelson1-5/+4
2014-04-28i40e: Do not expose fd-sb commands from debugfsAnjali Singhai Jain1-6/+0
2014-03-28i40e: check for netdev before debugfs useShannon Nelson1-13/+22
2014-03-14i40e: Add code to handle FD table full conditionAnjali Singhai Jain1-4/+13
2014-03-14i40e: cleanup stringsJesse Brandeburg1-4/+4
2014-03-06i40e: Flow Director sideband accountingJoseph Gasparakis1-13/+14
2014-01-17i40e: add DCB and DCBNL supportNeerav Parikh1-0/+31
2014-01-17i40e: refactor flow directorAnjali Singhai Jain1-0/+28
2014-01-16i40e: check desc pointer before printingShannon Nelson1-28/+39
2014-01-10i40e: fix log message wordingShannon Nelson1-1/+1
2014-01-09i40e: shorten wordy fieldsMitch Williams1-3/+3
2014-01-09i40e: Fix GPL headerGreg Rose1-4/+3
2014-01-07i40e: Expose AQ debugfs hooksAnjali Singhai Jain1-0/+114
2014-01-06i40e: fix whitespaceJesse Brandeburg1-0/+1
2014-01-04i40e: keep allocated memory in structsDavid Cassard1-2/+2
2014-01-04i40e: Dump the whole NVM, not halfAnjali Singhai Jain1-2/+2
2013-12-17i40e: Fix off by one in i40e_dbg_command_writeAlan Cox1-1/+1
2013-12-17i40e: more print_hex_dump useShannon Nelson1-19/+11
2013-12-17i40e: fix up scanf decodersShannon Nelson1-3/+3
2013-12-17i40e: simplify error messages for dump descriptorShannon Nelson1-14/+2
2013-12-17i40e: prevent null pointer exception in dump descriptorShannon Nelson1-0/+6
2013-12-17i40e: Fix dump output from debugfs callsNeerav Parikh1-53/+19
2013-12-16i40e: rtnl_lock in reset path fixesAnjali Singhai Jain1-4/+4