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