summaryrefslogtreecommitdiffstats
path: root/net/netfilter/x_tables.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: x_tables: do not fail xt_alloc_table_info too easillyMichal Hocko2018-08-161-6/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-061-1/+1
|\
| * audit: use inline function to get audit contextRichard Guy Briggs2018-05-141-1/+1
* | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-77/+18
|\ \
| * | netfilter/x_tables: switch to proc_create_seq_privateChristoph Hellwig2018-05-161-36/+6
| * | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-15/+3
| * | netfilter/x_tables: simplify ѕeq_file codeChristoph Hellwig2018-05-161-28/+11
| |/
* / netfilter: x_tables: check name length in find_match/target, tooFlorian Westphal2018-04-271-0/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-301-17/+174
|\
| * netfilter: x_tables: Add note about how to free percpu countersBen Hutchings2018-03-301-1/+3
| * netfilter: x_tables: fix build with CONFIG_COMPAT=nFlorian Westphal2018-03-131-31/+31
| * netfilter: x_tables: make sure compat af mutex is heldFlorian Westphal2018-03-051-0/+6
| * netfilter: compat: reject huge allocation requestsFlorian Westphal2018-03-051-8/+18
| * netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2018-03-051-1/+3
| * netfilter: x_tables: add counters allocation wrapperFlorian Westphal2018-03-051-0/+15
| * netfilter: x_tables: limit allocation requests for blob rule headsFlorian Westphal2018-03-051-0/+3
| * netfilter: x_tables: cap allocations at 512 mbyteFlorian Westphal2018-03-051-1/+2
| * netfilter: x_tables: enforce unique and ascending entry pointsFlorian Westphal2018-03-051-1/+30
| * netfilter: x_tables: move hook entry checks into coreFlorian Westphal2018-03-051-0/+29
| * netfilter: x_tables: check error target size tooFlorian Westphal2018-03-051-0/+23
| * netfilter: x_tables: check standard verdicts in coreFlorian Westphal2018-03-051-6/+43
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-0/+30
|\ \ | |/ |/|
| * netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal2018-03-111-0/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-241-40/+34
|\|
| * netfilter: x_tables: use pr ratelimiting in xt coreFlorian Westphal2018-02-141-36/+34
| * netfilter: x_tables: remove size checkMichal Hocko2018-02-081-4/+0
* | net: Convert ip_tables_net_ops, udplite6_net_ops and xt_net_opsKirill Tkhai2018-02-191-0/+1
|/
* netfilter: x_tables: make allocation less aggressiveMichal Hocko2018-02-021-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-02-011-2/+7
|\
| * netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}Eric Dumazet2018-01-251-0/+6
| * netfilter: x_tables: fix int overflow in xt_alloc_table_info()Dmitry Vyukov2018-01-071-2/+1
* | netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-191-3/+0
* | netfilter: x_tables: don't return garbage pointer on modprobe failureFlorian Westphal2018-01-161-1/+1
* | netfilter: x_tables: unbreak module auto loadingFlorian Westphal2018-01-101-1/+1
* | netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal2018-01-081-9/+27
* | netfilter: mark expected switch fall-throughsGustavo A. R. Silva2018-01-081-1/+1
|/
* netfilter: exit_net cleanup check addedVasily Averin2017-11-201-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-081-3/+18
|\
| * netfilter: x_tables: make xt_replace_table wait until old rules are not used ...Florian Westphal2017-10-241-3/+18
* | netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_...Eric Dumazet2017-10-061-2/+2
|/
* netfilter: use audit_log()Geliang Tang2017-08-191-10/+4
* net/netfilter/x_tables.c: use kvmalloc() in xt_alloc_table_info()Michal Hocko2017-07-121-8/+4
* netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPATWillem de Bruijn2017-05-181-8/+13
* netfilter: xtables: zero padding in data_to_userWillem de Bruijn2017-05-151-3/+6
* mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-081-2/+1
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-17/+4
* netfilter: x_tables: unlock on error in xt_find_table_lock()Dan Carpenter2017-04-281-1/+3
* scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1