aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/net_namespace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-16net: set proper memcg for net_init hooks allocationsVasily Averin1-0/+7
2022-02-06net: initialize init_net earlierEric Dumazet1-12/+5
2022-01-31txhash: Make rethinking txhash behavior configurable via sysctlAkhmat Karakotov1-0/+2
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+1
2022-01-18net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPFKumar Kartikeya Dwivedi1-0/+1
2022-01-18netns: add schedule point in ops_exit_list()Eric Dumazet1-1/+3
2021-12-10net: add networking namespace refcount trackerEric Dumazet1-0/+3
2021-09-19net: net_namespace: Fix undefined member in key_remove_domain()Yajun Deng1-0/+4
2021-08-18net: net_namespace: Optimize the codeYajun Deng1-28/+24
2021-06-15net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du1-7/+1
2021-06-12net: make get_net_ns return error if NET_NS is disabledChangbin Du1-0/+12
2021-02-11net: initialize net->net_cookie at netns setupEric Dumazet1-16/+3
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-3/+3
2020-09-30bpf, net: Rework cookie generator as per-cpu oneDaniel Borkmann1-4/+8
2020-09-07Revert "netns: don't disable BHs when locking "nsid_lock""Taehee Yoo1-11/+11
2020-08-19net: Use generic ns_common::countChristian Brauner1-3/+3
2020-05-09nsproxy: add struct nssetChristian Brauner1-2/+3
2020-03-27bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann1-0/+15
2020-01-17netns: Constify exported functionsGuillaume Nault1-3/+3
2020-01-14netns: don't disable BHs when locking "nsid_lock"Guillaume Nault1-11/+11
2020-01-14netns: protect netns ID lookups with RCUGuillaume Nault1-15/+7
2020-01-14netns: Remove __peernet2id_alloc()Guillaume Nault1-32/+23
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault1-8/+9
2019-10-24keys: Fix memory leak in copy_net_nsTakeshi Misawa1-0/+1
2019-10-09netns: fix NLM_F_ECHO mechanism for RTM_NEWNSIDNicolas Dichtel1-6/+11
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+28
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-0/+20
2019-06-26keys: Network namespace domain tagDavid Howells1-0/+20
2019-06-22netns: restore ops before calling ops_exit_listLi RongQing1-1/+1
2019-06-19netns: add pre_exit method to struct pernet_operationsEric Dumazet1-0/+28
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-8/+11
2019-04-11netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid()Guillaume Nault1-1/+1
2019-03-28netns: provide pure entropy for net_hash_mix()Eric Dumazet1-0/+1
2019-01-19net: namespace: perform strict checks also for doit handlersJakub Kicinski1-2/+36
2018-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-12-24net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki1-1/+2
2018-11-27netns: enable to dump full nsid translation tableNicolas Dichtel1-6/+26
2018-11-27netns: enable to specify a nsid for a get requestNicolas Dichtel1-0/+5
2018-11-27netns: add support of NETNSA_TARGET_NSIDNicolas Dichtel1-11/+75
2018-11-27netns: introduce 'struct net_fill_args'Nicolas Dichtel1-14/+34
2018-11-27netns: remove net arg from rtnl_net_fill()Nicolas Dichtel1-6/+4
2018-10-08net/namespace: Update rtnl_net_dumpid for strict data checkingDavid Ahern1-0/+6
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-10/+6
2018-08-21Convert net_namespace to new IDA APIMatthew Wilcox1-10/+6
2018-07-20net: create reusable function for getting ownership info of sysfs inodesTyler Hicks1-0/+28
2018-03-31net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai1-0/+1
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai1-5/+13
2018-03-27net: Add more commentsKirill Tkhai1-0/+2
2018-03-27net: Rename net_sem to pernet_ops_rwsemKirill Tkhai1-20/+20