aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_queue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-30netfilter: nfnetlink_queue: silence bogus compiler warningFlorian Westphal1-1/+1
2021-10-22netfilter: nfnetlink_queue: fix OOB when mac header was clearedFlorian Westphal1-1/+1
2021-08-10netfilter: nf_queue: move hookfn registration out of struct netFlorian Westphal1-2/+13
2021-06-07netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso1-6/+3
2021-04-26netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso1-11/+23
2021-04-26netfilter: nfnetlink: pass struct nfnl_info to rcu callbacksPablo Neira Ayuso1-23/+17
2021-04-26netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso1-7/+5
2021-03-31netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso1-8/+4
2021-01-25netfilter: ctnetlink: remove get_ct indirectionFlorian Westphal1-2/+8
2020-08-28netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-2/+2
2020-03-29netfilter: nf_queue: make nf_queue_entry_release_refs staticFlorian Westphal1-8/+2
2020-01-14net: netfilter: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-5/+3
2019-08-13netfilter: remove unnecessary spacesyangxingwu1-2/+2
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-05-31netfilter: replace skb_make_writable with skb_ensure_writableFlorian Westphal1-1/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+3
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2019-04-22netfilter: never get/set skb->tstampFlorian Westphal1-1/+1
2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal1-12/+11
2018-11-08nfnetlink/queue: use __vlan_hwaccel helpersMichał Mirosław1-2/+3
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-09-11netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEATMichal 'vorner' Vaner1-0/+1
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller1-1/+1
2018-06-18netfilter: nf_queue: augment nfqa_cfg_policyEric Dumazet1-0/+3
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+24
2018-05-23netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracksPablo Neira Ayuso1-4/+24
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-16/+2
2018-03-20netfilter: Replace printk() with pr_*() and define pr_fmt()Arushi Singhal1-7/+7
2018-01-19netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2018-01-08netfilter: core: remove synchronize_net call if nfqueue is usedFlorian Westphal1-7/+2
2017-11-20netfilter: exit_net cleanup check addedVasily Averin1-0/+5
2017-10-25locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-07-31netfilter: nfnetlink_queue: don't queue dying conntracks to userspaceFlorian Westphal1-0/+19
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo1-2/+0
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-4/+8
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso1-4/+8
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-13/+11
2017-05-01netfilter: nf_queue: only call synchronize_net twice if nf_queue is activeFlorian Westphal1-10/+8
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal1-2/+2
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso1-1/+1
2017-03-29netfilter: nfnetlink_queue: fix secctx memory leakLiping Zhang1-2/+7
2016-12-25ktime: Get rid of the unionThomas Gleixner1-2/+2
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-03netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso1-1/+1
2016-11-01netfilter: nf_queue: place volatile data in own cachelineFlorian Westphal1-1/+1
2016-09-25netfilter: replace list_head with single linked listAaron Conole1-3/+5