summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+3Star
* 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/+0Star
* 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/+0Star
|/
* netfilter: nfnetlink: pass down netns pointer to commit() and abort() callbacksPablo Neira Ayuso2015-12-281-3/+3
* netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso2015-12-281-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-12-181-6/+8
|\
| * nfnetlink: add nfnl_dereference_protected helperFlorian Westphal2015-12-151-6/+7
| * netfilter: nf_tables: extend tracing infrastructureFlorian Westphal2015-12-091-0/+1
* | netfilter: nfnetlink: fix splat due to incorrect socket memory accounting in ...Pablo Neira Ayuso2015-12-101-2/+0Star
* | netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso2015-12-101-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-11-051-1/+1
|\
| * netfilter: nfnetlink: don't probe module if it existsFlorian Westphal2015-10-281-1/+1
* | net/nfnetlink: lockdep_nfnl_is_held can be booleanYaowei Bai2015-10-091-1/+1
|/
* netfilter: nfnetlink: work around wrong endianess in res_id fieldPablo Neira Ayuso2015-08-291-1/+7
* netfilter: nfnetlink: keep going batch handling on missing modulesPablo Neira Ayuso2015-07-021-13/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-01-151-8/+7Star
|\
| * netfilter: nfnetlink: remove redundant variable nskbDuan Jiong2015-01-051-8/+7Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-01-121-2/+3
|\ \
| * | netfilter: nfnetlink: relax strict multicast group check from netlink_bindPablo Neira Ayuso2015-01-061-1/+1
| * | netfilter: nfnetlink: validate nfnetlink header from batchPablo Neira Ayuso2015-01-061-1/+2
| |/
* / netlink/genetlink: pass network namespace to bind/unbindJohannes Berg2014-12-271-1/+1
|/
* netfilter: nfnetlink: fix insufficient validation in nfnetlink_bindPablo Neira Ayuso2014-11-171-1/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-021-1/+63
|\
| * netfilter: nfnetlink: deliver netlink errors on batch completionPablo Neira Ayuso2014-09-031-1/+63
* | netfilter: nfnetlink: use original skbuff when committing/abortingPablo Neira Ayuso2014-09-191-3/+3
|/