aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/x_tables.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-0/+1
2010-04-19netfilter: xtables: make ip_tables reentrantJan Engelhardt1-0/+77
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt1-2/+10
2010-03-25netfilter: xtables: change matches to return error codeJan Engelhardt1-2/+10
2010-03-25netfilter: xtables: consolidate code into xt_request_find_matchJan Engelhardt1-0/+11
2010-03-25netfilter: xtables: make use of xt_request_find_targetJan Engelhardt1-3/+1
2010-03-18netfilter: xtables: replace custom duprintf with pr_debugJan Engelhardt1-9/+3
2010-02-15netfilter: CONFIG_COMPAT: allow delta to exceed 32767Florian Westphal1-3/+3
2010-02-15netfilter: xtables: constify args in compat copying functionsJan Engelhardt1-4/+4
2010-02-15netfilter: xtables: print details on size mismatchJan Engelhardt1-2/+6
2010-02-10Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy1-1/+57
2010-02-10netfilter: xtables: generate initial table on-demandJan Engelhardt1-1/+3
2010-02-10netfilter: xtables: use xt_table for hook instantiationJan Engelhardt1-0/+54
2010-02-10netfilter: xtables: symmetric COMPAT_XT_ALIGN definitionAlexey Dobriyan1-2/+2
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-1/+1
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt1-3/+4
2009-06-13x_tables: Convert printk to pr_errJoe Perches1-8/+8
2009-05-08netfilter: xtables: print hook name instead of maskJan Engelhardt1-4/+38
2009-04-28netfilter: revised locking for x_tablesStephen Hemminger1-25/+28
2009-03-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-5/+21
2009-02-20netfilter: iptables: lock free countersStephen Hemminger1-5/+21
2009-02-18netfilter: make proc/net/ip* print names from foreign NFPROTOJan Engelhardt1-57/+142
2009-01-12netfilter 04/09: x_tables: fix match/target revision lookupPatrick McHardy1-0/+8
2008-10-08netfilter: xtables: provide invoked family value to extensionsJan Engelhardt1-11/+12
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt1-16/+16
2008-10-08netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt1-16/+16
2008-10-08netfilter: xtables: do centralized checkentry call (1/2)Jan Engelhardt1-2/+10
2008-10-08netfilter: x_tables: output bad hook mask in hexadecimalJan Engelhardt1-2/+2
2008-10-08netfilter: move Ebtables to use XtablesJan Engelhardt1-2/+7
2008-10-08netfilter: implement NFPROTO_UNSPEC as a wildcard for extensionsJan Engelhardt1-0/+10
2008-10-08netfilter: Introduce NFPROTO_* constantsJan Engelhardt1-8/+10
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt1-22/+25
2008-05-02netfilter: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev1-7/+6
2008-04-29netfilter: x_tables: fix net namespace leak when reading /proc/net/xxx_tables_namesPavel Emelyanov1-1/+1
2008-04-14[NETFILTER]: annotate {arp,ip,ip6,x}tables with constJan Engelhardt1-9/+9
2008-03-26[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+2