aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/net_namespace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-14net: Remove ->exit_batch_rtnl().Kuniyuki Iwashima1-2/+0
2025-04-14net: Add ->exit_rtnl() hook to struct pernet_operations.Kuniyuki Iwashima1-0/+2
2025-03-24net: introduce per netns packet chainsPaolo Abeni1-0/+3
2025-02-18net: Add net_passive_inc() and net_passive_dec().Kuniyuki Iwashima1-0/+11
2025-02-06net: add dev_net_rcu() helperEric Dumazet1-1/+1
2025-01-15net: expedite synchronize_net() for cleanup_net()Eric Dumazet1-0/+2
2024-12-06net: defer final 'struct net' free in netns dismantleEric Dumazet1-0/+1
2024-12-04ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni1-0/+5
2024-10-08rtnetlink: Add per-netns RTNL.Kuniyuki Iwashima1-0/+4
2024-08-03net: Don't register pernet_operations if only one of id or size is specified.Kuniyuki Iwashima1-2/+2
2024-02-07net: add exit_batch_rtnl() methodEric Dumazet1-0/+3
2024-02-04net: make dev_unreg_count globalEric Dumazet1-2/+0
2023-10-18net: treat possible_net_t net pointer as an RCU one and add read_pnet_rcu()Jiri Pirko1-3/+12
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-4/+6
2023-08-15sysctl: SIZE_MAX->ARRAY_SIZE in register_net_sysctlJoel Granados1-1/+1
2023-08-15sysctl: Add size to register_net_sysctl functionJoel Granados1-4/+6
2023-07-28net: store netdevs in an xarrayJakub Kicinski1-1/+3
2022-10-24net: add a refcount tracker for kernel socketsEric Dumazet1-8/+22
2022-07-11netfilter: nf_flow_table: count pending offload workqueue tasksVlad Buslov1-0/+6
2022-06-22af_unix: Define a per-netns hash table.Kuniyuki Iwashima1-0/+2
2022-02-10net: make net->dev_unreg_count atomicEric Dumazet1-1/+1
2022-02-06net: initialize init_net earlierEric Dumazet1-0/+6
2021-12-10net: add networking namespace refcount trackerEric Dumazet1-0/+34
2021-08-01netfilter: remove xt pernet dataFlorian Westphal1-2/+0
2021-07-29mctp: Add initial routing frameworkJeremy Kerr1-0/+4
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+13
2021-06-16net/smc: Make SMC statistics network namespace awareGuvenc Gulce1-0/+4
2021-06-15net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du1-1/+6
2021-06-12net: make get_net_ns return error if NET_NS is disabledChangbin Du1-0/+7
2021-04-09net: dccp: use net_generic storageFlorian Westphal1-4/+0
2021-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-9/+0
2021-04-06net: remove obsolete members from struct netFlorian Westphal1-9/+0
2021-04-01include: net: Remove repeated struct declarationWan Jiabing1-1/+0
2021-02-11net: initialize net->net_cookie at netns setupEric Dumazet1-3/+1
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-3/+0
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-7/+4
2020-12-01netfilter: nfnl_acct: remove data from struct netWang Shanker1-3/+0
2020-09-30bpf, net: Rework cookie generator as per-cpu oneDaniel Borkmann1-1/+1
2020-08-19net: Use generic ns_common::countChristian Brauner1-7/+4
2020-06-01net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki1-1/+3
2020-05-01ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern1-0/+7
2020-03-30bpf, net: Fix build issue when net ns not configuredDaniel Borkmann1-7/+2
2020-03-27bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann1-0/+10
2020-01-17netns: Constify exported functionsGuillaume Nault1-5/+5
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault1-1/+1
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+17
2019-10-19net: reorder 'struct net' fields to avoid false sharingEric Dumazet1-8/+17
2019-10-02net: introduce per-netns netdevice notifiersJiri Pirko1-0/+3
2019-10-02net: push loops and nb calls into helper functionsJiri Pirko1-1/+2