aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-30i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller1-4/+4
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-02-13i40e: don't leak memory addressesMitch Williams1-34/+6
2018-02-12i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck1-6/+6
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+5
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-10-13i40e: Add macro for PF reset bitAmritha Nambiar1-2/+1
2017-10-06i40e/i40evf: use DECLARE_BITMAP for stateJesse Brandeburg1-4/+4
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller1-5/+8
2017-04-30i40e: separate PF and VSI state flagsJacob Keller1-2/+2
2017-04-19i40e: dump VF information in debugfsMitch Williams1-0/+51
2017-03-27i40e: Drop FCoE code from core driver filesAlexander Duyck1-19/+0
2017-02-18i40e: convert to cpu from le16 to generate switch_id correctlyJacob Keller1-2/+3
2016-12-06i40e: use unsigned printf format specifier for active_filters countJacob Keller1-1/+1
2016-10-31i40e: store MAC/VLAN filters in a hash with the MAC Address as keyJacob Keller1-2/+2
2016-10-31i40e: drop is_vf and is_netdev fields in struct i40e_mac_filterJacob Keller1-85/+3
2016-10-28i40e: Clean up handling of msglevel flags and debug parameterAlexander Duyck1-19/+0
2016-09-24i40e: Strip out debugfs hook for Flow Director filter programmingAlexander Duyck1-80/+0
2016-09-22i40e: fix "dump port" command when NPAR enabledAlan Brady1-1/+6
2016-07-22i40e: refactor Rx filter handlingMitch Williams1-2/+14
2016-05-05i40e/i40evf: Remove unused hardware receive descriptor codeJesse Brandeburg1-15/+1
2016-05-05i40e: Refactor receive routineJesse Brandeburg1-5/+4
2016-05-05i40e/i40evf: Remove reference to ring->dtypeJesse Brandeburg1-6/+2
2016-05-05i40e: Drop packet split receive routineJesse Brandeburg1-2/+2
2016-04-05i40e: remove redundant check on vsi->active_vlansColin King1-3/+2
2016-02-19i40e: queue-specific settings for interrupt moderationKan Liang1-5/+10
2016-02-17i40e: Removal of code which relies on BASE VEB SEIDKiran Patil1-13/+3
2016-02-17i40e: drop unused debugfs file "dump"Jesse Brandeburg1-250/+0
2016-02-17i40e: properly show packet split status in debugfsMitch Williams1-3/+3
2016-02-17i40e/i40evf: use pages correctly in RxMitch Williams1-0/+5
2016-02-17i40e: dump descriptor indexes in hexJesse Brandeburg1-7/+7
2016-02-17i40e: avoid large memcpy by assigning structJacob Keller1-3/+5
2016-02-16i40e: add netdev info to VSI dumpShannon Nelson1-8/+16
2015-12-01i40e: remove unused argumentJesse Brandeburg1-2/+2
2015-11-23intel: i40e: fix confused codeRasmus Villemoes1-14/+10
2015-10-23i40e: fix a bug in debugfs with add/del macaddrAnjali Singhai Jain1-0/+4
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