index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
netns
/
generic.h
Age
Commit message (
Expand
)
Author
2022-09-28
netns: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
2022-07-22
net: add missing includes and forward declarations under net/
Jakub Kicinski
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-12-03
netns: fix net_generic() "id - 1" bloat
Alexey Dobriyan
2016-12-03
netns: add dummy struct inside "struct net_generic"
Alexey Dobriyan
2016-11-18
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
2015-04-17
netns: remove BUG_ONs from net_generic()
Denys Vlasenko
2012-03-04
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
Paul Gortmaker
2012-01-27
netns: Fail conspicously if someone uses net_generic at an inappropriate time.
Eric W. Biederman
2010-11-21
netns: let net_generic take pointer-to-const args
Jan Engelhardt
2010-04-27
net: disallow to use net_assign_generic externally
Jiri Pirko
2009-12-01
net: remove [un]register_pernet_gen_... and update the docs.
Eric W. Biederman
2008-04-15
[NETNS]: The generic per-net pointers.
Pavel Emelyanov