index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
net_namespace.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2018-10-08
net/namespace: Update rtnl_net_dumpid for strict data checking
David Ahern
1
-0
/
+6
2018-08-26
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-10
/
+6
2018-08-21
Convert net_namespace to new IDA API
Matthew Wilcox
1
-10
/
+6
2018-07-20
net: create reusable function for getting ownership info of sysfs inodes
Tyler Hicks
1
-0
/
+28
2018-03-31
net: Do not take net_rwsem in __rtnl_link_unregister()
Kirill Tkhai
1
-0
/
+1
2018-03-29
net: Introduce net_rwsem to protect net_namespace_list
Kirill Tkhai
1
-5
/
+13
2018-03-27
net: Add more comments
Kirill Tkhai
1
-0
/
+2
2018-03-27
net: Rename net_sem to pernet_ops_rwsem
Kirill Tkhai
1
-20
/
+20
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
1
-2
/
+0
2018-03-27
net: Reflect all pernet_operations are converted
Kirill Tkhai
1
-37
/
+6
2018-03-22
net: Replace ip_ra_lock with per-net mutex
Kirill Tkhai
1
-0
/
+1
2018-03-07
net: Make account struct net to memcg
Kirill Tkhai
1
-1
/
+1
2018-02-26
net: make kmem caches as __ro_after_init
Alexey Dobriyan
1
-1
/
+1
2018-02-20
net: Queue net_cleanup_work only if there is first net added
Kirill Tkhai
1
-2
/
+2
2018-02-20
net: Make cleanup_list and net::cleanup_list of llist type
Kirill Tkhai
1
-14
/
+6
2018-02-20
net: Kill net_mutex
Kirill Tkhai
1
-21
/
+32
2018-02-13
net: Convert net_defaults_ops
Kirill Tkhai
1
-0
/
+1
2018-02-13
net: Convert net_ns_ops methods
Kirill Tkhai
1
-0
/
+1
2018-02-13
net: Allow pernet_operations to be executed in parallel
Kirill Tkhai
1
-10
/
+20
2018-02-13
net: Move mutex_unlock() in cleanup_net() up
Kirill Tkhai
1
-1
/
+2
2018-02-13
net: Introduce net_sem for protection of pernet_list
Kirill Tkhai
1
-13
/
+26
2018-02-13
net: Cleanup in copy_net_ns()
Kirill Tkhai
1
-11
/
+9
2018-02-13
net: Assign net to net_namespace_list in setup_net()
Kirill Tkhai
1
-10
/
+3
2018-01-25
net: Move net:netns_ids destruction out of rtnl_lock() and document locking s...
Kirill Tkhai
1
-18
/
+44
2018-01-17
net: Remove spinlock from get_net_ns_by_id()
Kirill Tkhai
1
-2
/
+0
[next]