summaryrefslogtreecommitdiff
path: root/net/core/net_namespace.c
AgeCommit message (Expand)Author
2025-06-05net: annotate data-races around cleanup_net_taskEric Dumazet
2025-04-23net: Fix wild-memory-access in __register_pernet_operations() when CONFIG_NET...Kuniyuki Iwashima
2025-04-22net: Drop hold_rtnl arg from ops_undo_list().Kuniyuki Iwashima
2025-04-14net: Remove ->exit_batch_rtnl().Kuniyuki Iwashima
2025-04-14net: Add ->exit_rtnl() hook to struct pernet_operations.Kuniyuki Iwashima
2025-04-14net: Add ops_undo_single for module load/unload.Kuniyuki Iwashima
2025-04-14net: Factorise setup_net() and cleanup_net().Kuniyuki Iwashima
2025-03-24net: introduce per netns packet chainsPaolo Abeni
2025-02-18net: Add net_passive_inc() and net_passive_dec().Kuniyuki Iwashima
2025-01-15net: expedite synchronize_net() for cleanup_net()Eric Dumazet
2024-12-06net: defer final 'struct net' free in netns dismantleEric Dumazet
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-11-11rtnetlink: Remove __rtnl_link_register()Kuniyuki Iwashima
2024-11-03fdget(), trivial conversionsAl Viro
2024-10-15net: Use rtnl_register_many().Kuniyuki Iwashima
2024-10-11tcp: move sysctl_tcp_l3mdev_accept to netns_ipv4_read_rxEric Dumazet
2024-10-08net-timestamp: namespacify the sysctl_tstamp_allow_dataJason Xing
2024-10-08rtnetlink: Add per-netns RTNL.Kuniyuki Iwashima
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-08-03net: Initialise net.core sysctl defaults in preinit_net().Kuniyuki Iwashima
2024-08-03net: Slim down setup_net().Kuniyuki Iwashima
2024-08-03net: Call preinit_net() without pernet_ops_rwsem.Kuniyuki Iwashima
2024-08-03net: Initialise net->passive once in preinit_net().Kuniyuki Iwashima
2024-08-03net: Don't register pernet_operations if only one of id or size is specified.Kuniyuki Iwashima
2024-06-18netns: Make get_net_ns() handle zero refcount netYue Haibing
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-06net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo
2024-04-17netns: no longer hold RTNL in rtnl_net_dumpid()Eric Dumazet
2024-02-12net: use synchronize_rcu_expedited in cleanup_net()Eric Dumazet
2024-02-07net: add exit_batch_rtnl() methodEric Dumazet
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet
2023-12-02netns-ipv4: reorganize netns_ipv4 fast path variablesCoco Li
2023-06-05lib/ref_tracker: improve printing statsAndrzej Hajda
2023-04-20kill the last remaining user of proc_ns_fget()Al Viro
2023-02-09net: initialize net->notrefcnt_tracker earlierEric Dumazet
2023-01-20net: fix UaF in netns ops registration error pathPaolo Abeni
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-24net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao
2022-10-24net: add a refcount tracker for kernel socketsEric Dumazet
2022-09-28Revert "net: set proper memcg for net_init hooks allocations"Shakeel Butt
2022-06-16net: set proper memcg for net_init hooks allocationsVasily Averin
2022-02-06net: initialize init_net earlierEric Dumazet
2022-01-31txhash: Make rethinking txhash behavior configurable via sysctlAkhmat Karakotov
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-01-18net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPFKumar Kartikeya Dwivedi
2022-01-18netns: add schedule point in ops_exit_list()Eric Dumazet
2021-12-10net: add networking namespace refcount trackerEric Dumazet
2021-09-19net: net_namespace: Fix undefined member in key_remove_domain()Yajun Deng
2021-08-18net: net_namespace: Optimize the codeYajun Deng