Sign in
gem5
/
arm
/
linux
/
9575bcf9c0c98350c61964214c0c029dfed0c32e
/
net
/
netfilter
/
nfnetlink.c
3ab1f68
nfnetlink: add support for memory mapped netlink
by Patrick McHardy
· 12 years ago
ec464e5
netfilter: rename netlink related "pid" variables to "portid"
by Patrick McHardy
· 12 years ago
573ce26
net-next: replace obsolete NLMSG_* with type safe nlmsg_*
by Hong zhi guo
· 12 years ago
9df9e783
netfilter: nfnetlink: silence warning if CONFIG_PROVE_RCU isn't set
by Paul Bolle
· 12 years ago
c14b78e
netfilter: nfnetlink: add mutex per subsystem
by Pablo Neira Ayuso
· 12 years ago
df008c9
net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm
by Eric W. Biederman
· 12 years ago
9f00d97
netlink: hide struct module parameter in netlink_kernel_create
by Pablo Neira Ayuso
· 12 years ago
d3a5ea6
Merge branch 'master' of git://1984.lsi.us.es/nf-next
by David S. Miller
· 13 years ago
c90a9bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
59560a3
netfilter: nfnetlink: check callbacks before using those in nfnetlink_rcv_msg
by Tomasz Bursztyka
· 13 years ago
0329274
netlink: add nlk->netlink_bind hook for module auto-loading
by Pablo Neira Ayuso
· 13 years ago
a31f2d1
netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
by Pablo Neira Ayuso
· 13 years ago
4009e18
netfilter: nfnetlink: fix missing rcu_read_unlock in nfnetlink_rcv_msg
by Tomasz Bursztyka
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
c49c41a
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
by Linus Torvalds
· 13 years ago
cf778b0
net: reintroduce missing rcu_assign_pointer() calls
by Eric Dumazet
· 13 years ago
fd77846
security: remove the security_netlink_recv hook as it is equivalent to capable()
by Eric Paris
· 13 years ago
a9b3cd7
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
by Stephen Hemminger
· 14 years ago
6b75e3e
netfilter: nfnetlink: add RCU in nfnetlink_rcv_msg()
by Eric Dumazet
· 14 years ago
654d0fb
netfilter: cleanup printk messages
by Stephen Hemminger
· 15 years ago
6291055
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 15 years ago
37b7ef7
netfilter: ctnetlink: fix reliable event delivery if message building fails
by Pablo Neira Ayuso
· 15 years ago
c01ae81
netfilter: remove unused headers in net/netfilter/nfnetlink.c
by Zhitong Wang
· 15 years ago
cd8c20b
netfilter: nfnetlink: netns support
by Alexey Dobriyan
· 15 years ago
3993832
netfilter: nfnetlink: constify message attributes and headers
by Patrick McHardy
· 15 years ago
e34d5c1
netfilter: conntrack: replace notify chain by function pointer
by Pablo Neira Ayuso
· 16 years ago
f49c857
netfilter: nfnetlink: cleanup for nfnetlink_rcv_msg() function
by Pablo Neira Ayuso
· 16 years ago
a014273
netfilter: nfnetlink: return ENOMEM if we fail to create netlink socket
by Pablo Neira Ayuso
· 16 years ago
dd5b6ce
nefilter: nfnetlink: add nfnetlink_set_err and use it in ctnetlink
by Pablo Neira Ayuso
· 16 years ago
95a5afc
net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)
by Johannes Berg
· 16 years ago
e6a7d3c
netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf_nat
by Pablo Neira Ayuso
· 16 years ago
b7c6ba6
[NETNS]: Consolidate kernel netlink socket destruction.
by Denis V. Lunev
· 17 years ago
cd40b7d
[NET]: make netlink user -> kernel interface synchronious
by Denis V. Lunev
· 17 years ago
3b71535
[NET]: Make netlink processing routines semi-synchronious (inspired by rtnl) v2
by Denis V. Lunev
· 17 years ago
e373057
[NETFILTER]: nfnetlink: support attribute policies
by Patrick McHardy
· 17 years ago
dd82185
[NETFILTER]: nfnetlink: use nlmsg_notify()
by Patrick McHardy
· 17 years ago
df6fb86
[NETFILTER]: nfnetlink: convert to generic netlink attribute functions
by Patrick McHardy
· 17 years ago
7c8d4cb
[NETFILTER]: nfnetlink: make subsystem and callbacks const
by Patrick McHardy
· 17 years ago
0cfad07
[NETLINK]: Avoid pointer in netlink_run_queue
by Herbert Xu
· 17 years ago
b4b5102
[NET]: Support multiple network namespaces with netlink
by Eric W. Biederman
· 17 years ago
af65bdf
[NETLINK]: Switch cb_lock spinlock to mutex and allow to override it
by Patrick McHardy
· 18 years ago
c7bf5f9
[NETFILTER] nfnetlink: netlink_run_queue() already checks for NLM_F_REQUEST
by Thomas Graf
· 18 years ago
1d00a4e
[NETLINK]: Remove error pointer from netlink message handler
by Thomas Graf
· 18 years ago
ac6d141
[NETFILTER]: nfnetlink: parse attributes with nfattr_parse in nfnetlink_check_attribute
by Pablo Neira Ayuso
· 18 years ago
f4bc177
[NETFILTER]: nfnetlink: move EXPORT_SYMBOL declarations next to the exported symbol
by Pablo Neira Ayuso
· 18 years ago
8a2e895
[NETFILTER]: nfnetlink: remove unused includes in nfnetlink.c
by Pablo Neira Ayuso
· 18 years ago
ac0f1d9
[NETFILTER]: nfnetlink: remove unrequired check in nfnetlink_get_subsys
by Pablo Neira Ayuso
· 18 years ago
d9e6d02
[NETFILTER]: nfnetlink: remove duplicate checks in nfnetlink_check_attributes
by Pablo Neira Ayuso
· 18 years ago
67ca396
[NETFILTER]: nfnetlink: remove early debugging messages from nfnetlink
by Pablo Neira Ayuso
· 18 years ago
73c3618
[NETFILTER]: nfnetlink: use netlink_run_queue()
by Patrick McHardy
· 18 years ago
a3c5029
[NETFILTER]: nfnetlink: use mutex instead of semaphore
by Patrick McHardy
· 18 years ago
4498121
[NET]: Handle disabled preemption in gfp_any()
by Patrick McHardy
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
601e68e
[NETFILTER]: Fix whitespace errors
by YOSHIFUJI Hideaki
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
c7bdb54
[NETLINK]: Encapsulate eff_cap usage within security framework.
by Darrel Goeddel
· 19 years ago
a242769
[NETFILTER]: ctnetlink: avoid unneccessary event message generation
by Patrick McHardy
· 19 years ago
858119e
[PATCH] Unlinline a bunch of other functions
by Arjan van de Ven
· 19 years ago
3ebbe0c
[NETFILTER]: nfnetlink: Fix calculation of minimum message length
by Yasuyuki Kozakai
· 19 years ago
37d2e7a
[NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMIN
by Harald Welte
· 19 years ago
ed77de9
[NETFILTER] nfnetlink: only load subsystems if CAP_NET_ADMIN is set
by Harald Welte
· 19 years ago
a2506c0
[NETFILTER] nfnetlink: nfattr_parse() can never fail, make it void
by Harald Welte
· 19 years ago
ebe0bbf
[NETFILTER] nfnetlink: use highest bit of nfa_type to indicate nested TLV
by Harald Welte
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
c6f4faf
[NETFILTER]: fix sparse gfp nocast warnings
by Randy Dunlap
· 19 years ago
395dde2
[NETFILTER]: net/netfilter/nfnetlink*: make functions static
by Adrian Bunk
· 19 years ago
0662860
[NETLINK]: Add "groups" argument to netlink_kernel_create
by Patrick McHardy
· 19 years ago
ac6d439
[NETLINK]: Convert netlink users to use group numbers instead of bitmasks
by Patrick McHardy
· 19 years ago
a42827b
[NETFILTER]: cleanup nfnetlink_check_attributes()
by Harald Welte
· 19 years ago
927ccbc
[NETFILTER]: attribute count is an attribute of message type, not subsytem
by Harald Welte
· 19 years ago
0ab43f8
[NETFILTER]: Core changes required by upcoming nfnetlink_queue code
by Harald Welte
· 19 years ago
4fdb3bb
[NETLINK]: Add properly module refcounting for kernel netlink sockets.
by Harald Welte
· 19 years ago
080774a
[NETFILTER]: Add ctnetlink subsystem
by Harald Welte
· 19 years ago
f9e815b
[NETFITLER]: Add nfnetlink layer.
by Harald Welte
· 19 years ago