aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/x_tables.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-13netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall1-1/+1
2016-10-19netfilter: x_tables: suppress kmemcheck warningFlorian Westphal1-1/+1
2016-07-18netfilter: x_tables: speed up jump target validationFlorian Westphal1-0/+50
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+3
2016-06-23netfilter: x_tables: fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-0/+3
2016-06-02netfilter: x_tables: don't reject valid target size on some architecturesFlorian Westphal1-2/+2
2016-04-14netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal1-0/+74
2016-04-14netfilter: x_tables: do compat validation via translate_tableFlorian Westphal1-0/+8
2016-04-14netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal1-3/+2
2016-04-14netfilter: x_tables: validate all offsets and sizes in a ruleFlorian Westphal1-5/+76
2016-04-14netfilter: x_tables: check for bogus target offsetFlorian Westphal1-2/+15
2016-04-14netfilter: x_tables: check standard target size tooFlorian Westphal1-0/+15
2016-04-14netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal1-0/+22
2016-04-14netfilter: x_tables: assert minimum target sizeFlorian Westphal1-0/+3
2016-04-14netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal1-0/+34
2016-03-12netfilter: x_tables: check for size overflowFlorian Westphal1-0/+3
2016-03-02netfilter: xtables: don't hook tables by defaultFlorian Westphal1-25/+40
2015-11-25netfilter: Set /proc/net entries owner to root in namespacePhilip Whineray1-0/+12
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal1-1/+0
2015-07-15netfilter: add and use jump label for xt_teeFlorian Westphal1-0/+3
2015-07-15netfilter: xtables: don't save/restore jumpstack offsetFlorian Westphal1-11/+11
2015-07-15netfilter: xtables: compute exact size needed for jumpstackFlorian Westphal1-0/+4
2015-06-15netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet1-20/+12
2015-06-12netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal1-15/+8
2015-05-17netfilter: Use correct return for seq_show functionsJoe Perches1-12/+6
2014-11-05netfilter: Remove checks of seq_printf() return valuesSteven Rostedt (Red Hat)1-7/+12
2014-09-26net/netfilter/x_tables.c: use __seq_open_private()Rob Jones1-26/+4
2014-08-08netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso1-35/+12
2014-06-25netfilter: x_tables: xt_free_table_info() cleanupEric Dumazet1-18/+5
2013-10-22netfilter: x_tables: fix ordering of jumpstack allocation and table updateWill Deacon1-1/+6
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2013-04-18netfilter: add my copyright statementsPatrick McHardy1-0/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-3/+3
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-5/+5
2013-01-13netfilter: x_tables: print correct hook names for ARPJan Engelhardt1-8/+20
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-09-15net: Convert vmalloc/memset to vzallocJoe Perches1-3/+2
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6David S. Miller1-2/+2
2011-05-10netfilter: fix ebtables compat supportEric Dumazet1-2/+2
2011-04-04netfilter: get rid of atomic ops in fast pathEric Dumazet1-6/+3
2011-03-14netfilter: x_tables: return -ENOENT for non-existant matches/targetsPatrick McHardy1-2/+2
2011-03-09netfilter: x_tables: misuse of try_then_request_moduleStephen Hemminger1-7/+15
2011-01-19Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-1/+2
2011-01-16netfilter: create audit records for x_tables replacesThomas Graf1-0/+16
2011-01-13netfilter: x_table: speedup compat operationsEric Dumazet1-34/+48
2011-01-10netfilter: x_tables: dont block BH while reading countersEric Dumazet1-1/+2
2010-10-04netfilter: unregister nf hooks, matches and targets in the reverse orderChangli Gao1-8/+4
2010-05-31netfilter: xtables: stackptr should be percpuEric Dumazet1-10/+3
2010-05-31netfilter: don't xt_jumpstack_alloc twice in xt_register_tableXiaotian Feng1-4/+0
2010-04-21netfilter: x_tables: move sleeping allocation outside BH-disabled regionJan Engelhardt1-6/+6