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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-15
net: inline napi_skb_cache_get()
devel
davem/net-next
Eric Dumazet
1
-1
/
+1
2026-01-15
Merge branch 'net-mlx5-hws-single-flow-counter-support'
Paolo Abeni
5
-24
/
+55
2026-01-15
net/mlx5: Initialize bulk for single flow counters
Moshe Shemesh
2
-13
/
+29
2026-01-15
net/mlx5: fs, split bulk init
Mark Bloch
4
-12
/
+23
2026-01-15
net/mlx5: fs, factor out flow counter bulk init
Mark Bloch
1
-6
/
+10
2026-01-15
Merge branch 'introduce-and-use-netif_xmit_timeout_ms-helper'
Paolo Abeni
3
-8
/
+17
2026-01-15
net/mlx5e: Refine TX timeout handling to skip non-timed-out SQ
Shahar Shitrit
1
-1
/
+1
2026-01-15
net: hns3: Use netif_xmit_timeout_ms() helper
Shahar Shitrit
1
-7
/
+5
2026-01-15
net: Introduce netif_xmit_timeout_ms() helper
Shahar Shitrit
1
-0
/
+11
2026-01-15
Merge branch 'xsk-move-cq_cached_prod_lock'
Paolo Abeni
4
-14
/
+17
2026-01-15
xsk: move cq_cached_prod_lock to avoid touching a cacheline in sending path
Jason Xing
4
-10
/
+10
2026-01-15
xsk: advance cq/fq check when shared umem is used
Jason Xing
2
-4
/
+7
2026-01-13
net: mana: Implement ndo_tx_timeout and serialize queue resets per port.
Dipayaan Roy
3
-3
/
+84
2026-01-13
net: sxgbe: fix typo in comment
Jinseok Kim
1
-1
/
+1
2026-01-13
Merge branch 'net-phy-fixed_phy-replace-list-of-fixed-phys-with-static-array'
Jakub Kicinski
1
-54
/
+29
2026-01-13
net: phy: fixed_phy: replace IDA with a bitmap
Heiner Kallweit
1
-7
/
+17
2026-01-13
net: phy: fixed_phy: replace list of fixed PHYs with static array
Heiner Kallweit
1
-52
/
+17
2026-01-13
Merge branch 'ipv6-allow-for-nexthop-device-mismatch-with-onlink'
Jakub Kicinski
2
-19
/
+16
2026-01-13
selftests: fib-onlink: Add test cases for nexthop device mismatch
Ido Schimmel
1
-0
/
+8
2026-01-13
ipv6: Allow for nexthop device mismatch with "onlink"
Ido Schimmel
1
-5
/
+2
2026-01-13
selftests: fib-onlink: Add a test case for IPv4 multicast gateway
Ido Schimmel
1
-1
/
+6
2026-01-13
selftests: fib-onlink: Remove "wrong nexthop device" IPv6 tests
Ido Schimmel
1
-7
/
+0
2026-01-13
selftests: fib-onlink: Remove "wrong nexthop device" IPv4 tests
Ido Schimmel
1
-6
/
+0
2026-01-13
Merge branch 'net-phy-introduce-phy-ports-representation'
Jakub Kicinski
22
-384
/
+1392
2026-01-13
Documentation: networking: Document the phy_port infrastructure
Maxime Chevallier
3
-0
/
+114
2026-01-13
net: phy: Only rely on phy_port for PHY-driven SFP
Maxime Chevallier
2
-25
/
+9
2026-01-13
net: phy: qca807x: Support SFP through phy_port interface
Maxime Chevallier
1
-42
/
+30
2026-01-13
net: phy: at803x: Support SFP through phy_port interface
Maxime Chevallier
1
-43
/
+30
2026-01-13
net: phy: marvell10g: Support SFP through phy_port
Maxime Chevallier
3
-20
/
+74
2026-01-13
net: phy: marvell: Support SFP through phy_port interface
Maxime Chevallier
1
-60
/
+32
2026-01-13
net: phy: marvell-88x2222: Support SFP through phy_port interface
Maxime Chevallier
1
-56
/
+38
2026-01-13
net: phy: Introduce generic SFP handling for PHY drivers
Maxime Chevallier
3
-0
/
+111
2026-01-13
net: phy: Create a phy_port for PHY-driven SFPs
Maxime Chevallier
2
-0
/
+45
2026-01-13
dt-bindings: net: dp83822: Deprecate ti,fiber-mode
Maxime Chevallier
1
-1
/
+8
2026-01-13
net: phy: dp83822: Add support for phy_port representation
Maxime Chevallier
1
-26
/
+45
2026-01-13
net: phy: Introduce PHY ports representation
Maxime Chevallier
11
-1
/
+610
2026-01-13
net: ethtool: Introduce ETHTOOL_LINK_MEDIUM_* values
Maxime Chevallier
3
-116
/
+177
2026-01-13
dt-bindings: net: Introduce the ethernet-connector description
Maxime Chevallier
3
-0
/
+75
2026-01-13
Merge branch 'selftests-drv-net-gro-enable-hw-gro-and-lro-testing'
Jakub Kicinski
5
-214
/
+437
2026-01-13
selftests: drv-net: gro: break out all individual test cases
Jakub Kicinski
2
-188
/
+306
2026-01-13
selftests: drv-net: gro: run the test against HW GRO and LRO
Jakub Kicinski
2
-17
/
+58
2026-01-13
selftests: drv-net: gro: improve feature config
Jakub Kicinski
1
-3
/
+36
2026-01-13
selftests: drv-net: gro: use cmd print
Jakub Kicinski
1
-2
/
+1
2026-01-13
selftests: net: py: teach cmd() how to print itself
Jakub Kicinski
1
-0
/
+23
2026-01-13
selftests: net: py: teach ksft_pr() multi-line safety
Jakub Kicinski
1
-10
/
+19
2026-01-13
tools/net/ynl: suppress jobserver warning in ynltool version detection
Bobby Eshleman
1
-1
/
+1
2026-01-13
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Jakub Kicinski
10
-6
/
+395
2026-01-13
selftests: net: reduce txtimestamp deschedule flakes
Willem de Bruijn
1
-5
/
+5
2026-01-13
net: airoha: implement get_link_ksettings
Aleksander Jan Bajkowski
1
-0
/
+1
2026-01-13
Merge branch 'net-rds-rds-tcp-bug-fix-collection-subset-1-work-queue-scalability'
Paolo Abeni
9
-23
/
+43
[next]