summaryrefslogtreecommitdiffstats
path: root/net/netfilter/x_tables.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-311-0/+1
* net: Convert vmalloc/memset to vzallocJoe Perches2011-09-151-3/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-111-2/+2
|\
| * netfilter: fix ebtables compat supportEric Dumazet2011-05-101-2/+2
* | netfilter: get rid of atomic ops in fast pathEric Dumazet2011-04-041-6/+3
|/
* netfilter: x_tables: return -ENOENT for non-existant matches/targetsPatrick McHardy2011-03-141-2/+2
* netfilter: x_tables: misuse of try_then_request_moduleStephen Hemminger2011-03-091-7/+15
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2011-01-191-1/+2
|\
| * netfilter: x_tables: dont block BH while reading countersEric Dumazet2011-01-101-1/+2
* | netfilter: create audit records for x_tables replacesThomas Graf2011-01-161-0/+16
* | netfilter: x_table: speedup compat operationsEric Dumazet2011-01-131-34/+48
|/
OpenPOWER on IntegriCloud