aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/net_namespace.c
Commit message (Expand)AuthorAgeFilesLines
* net: introduce per netns packet chainsPaolo Abeni2025-03-241-0/+2
* net: Add net_passive_inc() and net_passive_dec().Kuniyuki Iwashima2025-02-191-4/+4
* net: expedite synchronize_net() for cleanup_net()Eric Dumazet2025-01-161-0/+5
* net: defer final 'struct net' free in netns dismantleEric Dumazet2024-12-071-1/+19
* Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-11-211-7/+19
|\
| * rtnetlink: Remove __rtnl_link_register()Kuniyuki Iwashima2024-11-121-1/+0
| * net: Use rtnl_register_many().Kuniyuki Iwashima2024-10-161-5/+9
| * tcp: move sysctl_tcp_l3mdev_accept to netns_ipv4_read_rxEric Dumazet2024-10-111-1/+3
| * net-timestamp: namespacify the sysctl_tstamp_allow_dataJason Xing2024-10-081-0/+1
| * rtnetlink: Add per-netns RTNL.Kuniyuki Iwashima2024-10-081-0/+6
* | fdget(), trivial conversionsAl Viro2024-11-031-6/+4
|/
* Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-3/+3
|\
| * introduce fd_file(), convert all accessors to it.Al Viro2024-08-131-3/+3
* | net: Initialise net.core sysctl defaults in preinit_net().Kuniyuki Iwashima2024-08-031-26/+11
* | net: Slim down setup_net().Kuniyuki Iwashima2024-08-031-15/+16
* | net: Call preinit_net() without pernet_ops_rwsem.Kuniyuki Iwashima2024-08-031-1/+2
* | net: Initialise net->passive once in preinit_net().Kuniyuki Iwashima2024-08-031-2/+1
* | net: Don't register pernet_operations if only one of id or size is specified.Kuniyuki Iwashima2024-08-031-4/+8
|/
* netns: Make get_net_ns() handle zero refcount netYue Haibing2024-06-181-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-091-3/+10
|\
| * net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo2024-05-061-3/+10
* | netns: no longer hold RTNL in rtnl_net_dumpid()Eric Dumazet2024-04-181-2/+3
|/
* net: use synchronize_rcu_expedited in cleanup_net()Eric Dumazet2024-02-121-1/+1
* net: add exit_batch_rtnl() methodEric Dumazet2024-02-081-1/+30
* net: Namespace-ify sysctl_optmem_maxEric Dumazet2023-12-151-0/+4
* netns-ipv4: reorganize netns_ipv4 fast path variablesCoco Li2023-12-021-0/+45
* lib/ref_tracker: improve printing statsAndrzej Hajda2023-06-051-2/+2
* kill the last remaining user of proc_ns_fget()Al Viro2023-04-211-12/+11
* net: initialize net->notrefcnt_tracker earlierEric Dumazet2023-02-101-1/+9
* net: fix UaF in netns ops registration error pathPaolo Abeni2023-01-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-241-0/+7
|\
| * net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao2022-10-241-0/+7
* | net: add a refcount tracker for kernel socketsEric Dumazet2022-10-241-0/+5
|/
* Revert "net: set proper memcg for net_init hooks allocations"Shakeel Butt2022-09-281-7/+0
* net: set proper memcg for net_init hooks allocationsVasily Averin2022-06-171-0/+7
* net: initialize init_net earlierEric Dumazet2022-02-061-12/+5
* txhash: Make rethinking txhash behavior configurable via sysctlAkhmat Karakotov2022-01-311-0/+2
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-241-0/+1
|\
| * net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPFKumar Kartikeya Dwivedi2022-01-181-0/+1
* | netns: add schedule point in ops_exit_list()Eric Dumazet2022-01-181-1/+3
|/
* net: add networking namespace refcount trackerEric Dumazet2021-12-101-0/+3
* net: net_namespace: Fix undefined member in key_remove_domain()Yajun Deng2021-09-191-0/+4
* net: net_namespace: Optimize the codeYajun Deng2021-08-181-28/+24
* net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du2021-06-151-7/+1
* net: make get_net_ns return error if NET_NS is disabledChangbin Du2021-06-121-0/+12
* net: initialize net->net_cookie at netns setupEric Dumazet2021-02-111-16/+3
* Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2020-12-151-3/+3
|\
| * net: Use generic ns_common::countChristian Brauner2020-08-191-3/+3
* | bpf, net: Rework cookie generator as per-cpu oneDaniel Borkmann2020-09-301-4/+8
* | Revert "netns: don't disable BHs when locking "nsid_lock""Taehee Yoo2020-09-071-11/+11
|/