index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Convert some ethtool_sprintf() to ethtool_puts()
justinstitt@google.com
2023-12-08
1
-4
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-12-07
1
-1
/
+1
|
\
|
*
i40e: Fix unexpected MFS warning message
Ivan Vecera
2023-12-05
1
-1
/
+1
*
|
i40e: Remove queue tracking fields from i40e_adminq_ring
Ivan Vecera
2023-11-27
4
-70
/
+39
*
|
i40e: Remove AQ register definitions for VF types
Ivan Vecera
2023-11-27
1
-10
/
+0
*
|
i40e: Delete unused and useless i40e_pf fields
Ivan Vecera
2023-11-27
3
-33
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-11-23
1
-7
/
+9
|
\
|
|
*
i40e: Fix adding unsupported cloud filters
Ivan Vecera
2023-11-23
1
-7
/
+9
*
|
i40e: Delete unused i40e_mac_info fields
Ivan Vecera
2023-11-14
3
-8
/
+2
*
|
i40e: Move inline helpers to i40e_prototype.h
Ivan Vecera
2023-11-14
2
-68
/
+70
*
|
i40e: Remove VF MAC types
Ivan Vecera
2023-11-14
2
-31
/
+10
*
|
i40e: Use helpers to check running FW and AQ API versions
Ivan Vecera
2023-11-14
4
-58
/
+36
*
|
i40e: Add other helpers to check version of running firmware and AQ API
Ivan Vecera
2023-11-14
1
-0
/
+54
*
|
i40e: Move i40e_is_aq_api_ver_ge helper
Ivan Vecera
2023-11-14
2
-19
/
+18
*
|
i40e: Initialize hardware capabilities at single place
Ivan Vecera
2023-11-14
4
-72
/
+51
*
|
i40e: Consolidate hardware capabilities
Ivan Vecera
2023-11-14
7
-90
/
+85
*
|
i40e: Use DECLARE_BITMAP for flags field in i40e_hw
Ivan Vecera
2023-11-14
7
-51
/
+55
*
|
i40e: Use DECLARE_BITMAP for flags and hw_features fields in i40e_pf
Ivan Vecera
2023-11-14
9
-515
/
+544
*
|
i40e: Remove _t suffix from enum type names
Ivan Vecera
2023-11-14
3
-7
/
+7
*
|
i40e: Remove unused flags
Ivan Vecera
2023-11-14
4
-37
/
+31
*
|
i40e: Change user notification of non-SFP module in i40e_get_module_info()
Andrii Staikov
2023-11-14
1
-2
/
+2
*
|
i40e: add an error code check in i40e_vsi_setup
Su Hui
2023-11-14
1
-0
/
+4
*
|
i40e: increase max descriptors for XL710
Justin Bronder
2023-11-14
2
-6
/
+20
|
/
*
i40e: Fix devlink port unregistering
Ivan Vecera
2023-11-06
1
-4
/
+6
*
i40e: Do not call devlink_port_type_clear()
Ivan Vecera
2023-11-06
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-26
3
-12
/
+23
|
\
|
*
i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITR
Ivan Vecera
2023-10-24
1
-1
/
+1
|
*
i40e: sync next_to_clean and next_to_process for programming status desc
Tirthendu Sarkar
2023-10-20
1
-1
/
+8
|
*
i40e: Fix I40E_FLAG_VF_VLAN_PRUNING value
Ivan Vecera
2023-10-20
1
-1
/
+1
|
*
i40e: xsk: remove count_mask
Maciej Fijalkowski
2023-10-19
1
-9
/
+13
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-19
1
-2
/
+2
|
\
|
|
*
i40e: prevent crash on probe if hw registers have invalid values
Michal Schmidt
2023-10-13
1
-2
/
+2
*
|
i40e: Align devlink info versions with ice driver and add docs
Ivan Vecera
2023-10-19
1
-3
/
+15
*
|
i40e: use scnprintf over strncpy+strncat
Justin Stitt
2023-10-18
1
-4
/
+3
*
|
intel: fix format warnings
Jesse Brandeburg
2023-10-18
1
-2
/
+4
*
|
i40e: Add PBA as board id info to devlink .info_get
Ivan Vecera
2023-10-15
1
-0
/
+16
*
|
i40e: Refactor and rename i40e_read_pba_string()
Ivan Vecera
2023-10-15
4
-26
/
+39
*
|
i40e: Add handler for devlink .info_get
Ivan Vecera
2023-10-15
1
-0
/
+90
*
|
i40e: Split and refactor i40e_nvm_version_str()
Ivan Vecera
2023-10-15
3
-44
/
+105
*
|
i40e: Add initial devlink support
Ivan Vecera
2023-10-15
5
-6
/
+163
*
|
i40e: Move DDP specific macros and structures to i40e_ddp.c
Ivan Vecera
2023-10-05
3
-26
/
+25
*
|
i40e: Remove circular header dependencies and fix headers
Ivan Vecera
2023-10-05
27
-81
/
+72
*
|
i40e: Split i40e_osdep.h
Ivan Vecera
2023-10-05
8
-71
/
+68
*
|
i40e: Move memory allocation structures to i40e_alloc.h
Ivan Vecera
2023-10-05
3
-12
/
+15
*
|
i40e: Simplify memory allocation functions
Ivan Vecera
2023-10-05
5
-43
/
+14
*
|
i40e: Refactor I40E_MDIO_CLAUSE* macros
Ivan Vecera
2023-10-05
2
-15
/
+10
*
|
i40e: Move I40E_MASK macro to i40e_register.h
Ivan Vecera
2023-10-05
2
-3
/
+3
*
|
i40e: Remove back pointer from i40e_hw structure
Ivan Vecera
2023-10-05
4
-11
/
+31
*
|
i40e: Add rx_missed_errors for buffer exhaustion
Yajun Deng
2023-10-03
3
-13
/
+10
*
|
net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().
Sebastian Andrzej Siewior
2023-10-03
1
-1
/
+1
[next]