summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-041-1/+3
|\
| * i40e: Fix memory leak at failure path in i40e_dbg_command_write()Alexey Khoroshilov2015-02-261-1/+3
* | i40e: Add support for getlink, setlink ndo opsNeerav Parikh2015-02-251-2/+3
* | i40e: rename debugfs clear_stats optionShannon Nelson2015-02-241-5/+9
|/
* i40e: Dump Stats string removed from debugfs help commandSravanthi Tangeda2015-01-161-1/+0Star
* i40e: Fix possible memory leak in i40e_dbg_dump_descJoe Perches2015-01-011-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/+2Star
* 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-031-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-201-1/+1
* i40e: allow for more VSIsMitch Williams2014-06-091-3/+3
* i40e/i40evf: remove rx_errors and rx_missedShannon Nelson2014-06-051-5/+4Star
* i40e: Do not expose fd-sb commands from debugfsAnjali Singhai Jain2014-04-281-6/+0Star
* i40e: check for netdev before debugfs useShannon Nelson2014-03-281-13/+22
* i40e: Add code to handle FD table full conditionAnjali Singhai Jain2014-03-151-4/+13
* i40e: cleanup stringsJesse Brandeburg2014-03-151-4/+4
* i40e: Flow Director sideband accountingJoseph Gasparakis2014-03-071-13/+14
* i40e: add DCB and DCBNL supportNeerav Parikh2014-01-181-0/+31
* i40e: refactor flow directorAnjali Singhai Jain2014-01-181-0/+28
* i40e: check desc pointer before printingShannon Nelson2014-01-171-28/+39
* i40e: fix log message wordingShannon Nelson2014-01-111-1/+1
* i40e: shorten wordy fieldsMitch Williams2014-01-091-3/+3
* i40e: Fix GPL headerGreg Rose2014-01-091-4/+3Star
* i40e: Expose AQ debugfs hooksAnjali Singhai Jain2014-01-081-0/+114
* i40e: fix whitespaceJesse Brandeburg2014-01-061-0/+1
* i40e: keep allocated memory in structsDavid Cassard2014-01-051-2/+2
* i40e: Dump the whole NVM, not halfAnjali Singhai Jain2014-01-051-2/+2
* i40e: Fix off by one in i40e_dbg_command_writeAlan Cox2013-12-181-1/+1
* i40e: more print_hex_dump useShannon Nelson2013-12-181-19/+11Star
* i40e: fix up scanf decodersShannon Nelson2013-12-181-3/+3
* i40e: simplify error messages for dump descriptorShannon Nelson2013-12-181-14/+2Star
* i40e: prevent null pointer exception in dump descriptorShannon Nelson2013-12-181-0/+6
* i40e: Fix dump output from debugfs callsNeerav Parikh2013-12-181-53/+19Star
* i40e: rtnl_lock in reset path fixesAnjali Singhai Jain2013-12-161-4/+4
* i40e: add support for triggering EMPRShannon Nelson2013-12-061-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-101-95/+100
* i40e: Move q_vectors from pointer to array to array of pointersAlexander Duyck2013-10-101-10/+1Star
* i40e: Split bytes and packets from Rx/Tx statsAlexander Duyck2013-10-101-4/+4
* i40e: Drop unused completed statAlexander Duyck2013-10-101-2/+1Star
* i40e: debugfs interfaceJesse Brandeburg2013-09-111-0/+2076