index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_ethtool.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-07
i40e: add ability to reset VF for Tx and Rx MDD events
Aleksandr Loktionov
1
-0
/
+2
2024-11-14
i40e: Fix handling changed priv flags
Peter Große
1
-1
/
+1
2024-09-06
i40e: Remove setting of RX software timestamp
Gal Pressman
1
-4
/
+0
2024-08-30
i40e: Add Energy Efficient Ethernet ability for X710 Base-T/KR/KX cards
Aleksandr Loktionov
1
-4
/
+32
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
1
-1
/
+1
2024-04-30
i40e: Add helper to access main VEB
Ivan Vecera
1
-6
/
+3
2024-04-30
i40e: Consolidate checks whether given VSI is main
Ivan Vecera
1
-6
/
+6
2024-04-30
i40e: Add helper to access main VSI
Ivan Vecera
1
-4
/
+4
2024-02-28
net: intel: i40e/igc: Remove setting Autoneg in EEE capabilities
Andrew Lunn
1
-6
/
+1
2024-01-31
ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keee
Heiner Kallweit
1
-5
/
+5
2024-01-31
ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel side
Heiner Kallweit
1
-3
/
+3
2024-01-02
i40e: Avoid unnecessary use of comma operator
Simon Horman
1
-1
/
+1
2023-12-18
i40e: field get conversion
Jesse Brandeburg
1
-4
/
+3
2023-12-14
i40e: remove fake support of rx-frames-irq
Jason Xing
1
-3
/
+2
2023-12-13
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
1
-20
/
+18
2023-12-08
net: Convert some ethtool_sprintf() to ethtool_puts()
justinstitt@google.com
1
-4
/
+2
2023-11-14
i40e: Consolidate hardware capabilities
Ivan Vecera
1
-18
/
+18
2023-11-14
i40e: Use DECLARE_BITMAP for flags field in i40e_hw
Ivan Vecera
1
-5
/
+5
2023-11-14
i40e: Use DECLARE_BITMAP for flags and hw_features fields in i40e_pf
Ivan Vecera
1
-101
/
+108
2023-11-14
i40e: Change user notification of non-SFP module in i40e_get_module_info()
Andrii Staikov
1
-2
/
+2
2023-11-14
i40e: increase max descriptors for XL710
Justin Bronder
1
-6
/
+19
2023-10-18
intel: fix format warnings
Jesse Brandeburg
1
-2
/
+4
2023-10-15
i40e: Split and refactor i40e_nvm_version_str()
Ivan Vecera
1
-2
/
+2
2023-10-05
i40e: Remove circular header dependencies and fix headers
Ivan Vecera
1
-1
/
+2
2023-10-03
i40e: Add rx_missed_errors for buffer exhaustion
Yajun Deng
1
-1
/
+2
2023-07-31
i40e: remove i40e_status
Jan Sokolowski
1
-1
/
+1
2023-03-09
i40e: change Rx buffer size for legacy-rx to support XDP multi-buffer
Tirthendu Sarkar
1
-0
/
+7
2023-02-09
i40e: use ERR_PTR error print in i40e messages
Jan Sokolowski
1
-20
/
+20
2023-02-09
i40e: use int for i40e_status
Jan Sokolowski
1
-12
/
+12
2023-02-09
i40e: Remove string printing for i40e_status
Jan Sokolowski
1
-21
/
+20
2022-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-10
/
+2
2022-12-05
i40e: Disallow ip4 and ip6 l4_4_bytes
Przemyslaw Patynowski
1
-10
/
+2
2022-11-02
i40e: Add appropriate error message logged for incorrect duplex setting
Alicja Kowalska
1
-1
/
+3
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
1
-4
/
+4
2022-10-25
i40e: Fix flow-type by setting GL_HASH_INSET registers
Slawomir Laba
1
-33
/
+38
2022-10-25
i40e: Fix ethtool rx-flow-hash setting for X722
Slawomir Laba
1
-8
/
+23
2022-10-14
i40e: Fix DMA mappings leak
Jan Sokolowski
1
-3
/
+0
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-3
/
+3
2022-08-24
i40e: Fix incorrect address type for IPv6 flow rules
Sylwester Dziedziuch
1
-1
/
+1
2022-07-22
i40e: Refactor tc mqprio checks
Przemyslaw Patynowski
1
-1
/
+1
2022-06-30
intel: remove unused macros
Jesse Brandeburg
1
-2
/
+0
2022-06-21
i40e: Add support for ethtool -s <interface> speed <speed in Mb>
Mateusz Palczewski
1
-0
/
+90
2022-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+17
2022-06-09
i40e: Fix call trace in setup_tx_descriptors
Aleksandr Loktionov
1
-8
/
+17
2022-06-07
i40e: Add VF VLAN pruning
Mateusz Palczewski
1
-0
/
+9
2022-04-12
i40e: Add vsi.tx_restart to i40e ethtool stats
Nabil S. Alramli
1
-0
/
+1
2022-04-12
i40e: Add tx_stopped stat
Joe Damato
1
-0
/
+1
2022-02-08
i40e: Add a stat for tracking busy rx pages
Joe Damato
1
-0
/
+1
2022-02-08
i40e: Add a stat for tracking pages waived
Joe Damato
1
-0
/
+1
2022-02-08
i40e: Add a stat tracking new RX page allocations
Joe Damato
1
-0
/
+1
[next]