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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-4
/
+21
2023-10-19
i40e: Align devlink info versions with ice driver and add docs
Ivan Vecera
1
-3
/
+15
2023-10-19
iavf: delete unused iavf_mac_info fields
Michal Schmidt
4
-51
/
+0
2023-10-18
igc: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-10-18
igbvf: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-10-18
igb: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-10-18
i40e: use scnprintf over strncpy+strncat
Justin Stitt
1
-4
/
+3
2023-10-18
fm10k: replace deprecated strncpy with strscpy
Justin Stitt
1
-4
/
+4
2023-10-18
e1000: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-10-18
e100: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-10-18
intel: fix format warnings
Jesse Brandeburg
6
-16
/
+18
2023-10-18
intel: fix string truncation warnings
Jesse Brandeburg
4
-37
/
+30
2023-10-18
ice: Refactor finding advertised link speed
Pawel Chmielewski
3
-65
/
+131
2023-10-15
ice: dpll: implement phase related callbacks
Arkadiusz Kubalewski
2
-4
/
+226
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
6
-6
/
+164
2023-10-13
ice: Fix safe mode when DDP is missing
Mateusz Pacuszka
1
-0
/
+3
2023-10-13
ice: reset first in crash dump kernels
Jesse Brandeburg
1
-0
/
+15
2023-10-13
i40e: prevent crash on probe if hw registers have invalid values
Michal Schmidt
1
-2
/
+2
2023-10-13
ice: fix over-shifted variable
Jesse Brandeburg
1
-2
/
+1
2023-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-2
/
+42
2023-10-10
ixgbe: fix crash with empty VF macvlan list
Dan Carpenter
1
-2
/
+3
2023-10-08
ice: block default rule setting on LAG interface
Michal Swiatkowski
3
-0
/
+39
2023-10-06
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
33
-251
/
+227
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+7
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-04
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
4
-36
/
+33
2023-10-04
ice: fix linking when CONFIG_PTP_1588_CLOCK=n
Jacob Keller
7
-82
/
+76
2023-10-03
iavf: remove "inline" functions from iavf_txrx.c
Jacob Keller
1
-23
/
+23
2023-10-03
i40e: Add rx_missed_errors for buffer exhaustion
Yajun Deng
3
-13
/
+10
2023-10-03
ice: make use of DEFINE_FLEX() in ice_switch.c
Przemek Kitszel
1
-49
/
+14
2023-10-03
ice: make use of DEFINE_FLEX() for struct ice_aqc_dis_txq_item
Przemek Kitszel
1
-16
/
+4
2023-10-03
ice: make use of DEFINE_FLEX() for struct ice_aqc_add_tx_qgrp
Przemek Kitszel
2
-32
/
+13
2023-10-03
ice: make use of DEFINE_FLEX() in ice_ddp.c
Przemek Kitszel
1
-28
/
+11
2023-10-03
ice: drop two params of ice_aq_move_sched_elems()
Przemek Kitszel
3
-61
/
+23
2023-10-03
ice: ice_sched_remove_elems: replace 1 elem array param by u32
Przemek Kitszel
1
-17
/
+9
2023-10-03
net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().
Sebastian Andrzej Siewior
4
-4
/
+4
2023-09-30
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
9
-251
/
+483
2023-09-28
ice: always add legacy 32byte RXDID in supported_rxdids
Michal Schmidt
1
-5
/
+7
2023-09-28
ethernet/intel: Use list_for_each_entry() helper
Jinjie Ruan
2
-10
/
+4
[prev]
[next]