summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud