index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Lines
2025-02-21
net: fib_rules: Enable DSCP mask usage
Ido Schimmel
-1
/
+1
2025-02-21
ipv6: fib_rules: Add DSCP mask matching
Ido Schimmel
-2
/
+43
2025-02-21
ipv4: fib_rules: Add DSCP mask matching
Ido Schimmel
-3
/
+44
2025-02-21
net: fib_rules: Add DSCP mask attribute
Ido Schimmel
-0
/
+1
2025-02-21
net: better track kernel sockets lifetime
Eric Dumazet
-39
/
+29
2025-02-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-9
/
+160
2025-02-21
Merge tag 'for-net-2025-02-21' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
-2
/
+7
2025-02-21
net/rds: Replace deprecated strncpy() with strscpy_pad()
Thorsten Blum
-2
/
+1
2025-02-21
rtnetlink: Create link directly in target net namespace
Xiao Liang
-7
/
+2
2025-02-21
rtnetlink: Remove "net" from newlink params
Xiao Liang
-6
/
+0
2025-02-21
net: xfrm: Use link netns in newlink() of rtnl_link_ops
Xiao Liang
-4
/
+4
2025-02-21
net: ipv6: Use link netns in newlink() of rtnl_link_ops
Xiao Liang
-18
/
+17
2025-02-21
net: ipv6: Init tunnel link-netns before registering dev
Xiao Liang
-7
/
+9
2025-02-21
net: ip_tunnel: Use link netns in newlink() of rtnl_link_ops
Xiao Liang
-8
/
+12
2025-02-21
net: ip_tunnel: Don't set tunnel->net in ip_tunnel_init()
Xiao Liang
-1
/
+0
2025-02-21
ieee802154: 6lowpan: Validate link netns in newlink() of rtnl_link_ops
Xiao Liang
-0
/
+2
2025-02-21
net: Use link/peer netns in newlink() of rtnl_link_ops
Xiao Liang
-6
/
+6
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
-41
/
+78
2025-02-21
rtnetlink: Lookup device in target netns when creating link
Xiao Liang
-2
/
+8
2025-02-21
rxrpc: Fix locking issues with the peer record hash
David Howells
-2
/
+2
2025-02-21
rxrpc: peer->mtu_lock is redundant
David Howells
-12
/
+1
2025-02-21
rxrpc: rxperf: Fix missing decoding of terminal magic cookie
David Howells
-0
/
+12
2025-02-21
xfrm_output: Force software GSO only in tunnel mode
Cosmin Ratiu
-1
/
+1
2025-02-21
xfrm: fix tunnel mode TX datapath in packet offload mode
Alexandre Cassen
-0
/
+41
2025-02-21
xfrm: check for PMTU in tunnel mode for packet offload
Leon Romanovsky
-4
/
+12
2025-02-21
xfrm: provide common xdo_dev_offload_ok callback implementation
Leon Romanovsky
-0
/
+15
2025-02-21
xfrm: rely on XFRM offload
Leon Romanovsky
-6
/
+4
2025-02-21
xfrm: simplify SA initialization routine
Leon Romanovsky
-13
/
+11
2025-02-21
xfrm: delay initialization of offload path till its actually requested
Leon Romanovsky
-24
/
+23
2025-02-20
neighbour: Replace kvzalloc() with kzalloc() when GFP_ATOMIC is specified
Kohei Enju
-2
/
+2
2025-02-20
net: pktgen: fix access outside of user given buffer in pktgen_thread_write()
Peter Seiderer
-3
/
+4
2025-02-20
net: pktgen: fix ctrl interface command parsing
Peter Seiderer
-6
/
+8
2025-02-20
net: pktgen: fix 'ratep 0' error handling (return -EINVAL)
Peter Seiderer
-1
/
+1
2025-02-20
net: pktgen: fix 'rate 0' error handling (return -EINVAL)
Peter Seiderer
-1
/
+1
2025-02-20
net: pktgen: fix hex32_arg parsing for short reads
Peter Seiderer
-3
/
+4
2025-02-20
net: pktgen: enable 'param=value' parsing
Peter Seiderer
-0
/
+1
2025-02-20
net: pktgen: replace ENOTSUPP with EOPNOTSUPP
Peter Seiderer
-3
/
+3
2025-02-20
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-24
/
+82
2025-02-20
af_unix: Fix undefined 'other' error
Purva Yeshi
-1
/
+0
2025-02-20
xsk: Add launch time hardware offload support to XDP Tx metadata
Song Yoong Siang
-0
/
+5
2025-02-20
bpf: Support selective sampling for bpf timestamping
Jason Xing
-1
/
+30
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SENDMSG_CB callback
Jason Xing
-0
/
+4
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callback
Jason Xing
-2
/
+5
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callback
Jason Xing
-6
/
+9
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SND_SW_CB callback
Jason Xing
-1
/
+8
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SCHED_CB callback
Jason Xing
-1
/
+22
2025-02-20
net-timestamp: Prepare for isolating two modes of SO_TIMESTAMPING
Jason Xing
-0
/
+20
2025-02-20
bpf: Disable unsafe helpers in TX timestamping callbacks
Jason Xing
-0
/
+17
2025-02-20
bpf: Prevent unsafe access to the sock fields in the BPF timestamping callback
Jason Xing
-4
/
+8
2025-02-20
bpf: Prepare the sock_ops ctx and call bpf prog for TX timestamping
Jason Xing
-0
/
+14
[prev]
[next]