summaryrefslogtreecommitdiffstats
path: root/net/netfilter/x_tables.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xtables: use match, target and data copy_to_user helpers in compatWillem de Bruijn2017-01-091-10/+4
* xtables: add xt_match, xt_target and data copy_to_user functionsWillem de Bruijn2017-01-091-0/+54
* netfilter: x_tables: avoid warn and OOM killer on vmalloc callMarcelo Ricardo Leitner2016-12-071-1/+3
* netfilter: x_tables: pack percpu counter allocationsFlorian Westphal2016-12-061-9/+24
* netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal2016-12-061-0/+30
* netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2016-12-061-0/+9
* netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall2016-11-131-1/+1
* netfilter: x_tables: suppress kmemcheck warningFlorian Westphal2016-10-191-1/+1
* netfilter: x_tables: speed up jump target validationFlorian Westphal2016-07-181-0/+50
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-061-0/+3
|\
| * netfilter: x_tables: fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li2016-06-231-0/+3
* | netfilter: x_tables: don't reject valid target size on some architecturesFlorian Westphal2016-06-021-2/+2
|/
* netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-04-141-0/+74
* netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2016-04-141-0/+8
* netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-04-141-3/+2
* netfilter: x_tables: validate all offsets and sizes in a ruleFlorian Westphal2016-04-141-5/+76
* netfilter: x_tables: check for bogus target offsetFlorian Westphal2016-04-141-2/+15
* netfilter: x_tables: check standard target size tooFlorian Westphal2016-04-141-0/+15
* netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2016-04-141-0/+22
* netfilter: x_tables: assert minimum target sizeFlorian Westphal2016-04-141-0/+3
* netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-04-141-0/+34
* netfilter: x_tables: check for size overflowFlorian Westphal2016-03-121-0/+3
* netfilter: xtables: don't hook tables by defaultFlorian Westphal2016-03-021-25/+40
* netfilter: Set /proc/net entries owner to root in namespacePhilip Whineray2015-11-251-0/+12
* netfilter: remove hook owner refcountingFlorian Westphal2015-10-161-1/+0
* netfilter: add and use jump label for xt_teeFlorian Westphal2015-07-151-0/+3
* netfilter: xtables: don't save/restore jumpstack offsetFlorian Westphal2015-07-151-11/+11
* netfilter: xtables: compute exact size needed for jumpstackFlorian Westphal2015-07-151-0/+4
* netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet2015-06-151-20/+12
OpenPOWER on IntegriCloud