summaryrefslogtreecommitdiff
path: root/net/netfilter/nfnetlink_queue.c
AgeCommit message (Expand)Author
2020-01-14net: netfilter: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld
2019-08-13netfilter: remove unnecessary spacesyangxingwu
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-31netfilter: replace skb_make_writable with skb_ensure_writableFlorian Westphal
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-22netfilter: never get/set skb->tstampFlorian Westphal
2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal
2018-11-08nfnetlink/queue: use __vlan_hwaccel helpersMichał Mirosław
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-11netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEATMichal 'vorner' Vaner
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller
2018-06-18netfilter: nf_queue: augment nfqa_cfg_policyEric Dumazet
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-23netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracksPablo Neira Ayuso
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-03-20netfilter: Replace printk() with pr_*() and define pr_fmt()Arushi Singhal
2018-01-19netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-08netfilter: core: remove synchronize_net call if nfqueue is usedFlorian Westphal
2017-11-20netfilter: exit_net cleanup check addedVasily Averin
2017-10-25locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/...Mark Rutland
2017-07-31netfilter: nfnetlink_queue: don't queue dying conntracks to userspaceFlorian Westphal
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-05-01netfilter: nf_queue: only call synchronize_net twice if nf_queue is activeFlorian Westphal
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso
2017-03-29netfilter: nfnetlink_queue: fix secctx memory leakLiping Zhang
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-11-03netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso
2016-11-01netfilter: nf_queue: place volatile data in own cachelineFlorian Westphal
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