index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nfnetlink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2015-01-15
1
-8
/
+7
|
\
|
*
netfilter: nfnetlink: remove redundant variable nskb
Duan Jiong
2015-01-05
1
-8
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2015-01-12
1
-2
/
+3
|
\
\
|
*
|
netfilter: nfnetlink: relax strict multicast group check from netlink_bind
Pablo Neira Ayuso
2015-01-06
1
-1
/
+1
|
*
|
netfilter: nfnetlink: validate nfnetlink header from batch
Pablo Neira Ayuso
2015-01-06
1
-1
/
+2
|
|
/
*
|
netlink/genetlink: pass network namespace to bind/unbind
Johannes Berg
2014-12-27
1
-1
/
+1
|
/
*
netfilter: nfnetlink: fix insufficient validation in nfnetlink_bind
Pablo Neira Ayuso
2014-11-17
1
-1
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-10-02
1
-1
/
+63
|
\
|
*
netfilter: nfnetlink: deliver netlink errors on batch completion
Pablo Neira Ayuso
2014-09-03
1
-1
/
+63
*
|
netfilter: nfnetlink: use original skbuff when committing/aborting
Pablo Neira Ayuso
2014-09-19
1
-3
/
+3
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-12
1
-6
/
+5
|
\
|
*
netfilter: nfnetlink: Fix use after free when it fails to process batch
Denys Fedoryshchenko
2014-05-04
1
-4
/
+4
|
*
netfilter: Fix warning in nfnetlink_receive().
David S. Miller
2014-04-24
1
-1
/
+0
|
*
net: Use netlink_ns_capable to verify the permisions of netlink messages
Eric W. Biederman
2014-04-24
1
-1
/
+1
*
|
netlink: have netlink per-protocol bind function return an error code.
Richard Guy Briggs
2014-04-22
1
-1
/
+2
*
|
netlink: simplify nfnetlink_bind
Richard Guy Briggs
2014-04-22
1
-5
/
+2
|
/
*
netfilter: nfnetlink: add rcu_dereference_protected() helpers
Patrick McHardy
2014-02-25
1
-0
/
+8
*
nfnetlink: do not ack malformed messages
Jiri Benc
2013-11-08
1
-3
/
+5
*
netfilter: nfnetlink: add batch support and use it from nf_tables
Pablo Neira Ayuso
2013-10-14
1
-4
/
+171
*
nfnetlink: add support for memory mapped netlink
Patrick McHardy
2013-04-19
1
-0
/
+7
*
netfilter: rename netlink related "pid" variables to "portid"
Patrick McHardy
2013-04-19
1
-6
/
+7
*
net-next: replace obsolete NLMSG_* with type safe nlmsg_*
Hong zhi guo
2013-03-28
1
-4
/
+3
*
netfilter: nfnetlink: silence warning if CONFIG_PROVE_RCU isn't set
Paul Bolle
2013-03-04
1
-6
/
+1
*
netfilter: nfnetlink: add mutex per subsystem
Pablo Neira Ayuso
2013-02-05
1
-20
/
+32
*
net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm
Eric W. Biederman
2012-11-18
1
-1
/
+1
*
netlink: hide struct module parameter in netlink_kernel_create
Pablo Neira Ayuso
2012-09-08
1
-1
/
+1
*
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
2012-07-07
1
-1
/
+3
|
\
|
*
netfilter: nfnetlink: check callbacks before using those in nfnetlink_rcv_msg
Tomasz Bursztyka
2012-07-04
1
-1
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-07-05
1
-1
/
+3
|
\
\
|
*
|
netfilter: nfnetlink: fix missing rcu_read_unlock in nfnetlink_rcv_msg
Tomasz Bursztyka
2012-06-29
1
-1
/
+3
|
|
/
*
|
netlink: add nlk->netlink_bind hook for module auto-loading
Pablo Neira Ayuso
2012-06-29
1
-0
/
+29
*
|
netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
Pablo Neira Ayuso
2012-06-29
1
-2
/
+5
|
/
*
net: cleanup unsigned to unsigned int
Eric Dumazet
2012-04-15
1
-1
/
+1
*
Remove all #inclusions of asm/system.h
David Howells
2012-03-28
1
-1
/
+0
*
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
Linus Torvalds
2012-01-14
1
-1
/
+1
|
\
|
*
security: remove the security_netlink_recv hook as it is equivalent to capable()
Eric Paris
2012-01-05
1
-1
/
+1
*
|
net: reintroduce missing rcu_assign_pointer() calls
Eric Dumazet
2012-01-12
1
-2
/
+2
*
|
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
Stephen Hemminger
2011-08-02
1
-3
/
+3
|
/
*
netfilter: nfnetlink: add RCU in nfnetlink_rcv_msg()
Eric Dumazet
2011-07-18
1
-10
/
+30
*
netfilter: cleanup printk messages
Stephen Hemminger
2010-05-13
1
-2
/
+2
*
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
2010-04-20
1
-2
/
+2
|
\
|
*
netfilter: ctnetlink: fix reliable event delivery if message building fails
Pablo Neira Ayuso
2010-03-20
1
-2
/
+2
*
|
netfilter: remove unused headers in net/netfilter/nfnetlink.c
Zhitong Wang
2010-03-17
1
-3
/
+0
|
/
*
netfilter: nfnetlink: netns support
Alexey Dobriyan
2010-01-13
1
-23
/
+42
*
netfilter: nfnetlink: constify message attributes and headers
Patrick McHardy
2009-08-25
1
-1
/
+1
*
netfilter: conntrack: replace notify chain by function pointer
Pablo Neira Ayuso
2009-06-03
1
-2
/
+3
*
netfilter: nfnetlink: cleanup for nfnetlink_rcv_msg() function
Pablo Neira Ayuso
2009-06-02
1
-14
/
+9
*
netfilter: nfnetlink: return ENOMEM if we fail to create netlink socket
Pablo Neira Ayuso
2009-04-17
1
-1
/
+1
*
nefilter: nfnetlink: add nfnetlink_set_err and use it in ctnetlink
Pablo Neira Ayuso
2009-03-23
1
-0
/
+6
*
net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)
Johannes Berg
2008-10-16
1
-1
/
+1
[next]