- a1a64a1 netfilter: nfnetlink: skip error delivery on batch in case of ENOMEM by Pablo Neira Ayuso · 1 year, 7 months ago
- 9a32e98 netfilter: nf_tables: don't write table validation state without mutex by Florian Westphal · 1 year, 9 months ago
- fdf6491 netfilter: ctnetlink: make event listener tracking global by Florian Westphal · 1 year, 10 months ago
- 03832a3 netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg() by Ziyang Xuan · 2 years, 2 months ago
- 0b2f321 netfilter: nfnetlink: re-enable conntrack expectation events by Florian Westphal · 2 years, 5 months ago
- ec6f2ff netfilter: nfnetlink: add missing __be16 cast by Florian Westphal · 2 years, 6 months ago
- ffd219e netfilter: nfnetlink: fix warn in nfnetlink_unbind by Florian Westphal · 2 years, 7 months ago
- 2794cdb netfilter: nfnetlink: allow to detect if ctnetlink listeners exist by Florian Westphal · 2 years, 8 months ago
- e2cf17d netfilter: add new hook nfnl subsystem by Florian Westphal · 3 years, 7 months ago
- ef4b65e netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use it by Pablo Neira Ayuso · 3 years, 7 months ago
- 7072a35 netfilter: nfnetlink: add a missing rcu_read_unlock() by Eric Dumazet · 3 years, 8 months ago
- 50f2db9 netfilter: nfnetlink: consolidate callback types by Pablo Neira Ayuso · 3 years, 8 months ago
- 7dab8ee netfilter: nfnetlink: pass struct nfnl_info to batch callbacks by Pablo Neira Ayuso · 3 years, 8 months ago
- 797d498 netfilter: nfnetlink: pass struct nfnl_info to rcu callbacks by Pablo Neira Ayuso · 3 years, 8 months ago
- a655536 netfilter: nfnetlink: add struct nfnl_info and pass it to callbacks by Pablo Neira Ayuso · 3 years, 8 months ago
- 1be05ea netfilter: nfnetlink: use net_generic infra by Florian Westphal · 3 years, 9 months ago
- 237c609 netfilter: nfnetlink: add and use nfnetlink_broadcast by Florian Westphal · 3 years, 9 months ago
- c0391b6 netfilter: nf_tables: missing validation from the abort path by Pablo Neira Ayuso · 4 years, 2 months ago
- ab6c41e netfilter: nfnetlink: place subsys mutexes in distinct lockdep classes by Florian Westphal · 4 years, 3 months ago
- ee92118 netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFS by Pablo Neira Ayuso · 4 years, 4 months ago
- 4cacc39 netfilter: Add MODULE_DESCRIPTION entries to kernel modules by Rob Gill · 4 years, 6 months ago
- eb014de netfilter: nf_tables: autoload modules from the abort path by Pablo Neira Ayuso · 5 years ago
- 1b0890cd netfilter: nfnetlink: avoid deadlock due to synchronous request_module by Florian Westphal · 5 years ago
- 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
- f102d66 netfilter: nf_tables: use dedicated mutex to guard transactions by Florian Westphal · 6 years ago
- be2ab5b4 netfilter: nf_tables: take module reference when starting a batch by Florian Westphal · 6 years ago
- ca2f18b netfilter: nf_tables: make valid_genid callback mandatory by Florian Westphal · 6 years ago
- 71ad00c netfilter: nf_tables: fix module unload race by Florian Westphal · 7 years ago
- 7b7744e netfilter: nfnetlink: Remove VLA usage by Kees Cook · 7 years ago
- a654de8 netfilter: nf_tables: fix chain dependency validation by Pablo Neira Ayuso · 7 years ago
- 8a3d4c3 netfilter: nf_tables: fail batch if fatal signal is pending by Florian Westphal · 7 years ago
- 0030879 netfilter: nfnetlink: allow commit to fail by Florian Westphal · 7 years ago
- e553116 netfilter: remove messages print and boot/module load time by Pablo Neira Ayuso · 7 years ago
- f55ce7b netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcv by Mateusz Jurczyk · 8 years ago
- 04ba724 netfilter: nfnetlink: extended ACK reporting by Pablo Neira Ayuso · 8 years ago
- a01aa92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
- fe52145 netlink: pass extended ACK struct where available by Johannes Berg · 8 years ago
- fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
- 2d4bc93 netlink: extended ACK reporting by Johannes Berg · 8 years ago
- d4ef383 netfilter: Remove exceptional & on function name by Arushi Singhal · 8 years ago
- ccaba06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
- 4eba8b7 netfilter: nfnetlink: remove static declaration from err_list by Liping Zhang · 8 years ago
- 8c4d4e8 netfilter: nfnetlink: allow to check for generation ID by Pablo Neira Ayuso · 8 years ago
- 4865683 netfilter: nfnetlink: add nfnetlink_rcv_skb_batch() by Pablo Neira Ayuso · 8 years ago
- b745d03 netfilter: nfnetlink: get rid of u_intX_t types by Pablo Neira Ayuso · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- 905f0a7 nfnetlink: remove nfnetlink_alloc_skb by Florian Westphal · 9 years ago
- c58d6c9 netfilter: nfnetlink: correctly validate length of batch messages by Phil Turnbull · 9 years ago
- 7c7bdf3 netfilter: nfnetlink: use original skbuff when acking batches by Pablo Neira Ayuso · 9 years ago
- 5913bea netfilter: nfnetlink: pass down netns pointer to commit() and abort() callbacks by Pablo Neira Ayuso · 9 years ago
- 7b8002a netfilter: nfnetlink: pass down netns pointer to call() and call_rcu() by Pablo Neira Ayuso · 9 years ago
- 59ce967 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
- 9c55d3b nfnetlink: add nfnl_dereference_protected helper by Florian Westphal · 9 years ago
- bd678e0 netfilter: nfnetlink: fix splat due to incorrect socket memory accounting in skbuff clones by Pablo Neira Ayuso · 9 years ago
- 633c9a8 netfilter: nfnetlink: avoid recurrent netns lookups in call_batch by Pablo Neira Ayuso · 9 years ago
- 33d5a7b netfilter: nf_tables: extend tracing infrastructure by Florian Westphal · 9 years ago
- d9c7dbc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
- dbc3617 netfilter: nfnetlink: don't probe module if it exists by Florian Westphal · 9 years ago
- 875e082 net/nfnetlink: lockdep_nfnl_is_held can be boolean by Yaowei Bai · 9 years ago
- a9de977 netfilter: nfnetlink: work around wrong endianess in res_id field by Pablo Neira Ayuso · 9 years ago
- 6742b9e netfilter: nfnetlink: keep going batch handling on missing modules by Pablo Neira Ayuso · 9 years ago
- 4e7a84b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
- 2bd8221 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
- 62924af netfilter: nfnetlink: relax strict multicast group check from netlink_bind by Pablo Neira Ayuso · 10 years ago
- 9ea2aa8 netfilter: nfnetlink: validate nfnetlink header from batch by Pablo Neira Ayuso · 10 years ago
- 0f81623 netfilter: nfnetlink: remove redundant variable nskb by Duan Jiong · 10 years ago
- 023e2cf netlink/genetlink: pass network namespace to bind/unbind by Johannes Berg · 10 years ago
- 97840cb netfilter: nfnetlink: fix insufficient validation in nfnetlink_bind by Pablo Neira Ayuso · 10 years ago
- 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- fc04733 netfilter: nfnetlink: use original skbuff when committing/aborting by Pablo Neira Ayuso · 10 years ago
- cbb8125 netfilter: nfnetlink: deliver netlink errors on batch completion by Pablo Neira Ayuso · 10 years ago
- 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
- ecd15dd netfilter: nfnetlink: Fix use after free when it fails to process batch by Denys Fedoryshchenko · 11 years ago
- a64d90f netfilter: Fix warning in nfnetlink_receive(). by David S. Miller · 11 years ago
- 90f62cf3 net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 11 years ago
- 4f52090 netlink: have netlink per-protocol bind function return an error code. by Richard Guy Briggs · 11 years ago
- bfe4bc7 netlink: simplify nfnetlink_bind by Richard Guy Briggs · 11 years ago
- 0eb5db7 netfilter: nfnetlink: add rcu_dereference_protected() helpers by Patrick McHardy · 11 years ago
- cdbe7c2 nfnetlink: do not ack malformed messages by Jiri Benc · 11 years ago
- 0628b12 netfilter: nfnetlink: add batch support and use it from nf_tables by Pablo Neira Ayuso · 11 years ago
- 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 · 12 years ago
- c90a9bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 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 · 13 years ago