summaryrefslogtreecommitdiff
path: root/net/netfilter/x_tables.c
AgeCommit message (Expand)Author
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-03-30netfilter: x_tables: Add note about how to free percpu countersBen Hutchings
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-13netfilter: x_tables: fix build with CONFIG_COMPAT=nFlorian Westphal
2018-03-11netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal
2018-03-05netfilter: x_tables: make sure compat af mutex is heldFlorian Westphal
2018-03-05netfilter: compat: reject huge allocation requestsFlorian Westphal
2018-03-05netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal
2018-03-05netfilter: x_tables: add counters allocation wrapperFlorian Westphal
2018-03-05netfilter: x_tables: limit allocation requests for blob rule headsFlorian Westphal
2018-03-05netfilter: x_tables: cap allocations at 512 mbyteFlorian Westphal
2018-03-05netfilter: x_tables: enforce unique and ascending entry pointsFlorian Westphal
2018-03-05netfilter: x_tables: move hook entry checks into coreFlorian Westphal
2018-03-05netfilter: x_tables: check error target size tooFlorian Westphal
2018-03-05netfilter: x_tables: check standard verdicts in coreFlorian Westphal
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-19net: Convert ip_tables_net_ops, udplite6_net_ops and xt_net_opsKirill Tkhai
2018-02-14netfilter: x_tables: use pr ratelimiting in xt coreFlorian Westphal
2018-02-08netfilter: x_tables: remove size checkMichal Hocko
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