summaryrefslogtreecommitdiff
path: root/net/core/net_namespace.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-25net: fix a resource leak in copy_net_ns() error handling pathTetsuo Handa1-12/+9
2026-08-20net: add missing ref_tracker_dir_exit() to net_passive_dec()Tetsuo Handa1-0/+4
2026-07-11net: Call unregister_netdevice_many() per netns.Kuniyuki Iwashima1-0/+1
2026-07-11net: Add per-netns netdev unregistration infra.Kuniyuki Iwashima1-0/+2
2026-07-11rtnetlink: Add per-netns rtnl_work.Kuniyuki Iwashima1-0/+1
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2026-04-09net: use get_random_u{16,32,64}() where appropriateDavid Carlier1-1/+1
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner1-5/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-06netns: optimize netns cleaning by batching unhash_nsid callsQiliang Yuan1-13/+21
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-7/+5
2025-11-20tcp: add net.ipv4.tcp_rcvbuf_low_rttEric Dumazet1-0/+2
2025-11-20tcp: tcp_moderate_rcvbuf is only used in rx pathEric Dumazet1-7/+2
2025-11-03nstree: assign fixed ids to the initial namespacesChristian Brauner1-1/+1
2025-10-15net: add /proc/sys/net/core/txq_reselection_ms controlEric Dumazet1-0/+1
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-32/+26
2025-09-25ns: move ns type into struct ns_commonChristian Brauner1-1/+0
2025-09-22ns: simplify ns_common_init() furtherChristian Brauner1-8/+1
2025-09-19net: use check_net()Christian Brauner1-1/+1
2025-09-19ns: add ns_common_free()Christian Brauner1-2/+2
2025-09-19nscommon: simplify initializationChristian Brauner1-1/+1
2025-09-19net: centralize ns_common initializationChristian Brauner1-20/+3
2025-09-19ns: add to_<type>_ns() to respective headersChristian Brauner1-5/+0
2025-09-19net: support ns lookupChristian Brauner1-2/+6
2025-09-19net: use ns_common_init()Christian Brauner1-13/+33
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster1-1/+1
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-23/+45
2025-07-02net: move net_cookie into net_aligned_dataEric Dumazet1-6/+2
2025-06-30net: net->nsid_lock does not need BH safetyEric Dumazet1-11/+11
2025-06-19ref_tracker: eliminate the ref_tracker_dir name fieldJeff Layton1-2/+2
2025-06-19net: add symlinks to ref_tracker_dir for netnsJeff Layton1-1/+29
2025-06-19ref_tracker: add a static classname string to each ref_tracker_dirJeff Layton1-2/+2
2025-06-11netns: use stable inode number for initial mount nsChristian Brauner1-0/+8
2025-06-05net: annotate data-races around cleanup_net_taskEric Dumazet1-2/+2
2025-04-23net: Fix wild-memory-access in __register_pernet_operations() when CONFIG_NET...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/ne...Linus 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