summaryrefslogtreecommitdiff
path: root/net/netfilter/x_tables.c
AgeCommit message (Expand)Author
2018-08-16netfilter: x_tables: do not fail xt_alloc_table_info too easillyMichal Hocko
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-16netfilter/x_tables: switch to proc_create_seq_privateChristoph Hellwig
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-16netfilter/x_tables: simplify ѕeq_file codeChristoph Hellwig
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs
2018-04-27netfilter: x_tables: check name length in find_match/target, tooFlorian Westphal
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