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
/
core
/
net_namespace.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
net: annotate data-races around cleanup_net_task
Eric Dumazet
1
-2
/
+2
2025-04-23
net: Fix wild-memory-access in __register_pernet_operations() when CONFIG_NET_NS=n.
Kuniyuki Iwashima
1
-6
/
+6
2025-04-22
net: Drop hold_rtnl arg from ops_undo_list().
Kuniyuki Iwashima
1
-6
/
+8
2025-04-14
net: Remove ->exit_batch_rtnl().
Kuniyuki Iwashima
1
-7
/
+1
2025-04-14
net: Add ->exit_rtnl() hook to struct pernet_operations.
Kuniyuki Iwashima
1
-14
/
+39
2025-04-14
net: Add ops_undo_single for module load/unload.
Kuniyuki Iwashima
1
-30
/
+24
2025-04-14
net: Factorise setup_net() and cleanup_net().
Kuniyuki Iwashima
1
-55
/
+51
2025-03-24
net: introduce per netns packet chains
Paolo Abeni
1
-0
/
+2
2025-02-18
net: Add net_passive_inc() and net_passive_dec().
Kuniyuki Iwashima
1
-4
/
+4
2025-01-15
net: expedite synchronize_net() for cleanup_net()
Eric Dumazet
1
-0
/
+5
2024-12-06
net: defer final 'struct net' free in netns dismantle
Eric Dumazet
1
-1
/
+19
2024-11-21
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-7
/
+19
2024-11-11
rtnetlink: Remove __rtnl_link_register()
Kuniyuki Iwashima
1
-1
/
+0
2024-11-03
fdget(), trivial conversions
Al Viro
1
-6
/
+4
2024-10-15
net: Use rtnl_register_many().
Kuniyuki Iwashima
1
-5
/
+9
2024-10-11
tcp: move sysctl_tcp_l3mdev_accept to netns_ipv4_read_rx
Eric Dumazet
1
-1
/
+3
2024-10-08
net-timestamp: namespacify the sysctl_tstamp_allow_data
Jason Xing
1
-0
/
+1
2024-10-08
rtnetlink: Add per-netns RTNL.
Kuniyuki Iwashima
1
-0
/
+6
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-3
/
+3
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-3
/
+3
2024-08-03
net: Initialise net.core sysctl defaults in preinit_net().
Kuniyuki Iwashima
1
-26
/
+11
2024-08-03
net: Slim down setup_net().
Kuniyuki Iwashima
1
-15
/
+16
2024-08-03
net: Call preinit_net() without pernet_ops_rwsem.
Kuniyuki Iwashima
1
-1
/
+2
2024-08-03
net: Initialise net->passive once in preinit_net().
Kuniyuki Iwashima
1
-2
/
+1
2024-08-03
net: Don't register pernet_operations if only one of id or size is specified.
Kuniyuki Iwashima
1
-4
/
+8
2024-06-18
netns: Make get_net_ns() handle zero refcount net
Yue Haibing
1
-2
/
+7
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+10
2024-05-06
net: fix out-of-bounds access in ops_init
Thadeu Lima de Souza Cascardo
1
-3
/
+10
2024-04-17
netns: no longer hold RTNL in rtnl_net_dumpid()
Eric Dumazet
1
-2
/
+3
2024-02-12
net: use synchronize_rcu_expedited in cleanup_net()
Eric Dumazet
1
-1
/
+1
2024-02-07
net: add exit_batch_rtnl() method
Eric Dumazet
1
-1
/
+30
2023-12-15
net: Namespace-ify sysctl_optmem_max
Eric Dumazet
1
-0
/
+4
2023-12-02
netns-ipv4: reorganize netns_ipv4 fast path variables
Coco Li
1
-0
/
+45
2023-06-05
lib/ref_tracker: improve printing stats
Andrzej Hajda
1
-2
/
+2
2023-04-20
kill the last remaining user of proc_ns_fget()
Al Viro
1
-12
/
+11
2023-02-09
net: initialize net->notrefcnt_tracker earlier
Eric Dumazet
1
-1
/
+9
2023-01-20
net: fix UaF in netns ops registration error path
Paolo Abeni
1
-1
/
+1
2022-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+7
2022-10-24
net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failed
Zhengchao Shao
1
-0
/
+7
2022-10-24
net: add a refcount tracker for kernel sockets
Eric Dumazet
1
-0
/
+5
2022-09-28
Revert "net: set proper memcg for net_init hooks allocations"
Shakeel Butt
1
-7
/
+0
2022-06-16
net: set proper memcg for net_init hooks allocations
Vasily Averin
1
-0
/
+7
2022-02-06
net: initialize init_net earlier
Eric Dumazet
1
-12
/
+5
2022-01-31
txhash: Make rethinking txhash behavior configurable via sysctl
Akhmat Karakotov
1
-0
/
+2
2022-01-24
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+1
2022-01-18
net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF
Kumar Kartikeya Dwivedi
1
-0
/
+1
2022-01-18
netns: add schedule point in ops_exit_list()
Eric Dumazet
1
-1
/
+3
2021-12-10
net: add networking namespace refcount tracker
Eric Dumazet
1
-0
/
+3
2021-09-19
net: net_namespace: Fix undefined member in key_remove_domain()
Yajun Deng
1
-0
/
+4
2021-08-18
net: net_namespace: Optimize the code
Yajun Deng
1
-28
/
+24
[next]