summaryrefslogtreecommitdiff
path: root/net/netfilter/nfnetlink_queue.c
AgeCommit message (Expand)Author
2018-07-17netfilter: nf_queue: augment nfqa_cfg_policyEric Dumazet
2017-12-25netfilter: nfnetlink_queue: fix secctx memory leakLiping Zhang
2016-09-25netfilter: replace list_head with single linked listAaron Conole
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole
2016-09-12netfilter: Add the missed return value check of register_netdevice_notifierGao Feng
2016-08-09netfilter: nfnetlink_queue: reject verdict request from different portidLiping Zhang
2016-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-05-25netfilter: nf_queue: Make the queue_handler pernetEric W. Biederman
2016-05-12netfilter: nfnetlink_queue: fix timestamp attributeFlorian Westphal
2016-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-03-29netfilter: bridge: nf queue verdict to use NFQA_VLAN and NFQA_L2HDRStephane Bryant
2016-03-29netfilter: bridge: pass L2 header and VLAN as netlink attributes in queues to...Stephane Bryant
2016-03-28netfilter: nfnetlink_queue: honor NFQA_CFG_F_FAIL_OPEN when netlink unicast f...Pablo Neira Ayuso
2016-02-18nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"Florian Westphal
2016-01-08netfilter: nfnetlink_queue: autoload nf_conntrack_netlink module NFQA_CFG_F_C...Ken-ichirou MATSUZAWA
2016-01-08netfilter: nfnetlink_queue: just returns error for unknown commandKen-ichirou MATSUZAWA
2016-01-08netfilter: nfnetlink_queue: don't handle options after unbindKen-ichirou MATSUZAWA
2016-01-08netfilter: nfnetlink_queue: validate dependencies to avoid breaking atomicityKen-ichirou MATSUZAWA
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso
2015-12-09netfilter: nfnetlink_queue: Unregister pernet subsys in case of init failureNikolay Borisov
2015-11-23netfilter: nfnetlink_queue: avoid harmless unnitialized variable warningsArnd Bergmann
2015-10-16netfilter: make nf_queue_entry_get_refs return voidFlorian Westphal
2015-10-05netfilter: nfnetlink_queue: rename related to nfqueue attaching conntrack infoKen-ichirou MATSUZAWA
2015-10-05netfilter: nfnetlink_queue: use y2038 safe timestampPablo Neira Ayuso
2015-10-04netfilter: rename nfnetlink_queue_core.c to nfnetlink_queue.cPablo Neira Ayuso
2012-06-19netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabledPablo Neira Ayuso
2012-06-16netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangledPablo Neira Ayuso
2012-06-16netfilter: add glue code to integrate nfnetlink_queue and ctnetlinkPablo Neira Ayuso
2012-06-07netfilter: Add fail-open supportKrishna Kumar
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-04-01nfnetlink_queue: Stop using NLA_PUT*().David S. Miller
2011-08-30netfilter: nf_queue: reject NF_STOLEN verdicts from userspaceFlorian Westphal
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-07-19netfilter: nfnetlink_queue: batch verdict supportFlorian Westphal
2011-07-19netfilter: nfnetlink_queue: assert monotonic packet idsEric Dumazet
2011-07-18netfilter: nfnetlink_queue: provide rcu enabled callbacksEric Dumazet
2011-06-16netfilter: fix looped (broad|multi)cast's MAC handlingNicolas Cavallari
2011-01-18netfilter: nfnetlink_queue: return error number to callerFlorian Westphal
2010-06-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko
2010-06-09netfilter: nfnetlink_queue: some optimizationsEric Dumazet
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-04-08netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in nfnetlink_queueHerbert Xu
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-12netfilter: don't use INIT_RCU_HEAD()Alexey Dobriyan
2010-01-18netfilter: nfnetlink_queue: simplify warning messageEric Leblond
2010-01-13netfilter: nfnetlink: netns supportAlexey Dobriyan
2009-11-06netfilter: remove unneccessary checks from netlink notifiersPatrick McHardy
2009-08-25netfilter: nfnetlink: constify message attributes and headersPatrick McHardy