summaryrefslogtreecommitdiffstats
path: root/net/core/net_namespace.c
Commit message (Expand)AuthorAgeFilesLines
* 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-171-2/+3
|/
* net: use synchronize_rcu_expedited in cleanup_net()Eric Dumazet2024-02-121-1/+1
* net: add exit_batch_rtnl() methodEric Dumazet2024-02-071-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-201-12/+11
* net: initialize net->notrefcnt_tracker earlierEric Dumazet2023-02-091-1/+9
* net: fix UaF in netns ops registration error pathPaolo Abeni2023-01-201-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-161-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-141-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
|/
* nsproxy: add struct nssetChristian Brauner2020-05-091-2/+3
* bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann2020-03-271-0/+15
* netns: Constify exported functionsGuillaume Nault2020-01-171-3/+3
* netns: don't disable BHs when locking "nsid_lock"Guillaume Nault2020-01-141-11/+11
* netns: protect netns ID lookups with RCUGuillaume Nault2020-01-141-15/+7
* netns: Remove __peernet2id_alloc()Guillaume Nault2020-01-141-32/+23
* netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-10-251-8/+9
* keys: Fix memory leak in copy_net_nsTakeshi Misawa2019-10-241-0/+1
* netns: fix NLM_F_ECHO mechanism for RTM_NEWNSIDNicolas Dichtel2019-10-091-6/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-0/+28
|\
| * netns: restore ops before calling ops_exit_listLi RongQing2019-06-221-1/+1
| * netns: add pre_exit method to struct pernet_operationsEric Dumazet2019-06-191-0/+28
* | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-0/+20
|\ \ | |/ |/|
| * keys: Network namespace domain tagDavid Howells2019-06-261-0/+20
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-8/+11
* netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid()Guillaume Nault2019-04-111-1/+1
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-03-281-0/+1
* net: namespace: perform strict checks also for doit handlersJakub Kicinski2019-01-191-2/+36