aboutsummaryrefslogtreecommitdiff
path: root/net/core/net_namespace.c
AgeCommit message (Expand)AuthorFilesLines
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
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/kerne...Linus 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