index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
net_namespace.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: add exit_batch_rtnl() method
Eric Dumazet
2024-02-08
1
-0
/
+3
*
net: make dev_unreg_count global
Eric Dumazet
2024-02-04
1
-2
/
+0
*
net: treat possible_net_t net pointer as an RCU one and add read_pnet_rcu()
Jiri Pirko
2023-10-18
1
-3
/
+12
*
Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2023-08-30
1
-4
/
+6
|
\
|
*
sysctl: SIZE_MAX->ARRAY_SIZE in register_net_sysctl
Joel Granados
2023-08-16
1
-1
/
+1
|
*
sysctl: Add size to register_net_sysctl function
Joel Granados
2023-08-16
1
-4
/
+6
*
|
net: store netdevs in an xarray
Jakub Kicinski
2023-07-28
1
-1
/
+3
|
/
*
net: add a refcount tracker for kernel sockets
Eric Dumazet
2022-10-24
1
-8
/
+22
*
netfilter: nf_flow_table: count pending offload workqueue tasks
Vlad Buslov
2022-07-11
1
-0
/
+6
*
af_unix: Define a per-netns hash table.
Kuniyuki Iwashima
2022-06-22
1
-0
/
+2
*
net: make net->dev_unreg_count atomic
Eric Dumazet
2022-02-10
1
-1
/
+1
*
net: initialize init_net earlier
Eric Dumazet
2022-02-06
1
-0
/
+6
*
net: add networking namespace refcount tracker
Eric Dumazet
2021-12-10
1
-0
/
+34
*
netfilter: remove xt pernet data
Florian Westphal
2021-08-01
1
-2
/
+0
*
mctp: Add initial routing framework
Jeremy Kerr
2021-07-29
1
-0
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-19
1
-1
/
+13
|
\
|
*
net: inline function get_net_ns_by_fd if NET_NS is disabled
Changbin Du
2021-06-15
1
-1
/
+6
|
*
net: make get_net_ns return error if NET_NS is disabled
Changbin Du
2021-06-12
1
-0
/
+7
*
|
net/smc: Make SMC statistics network namespace aware
Guvenc Gulce
2021-06-16
1
-0
/
+4
|
/
*
net: dccp: use net_generic storage
Florian Westphal
2021-04-10
1
-4
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2021-04-07
1
-9
/
+0
|
\
|
*
net: remove obsolete members from struct net
Florian Westphal
2021-04-06
1
-9
/
+0
*
|
include: net: Remove repeated struct declaration
Wan Jiabing
2021-04-02
1
-1
/
+0
|
/
*
net: initialize net->net_cookie at netns setup
Eric Dumazet
2021-02-11
1
-3
/
+1
*
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2020-12-15
1
-3
/
+0
|
\
|
*
netfilter: nfnl_acct: remove data from struct net
Wang Shanker
2020-12-01
1
-3
/
+0
*
|
Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
2020-12-15
1
-7
/
+4
|
\
\
|
|
/
|
/
|
|
*
net: Use generic ns_common::count
Christian Brauner
2020-08-19
1
-7
/
+4
*
|
bpf, net: Rework cookie generator as per-cpu one
Daniel Borkmann
2020-09-30
1
-1
/
+1
|
/
*
net: Introduce netns_bpf for BPF programs attached to netns
Jakub Sitnicki
2020-06-02
1
-1
/
+3
*
ipv6: Use global sernum for dst validation with nexthop objects
David Ahern
2020-05-01
1
-0
/
+7
*
bpf, net: Fix build issue when net ns not configured
Daniel Borkmann
2020-03-30
1
-7
/
+2
*
bpf: Add netns cookie and enable it for bpf cgroup hooks
Daniel Borkmann
2020-03-28
1
-0
/
+10
*
netns: Constify exported functions
Guillaume Nault
2020-01-17
1
-5
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-02
1
-1
/
+1
|
\
|
*
netns: fix GFP flags in rtnl_net_notifyid()
Guillaume Nault
2019-10-26
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-20
1
-8
/
+17
|
\
|
|
*
net: reorder 'struct net' fields to avoid false sharing
Eric Dumazet
2019-10-19
1
-8
/
+17
*
|
net: introduce per-netns netdevice notifiers
Jiri Pirko
2019-10-02
1
-0
/
+3
*
|
net: push loops and nb calls into helper functions
Jiri Pirko
2019-10-02
1
-1
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2019-09-18
1
-3
/
+0
|
\
|
*
net: fib_notifier: move fib_notifier_ops from struct net into per-net struct
Jiri Pirko
2019-09-07
1
-3
/
+0
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-09-18
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
crypto: user - make NETLINK_CRYPTO work inside netns
Ondrej Mosnacek
2019-07-26
1
-0
/
+3
*
|
trivial: netns: fix typo in 'struct net.passive' description
Mike Rapoport
2019-08-21
1
-1
/
+1
*
|
sock: make cookie generation global instead of per netns
Daniel Borkmann
2019-08-09
1
-1
/
+0
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-07-11
1
-0
/
+7
|
\
|
*
netns: add pre_exit method to struct pernet_operations
Eric Dumazet
2019-06-19
1
-0
/
+5
|
*
net: Initial nexthop code
David Ahern
2019-05-29
1
-0
/
+2
*
|
keys: Network namespace domain tag
David Howells
2019-06-26
1
-0
/
+3
|
/
[next]