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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-21
net: fib_rules: Enable DSCP mask usage
Ido Schimmel
1
-1
/
+1
2025-02-21
ipv6: fib_rules: Add DSCP mask matching
Ido Schimmel
1
-2
/
+43
2025-02-21
ipv4: fib_rules: Add DSCP mask matching
Ido Schimmel
1
-3
/
+44
2025-02-21
net: fib_rules: Add DSCP mask attribute
Ido Schimmel
1
-0
/
+1
2025-02-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
11
-9
/
+160
2025-02-21
net/rds: Replace deprecated strncpy() with strscpy_pad()
Thorsten Blum
1
-2
/
+1
2025-02-21
rtnetlink: Create link directly in target net namespace
Xiao Liang
1
-7
/
+2
2025-02-21
rtnetlink: Remove "net" from newlink params
Xiao Liang
1
-6
/
+0
2025-02-21
net: xfrm: Use link netns in newlink() of rtnl_link_ops
Xiao Liang
1
-4
/
+4
2025-02-21
net: ipv6: Use link netns in newlink() of rtnl_link_ops
Xiao Liang
4
-18
/
+17
2025-02-21
net: ipv6: Init tunnel link-netns before registering dev
Xiao Liang
4
-7
/
+9
2025-02-21
net: ip_tunnel: Use link netns in newlink() of rtnl_link_ops
Xiao Liang
4
-8
/
+12
2025-02-21
net: ip_tunnel: Don't set tunnel->net in ip_tunnel_init()
Xiao Liang
1
-1
/
+0
2025-02-21
ieee802154: 6lowpan: Validate link netns in newlink() of rtnl_link_ops
Xiao Liang
1
-0
/
+2
2025-02-21
net: Use link/peer netns in newlink() of rtnl_link_ops
Xiao Liang
2
-6
/
+6
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
15
-41
/
+78
2025-02-21
rtnetlink: Lookup device in target netns when creating link
Xiao Liang
1
-2
/
+8
2025-02-20
neighbour: Replace kvzalloc() with kzalloc() when GFP_ATOMIC is specified
Kohei Enju
1
-2
/
+2
2025-02-20
net: pktgen: fix access outside of user given buffer in pktgen_thread_write()
Peter Seiderer
1
-3
/
+4
2025-02-20
net: pktgen: fix ctrl interface command parsing
Peter Seiderer
1
-6
/
+8
2025-02-20
net: pktgen: fix 'ratep 0' error handling (return -EINVAL)
Peter Seiderer
1
-1
/
+1
2025-02-20
net: pktgen: fix 'rate 0' error handling (return -EINVAL)
Peter Seiderer
1
-1
/
+1
2025-02-20
net: pktgen: fix hex32_arg parsing for short reads
Peter Seiderer
1
-3
/
+4
2025-02-20
net: pktgen: enable 'param=value' parsing
Peter Seiderer
1
-0
/
+1
2025-02-20
net: pktgen: replace ENOTSUPP with EOPNOTSUPP
Peter Seiderer
1
-3
/
+3
2025-02-20
af_unix: Fix undefined 'other' error
Purva Yeshi
1
-1
/
+0
2025-02-20
xsk: Add launch time hardware offload support to XDP Tx metadata
Song Yoong Siang
2
-0
/
+5
2025-02-20
bpf: Support selective sampling for bpf timestamping
Jason Xing
1
-1
/
+30
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SENDMSG_CB callback
Jason Xing
1
-0
/
+4
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callback
Jason Xing
2
-2
/
+5
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callback
Jason Xing
3
-6
/
+9
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SND_SW_CB callback
Jason Xing
1
-1
/
+8
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SCHED_CB callback
Jason Xing
2
-1
/
+22
2025-02-20
net-timestamp: Prepare for isolating two modes of SO_TIMESTAMPING
Jason Xing
1
-0
/
+20
2025-02-20
bpf: Disable unsafe helpers in TX timestamping callbacks
Jason Xing
1
-0
/
+17
2025-02-20
bpf: Prevent unsafe access to the sock fields in the BPF timestamping callback
Jason Xing
3
-4
/
+8
2025-02-20
bpf: Prepare the sock_ops ctx and call bpf prog for TX timestamping
Jason Xing
1
-0
/
+14
2025-02-20
bpf: Add networking timestamping support to bpf_get/setsockopt()
Jason Xing
1
-0
/
+23
2025-02-20
net: Add options as a flexible array to struct ip_tunnel_info
Gal Pressman
1
-2
/
+4
2025-02-20
ip_tunnel: Use ip_tunnel_info() helper instead of 'info + 1'
Gal Pressman
1
-4
/
+4
2025-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
16
-170
/
+187
2025-02-20
Revert "net: skb: introduce and use a single page frag cache"
Paolo Abeni
2
-99
/
+22
2025-02-20
net: allow small head cache usage with large MAX_SKB_FRAGS values
Paolo Abeni
2
-6
/
+7
2025-02-20
tcp: drop secpath at the same time as we currently drop dst
Sabrina Dubroca
3
-7
/
+7
2025-02-19
mptcp: micro-optimize __mptcp_move_skb()
Paolo Abeni
2
-61
/
+52
2025-02-19
mptcp: dismiss __mptcp_rmem()
Paolo Abeni
2
-13
/
+6
2025-02-19
net: dismiss sk_forward_alloc_get()
Paolo Abeni
4
-4
/
+4
2025-02-19
mptcp: cleanup mem accounting
Paolo Abeni
3
-111
/
+10
2025-02-19
mptcp: move the whole rx path under msk socket lock protection
Paolo Abeni
3
-66
/
+60
2025-02-19
mptcp: drop __mptcp_fastopen_gen_msk_ackseq()
Paolo Abeni
4
-29
/
+7
[next]