index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
net_namespace.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
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_NS=n.
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/netdev/net-next
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
2024-10-08
net-timestamp: namespacify the sysctl_tstamp_allow_data
Jason Xing
1
-0
/
+1
2024-10-08
rtnetlink: Add per-netns RTNL.
Kuniyuki Iwashima
1
-0
/
+6
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-3
/
+3
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-3
/
+3
2024-08-03
net: Initialise net.core sysctl defaults in preinit_net().
Kuniyuki Iwashima
1
-26
/
+11
2024-08-03
net: Slim down setup_net().
Kuniyuki Iwashima
1
-15
/
+16
2024-08-03
net: Call preinit_net() without pernet_ops_rwsem.
Kuniyuki Iwashima
1
-1
/
+2
2024-08-03
net: Initialise net->passive once in preinit_net().
Kuniyuki Iwashima
1
-2
/
+1
2024-08-03
net: Don't register pernet_operations if only one of id or size is specified.
Kuniyuki Iwashima
1
-4
/
+8
2024-06-18
netns: Make get_net_ns() handle zero refcount net
Yue Haibing
1
-2
/
+7
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+10
2024-05-06
net: fix out-of-bounds access in ops_init
Thadeu Lima de Souza Cascardo
1
-3
/
+10
2024-04-17
netns: no longer hold RTNL in rtnl_net_dumpid()
Eric Dumazet
1
-2
/
+3
2024-02-12
net: use synchronize_rcu_expedited in cleanup_net()
Eric Dumazet
1
-1
/
+1
2024-02-07
net: add exit_batch_rtnl() method
Eric Dumazet
1
-1
/
+30
2023-12-15
net: Namespace-ify sysctl_optmem_max
Eric Dumazet
1
-0
/
+4
2023-12-02
netns-ipv4: reorganize netns_ipv4 fast path variables
Coco Li
1
-0
/
+45
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
[next]