index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
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
2026-08-25
net: fix a resource leak in copy_net_ns() error handling path
Tetsuo Handa
1
-12
/
+9
2026-08-20
net: add missing ref_tracker_dir_exit() to net_passive_dec()
Tetsuo Handa
1
-0
/
+4
2026-07-11
net: Call unregister_netdevice_many() per netns.
Kuniyuki Iwashima
1
-0
/
+1
2026-07-11
net: Add per-netns netdev unregistration infra.
Kuniyuki Iwashima
1
-0
/
+2
2026-07-11
rtnetlink: Add per-netns rtnl_work.
Kuniyuki Iwashima
1
-0
/
+1
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+1
2026-04-09
net: use get_random_u{16,32,64}() where appropriate
David Carlier
1
-1
/
+1
2026-04-09
kernfs: pass struct ns_common instead of const void * for namespace tags
Christian Brauner
1
-5
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-06
netns: optimize netns cleaning by batching unhash_nsid calls
Qiliang Yuan
1
-13
/
+21
2025-12-03
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-7
/
+5
2025-11-20
tcp: add net.ipv4.tcp_rcvbuf_low_rtt
Eric Dumazet
1
-0
/
+2
2025-11-20
tcp: tcp_moderate_rcvbuf is only used in rx path
Eric Dumazet
1
-7
/
+2
2025-11-03
nstree: assign fixed ids to the initial namespaces
Christian Brauner
1
-1
/
+1
2025-10-15
net: add /proc/sys/net/core/txq_reselection_ms control
Eric Dumazet
1
-0
/
+1
2025-09-29
Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-32
/
+26
2025-09-25
ns: move ns type into struct ns_common
Christian Brauner
1
-1
/
+0
2025-09-22
ns: simplify ns_common_init() further
Christian Brauner
1
-8
/
+1
2025-09-19
net: use check_net()
Christian Brauner
1
-1
/
+1
2025-09-19
ns: add ns_common_free()
Christian Brauner
1
-2
/
+2
2025-09-19
nscommon: simplify initialization
Christian Brauner
1
-1
/
+1
2025-09-19
net: centralize ns_common initialization
Christian Brauner
1
-20
/
+3
2025-09-19
ns: add to_<type>_ns() to respective headers
Christian Brauner
1
-5
/
+0
2025-09-19
net: support ns lookup
Christian Brauner
1
-2
/
+6
2025-09-19
net: use ns_common_init()
Christian Brauner
1
-13
/
+33
2025-09-01
copy_process: pass clone_flags as u64 across calltree
Simon Schuster
1
-1
/
+1
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-23
/
+45
2025-07-02
net: move net_cookie into net_aligned_data
Eric Dumazet
1
-6
/
+2
2025-06-30
net: net->nsid_lock does not need BH safety
Eric Dumazet
1
-11
/
+11
2025-06-19
ref_tracker: eliminate the ref_tracker_dir name field
Jeff Layton
1
-2
/
+2
2025-06-19
net: add symlinks to ref_tracker_dir for netns
Jeff Layton
1
-1
/
+29
2025-06-19
ref_tracker: add a static classname string to each ref_tracker_dir
Jeff Layton
1
-2
/
+2
2025-06-11
netns: use stable inode number for initial mount ns
Christian Brauner
1
-0
/
+8
2025-06-05
net: annotate data-races around cleanup_net_task
Eric Dumazet
1
-2
/
+2
2025-04-23
net: Fix wild-memory-access in __register_pernet_operations() when CONFIG_NET...
Kuniyuki Iwashima
1
-6
/
+6
2025-04-22
net: Drop hold_rtnl arg from ops_undo_list().
Kuniyuki Iwashima
1
-6
/
+8
2025-04-14
net: Remove ->exit_batch_rtnl().
Kuniyuki Iwashima
1
-7
/
+1
2025-04-14
net: Add ->exit_rtnl() hook to struct pernet_operations.
Kuniyuki Iwashima
1
-14
/
+39
2025-04-14
net: Add ops_undo_single for module load/unload.
Kuniyuki Iwashima
1
-30
/
+24
2025-04-14
net: Factorise setup_net() and cleanup_net().
Kuniyuki Iwashima
1
-55
/
+51
2025-03-24
net: introduce per netns packet chains
Paolo Abeni
1
-0
/
+2
2025-02-18
net: Add net_passive_inc() and net_passive_dec().
Kuniyuki Iwashima
1
-4
/
+4
2025-01-15
net: expedite synchronize_net() for cleanup_net()
Eric Dumazet
1
-0
/
+5
2024-12-06
net: defer final 'struct net' free in netns dismantle
Eric Dumazet
1
-1
/
+19
2024-11-21
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-7
/
+19
2024-11-11
rtnetlink: Remove __rtnl_link_register()
Kuniyuki Iwashima
1
-1
/
+0
2024-11-03
fdget(), trivial conversions
Al Viro
1
-6
/
+4
2024-10-15
net: Use rtnl_register_many().
Kuniyuki Iwashima
1
-5
/
+9
2024-10-11
tcp: move sysctl_tcp_l3mdev_accept to netns_ipv4_read_rx
Eric Dumazet
1
-1
/
+3
[next]