summaryrefslogtreecommitdiff
path: root/net/core/net_namespace.c
AgeCommit message (Expand)Author
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
2021-06-15net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du
2021-06-12net: make get_net_ns return error if NET_NS is disabledChangbin Du
2021-02-11net: initialize net->net_cookie at netns setupEric Dumazet
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2020-09-30bpf, net: Rework cookie generator as per-cpu oneDaniel Borkmann
2020-09-07Revert "netns: don't disable BHs when locking "nsid_lock""Taehee Yoo
2020-08-19net: Use generic ns_common::countChristian Brauner