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-04-29
ip: load balance tcp connections to single dst addr and port
Willem de Bruijn
3
-6
/
+22
2025-04-29
ipv4: prefer multipath nexthop that matches source address
Willem de Bruijn
2
-15
/
+26
2025-04-28
net_sched: qfq: Fix double list add in class with netem as child qdisc
Victor Nogueira
1
-4
/
+7
2025-04-28
net_sched: ets: Fix double list add in class with netem as child qdisc
Victor Nogueira
1
-3
/
+6
2025-04-28
net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc
Victor Nogueira
1
-1
/
+1
2025-04-28
net_sched: drr: Fix double list add in class with netem as child qdisc
Victor Nogueira
1
-3
/
+6
2025-04-29
netfilter: nf_tables: export set count and backend name to userspace
Florian Westphal
1
-0
/
+26
2025-04-29
netfilter: conntrack: Remove redundant NFCT_ALIGN call
Xuanqiang Luo
1
-3
/
+1
2025-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4
Alexei Starovoitov
8
-50
/
+64
2025-04-28
net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid
Christian Brauner
1
-10
/
+12
2025-04-26
Merge tag 'nfsd-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-5
/
+1
2025-04-26
Revert "sunrpc: clean cache_detail immediately when flush is written frequently"
Chuck Lever
1
-5
/
+1
2025-04-26
net, pidfs: prepare for handing out pidfds for reaped sk->sk_peer_pid
Christian Brauner
1
-11
/
+74
2025-04-25
Merge tag 'ceph-for-6.15-rc4' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-23
/
+0
2025-04-25
Bluetooth: L2CAP: copy RX timestamp to new fragments
Pauli Virtanen
1
-0
/
+3
2025-04-25
Bluetooth: hci_conn: Fix not setting timeout for BIG Create Sync
Luiz Augusto von Dentz
4
-104
/
+83
2025-04-25
Bluetooth: hci_conn: Fix not setting conn_timeout for Broadcast Receiver
Luiz Augusto von Dentz
3
-100
/
+85
2025-04-24
tcp: fastopen: pass TFO child indication through getsockopt
Jeremy Harris
1
-0
/
+2
2025-04-24
tcp: fastopen: note that a child socket was created
Jeremy Harris
2
-0
/
+2
2025-04-24
net: ip_gre: Fix spelling mistake "demultiplexor" -> "demultiplexer"
Colin Ian King
1
-1
/
+1
2025-04-24
rxrpc: rxgk: Fix some reference count leaks
Dan Carpenter
1
-3
/
+7
2025-04-24
xsk: Fix race condition in AF_XDP generic RX path
e.kubanski
2
-3
/
+4
2025-04-24
rxrpc: Remove deadcode
Dr. David Alan Gilbert
3
-50
/
+0
2025-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-23
/
+70
2025-04-24
Merge tag 'wireless-2025-04-24' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless
Jakub Kicinski
1
-1
/
+7
2025-04-24
net: cgroup: Guard users of sock_cgroup_classid()
Michal Koutný
2
-1
/
+10
2025-04-24
netfilter: xt_cgroup: Make it independent from net_cls
Michal Koutný
2
-1
/
+18
2025-04-24
netfilter: xt_IDLETIMER: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-6
/
+6
2025-04-24
ipv6: Get rid of RTNL for SIOCADDRT and RTM_NEWROUTE.
Kuniyuki Iwashima
2
-8
/
+14
2025-04-24
ipv6: Protect nh->f6i_list with spinlock and flag.
Kuniyuki Iwashima
2
-8
/
+49
2025-04-24
ipv6: Defer fib6_purge_rt() in fib6_add_rt2node() to fib6_add().
Kuniyuki Iwashima
1
-7
/
+14
2025-04-24
ipv6: Protect fib6_link_table() with spinlock.
Kuniyuki Iwashima
1
-5
/
+21
2025-04-24
ipv6: Factorise ip6_route_multipath_add().
Kuniyuki Iwashima
1
-75
/
+130
2025-04-24
ipv6: Rename rt6_nh.next to rt6_nh.list.
Kuniyuki Iwashima
1
-7
/
+7
2025-04-24
ipv6: Don't pass net to ip6_route_info_append().
Kuniyuki Iwashima
1
-4
/
+2
2025-04-24
ipv6: Preallocate nhc_pcpu_rth_output in ip6_route_info_create().
Kuniyuki Iwashima
2
-4
/
+15
2025-04-24
ipv6: Preallocate rt->fib6_nh->rt6i_pcpu in ip6_route_info_create().
Kuniyuki Iwashima
1
-3
/
+22
2025-04-24
ipv6: Split ip6_route_info_create().
Kuniyuki Iwashima
1
-33
/
+62
2025-04-24
ipv6: Move nexthop_find_by_id() after fib6_info_alloc().
Kuniyuki Iwashima
1
-16
/
+18
2025-04-24
ipv6: Check GATEWAY in rtm_to_fib6_multipath_config().
Kuniyuki Iwashima
1
-7
/
+9
2025-04-24
ipv6: Move some validation from ip6_route_info_create() to rtm_to_fib6_config().
Kuniyuki Iwashima
1
-37
/
+42
2025-04-24
ipv6: Get rid of RTNL for SIOCDELRT and RTM_DELROUTE.
Kuniyuki Iwashima
1
-20
/
+28
2025-04-24
ipv6: Validate RTA_GATEWAY of RTA_MULTIPATH in rtm_to_fib6_config().
Kuniyuki Iwashima
1
-39
/
+43
2025-04-23
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
1
-1
/
+278
2025-04-23
net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too
Cong Wang
1
-4
/
+10
2025-04-23
net_sched: hfsc: Fix a UAF vulnerability in class handling
Cong Wang
1
-2
/
+7
2025-04-23
mptcp: pm: Defer freeing of MPTCP userspace path manager entries
Mat Martineau
1
-1
/
+5
2025-04-23
net: Fix wild-memory-access in __register_pernet_operations() when CONFIG_NET_NS=n.
Kuniyuki Iwashima
1
-6
/
+6
2025-04-23
selftests/bpf: Add test to access const void pointer argument in tracing program
KaFai Wan
1
-1
/
+7
2025-04-23
wifi: mac80211: restructure tx profile retrieval for MLO MBSSID
Rameshkumar Sundaram
3
-45
/
+96
[prev]
[next]