aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-07netfilter: add new hook nfnl subsystemFlorian Westphal1-0/+1
2021-06-07netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso1-0/+2
2021-05-05netfilter: nfnetlink: add a missing rcu_read_unlock()Eric Dumazet1-0/+1
2021-04-26netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso1-14/+23
2021-04-26netfilter: nfnetlink: pass struct nfnl_info to batch callbacksPablo Neira Ayuso1-5/+9
2021-04-26netfilter: nfnetlink: pass struct nfnl_info to rcu callbacksPablo Neira Ayuso1-3/+2
2021-04-26netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso1-6/+12
2021-04-06netfilter: nfnetlink: use net_generic infraFlorian Westphal1-18/+44
2021-04-06netfilter: nfnetlink: add and use nfnetlink_broadcastFlorian Westphal1-0/+7
2020-10-30netfilter: nf_tables: missing validation from the abort pathPablo Neira Ayuso1-4/+18
2020-10-04netfilter: nfnetlink: place subsys mutexes in distinct lockdep classesFlorian Westphal1-1/+18
2020-08-28netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso1-3/+8
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill1-0/+1
2020-01-24netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso1-3/+3
2019-07-15netfilter: nfnetlink: avoid deadlock due to synchronous request_moduleFlorian Westphal1-1/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-6/+9
2018-07-18netfilter: nf_tables: use dedicated mutex to guard transactionsFlorian Westphal1-7/+3
2018-07-18netfilter: nf_tables: take module reference when starting a batchFlorian Westphal1-0/+9
2018-07-18netfilter: nf_tables: make valid_genid callback mandatoryFlorian Westphal1-2/+2
2018-06-12netfilter: nf_tables: fix module unload raceFlorian Westphal1-3/+7
2018-06-01netfilter: nfnetlink: Remove VLA usageKees Cook1-2/+23
2018-06-01netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso1-0/+2
2018-05-29netfilter: nf_tables: fail batch if fatal signal is pendingFlorian Westphal1-0/+8
2018-05-29netfilter: nfnetlink: allow commit to failFlorian Westphal1-1/+8
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso1-4/+0
2017-07-17netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcvMateusz Jurczyk1-3/+3
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso1-6/+15
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-5/+6
2017-04-13netlink: extended ACK reportingJohannes Berg1-10/+12
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal1-1/+1
2017-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2017-02-21netfilter: nfnetlink: remove static declaration from err_listLiping Zhang1-1/+1
2017-02-12netfilter: nfnetlink: allow to check for generation IDPablo Neira Ayuso1-4/+27
2017-02-12netfilter: nfnetlink: add nfnetlink_rcv_skb_batch()Pablo Neira Ayuso1-23/+28
2017-02-12netfilter: nfnetlink: get rid of u_intX_t typesPablo Neira Ayuso1-8/+8
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+9
2016-02-18nfnetlink: remove nfnetlink_alloc_skbFlorian Westphal1-7/+0
2016-02-08netfilter: nfnetlink: correctly validate length of batch messagesPhil Turnbull1-4/+6
2016-02-01netfilter: nfnetlink: use original skbuff when acking batchesPablo Neira Ayuso1-3/+3
2015-12-28netfilter: nfnetlink: pass down netns pointer to commit() and abort() callbacksPablo Neira Ayuso1-3/+3
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso1-3/+3
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-6/+8
2015-12-15nfnetlink: add nfnl_dereference_protected helperFlorian Westphal1-6/+7
2015-12-10netfilter: nfnetlink: fix splat due to incorrect socket memory accounting in skbuff clonesPablo Neira Ayuso1-2/+0
2015-12-10netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso1-1/+1
2015-12-09netfilter: nf_tables: extend tracing infrastructureFlorian Westphal1-0/+1
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1