index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
net_namespace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-05
lib/ref_tracker: improve printing stats
Andrzej Hajda
1
-2
/
+2
2023-04-20
kill the last remaining user of proc_ns_fget()
Al Viro
1
-12
/
+11
2023-02-09
net: initialize net->notrefcnt_tracker earlier
Eric Dumazet
1
-1
/
+9
2023-01-20
net: fix UaF in netns ops registration error path
Paolo Abeni
1
-1
/
+1
2022-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+7
2022-10-24
net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failed
Zhengchao Shao
1
-0
/
+7
2022-10-24
net: add a refcount tracker for kernel sockets
Eric Dumazet
1
-0
/
+5
2022-09-28
Revert "net: set proper memcg for net_init hooks allocations"
Shakeel Butt
1
-7
/
+0
2022-06-16
net: set proper memcg for net_init hooks allocations
Vasily Averin
1
-0
/
+7
2022-02-06
net: initialize init_net earlier
Eric Dumazet
1
-12
/
+5
2022-01-31
txhash: Make rethinking txhash behavior configurable via sysctl
Akhmat Karakotov
1
-0
/
+2
2022-01-24
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+1
2022-01-18
net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF
Kumar Kartikeya Dwivedi
1
-0
/
+1
2022-01-18
netns: add schedule point in ops_exit_list()
Eric Dumazet
1
-1
/
+3
2021-12-10
net: add networking namespace refcount tracker
Eric Dumazet
1
-0
/
+3
2021-09-19
net: net_namespace: Fix undefined member in key_remove_domain()
Yajun Deng
1
-0
/
+4
2021-08-18
net: net_namespace: Optimize the code
Yajun Deng
1
-28
/
+24
2021-06-15
net: inline function get_net_ns_by_fd if NET_NS is disabled
Changbin Du
1
-7
/
+1
2021-06-12
net: make get_net_ns return error if NET_NS is disabled
Changbin Du
1
-0
/
+12
2021-02-11
net: initialize net->net_cookie at netns setup
Eric Dumazet
1
-16
/
+3
2020-12-14
Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
1
-3
/
+3
2020-09-30
bpf, net: Rework cookie generator as per-cpu one
Daniel Borkmann
1
-4
/
+8
2020-09-07
Revert "netns: don't disable BHs when locking "nsid_lock""
Taehee Yoo
1
-11
/
+11
2020-08-19
net: Use generic ns_common::count
Christian Brauner
1
-3
/
+3
2020-05-09
nsproxy: add struct nsset
Christian Brauner
1
-2
/
+3
2020-03-27
bpf: Add netns cookie and enable it for bpf cgroup hooks
Daniel Borkmann
1
-0
/
+15
2020-01-17
netns: Constify exported functions
Guillaume Nault
1
-3
/
+3
2020-01-14
netns: don't disable BHs when locking "nsid_lock"
Guillaume Nault
1
-11
/
+11
2020-01-14
netns: protect netns ID lookups with RCU
Guillaume Nault
1
-15
/
+7
2020-01-14
netns: Remove __peernet2id_alloc()
Guillaume Nault
1
-32
/
+23
2019-10-25
netns: fix GFP flags in rtnl_net_notifyid()
Guillaume Nault
1
-8
/
+9
2019-10-24
keys: Fix memory leak in copy_net_ns
Takeshi Misawa
1
-0
/
+1
2019-10-09
netns: fix NLM_F_ECHO mechanism for RTM_NEWNSID
Nicolas Dichtel
1
-6
/
+11
2019-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+28
2019-07-08
Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+20
2019-06-26
keys: Network namespace domain tag
David Howells
1
-0
/
+20
2019-06-22
netns: restore ops before calling ops_exit_list
Li RongQing
1
-1
/
+1
2019-06-19
netns: add pre_exit method to struct pernet_operations
Eric Dumazet
1
-0
/
+28
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-04-27
netlink: make validation more configurable for future strictness
Johannes Berg
1
-8
/
+11
2019-04-11
netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid()
Guillaume Nault
1
-1
/
+1
2019-03-28
netns: provide pure entropy for net_hash_mix()
Eric Dumazet
1
-0
/
+1
2019-01-19
net: namespace: perform strict checks also for doit handlers
Jakub Kicinski
1
-2
/
+36
2018-12-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2018-12-24
net/net_namespace: Check the return value of register_pernet_subsys()
Aditya Pakki
1
-1
/
+2
2018-11-27
netns: enable to dump full nsid translation table
Nicolas Dichtel
1
-6
/
+26
2018-11-27
netns: enable to specify a nsid for a get request
Nicolas Dichtel
1
-0
/
+5
2018-11-27
netns: add support of NETNSA_TARGET_NSID
Nicolas Dichtel
1
-11
/
+75
2018-11-27
netns: introduce 'struct net_fill_args'
Nicolas Dichtel
1
-14
/
+34
2018-11-27
netns: remove net arg from rtnl_net_fill()
Nicolas Dichtel
1
-6
/
+4
[next]