aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/x_tables.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-16netfilter: remove hook owner refcountingGravatar Florian Westphal 1-1/+0
2015-07-15netfilter: add and use jump label for xt_teeGravatar Florian Westphal 1-0/+3
2015-07-15netfilter: xtables: don't save/restore jumpstack offsetGravatar Florian Westphal 1-11/+11
2015-07-15netfilter: xtables: compute exact size needed for jumpstackGravatar Florian Westphal 1-0/+4
2015-06-15netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Gravatar Eric Dumazet 1-20/+12
2015-06-12netfilter: xtables: avoid percpu ruleset duplicationGravatar Florian Westphal 1-15/+8
2015-05-17netfilter: Use correct return for seq_show functionsGravatar Joe Perches 1-12/+6
2014-11-05netfilter: Remove checks of seq_printf() return valuesGravatar Steven Rostedt (Red Hat) 1-7/+12
2014-09-26net/netfilter/x_tables.c: use __seq_open_private()Gravatar Rob Jones 1-26/+4
2014-08-08netfilter: don't use mutex_lock_interruptible()Gravatar Pablo Neira Ayuso 1-35/+12
2014-06-25netfilter: x_tables: xt_free_table_info() cleanupGravatar Eric Dumazet 1-18/+5
2013-10-22netfilter: x_tables: fix ordering of jumpstack allocation and table updateGravatar Will Deacon 1-1/+6
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+3
2013-04-18netfilter: add my copyright statementsGravatar Patrick McHardy 1-0/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Gravatar Al Viro 1-3/+3
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 1-5/+5
2013-01-13netfilter: x_tables: print correct hook names for ARPGravatar Jan Engelhardt 1-8/+20
2011-10-31net: Fix files explicitly needing to include module.hGravatar Paul Gortmaker 1-0/+1
2011-09-15net: Convert vmalloc/memset to vzallocGravatar Joe Perches 1-3/+2
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-2/+2
2011-05-10netfilter: fix ebtables compat supportGravatar Eric Dumazet 1-2/+2
2011-04-04netfilter: get rid of atomic ops in fast pathGravatar Eric Dumazet 1-6/+3
2011-03-14netfilter: x_tables: return -ENOENT for non-existant matches/targetsGravatar Patrick McHardy 1-2/+2
2011-03-09netfilter: x_tables: misuse of try_then_request_moduleGravatar Stephen Hemminger 1-7/+15
2011-01-19Merge branch 'master' of /repos/git/net-next-2.6Gravatar Patrick McHardy 1-1/+2
2011-01-16netfilter: create audit records for x_tables replacesGravatar Thomas Graf 1-0/+16
2011-01-13netfilter: x_table: speedup compat operationsGravatar Eric Dumazet 1-34/+48
2011-01-10netfilter: x_tables: dont block BH while reading countersGravatar Eric Dumazet 1-1/+2
2010-10-04netfilter: unregister nf hooks, matches and targets in the reverse orderGravatar Changli Gao 1-8/+4
2010-05-31netfilter: xtables: stackptr should be percpuGravatar Eric Dumazet 1-10/+3
2010-05-31netfilter: don't xt_jumpstack_alloc twice in xt_register_tableGravatar Xiaotian Feng 1-4/+0
2010-04-21netfilter: x_tables: move sleeping allocation outside BH-disabled regionGravatar Jan Engelhardt 1-6/+6
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Gravatar Patrick McHardy 1-0/+1
2010-04-19netfilter: xtables: make ip_tables reentrantGravatar Jan Engelhardt 1-0/+77
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-25netfilter: xtables: change targets to return error codeGravatar Jan Engelhardt 1-2/+10
2010-03-25netfilter: xtables: change matches to return error codeGravatar Jan Engelhardt 1-2/+10
2010-03-25netfilter: xtables: consolidate code into xt_request_find_matchGravatar Jan Engelhardt 1-0/+11
2010-03-25netfilter: xtables: make use of xt_request_find_targetGravatar Jan Engelhardt 1-3/+1
2010-03-18netfilter: xtables: replace custom duprintf with pr_debugGravatar Jan Engelhardt 1-9/+3
2010-02-15netfilter: CONFIG_COMPAT: allow delta to exceed 32767Gravatar Florian Westphal 1-3/+3
2010-02-15netfilter: xtables: constify args in compat copying functionsGravatar Jan Engelhardt 1-4/+4
2010-02-15netfilter: xtables: print details on size mismatchGravatar Jan Engelhardt 1-2/+6
2010-02-10Merge branch 'master' of git://dev.medozas.de/linuxGravatar Patrick McHardy 1-1/+57
2010-02-10netfilter: xtables: generate initial table on-demandGravatar Jan Engelhardt 1-1/+3
2010-02-10netfilter: xtables: use xt_table for hook instantiationGravatar Jan Engelhardt 1-0/+54
2010-02-10netfilter: xtables: symmetric COMPAT_XT_ALIGN definitionGravatar Alexey Dobriyan 1-2/+2
2009-09-22mm: replace various uses of num_physpages by totalram_pagesGravatar Jan Beulich 1-1/+1
2009-08-24netfilter: xtables: mark initial tables constantGravatar Jan Engelhardt 1-3/+4
2009-06-13x_tables: Convert printk to pr_errGravatar Joe Perches 1-8/+8