summaryrefslogtreecommitdiffstats
path: root/net/netfilter/x_tables.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal2018-04-081-0/+30
* netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}Eric Dumazet2018-02-251-0/+6
* netfilter: x_tables: fix int overflow in xt_alloc_table_info()Dmitry Vyukov2018-02-251-3/+1
* netfilter: x_tables: speed up jump target validationFlorian Westphal2016-08-031-0/+50
* netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-07-121-0/+74
* netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2016-07-121-0/+8
* netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-07-121-3/+2
* netfilter: x_tables: don't reject valid target size on some architecturesFlorian Westphal2016-07-121-2/+2
* netfilter: x_tables: validate all offsets and sizes in a ruleFlorian Westphal2016-07-121-5/+76
* netfilter: x_tables: check for bogus target offsetFlorian Westphal2016-07-121-2/+15
* netfilter: x_tables: check standard target size tooFlorian Westphal2016-07-121-0/+15
* netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2016-07-121-0/+22
* netfilter: x_tables: assert minimum target sizeFlorian Westphal2016-07-121-0/+3
* netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-07-121-0/+34
* 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
|/
* netfilter: unregister nf hooks, matches and targets in the reverse orderChangli Gao2010-10-041-8/+4
* netfilter: xtables: stackptr should be percpuEric Dumazet2010-05-311-10/+3
* netfilter: don't xt_jumpstack_alloc twice in xt_register_tableXiaotian Feng2010-05-311-4/+0
* netfilter: x_tables: move sleeping allocation outside BH-disabled regionJan Engelhardt2010-04-211-6/+6
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | netfilter: xtables: make ip_tables reentrantJan Engelhardt2010-04-191-0/+77
* | netfilter: xtables: change targets to return error codeJan Engelhardt2010-03-251-2/+10
* | netfilter: xtables: change matches to return error codeJan Engelhardt2010-03-251-2/+10
* | netfilter: xtables: consolidate code into xt_request_find_matchJan Engelhardt2010-03-251-0/+11
* | netfilter: xtables: make use of xt_request_find_targetJan Engelhardt2010-03-251-3/+1
* | netfilter: xtables: replace custom duprintf with pr_debugJan Engelhardt2010-03-181-9/+3
|/
* netfilter: CONFIG_COMPAT: allow delta to exceed 32767Florian Westphal2010-02-151-3/+3
* netfilter: xtables: constify args in compat copying functionsJan Engelhardt2010-02-151-4/+4
* netfilter: xtables: print details on size mismatchJan Engelhardt2010-02-151-2/+6
* Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2010-02-101-1/+57
|\