summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-05i40e: Dump the whole NVM, not halfAnjali Singhai Jain1-2/+2
2013-12-18i40e: Fix off by one in i40e_dbg_command_writeAlan Cox1-1/+1
2013-12-18i40e: more print_hex_dump useShannon Nelson1-19/+11
2013-12-18i40e: fix up scanf decodersShannon Nelson1-3/+3
2013-12-18i40e: simplify error messages for dump descriptorShannon Nelson1-14/+2
2013-12-18i40e: prevent null pointer exception in dump descriptorShannon Nelson1-0/+6
2013-12-18i40e: Fix dump output from debugfs callsNeerav Parikh1-53/+19
2013-12-16i40e: rtnl_lock in reset path fixesAnjali Singhai Jain1-4/+4
2013-12-06i40e: add support for triggering EMPRShannon Nelson1-0/+4
2013-10-22i40e: check vsi ptrs before dumping themShannon Nelson1-16/+23
2013-10-22i40e: reorder block declarations in debugfsShannon Nelson1-8/+8
2013-10-22i40e: fix use of untrusted scalar value warningJesse Brandeburg1-16/+18
2013-10-22i40e: clamp debugfs nvm read commandJesse Brandeburg1-3/+5
2013-10-22i40e: debugfs fixupsJesse Brandeburg1-12/+26
2013-10-10i40e: Move rings from pointer to array to array of pointersAlexander Duyck1-95/+100
2013-10-10i40e: Move q_vectors from pointer to array to array of pointersAlexander Duyck1-10/+1
2013-10-10i40e: Split bytes and packets from Rx/Tx statsAlexander Duyck1-4/+4
2013-10-10i40e: Drop unused completed statAlexander Duyck1-2/+1
2013-09-11i40e: debugfs interfaceJesse Brandeburg1-0/+2076