index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
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
/
netronome
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+7
2023-02-01
nfp: correct cleanup related to DCB resources
Huayu Chen
2
-3
/
+7
2023-02-01
nfp: flower: avoid taking mutex in atomic context
Yanguo Li
1
-1
/
+7
2023-01-27
devlink: protect devlink param list by instance lock
Jiri Pirko
2
-7
/
+8
2023-01-26
nfp: fill IPsec state validation failure reason
Leon Romanovsky
1
-19
/
+19
2023-01-26
xfrm: extend add state callback to set failure reason
Leon Romanovsky
1
-1
/
+2
2023-01-24
nfp: flower: change get/set_eeprom logic and enable for flower reps
James Hershaw
1
-4
/
+7
2023-01-13
nfp: add DCB IEEE support
Bin Chen
5
-2
/
+657
2023-01-12
net: remove redundant config PCI dependency for some network driver configs
Lukas Bulwahn
1
-1
/
+1
2022-12-21
nfp: fix schedule in atomic context when sync mc address
Yinjun Zhang
2
-4
/
+64
2022-12-19
nfp: fix unaligned io read of capabilities word
Huanhuan Wang
1
-1
/
+1
2022-12-09
Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
1
-0
/
+5
2022-12-08
nfp: Fix spelling mistake "tha" -> "the"
Colin Ian King
1
-1
/
+1
2022-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2022-12-05
nfp: add support for multicast filter
Diana Wang
3
-4
/
+79
2022-12-05
xfrm: allow state packet offload mode
Leon Romanovsky
1
-0
/
+5
2022-12-04
nfp: correct desc type when header dma len is 4096
Yinjun Zhang
1
-3
/
+3
2022-11-30
net: devlink: let the core report the driver name instead of the drivers
Vincent Mailhol
1
-4
/
+0
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+4
2022-11-29
nfp: ethtool: support reporting link modes
Yu Xiao
5
-0
/
+173
2022-11-21
nfp: implement xfrm callbacks and expose ipsec offload feature to upper layer
Huanhuan Wang
3
-4
/
+490
2022-11-21
nfp: add framework to support ipsec offloading
Huanhuan Wang
10
-10
/
+233
2022-11-21
nfp: extend capability and control words
Yinjun Zhang
3
-3
/
+14
2022-11-18
nfp: add port from netdev validation for EEPROM access
Jaco Coetzee
1
-0
/
+3
2022-11-18
nfp: fill splittable of devlink_port_attrs correctly
Diana Wang
1
-1
/
+1
2022-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2022-11-14
net: nfp: Remove linux/msi.h includes
Thomas Gleixner
3
-3
/
+0
2022-11-11
nfp: change eeprom length to max length enumerators
Jaco Coetzee
1
-3
/
+3
2022-11-11
nfp: take numa node into account when setting irq affinity
Yinjun Zhang
1
-2
/
+3
2022-11-03
net: remove unused ndo_get_devlink_port
Jiri Pirko
4
-16
/
+0
2022-11-03
net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_port
Jiri Pirko
3
-21
/
+4
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
3
-10
/
+10
2022-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-23
/
+15
2022-10-24
nfp: flower: tunnel neigh support bond offload
Yanguo Li
4
-21
/
+114
2022-10-21
nfp: only clean `sp_indiff` when application firmware is unloaded
Yinjun Zhang
1
-23
/
+15
2022-10-10
nfp: flower: fix incorrect struct type in GRE key_size
Louis Peens
1
-2
/
+2
2022-09-30
nfp: add support restart of link auto-negotiation
Fei Qin
1
-0
/
+33
2022-09-30
nfp: add support for link auto negotiation
Yinjun Zhang
4
-5
/
+33
2022-09-30
nfp: refine the ABI of getting `sp_indiff` info
Yinjun Zhang
5
-65
/
+71
2022-09-30
nfp: avoid halt of driver init process when non-fatal error happens
Yinjun Zhang
1
-5
/
+4
2022-09-30
nfp: add support for reporting active FEC mode
Yinjun Zhang
3
-2
/
+11
2022-09-29
nfp: Use skb_put_data() instead of skb_put/memcpy pair
Shang XiaoJing
1
-1
/
+1
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-3
/
+1
2022-09-20
nfp: flower: support vlan action in pre_ct
Hui Zhou
1
-1
/
+48
2022-09-20
nfp: flower: support hw offload for ct nat action
Hui Zhou
2
-7
/
+192
2022-09-20
nfp: flower: add validation of for police actions which are independent of flows
Ziyang Chen
1
-8
/
+23
2022-09-20
tcp: Access &tcp_hashinfo via net.
Kuniyuki Iwashima
1
-2
/
+3
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-10
/
+12
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-3
/
+3
2022-08-30
nfp: fix the access to management firmware hanging
Gao Xiao
1
-0
/
+1
[next]