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