index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-06
netfilter: nf_tables: make destruction work queue pernet
Florian Westphal
1
-1
/
+3
2025-03-05
inet: fix lwtunnel_valid_encap_type() lock imbalance
Eric Dumazet
1
-4
/
+8
2025-03-04
tcp: use RCU lookup in __inet_hash_connect()
Eric Dumazet
1
-1
/
+2
2025-03-04
tcp: add RCU management to inet_bind_bucket
Eric Dumazet
1
-2
/
+2
2025-03-04
Merge tag 'wireless-next-2025-03-04-v2' of https://git.kernel.org/pub/scm/lin...
Jakub Kicinski
3
-32
/
+60
2025-03-03
sock: add sock_kmemdup helper
Geliang Tang
1
-0
/
+2
2025-03-03
tcp: convert to dev_net_rcu()
Eric Dumazet
2
-2
/
+2
2025-03-03
tcp: add four drop reasons to tcp_check_req()
Eric Dumazet
1
-0
/
+9
2025-03-03
tcp: add a drop_reason pointer to tcp_check_req()
Eric Dumazet
1
-1
/
+1
2025-03-03
ipv4: fib: Namespacify fib_info hash tables.
Kuniyuki Iwashima
1
-0
/
+3
2025-03-03
ipv4: fib: Allocate fib_info_hash[] during netns initialisation.
Kuniyuki Iwashima
1
-0
/
+2
2025-02-28
wifi: cfg80211: reorg sinfo structure elements for mesh
Sarika Sharma
1
-22
/
+21
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-0
/
+11
2025-02-27
Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+1
2025-02-27
xdp: remove xdp_alloc_skb_bulk()
Alexander Lobakin
1
-1
/
+0
2025-02-27
net: gro: expose GRO init/cleanup to use outside of NAPI
Alexander Lobakin
1
-0
/
+3
2025-02-27
net: gro: decouple GRO from the NAPI layer
Alexander Lobakin
2
-13
/
+34
2025-02-26
wifi: cfg80211: expose update timestamp to drivers
Benjamin Berg
1
-0
/
+3
2025-02-26
wifi: mac80211: add ieee80211_iter_chan_contexts_mtx
Miri Korenblit
1
-0
/
+25
2025-02-25
Merge branch 'mlx5-next' into wip/leon-for-next
Leon Romanovsky
6
-8
/
+23
2025-02-24
mptcp: sched: split get_subflow interface into two
Geliang Tang
1
-2
/
+3
2025-02-21
net: better track kernel sockets lifetime
Eric Dumazet
1
-0
/
+1
2025-02-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
4
-2
/
+26
2025-02-21
rtnetlink: Remove "net" from newlink params
Xiao Liang
1
-2
/
+0
2025-02-21
net: ip_tunnel: Use link netns in newlink() of rtnl_link_ops
Xiao Liang
1
-2
/
+3
2025-02-21
net: Use link/peer netns in newlink() of rtnl_link_ops
Xiao Liang
1
-0
/
+17
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
1
-4
/
+21
2025-02-21
xfrm: check for PMTU in tunnel mode for packet offload
Leon Romanovsky
1
-0
/
+9
2025-02-21
xfrm: simplify SA initialization routine
Leon Romanovsky
1
-2
/
+1
2025-02-21
xfrm: delay initialization of offload path till its actually requested
Leon Romanovsky
1
-1
/
+10
2025-02-20
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2
-0
/
+10
2025-02-20
xsk: Add launch time hardware offload support to XDP Tx metadata
Song Yoong Siang
2
-0
/
+11
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callback
Jason Xing
1
-2
/
+4
2025-02-20
bpf: Prevent unsafe access to the sock fields in the BPF timestamping callback
Jason Xing
1
-0
/
+1
2025-02-20
bpf: Prepare the sock_ops ctx and call bpf prog for TX timestamping
Jason Xing
1
-0
/
+7
2025-02-20
bpf: Add networking timestamping support to bpf_get/setsockopt()
Jason Xing
1
-0
/
+3
2025-02-20
net: Add options as a flexible array to struct ip_tunnel_info
Gal Pressman
2
-7
/
+5
2025-02-20
ip_tunnel: Use ip_tunnel_info() helper instead of 'info + 1'
Gal Pressman
1
-1
/
+1
2025-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-0
/
+28
2025-02-20
net: allow small head cache usage with large MAX_SKB_FRAGS values
Paolo Abeni
1
-0
/
+3
2025-02-20
tcp: drop secpath at the same time as we currently drop dst
Sabrina Dubroca
1
-0
/
+14
2025-02-19
net: dismiss sk_forward_alloc_get()
Paolo Abeni
1
-13
/
+0
2025-02-19
ipv4: fib_rules: Add port mask matching
Ido Schimmel
1
-0
/
+11
2025-02-19
net: fib_rules: Add port mask support
Ido Schimmel
1
-0
/
+8
2025-02-18
net: Add net_passive_inc() and net_passive_dec().
Kuniyuki Iwashima
1
-0
/
+11
2025-02-18
ipv6: initialize inet socket cookies with sockcm_init
Willem de Bruijn
1
-0
/
+2
2025-02-18
ipv6: replace ipcm6_init calls with ipcm6_init_sk
Willem de Bruijn
1
-9
/
+0
2025-02-18
ipv4: remove get_rttos
Willem de Bruijn
1
-8
/
+3
2025-02-18
ipv4: initialize inet socket cookies with sockcm_init
Willem de Bruijn
1
-3
/
+2
2025-02-18
net: initialize mark in sockcm_init
Willem de Bruijn
1
-0
/
+1
[prev]
[next]