aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/x_tables.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-28netfilter: add audit table unregister actionsGravatar Richard Guy Briggs 1-0/+2
2020-04-28audit: tidy and extend netfilter_cfg x_tablesGravatar Richard Guy Briggs 1-9/+3
2020-03-04netfilter: x_tables: xt_mttg_seq_next should increase position indexGravatar Vasily Averin 1-3/+3
2020-01-31netfilter: Use kvcallocGravatar Joe Perches 1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-5/+1
2019-04-08netfilter: make two functions staticGravatar Florian Westphal 1-2/+1
2019-03-01netfilter: convert the proto argument from u8 to u16Gravatar Li RongQing 1-2/+2
2019-02-12netfilter: compat: initialize all fields in xt_initGravatar Francesco Ruggeri 1-1/+1
2018-08-16netfilter: x_tables: do not fail xt_alloc_table_info too easillyGravatar Michal Hocko 1-6/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-77/+18
2018-05-16netfilter/x_tables: switch to proc_create_seq_privateGravatar Christoph Hellwig 1-36/+6
2018-05-16proc: introduce proc_create_net{,_data}Gravatar Christoph Hellwig 1-15/+3
2018-05-16netfilter/x_tables: simplify ѕeq_file codeGravatar Christoph Hellwig 1-28/+11
2018-05-14audit: use inline function to get audit contextGravatar Richard Guy Briggs 1-1/+1
2018-04-27netfilter: x_tables: check name length in find_match/target, tooGravatar Florian Westphal 1-0/+6
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 1-17/+174
2018-03-30netfilter: x_tables: Add note about how to free percpu countersGravatar Ben Hutchings 1-1/+3
2018-03-27net: Drop pernet_operations::asyncGravatar Kirill Tkhai 1-1/+0
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+30
2018-03-13netfilter: x_tables: fix build with CONFIG_COMPAT=nGravatar Florian Westphal 1-31/+31
2018-03-11netfilter: x_tables: add and use xt_check_proc_nameGravatar Florian Westphal 1-0/+30
2018-03-05netfilter: x_tables: make sure compat af mutex is heldGravatar Florian Westphal 1-0/+6
2018-03-05netfilter: compat: reject huge allocation requestsGravatar Florian Westphal 1-8/+18
2018-03-05netfilter: compat: prepare xt_compat_init_offsets to return errorsGravatar Florian Westphal 1-1/+3
2018-03-05netfilter: x_tables: add counters allocation wrapperGravatar Florian Westphal 1-0/+15
2018-03-05netfilter: x_tables: limit allocation requests for blob rule headsGravatar Florian Westphal 1-0/+3
2018-03-05netfilter: x_tables: cap allocations at 512 mbyteGravatar Florian Westphal 1-1/+2
2018-03-05netfilter: x_tables: enforce unique and ascending entry pointsGravatar Florian Westphal 1-1/+30
2018-03-05netfilter: x_tables: move hook entry checks into coreGravatar Florian Westphal 1-0/+29
2018-03-05netfilter: x_tables: check error target size tooGravatar Florian Westphal 1-0/+23
2018-03-05netfilter: x_tables: check standard verdicts in coreGravatar Florian Westphal 1-6/+43
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-40/+34
2018-02-19net: Convert ip_tables_net_ops, udplite6_net_ops and xt_net_opsGravatar Kirill Tkhai 1-0/+1
2018-02-14netfilter: x_tables: use pr ratelimiting in xt coreGravatar Florian Westphal 1-36/+34
2018-02-08netfilter: x_tables: remove size checkGravatar Michal Hocko 1-4/+0
2018-02-02netfilter: x_tables: make allocation less aggressiveGravatar Michal Hocko 1-1/+6
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 1-2/+7
2018-01-25netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}Gravatar Eric Dumazet 1-0/+6
2018-01-19netfilter: delete /proc THIS_MODULE referencesGravatar Alexey Dobriyan 1-3/+0
2018-01-16netfilter: x_tables: don't return garbage pointer on modprobe failureGravatar Florian Westphal 1-1/+1
2018-01-10netfilter: x_tables: unbreak module auto loadingGravatar Florian Westphal 1-1/+1
2018-01-08netfilter: xtables: add and use xt_request_find_table_lockGravatar Florian Westphal 1-9/+27
2018-01-08netfilter: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-1/+1
2018-01-07netfilter: x_tables: fix int overflow in xt_alloc_table_info()Gravatar Dmitry Vyukov 1-2/+1
2017-11-20netfilter: exit_net cleanup check addedGravatar Vasily Averin 1-0/+9
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 1-3/+18
2017-10-24netfilter: x_tables: make xt_replace_table wait until old rules are not used ...Gravatar Florian Westphal 1-3/+18
2017-10-06netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_...Gravatar Eric Dumazet 1-2/+2