summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nfnetlink: skip error delivery on batch in case of ENOMEMPablo Neira Ayuso2023-06-081-1/+2
* netfilter: nf_tables: don't write table validation state without mutexFlorian Westphal2023-04-221-2/+0
* netfilter: ctnetlink: make event listener tracking globalFlorian Westphal2023-02-221-4/+5
* netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg()Ziyang Xuan2022-11-081-0/+1
* netfilter: nfnetlink: re-enable conntrack expectation eventsFlorian Westphal2022-08-111-12/+71
* netfilter: nfnetlink: add missing __be16 castFlorian Westphal2022-07-111-1/+1
* netfilter: nfnetlink: fix warn in nfnetlink_unbindFlorian Westphal2022-05-271-19/+5
* netfilter: nfnetlink: allow to detect if ctnetlink listeners existFlorian Westphal2022-05-131-3/+37
* netfilter: add new hook nfnl subsystemFlorian Westphal2021-06-071-0/+1
* netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso2021-06-071-0/+2
* netfilter: nfnetlink: add a missing rcu_read_unlock()Eric Dumazet2021-05-051-0/+1
* netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso2021-04-261-14/+23
* netfilter: nfnetlink: pass struct nfnl_info to batch callbacksPablo Neira Ayuso2021-04-261-5/+9
* netfilter: nfnetlink: pass struct nfnl_info to rcu callbacksPablo Neira Ayuso2021-04-261-3/+2
* netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso2021-04-261-6/+12
* netfilter: nfnetlink: use net_generic infraFlorian Westphal2021-04-061-18/+44
* netfilter: nfnetlink: add and use nfnetlink_broadcastFlorian Westphal2021-04-061-0/+7
* netfilter: nf_tables: missing validation from the abort pathPablo Neira Ayuso2020-10-301-4/+18
* netfilter: nfnetlink: place subsys mutexes in distinct lockdep classesFlorian Westphal2020-10-041-1/+18
* netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso2020-08-281-3/+8
* netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill2020-06-251-0/+1
* netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso2020-01-241-3/+3
* netfilter: nfnetlink: avoid deadlock due to synchronous request_moduleFlorian Westphal2019-07-151-1/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-6/+9
* netfilter: nf_tables: use dedicated mutex to guard transactionsFlorian Westphal2018-07-181-7/+3
* netfilter: nf_tables: take module reference when starting a batchFlorian Westphal2018-07-181-0/+9
* netfilter: nf_tables: make valid_genid callback mandatoryFlorian Westphal2018-07-181-2/+2
* netfilter: nf_tables: fix module unload raceFlorian Westphal2018-06-121-3/+7
* netfilter: nfnetlink: Remove VLA usageKees Cook2018-06-011-2/+23
* netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso2018-06-011-0/+2
* netfilter: nf_tables: fail batch if fatal signal is pendingFlorian Westphal2018-05-291-0/+8
* netfilter: nfnetlink: allow commit to failFlorian Westphal2018-05-291-1/+8
* netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-191-4/+0
* netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcvMateusz Jurczyk2017-07-171-3/+3
* netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso2017-06-191-6/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-05-011-1/+1
|\
| * netfilter: Remove exceptional & on function nameArushi Singhal2017-04-071-1/+1
* | netlink: pass extended ACK struct where availableJohannes Berg2017-04-131-1/+1
* | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-5/+6
* | netlink: extended ACK reportingJohannes Berg2017-04-131-10/+12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-02-231-1/+1
|\
| * netfilter: nfnetlink: remove static declaration from err_listLiping Zhang2017-02-211-1/+1
* | netfilter: nfnetlink: allow to check for generation IDPablo Neira Ayuso2017-02-121-4/+27
* | netfilter: nfnetlink: add nfnetlink_rcv_skb_batch()Pablo Neira Ayuso2017-02-121-23/+28
* | netfilter: nfnetlink: get rid of u_intX_t typesPablo Neira Ayuso2017-02-121-8/+8
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-7/+9
|\
| * netfilter: nfnetlink: correctly validate length of batch messagesPhil Turnbull2016-02-081-4/+6
| * netfilter: nfnetlink: use original skbuff when acking batchesPablo Neira Ayuso2016-02-011-3/+3
* | nfnetlink: remove nfnetlink_alloc_skbFlorian Westphal2016-02-181-7/+0
|/