summaryrefslogtreecommitdiffstats
path: root/net/netfilter/x_tables.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
|\
| * netfilter: xtables: generate initial table on-demandJan Engelhardt2010-02-101-1/+3
| * netfilter: xtables: use xt_table for hook instantiationJan Engelhardt2010-02-101-0/+54
* | netfilter: xtables: symmetric COMPAT_XT_ALIGN definitionAlexey Dobriyan2010-02-101-2/+2
|/
* mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-221-1/+1
* netfilter: xtables: mark initial tables constantJan Engelhardt2009-08-241-3/+4
* x_tables: Convert printk to pr_errJoe Perches2009-06-131-8/+8
* netfilter: xtables: print hook name instead of maskJan Engelhardt2009-05-081-4/+38
OpenPOWER on IntegriCloud