index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2023-08-23
i40e: fix potential NULL pointer dereferencing of pf->vf i40e_sync_vsi_filters()
Andrii Staikov
1
-2
/
+3
2023-08-18
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
1
-4
/
+5
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+8
2023-08-16
virtchnl: fix fake 1-elem arrays for structures allocated as `nents`
Alexander Lobakin
1
-3
/
+4
2023-08-16
virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`
Alexander Lobakin
1
-1
/
+1
2023-08-16
i40e: fix misleading debug logs
Andrii Staikov
1
-8
/
+8
2023-08-10
i40e: Replace one-element array with flex-array member in struct i40e_profile...
Gustavo A. R. Silva
1
-1
/
+1
2023-08-10
i40e: Replace one-element array with flex-array member in struct i40e_section...
Gustavo A. R. Silva
1
-1
/
+1
2023-08-10
i40e: Replace one-element array with flex-array member in struct i40e_profile...
Gustavo A. R. Silva
1
-1
/
+1
2023-08-10
i40e: Replace one-element array with flex-array member in struct i40e_package...
Gustavo A. R. Silva
2
-3
/
+3
2023-08-08
i40e: Remove unused function declarations
Yue Haibing
1
-17
/
+0
2023-07-31
i40e: remove i40e_status
Jan Sokolowski
16
-327
/
+275
2023-07-31
net: flow_dissector: Use 64bits for used_keys
Ratheesh Kannoth
1
-9
/
+9
2023-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-07-21
i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()
Wang Ming
1
-1
/
+1
2023-07-19
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
4
-23
/
+90
2023-07-19
i40e: xsk: add TX multi-buffer support
Tirthendu Sarkar
2
-5
/
+6
2023-07-19
i40e: xsk: add RX multi-buffer support
Tirthendu Sarkar
4
-18
/
+84
2023-07-14
i40e: Wait for pending VF reset in VF set callbacks
Ivan Vecera
1
-11
/
+5
2023-07-14
i40e: Add helper for VF inited state check with timeout
Ivan Vecera
1
-16
/
+33
2023-06-22
i40e, xsk: fix comment typo
Yueh-Shun Li
1
-1
/
+1
2023-06-15
i40e: remove unnecessary check for old MAC == new MAC
Piotr Gardocki
1
-6
/
+0
2023-04-23
net: vlan: introduce skb_vlan_eth_hdr()
Vladimir Oltean
1
-1
/
+1
2023-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+6
2023-04-17
i40e: fix i40e_setup_misc_vector() error handling
Aleksandr Loktionov
1
-1
/
+4
2023-04-17
i40e: fix accessing vsi->active_filters without holding lock
Aleksandr Loktionov
1
-2
/
+2
2023-04-02
i40e: Add support for VF to specify its primary MAC address
Sylwester Dziedziuch
1
-4
/
+70
2023-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-6
/
+7
2023-03-29
i40e: fix registers dump after run ethtool adapter self test
Radoslaw Tyl
2
-6
/
+7
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2023-03-21
i40e: fix flow director packet filter programming
Radoslaw Tyl
1
-4
/
+4
2023-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2023-03-13
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
5
-234
/
+321
2023-03-10
i40e: Fix kernel crash during reboot when adapter is in recovery mode
Ivan Vecera
1
-0
/
+1
2023-03-09
i40e: add support for XDP multi-buffer Rx
Tirthendu Sarkar
3
-118
/
+211
2023-03-09
i40e: add xdp_buff to i40e_ring struct
Tirthendu Sarkar
4
-30
/
+32
2023-03-09
i40e: introduce next_to_process to i40e_ring
Tirthendu Sarkar
2
-11
/
+19
2023-03-09
i40e: use frame_sz instead of recalculating truesize for building skb
Tirthendu Sarkar
1
-16
/
+4
2023-03-09
i40e: Change size to truesize when using i40e_rx_buffer_flip()
Tirthendu Sarkar
1
-35
/
+19
2023-03-09
i40e: add pre-xdp page_count in rx_buffer
Tirthendu Sarkar
2
-15
/
+9
2023-03-09
i40e: change Rx buffer size for legacy-rx to support XDP multi-buffer
Tirthendu Sarkar
2
-3
/
+16
2023-03-09
i40e: consolidate maximum frame size calculation for vsi
Tirthendu Sarkar
1
-33
/
+38
2023-03-08
i40e: Remove unnecessary aer.h include
Bjorn Helgaas
1
-1
/
+0
2023-02-17
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+3
2023-02-15
i40e: check vsi type before setting xdp_features flag
Lorenzo Bianconi
1
-2
/
+4
2023-02-14
i40e: add double of VLAN header when computing the max MTU
Jason Xing
1
-1
/
+1
2023-02-10
i40e: Add checking for null for nlmsg_find_attr()
Natalia Petrova
1
-0
/
+2
2023-02-10
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
23
-1591
/
+1424
2023-02-10
Daniel Borkmann says:
Jakub Kicinski
1
-2
/
+8
[next]