summaryrefslogtreecommitdiff
path: root/net/core/net_namespace.c
AgeCommit message (Expand)Author
4 daysMerge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-02net: move net_cookie into net_aligned_dataEric Dumazet
2025-06-30net: net->nsid_lock does not need BH safetyEric Dumazet
2025-06-19ref_tracker: eliminate the ref_tracker_dir name fieldJeff Layton
2025-06-19net: add symlinks to ref_tracker_dir for netnsJeff Layton
2025-06-19ref_tracker: add a static classname string to each ref_tracker_dirJeff Layton
2025-06-11netns: use stable inode number for initial mount nsChristian Brauner
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