aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/core/net_namespace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
9 daysnet: annotate data-races around cleanup_net_taskEric Dumazet1-2/+2
2025-04-23net: Fix wild-memory-access in __register_pernet_operations() when CONFIG_NET_NS=n.Kuniyuki Iwashima1-6/+6
2025-04-22net: Drop hold_rtnl arg from ops_undo_list().Kuniyuki Iwashima1-6/+8
2025-04-14net: Remove ->exit_batch_rtnl().Kuniyuki Iwashima1-7/+1
2025-04-14net: Add ->exit_rtnl() hook to struct pernet_operations.Kuniyuki Iwashima1-14/+39
2025-04-14net: Add ops_undo_single for module load/unload.Kuniyuki Iwashima1-30/+24
2025-04-14net: Factorise setup_net() and cleanup_net().Kuniyuki Iwashima1-55/+51
2025-03-24net: introduce per netns packet chainsPaolo Abeni1-0/+2
2025-02-18net: Add net_passive_inc() and net_passive_dec().Kuniyuki Iwashima1-4/+4
2025-01-15net: expedite synchronize_net() for cleanup_net()Eric Dumazet1-0/+5
2024-12-06net: defer final 'struct net' free in netns dismantleEric Dumazet1-1/+19
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-7/+19
2024-11-11rtnetlink: Remove __rtnl_link_register()Kuniyuki Iwashima1-1/+0
2024-11-03fdget(), trivial conversionsAl Viro1-6/+4
2024-10-15net: Use rtnl_register_many().Kuniyuki Iwashima1-5/+9
2024-10-11tcp: move sysctl_tcp_l3mdev_accept to netns_ipv4_read_rxEric Dumazet1-1/+3
2024-10-08net-timestamp: namespacify the sysctl_tstamp_allow_dataJason Xing1-0/+1
2024-10-08rtnetlink: Add per-netns RTNL.Kuniyuki Iwashima1-0/+6
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-3/+3
2024-08-03net: Initialise net.core sysctl defaults in preinit_net().Kuniyuki Iwashima1-26/+11
2024-08-03net: Slim down setup_net().Kuniyuki Iwashima1-15/+16
2024-08-03net: Call preinit_net() without pernet_ops_rwsem.Kuniyuki Iwashima1-1/+2
2024-08-03net: Initialise net->passive once in preinit_net().Kuniyuki Iwashima1-2/+1
2024-08-03net: Don't register pernet_operations if only one of id or size is specified.Kuniyuki Iwashima1-4/+8
2024-06-18netns: Make get_net_ns() handle zero refcount netYue Haibing1-2/+7
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+10
2024-05-06net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo1-3/+10
2024-04-17netns: no longer hold RTNL in rtnl_net_dumpid()Eric Dumazet1-2/+3
2024-02-12net: use synchronize_rcu_expedited in cleanup_net()Eric Dumazet1-1/+1
2024-02-07net: add exit_batch_rtnl() methodEric Dumazet1-1/+30
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet1-0/+4
2023-12-02netns-ipv4: reorganize netns_ipv4 fast path variablesCoco Li1-0/+45
2023-06-05lib/ref_tracker: improve printing statsAndrzej Hajda1-2/+2
2023-04-20kill the last remaining user of proc_ns_fget()Al Viro1-12/+11
2023-02-09net: initialize net->notrefcnt_tracker earlierEric Dumazet1-1/+9
2023-01-20net: fix UaF in netns ops registration error pathPaolo Abeni1-1/+1
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2022-10-24net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao1-0/+7
2022-10-24net: add a refcount tracker for kernel socketsEric Dumazet1-0/+5
2022-09-28Revert "net: set proper memcg for net_init hooks allocations"Shakeel Butt1-7/+0
2022-06-16net: set proper memcg for net_init hooks allocationsVasily Averin1-0/+7
2022-02-06net: initialize init_net earlierEric Dumazet1-12/+5
2022-01-31txhash: Make rethinking txhash behavior configurable via sysctlAkhmat Karakotov1-0/+2
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+1
2022-01-18net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPFKumar Kartikeya Dwivedi1-0/+1
2022-01-18netns: add schedule point in ops_exit_list()Eric Dumazet1-1/+3
2021-12-10net: add networking namespace refcount trackerEric Dumazet1-0/+3
2021-09-19net: net_namespace: Fix undefined member in key_remove_domain()Yajun Deng1-0/+4
2021-08-18net: net_namespace: Optimize the codeYajun Deng1-28/+24