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-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-25
net: stmmac: block PHY RXC clock-stop
Russell King (Oracle)
1
-0
/
+27
2025-03-25
net: phylink: add functions to block/unblock rx clock stop
Russell King (Oracle)
2
-0
/
+62
2025-03-25
net: stmmac: socfpga: remove phy_resume() call
Russell King (Oracle)
1
-18
/
+0
2025-03-25
net: stmmac: address non-LPI resume failures properly
Russell King (Oracle)
1
-5
/
+14
2025-03-25
net: phylink: add phylink_prepare_resume()
Russell King (Oracle)
2
-0
/
+26
2025-03-25
sfc: support X4 devlink flash
Edward Cree
3
-22
/
+34
2025-03-25
sfc: update MCDI protocol headers
Edward Cree
1
-8814
/
+5028
2025-03-25
sfc: rip out MDIO support
Edward Cree
5
-99
/
+2
2025-03-25
net: reorganize IP MIB values (II)
Eric Dumazet
1
-6
/
+6
2025-03-25
tcp: avoid atomic operations on sk->sk_rmem_alloc
Eric Dumazet
4
-6
/
+35
2025-03-25
nexthop: Convert RTM_DELNEXTHOP to per-netns RTNL.
Kuniyuki Iwashima
1
-5
/
+10
2025-03-25
nexthop: Convert RTM_NEWNEXTHOP to per-netns RTNL.
Kuniyuki Iwashima
1
-5
/
+11
2025-03-25
nexthop: Remove redundant group len check in nexthop_create_group().
Kuniyuki Iwashima
1
-3
/
+0
2025-03-25
nexthop: Check NLM_F_REPLACE and NHA_ID in rtm_new_nexthop().
Kuniyuki Iwashima
1
-5
/
+6
2025-03-25
nexthop: Move NHA_OIF validation to rtm_to_nh_config_rtnl().
Kuniyuki Iwashima
1
-20
/
+23
2025-03-25
nexthop: Split nh_check_attr_group().
Kuniyuki Iwashima
1
-21
/
+47
2025-03-25
nexthop: Move nlmsg_parse() in rtm_to_nh_config() to rtm_new_nexthop().
Kuniyuki Iwashima
1
-15
/
+18
2025-03-25
ipv6: fix _DEVADD() and _DEVUPD() macros
Eric Dumazet
1
-4
/
+7
2025-03-25
net/mlx5e: TC, Don't offload CT commit if it's the last action
Jianbo Liu
1
-0
/
+11
2025-03-25
net/mlx5e: CT: Filter legacy rules that are unrelated to nic
Paul Blakey
1
-0
/
+29
2025-03-25
net/mlx5: Update pfnum retrieval for devlink port attributes
Shay Drory
2
-3
/
+3
2025-03-25
net/mlx5: fw reset, check bridge accessibility at earlier stage
Amir Tzin
1
-6
/
+9
2025-03-25
net/mlx5: Lag, use port selection tables when available
Mark Bloch
1
-29
/
+9
2025-03-25
net/mlx5e: TX, Utilize WQ fragments edge for multi-packet WQEs
Tariq Toukan
5
-9
/
+25
2025-03-25
dql: Fix dql->limit value when reset.
Jing Su
1
-1
/
+1
2025-03-25
selftests/net: Drop timeout argument from test_client_verify()
Dmitry Safonov
9
-25
/
+22
2025-03-25
selftests/net: Delete timeout from test_connect_socket()
Dmitry Safonov
4
-21
/
+13
2025-03-25
selftests/net: Print the testing side in unsigned-md5
Dmitry Safonov
1
-22
/
+22
2025-03-25
selftests/net: Add mixed select()+polling mode to TCP-AO tests
Dmitry Safonov
5
-67
/
+232
2025-03-25
selftests/net: Fetch and check TCP-MD5 counters
Dmitry Safonov
11
-189
/
+219
2025-03-25
selftests/net: Provide tcp-ao counters comparison helper
Dmitry Safonov
11
-63
/
+89
2025-03-25
selftests/net: Print TCP flags in more common format
Dmitry Safonov
1
-5
/
+2
2025-03-25
ynl: devlink: add missing board-serial-number
Jiri Pirko
1
-0
/
+1
2025-03-25
net: ti: cpsw: Add metadata support for xdp mode
Lorenzo Bianconi
2
-2
/
+10
2025-03-25
net: mana: Add metadata support for xdp mode
Lorenzo Bianconi
2
-1
/
+5
2025-03-25
net: ethernet: mediatek: Add metadata support for xdp mode
Lorenzo Bianconi
1
-2
/
+5
2025-03-25
net: octeontx2: Add metadata support for xdp mode
Lorenzo Bianconi
1
-4
/
+9
2025-03-25
net: netsec: Add metadata support for xdp mode
Lorenzo Bianconi
1
-2
/
+5
2025-03-25
net: mvpp2: Add metadata support for xdp mode
Lorenzo Bianconi
1
-2
/
+6
2025-03-25
net: mvneta: Add metadata support for xdp mode
Lorenzo Bianconi
1
-1
/
+4
2025-03-25
net: tulip: avoid unused variable warning
Simon Horman
1
-5
/
+2
2025-03-25
af_unix: Clean up #include under net/unix/.
Kuniyuki Iwashima
4
-17
/
+9
2025-03-25
af_unix: Explicitly include headers for non-pointer struct fields.
Kuniyuki Iwashima
5
-14
/
+6
2025-03-25
af_unix: Move internal definitions to net/unix/.
Kuniyuki Iwashima
7
-75
/
+102
2025-03-25
af_unix: Sort headers.
Kuniyuki Iwashima
6
-52
/
+51
2025-03-25
tcp: support TCP_DELACK_MAX_US for set/getsockopt use
Jason Xing
3
-2
/
+14
2025-03-25
tcp: support TCP_RTO_MIN_US for set/getsockopt use
Jason Xing
4
-4
/
+16
2025-03-24
selftests: vxlan_bridge: Test flood with unresolved FDB entry
Amit Cohen
2
-0
/
+23
2025-03-24
mlxsw: Add VXLAN bridge ports to same hardware domain as physical bridge ports
Amit Cohen
2
-6
/
+26
2025-03-24
mlxsw: spectrum_switchdev: Move mlxsw_sp_bridge_vxlan_join()
Amit Cohen
1
-15
/
+15
[next]