summaryrefslogtreecommitdiffstats
path: root/net/netfilter/x_tables.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal2015-06-121-15/+8
* netfilter: Use correct return for seq_show functionsJoe Perches2015-05-171-12/+6
* netfilter: Remove checks of seq_printf() return valuesSteven Rostedt (Red Hat)2014-11-051-7/+12
* net/netfilter/x_tables.c: use __seq_open_private()Rob Jones2014-09-261-26/+4
* netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso2014-08-081-35/+12
* netfilter: x_tables: xt_free_table_info() cleanupEric Dumazet2014-06-251-18/+5
* netfilter: x_tables: fix ordering of jumpstack allocation and table updateWill Deacon2013-10-221-1/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-3/+3
|\
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-3/+3
* | netfilter: add my copyright statementsPatrick McHardy2013-04-181-0/+1
|/
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-5/+5
* netfilter: x_tables: print correct hook names for ARPJan Engelhardt2013-01-131-8/+20
OpenPOWER on IntegriCloud