index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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-11-14
i40e: Add other helpers to check version of running firmware and AQ API
Ivan Vecera
1
-0
/
+54
2023-11-14
i40e: Move i40e_is_aq_api_ver_ge helper
Ivan Vecera
2
-19
/
+18
2023-11-14
i40e: Initialize hardware capabilities at single place
Ivan Vecera
4
-72
/
+51
2023-11-14
i40e: Consolidate hardware capabilities
Ivan Vecera
7
-90
/
+85
2023-11-14
i40e: Use DECLARE_BITMAP for flags field in i40e_hw
Ivan Vecera
7
-51
/
+55
2023-11-14
i40e: Use DECLARE_BITMAP for flags and hw_features fields in i40e_pf
Ivan Vecera
9
-515
/
+544
2023-11-14
i40e: Remove _t suffix from enum type names
Ivan Vecera
3
-7
/
+7
2023-11-14
i40e: Remove unused flags
Ivan Vecera
4
-37
/
+31
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: add an error code check in i40e_vsi_setup
Su Hui
1
-0
/
+4
2023-11-14
i40e: increase max descriptors for XL710
Justin Bronder
2
-6
/
+20
2023-11-06
i40e: Fix devlink port unregistering
Ivan Vecera
1
-4
/
+6
2023-11-06
i40e: Do not call devlink_port_type_clear()
Ivan Vecera
1
-1
/
+0
2023-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-12
/
+23
2023-10-24
i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITR
Ivan Vecera
1
-1
/
+1
2023-10-20
i40e: sync next_to_clean and next_to_process for programming status desc
Tirthendu Sarkar
1
-1
/
+8
2023-10-20
i40e: Fix I40E_FLAG_VF_VLAN_PRUNING value
Ivan Vecera
1
-1
/
+1
2023-10-19
i40e: xsk: remove count_mask
Maciej Fijalkowski
1
-9
/
+13
2023-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2023-10-19
i40e: Align devlink info versions with ice driver and add docs
Ivan Vecera
1
-3
/
+15
2023-10-18
i40e: use scnprintf over strncpy+strncat
Justin Stitt
1
-4
/
+3
2023-10-18
intel: fix format warnings
Jesse Brandeburg
1
-2
/
+4
2023-10-15
i40e: Add PBA as board id info to devlink .info_get
Ivan Vecera
1
-0
/
+16
2023-10-15
i40e: Refactor and rename i40e_read_pba_string()
Ivan Vecera
4
-26
/
+39
2023-10-15
i40e: Add handler for devlink .info_get
Ivan Vecera
1
-0
/
+90
2023-10-15
i40e: Split and refactor i40e_nvm_version_str()
Ivan Vecera
3
-44
/
+105
2023-10-15
i40e: Add initial devlink support
Ivan Vecera
5
-6
/
+163
2023-10-13
i40e: prevent crash on probe if hw registers have invalid values
Michal Schmidt
1
-2
/
+2
2023-10-05
i40e: Move DDP specific macros and structures to i40e_ddp.c
Ivan Vecera
3
-26
/
+25
2023-10-05
i40e: Remove circular header dependencies and fix headers
Ivan Vecera
27
-81
/
+72
2023-10-05
i40e: Split i40e_osdep.h
Ivan Vecera
8
-71
/
+68
2023-10-05
i40e: Move memory allocation structures to i40e_alloc.h
Ivan Vecera
3
-12
/
+15
2023-10-05
i40e: Simplify memory allocation functions
Ivan Vecera
5
-43
/
+14
2023-10-05
i40e: Refactor I40E_MDIO_CLAUSE* macros
Ivan Vecera
2
-15
/
+10
2023-10-05
i40e: Move I40E_MASK macro to i40e_register.h
Ivan Vecera
2
-3
/
+3
2023-10-05
i40e: Remove back pointer from i40e_hw structure
Ivan Vecera
4
-11
/
+31
2023-10-03
i40e: Add rx_missed_errors for buffer exhaustion
Yajun Deng
3
-13
/
+10
2023-10-03
net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().
Sebastian Andrzej Siewior
1
-1
/
+1
2023-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-3
/
+5
2023-09-15
i40e: Fix VF VLAN offloading when port VLAN is configured
Ivan Vecera
1
-3
/
+5
2023-09-11
i40e: fix potential memory leaks in i40e_remove()
Andrii Staikov
1
-3
/
+7
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
[prev]
[next]