index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-07
net: ethtool: use correct device pointer in ethnl_default_dump_one()
Eric Dumazet
1
-2
/
+2
2025-03-07
bpf: fix a possible NULL deref in bpf_map_offload_map_alloc()
Eric Dumazet
1
-3
/
+5
2025-03-07
selftests/net: add proc_net_pktgen to .gitignore
Willem de Bruijn
1
-0
/
+1
2025-03-07
net: stmmac: Add glue layer for Sophgo SG2044 SoC
Inochi Amaoto
3
-0
/
+87
2025-03-07
net: stmmac: platform: Add snps,dwmac-5.30a IP compatible string
Inochi Amaoto
1
-0
/
+1
2025-03-07
net: stmmac: platform: Group GMAC4 compatible check
Inochi Amaoto
1
-5
/
+11
2025-03-07
dt-bindings: net: Add support for Sophgo SG2044 dwmac
Inochi Amaoto
2
-0
/
+130
2025-03-07
net: phylink: Remove unused phylink_init_eee
Dr. David Alan Gilbert
2
-19
/
+0
2025-03-06
net/mlx5e: Properly match IPsec subnet addresses
Leon Romanovsky
3
-9
/
+69
2025-03-06
net/mlx5e: Separate address related variables to be in struct
Leon Romanovsky
3
-65
/
+68
2025-03-06
net/mlx5: Lag, Enable Multiport E-Switch offloads on 8 ports LAG
Amir Tzin
1
-4
/
+0
2025-03-06
net/mlx5e: Enable lanes configuration when auto-negotiation is off
Shahar Shitrit
3
-55
/
+67
2025-03-06
net/mlx5: Refactor link speed handling with mlx5_link_info struct
Shahar Shitrit
4
-88
/
+103
2025-03-06
net/mlx5: Relocate function declarations from port.h to mlx5_core.h
Shahar Shitrit
3
-104
/
+86
2025-03-06
net: ti: icss-iep: Add phase offset configuration for perout signal
Meghana Malladi
1
-2
/
+16
2025-03-06
net: ti: icss-iep: Add pwidth configuration for perout signal
Meghana Malladi
1
-3
/
+44
2025-03-06
selftests: openvswitch: don't hardcode the drop reason subsys
Jakub Kicinski
2
-3
/
+10
2025-03-06
net: airoha: Enable TSO/Scatter Gather for LAN port
Lorenzo Bianconi
1
-0
/
+1
2025-03-06
net: airoha: Fix lan4 support in airoha_qdma_get_gdm_port()
Lorenzo Bianconi
1
-1
/
+1
2025-03-06
net: airoha: Increase max mtu to 9k
Lorenzo Bianconi
1
-1
/
+1
2025-03-06
net: airoha: Introduce airoha_dev_change_mtu callback
Lorenzo Bianconi
1
-0
/
+15
2025-03-06
net: airoha: Enable Rx Scatter-Gather
Lorenzo Bianconi
3
-26
/
+48
2025-03-06
net: airoha: Move min/max packet len configuration in airoha_dev_open()
Lorenzo Bianconi
1
-7
/
+7
2025-03-06
net: stmmac: simplify phylink_suspend() and phylink_resume() calls
Russell King (Oracle)
1
-14
/
+8
2025-03-06
net: stmmac: avoid shadowing global buf_sz
Russell King (Oracle)
1
-3
/
+3
2025-03-06
selftests: net: bpf_offload: add 'libbpf_global' to ignored maps
Jakub Kicinski
1
-0
/
+1
2025-03-06
selftests: net: fix error message in bpf_offload
Jakub Kicinski
1
-1
/
+3
2025-03-06
tcp: clamp window like before the cleanup
Matthieu Baerts (NGI0)
1
-6
/
+6
2025-03-06
net: stmmac: mostly remove "buf_sz"
Russell King (Oracle)
1
-6
/
+1
2025-03-06
ptp: ocp: Remove redundant check in _signal_summary_show
Ivan Abramov
1
-3
/
+0
2025-03-06
net: stmmac: dwc-qos: Add FSD EQoS support
Swathi K S
1
-1
/
+7
2025-03-06
dt-bindings: net: Add FSD EQoS device tree bindings
Swathi K S
2
-2
/
+121
2025-03-06
inet: call inet6_ehashfn() once from inet6_hash_connect()
Eric Dumazet
4
-14
/
+33
2025-03-06
inet: change lport contribution to inet_ehashfn() and inet6_ehashfn()
Eric Dumazet
2
-4
/
+4
2025-03-06
tcp: bring back NUMA dispersion in inet_ehash_locks_alloc()
Eric Dumazet
1
-11
/
+26
2025-03-06
eth: bnxt: remove most dependencies on RTNL
Stanislav Fomichev
7
-73
/
+101
2025-03-06
docs: net: document new locking reality
Stanislav Fomichev
2
-13
/
+56
2025-03-06
net: add option to request netdev instance lock
Stanislav Fomichev
1
-1
/
+7
2025-03-06
net: replace dev_addr_sem with netdev instance lock
Stanislav Fomichev
9
-56
/
+41
2025-03-06
net: ethtool: try to protect all callback with netdev instance lock
Jakub Kicinski
11
-26
/
+82
2025-03-06
net: hold netdev instance lock during ndo_bpf
Stanislav Fomichev
6
-4
/
+33
2025-03-06
net: hold netdev instance lock during sysfs operations
Stanislav Fomichev
5
-48
/
+88
2025-03-06
net: hold netdev instance lock during ioctl operations
Stanislav Fomichev
6
-37
/
+80
2025-03-06
net: hold netdev instance lock during rtnetlink operations
Stanislav Fomichev
6
-150
/
+329
2025-03-06
net: hold netdev instance lock during queue operations
Stanislav Fomichev
6
-25
/
+41
2025-03-06
net: hold netdev instance lock during qdisc ndo_setup_tc
Stanislav Fomichev
1
-4
/
+24
2025-03-06
net: sched: wrap doit/dumpit methods
Stanislav Fomichev
1
-68
/
+123
2025-03-06
net: hold netdev instance lock during nft ndo_setup_tc
Stanislav Fomichev
5
-4
/
+22
2025-03-06
net: hold netdev instance lock during ndo_open/ndo_stop
Stanislav Fomichev
5
-15
/
+54
2025-03-06
selftests/bpf: Fix file descriptor assertion in open_tuntap helper
Marcus Wichelmann
1
-1
/
+1
[next]