summaryrefslogtreecommitdiff
path: root/net/netfilter/x_tables.c
AgeCommit message (Expand)Author
2018-02-02netfilter: x_tables: make allocation less aggressiveMichal Hocko
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-01-25netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}Eric Dumazet
2018-01-19netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-16netfilter: x_tables: don't return garbage pointer on modprobe failureFlorian Westphal
2018-01-10netfilter: x_tables: unbreak module auto loadingFlorian Westphal
2018-01-08netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal
2018-01-08netfilter: mark expected switch fall-throughsGustavo A. R. Silva
2018-01-07netfilter: x_tables: fix int overflow in xt_alloc_table_info()Dmitry Vyukov
2017-11-20netfilter: exit_net cleanup check addedVasily Averin
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-10-24netfilter: x_tables: make xt_replace_table wait until old rules are not used ...Florian Westphal
2017-10-06netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_...Eric Dumazet
2017-08-19netfilter: use audit_log()Geliang Tang
2017-07-12net/netfilter/x_tables.c: use kvmalloc() in xt_alloc_table_info()Michal Hocko
2017-05-18netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPATWillem de Bruijn
2017-05-15netfilter: xtables: zero padding in data_to_userWillem de Bruijn
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-04-28netfilter: x_tables: unlock on error in xt_find_table_lock()Dan Carpenter
2017-02-27scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada
2017-01-09xtables: use match, target and data copy_to_user helpers in compatWillem de Bruijn
2017-01-09xtables: add xt_match, xt_target and data copy_to_user functionsWillem de Bruijn
2016-12-07netfilter: x_tables: avoid warn and OOM killer on vmalloc callMarcelo Ricardo Leitner
2016-12-06netfilter: x_tables: pack percpu counter allocationsFlorian Westphal
2016-12-06netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal
2016-12-06netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal
2016-11-13netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall
2016-10-19netfilter: x_tables: suppress kmemcheck warningFlorian Westphal
2016-07-18netfilter: x_tables: speed up jump target validationFlorian Westphal
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-06-23netfilter: x_tables: fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li
2016-06-02netfilter: x_tables: don't reject valid target size on some architecturesFlorian Westphal
2016-04-14netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-04-14netfilter: x_tables: do compat validation via translate_tableFlorian Westphal
2016-04-14netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-04-14netfilter: x_tables: validate all offsets and sizes in a ruleFlorian Westphal
2016-04-14netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-04-14netfilter: x_tables: check standard target size tooFlorian Westphal
2016-04-14netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-04-14netfilter: x_tables: assert minimum target sizeFlorian Westphal
2016-04-14netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal
2016-03-12netfilter: x_tables: check for size overflowFlorian Westphal
2016-03-02netfilter: xtables: don't hook tables by defaultFlorian Westphal
2015-11-25netfilter: Set /proc/net entries owner to root in namespacePhilip Whineray
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal
2015-07-15netfilter: add and use jump label for xt_teeFlorian Westphal
2015-07-15netfilter: xtables: don't save/restore jumpstack offsetFlorian Westphal
2015-07-15netfilter: xtables: compute exact size needed for jumpstackFlorian Westphal
2015-06-15netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet