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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-06
net: ipv6: fix dst ref loop in ila lwtunnel
Justin Iurman
1
-1
/
+2
2025-03-05
inet: fix lwtunnel_valid_encap_type() lock imbalance
Eric Dumazet
4
-16
/
+20
2025-03-05
netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around
Nicklas Bo Jensen
1
-2
/
+2
2025-03-05
net-timestamp: support TCP GSO case for a few missing flags
Jason Xing
1
-4
/
+7
2025-03-04
vlan: enforce underlying device type
Oscar Maes
1
-1
/
+2
2025-03-04
net: Prevent use after free in netif_napi_set_irq_locked()
Dan Carpenter
1
-1
/
+1
2025-03-04
tcp: use RCU lookup in __inet_hash_connect()
Eric Dumazet
2
-28
/
+48
2025-03-04
tcp: add RCU management to inet_bind_bucket
Eric Dumazet
3
-9
/
+9
2025-03-04
tcp: optimize inet_use_bhash2_on_bind()
Eric Dumazet
1
-4
/
+2
2025-03-04
tcp: use RCU in __inet{6}_check_established()
Eric Dumazet
2
-6
/
+32
2025-03-04
mptcp: fix 'scheduling while atomic' in mptcp_pm_nl_append_new_local_addr
Krister Johansen
1
-3
/
+15
2025-03-04
tipc: Reduce scope for the variable “fdefq” in tipc_link_tnl_prepare()
Markus Elfring
1
-1
/
+2
2025-03-04
net: ethtool: netlink: Allow NULL nlattrs when getting a phy_device
Maxime Chevallier
9
-18
/
+19
2025-03-04
ppp: use IFF_NO_QUEUE in virtual interfaces
Qingfang Deng
1
-0
/
+1
2025-03-04
mptcp: pm: exit early with ADD_ADDR echo if possible
Matthieu Baerts (NGI0)
1
-0
/
+3
2025-03-04
mptcp: pm: in-kernel: reduce parameters of set_flags
Geliang Tang
1
-7
/
+8
2025-03-04
mptcp: pm: in-kernel: avoid access entry without lock
Geliang Tang
1
-1
/
+1
2025-03-04
Merge tag 'wireless-next-2025-03-04-v2' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
26
-383
/
+1099
2025-03-04
Merge tag 'wireless-2025-03-04' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless
Jakub Kicinski
7
-56
/
+116
2025-03-04
s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()
Heiko Carstens
2
-2
/
+4
2025-03-04
wifi: nl80211: disable multi-link reconfiguration
Johannes Berg
1
-1
/
+1
2025-03-04
net: plumb extack in __dev_change_net_namespace()
Nicolas Dichtel
2
-10
/
+35
2025-03-04
net: advertise netns_immutable property via netlink
Nicolas Dichtel
1
-0
/
+3
2025-03-04
net: rename netns_local to netns_immutable
Nicolas Dichtel
14
-23
/
+23
2025-03-04
net: pktgen: remove all superfluous index assignements
Peter Seiderer
1
-46
/
+6
2025-03-04
net: pktgen: fix mpls reset parsing
Peter Seiderer
1
-1
/
+6
2025-03-04
net: pktgen: fix access outside of user given buffer in pktgen_if_write()
Peter Seiderer
1
-60
/
+118
2025-03-04
net: pktgen: fix mpls maximum labels list parsing
Peter Seiderer
1
-2
/
+4
2025-03-04
net: pktgen: remove some superfluous variable initializing
Peter Seiderer
1
-2
/
+2
2025-03-04
net: pktgen: remove extra tmp variable (re-use len instead)
Peter Seiderer
1
-5
/
+4
2025-03-04
net: pktgen: fix mix of int/long
Peter Seiderer
1
-18
/
+20
2025-03-03
mptcp: Remove unused declaration mptcp_set_owner_r()
Yue Haibing
1
-1
/
+0
2025-03-03
mptcp: use sock_kmemdup for address entry
Geliang Tang
1
-2
/
+1
2025-03-03
net: use sock_kmemdup for ip_options
Geliang Tang
3
-12
/
+5
2025-03-03
sock: add sock_kmemdup helper
Geliang Tang
1
-0
/
+16
2025-03-03
tcp: tcp_set_window_clamp() cleanup
Eric Dumazet
1
-18
/
+18
2025-03-03
tcp: remove READ_ONCE(req->ts_recent)
Eric Dumazet
4
-5
/
+5
2025-03-03
net: gro: convert four dev_net() calls
Eric Dumazet
4
-4
/
+4
2025-03-03
tcp: convert to dev_net_rcu()
Eric Dumazet
3
-20
/
+20
2025-03-03
tcp: add four drop reasons to tcp_check_req()
Eric Dumazet
1
-2
/
+8
2025-03-03
tcp: add a drop_reason pointer to tcp_check_req()
Eric Dumazet
4
-6
/
+8
2025-03-03
ipv4: fib: Convert RTM_NEWROUTE and RTM_DELROUTE to per-netns RTNL.
Kuniyuki Iwashima
1
-5
/
+14
2025-03-03
ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config().
Kuniyuki Iwashima
2
-24
/
+16
2025-03-03
ipv4: fib: Hold rtnl_net_lock() in ip_rt_ioctl().
Kuniyuki Iwashima
1
-6
/
+4
2025-03-03
ipv4: fib: Hold rtnl_net_lock() for ip_fib_net_exit().
Kuniyuki Iwashima
1
-5
/
+7
2025-03-03
ipv4: fib: Namespacify fib_info hash tables.
Kuniyuki Iwashima
1
-35
/
+26
2025-03-03
ipv4: fib: Add fib_info_hash_grow().
Kuniyuki Iwashima
1
-44
/
+41
2025-03-03
ipv4: fib: Remove fib_info_hash_size.
Kuniyuki Iwashima
1
-11
/
+6
2025-03-03
ipv4: fib: Remove fib_info_laddrhash pointer.
Kuniyuki Iwashima
1
-16
/
+11
2025-03-03
ipv4: fib: Make fib_info_hashfn() return struct hlist_head.
Kuniyuki Iwashima
1
-19
/
+9
[prev]
[next]