summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: Dump Stats string removed from debugfs help commandSravanthi Tangeda2015-01-161-1/+0
* i40e: Fix possible memory leak in i40e_dbg_dump_descJoe Perches2014-12-311-1/+3
* i40e: Reduce stack in i40e_dbg_dump_descJoe Perches2014-12-061-13/+17
* i40e: allow various base numbers in debugfs aq commandsShannon Nelson2014-12-061-2/+2
* i40e: Add support to firmware CEE DCBX modeNeerav Parikh2014-11-181-0/+2
* i40e: remove debugfs dump statsShannon Nelson2014-11-031-91/+2
* i40e/i40evf: Ignore a driver perceived Tx hang if the number of desc pending < 4Anjali Singhai Jain2014-08-271-0/+3
* i40e: Adds FCoE related code to i40e core driverVasu Dev2014-08-021-0/+19
* i40e: fix format mismatch in drivers/net/ethernet/intel/i40e/i40e_debugfs.cToralf Förster2014-07-241-2/+2
* i40e: Add debugfs hooks to print current total FD filter countAnjali Singhai Jain2014-06-261-0/+4
* i40e: debugfs fix to dump remote LLDPDUNeerav Parikh2014-06-191-1/+1
* i40e: allow for more VSIsMitch Williams2014-06-081-3/+3
* i40e/i40evf: remove rx_errors and rx_missedShannon Nelson2014-06-051-5/+4
* i40e: Do not expose fd-sb commands from debugfsAnjali Singhai Jain2014-04-281-6/+0
* i40e: check for netdev before debugfs useShannon Nelson2014-03-281-13/+22
* i40e: Add code to handle FD table full conditionAnjali Singhai Jain2014-03-141-4/+13
* i40e: cleanup stringsJesse Brandeburg2014-03-141-4/+4
* i40e: Flow Director sideband accountingJoseph Gasparakis2014-03-061-13/+14
* i40e: add DCB and DCBNL supportNeerav Parikh2014-01-171-0/+31
* i40e: refactor flow directorAnjali Singhai Jain2014-01-171-0/+28
* i40e: check desc pointer before printingShannon Nelson2014-01-161-28/+39
* i40e: fix log message wordingShannon Nelson2014-01-101-1/+1
* i40e: shorten wordy fieldsMitch Williams2014-01-091-3/+3
* i40e: Fix GPL headerGreg Rose2014-01-091-4/+3
* i40e: Expose AQ debugfs hooksAnjali Singhai Jain2014-01-071-0/+114
* i40e: fix whitespaceJesse Brandeburg2014-01-061-0/+1
* i40e: keep allocated memory in structsDavid Cassard2014-01-041-2/+2
* i40e: Dump the whole NVM, not halfAnjali Singhai Jain2014-01-041-2/+2
* i40e: Fix off by one in i40e_dbg_command_writeAlan Cox2013-12-171-1/+1
* i40e: more print_hex_dump useShannon Nelson2013-12-171-19/+11
* i40e: fix up scanf decodersShannon Nelson2013-12-171-3/+3
* i40e: simplify error messages for dump descriptorShannon Nelson2013-12-171-14/+2
* i40e: prevent null pointer exception in dump descriptorShannon Nelson2013-12-171-0/+6
* i40e: Fix dump output from debugfs callsNeerav Parikh2013-12-171-53/+19
* i40e: rtnl_lock in reset path fixesAnjali Singhai Jain2013-12-161-4/+4
* i40e: add support for triggering EMPRShannon Nelson2013-12-051-0/+4
* i40e: check vsi ptrs before dumping themShannon Nelson2013-10-221-16/+23
* i40e: reorder block declarations in debugfsShannon Nelson2013-10-221-8/+8
* i40e: fix use of untrusted scalar value warningJesse Brandeburg2013-10-221-16/+18
* i40e: clamp debugfs nvm read commandJesse Brandeburg2013-10-221-3/+5
* i40e: debugfs fixupsJesse Brandeburg2013-10-221-12/+26
* i40e: Move rings from pointer to array to array of pointersAlexander Duyck2013-10-091-95/+100
* i40e: Move q_vectors from pointer to array to array of pointersAlexander Duyck2013-10-091-10/+1
* i40e: Split bytes and packets from Rx/Tx statsAlexander Duyck2013-10-091-4/+4
* i40e: Drop unused completed statAlexander Duyck2013-10-091-2/+1
* i40e: debugfs interfaceJesse Brandeburg2013-09-111-0/+2076