Sign in
googlers
/
maze
/
linux
/
7bc7298d3f63e55591477752eb809ab17031ec19
/
net
/
netfilter
/
nfnetlink.c
6b75e3e
netfilter: nfnetlink: add RCU in nfnetlink_rcv_msg()
by Eric Dumazet
· 13 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
· 18 years ago
c7bdb54
[NETLINK]: Encapsulate eff_cap usage within security framework.
by Darrel Goeddel
· 18 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