summaryrefslogtreecommitdiff
path: root/net/core/net_namespace.c
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2024-08-13introduce fd_file(), convert all accessors to it.Al Viro1-3/+3
2024-08-04net: Initialise net.core sysctl defaults in preinit_net().Kuniyuki Iwashima1-26/+11
2024-08-04net: Slim down setup_net().Kuniyuki Iwashima1-15/+16
2024-08-04net: Call preinit_net() without pernet_ops_rwsem.Kuniyuki Iwashima1-1/+2
2024-08-04net: Initialise net->passive once in preinit_net().Kuniyuki Iwashima1-2/+1
2024-08-04net: 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
2024-05-06net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo1-3/+10
2024-04-18netns: no longer hold RTNL in rtnl_net_dumpid()Eric Dumazet1-2/+3
2024-02-12net: use synchronize_rcu_expedited in cleanup_net()Eric Dumazet1-1/+1
2024-02-08net: add exit_batch_rtnl() methodEric Dumazet1-1/+30
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet1-0/+4
2023-12-03netns-ipv4: reorganize netns_ipv4 fast path variablesCoco Li1-0/+45
2023-06-06lib/ref_tracker: improve printing statsAndrzej Hajda1-2/+2
2023-04-21kill the last remaining user of proc_ns_fget()Al Viro1-12/+11
2023-02-10net: initialize net->notrefcnt_tracker earlierEric Dumazet1-1/+9
2023-01-21net: fix UaF in netns ops registration error pathPaolo Abeni1-1/+1
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2022-10-24net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao1-0/+7
2022-10-24net: add a refcount tracker for kernel socketsEric Dumazet1-0/+5
2022-09-28Revert "net: set proper memcg for net_init hooks allocations"Shakeel Butt1-7/+0
2022-06-17net: 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-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+1
2022-01-19net/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-12net: initialize net->net_cookie at netns setupEric Dumazet1-16/+3
2020-12-15Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds1-3/+3
2020-09-30bpf, net: Rework cookie generator as per-cpu oneDaniel Borkmann1-4/+8
2020-09-08Revert "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-28bpf: 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-26netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault1-8/+9
2019-10-25keys: Fix memory leak in copy_net_nsTakeshi Misawa1-0/+1
2019-10-10netns: 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-09Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+20