index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_debugfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2021-04-08
i40e: Fix sparse error: uninitialized symbol 'ring'
Arkadiusz Kubalewski
1
-0
/
+3
2021-03-23
intel: clean up mismatched header comments
Jesse Brandeburg
1
-2
/
+2
2020-09-14
i40e: use 16B HW descriptors instead of 32B
Björn Töpel
1
-6
/
+4
2020-07-02
i40e: introduce new dump desc XDP command
Ciara Loftus
1
-11
/
+48
2020-07-02
i40e: add XDP ring statistics to dump VSI debug output
Ciara Loftus
1
-0
/
+41
2020-06-26
i40e: remove unused defines
Jesse Brandeburg
1
-1
/
+0
2019-09-09
i40e: Remove EMPR traces from debugfs facility
Mauro S. M. Rodrigues
1
-4
/
+0
2019-08-11
i40e: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-18
/
+4
2019-06-26
i40e: Fix descriptor count manipulation
Maciej Fijalkowski
1
-2
/
+3
2019-06-05
i40e: Use LLDP ethertype define ETH_P_LLDP
Anirudh Venkataramanan
1
-2
/
+2
2019-05-04
i40e: Further implementation of LLDP
Aleksandr Loktionov
1
-2
/
+2
2019-01-22
i40e: remove debugfs tx_timeout support
Lihong Yang
1
-25
/
+1
2018-10-03
i40e: Remove unnecessary print statement
Nathan Chancellor
1
-2
/
+0
2018-04-30
i40e/i40evf: cleanup incorrect function doxygen comments
Jacob Keller
1
-4
/
+4
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
1
-25
/
+1
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
1
-0
/
+1
2018-02-13
i40e: don't leak memory addresses
Mitch Williams
1
-34
/
+6
2018-02-12
i40e/i40evf: Only track one ITR setting per ring instead of Tx/Rx
Alexander Duyck
1
-6
/
+6
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-6
/
+5
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-2
/
+2
2017-10-13
i40e: Add macro for PF reset bit
Amritha Nambiar
1
-2
/
+1
2017-10-06
i40e/i40evf: use DECLARE_BITMAP for state
Jesse Brandeburg
1
-4
/
+4
2017-04-30
i40e: use DECLARE_BITMAP for state fields
Jacob Keller
1
-5
/
+8
2017-04-30
i40e: separate PF and VSI state flags
Jacob Keller
1
-2
/
+2
2017-04-20
i40e: dump VF information in debugfs
Mitch Williams
1
-0
/
+51
2017-03-28
i40e: Drop FCoE code from core driver files
Alexander Duyck
1
-19
/
+0
2017-02-19
i40e: convert to cpu from le16 to generate switch_id correctly
Jacob Keller
1
-2
/
+3
2016-12-07
i40e: use unsigned printf format specifier for active_filters count
Jacob Keller
1
-1
/
+1
2016-11-01
i40e: store MAC/VLAN filters in a hash with the MAC Address as key
Jacob Keller
1
-2
/
+2
2016-11-01
i40e: drop is_vf and is_netdev fields in struct i40e_mac_filter
Jacob Keller
1
-85
/
+3
2016-10-29
i40e: Clean up handling of msglevel flags and debug parameter
Alexander Duyck
1
-19
/
+0
2016-09-25
i40e: Strip out debugfs hook for Flow Director filter programming
Alexander Duyck
1
-80
/
+0
2016-09-23
i40e: fix "dump port" command when NPAR enabled
Alan Brady
1
-1
/
+6
2016-07-22
i40e: refactor Rx filter handling
Mitch Williams
1
-2
/
+14
2016-05-06
i40e/i40evf: Remove unused hardware receive descriptor code
Jesse Brandeburg
1
-15
/
+1
2016-05-06
i40e: Refactor receive routine
Jesse Brandeburg
1
-5
/
+4
2016-05-06
i40e/i40evf: Remove reference to ring->dtype
Jesse Brandeburg
1
-6
/
+2
2016-05-06
i40e: Drop packet split receive routine
Jesse Brandeburg
1
-2
/
+2
2016-04-06
i40e: remove redundant check on vsi->active_vlans
Colin King
1
-3
/
+2
2016-02-20
i40e: queue-specific settings for interrupt moderation
Kan Liang
1
-5
/
+10
2016-02-18
i40e: Removal of code which relies on BASE VEB SEID
Kiran Patil
1
-13
/
+3
2016-02-18
i40e: drop unused debugfs file "dump"
Jesse Brandeburg
1
-250
/
+0
2016-02-18
i40e: properly show packet split status in debugfs
Mitch Williams
1
-3
/
+3
2016-02-18
i40e/i40evf: use pages correctly in Rx
Mitch Williams
1
-0
/
+5
2016-02-18
i40e: dump descriptor indexes in hex
Jesse Brandeburg
1
-7
/
+7
2016-02-17
i40e: avoid large memcpy by assigning struct
Jacob Keller
1
-3
/
+5
2016-02-17
i40e: add netdev info to VSI dump
Shannon Nelson
1
-8
/
+16
2015-12-02
i40e: remove unused argument
Jesse Brandeburg
1
-2
/
+2
2015-11-23
intel: i40e: fix confused code
Rasmus Villemoes
1
-14
/
+10
[next]