aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/x_tables.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* netfilter: revised locking for x_tablesStephen Hemminger2009-04-281-25/+28
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-241-5/+21
|\
| * netfilter: iptables: lock free countersStephen Hemminger2009-02-201-5/+21
* | netfilter: make proc/net/ip* print names from foreign NFPROTOJan Engelhardt2009-02-181-57/+142
|/
* netfilter 04/09: x_tables: fix match/target revision lookupPatrick McHardy2009-01-121-0/+8
* netfilter: xtables: provide invoked family value to extensionsJan Engelhardt2008-10-081-11/+12
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-081-16/+16
* netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt2008-10-081-16/+16
* netfilter: xtables: do centralized checkentry call (1/2)Jan Engelhardt2008-10-081-2/+10
* netfilter: x_tables: output bad hook mask in hexadecimalJan Engelhardt2008-10-081-2/+2
* netfilter: move Ebtables to use XtablesJan Engelhardt2008-10-081-2/+7
* netfilter: implement NFPROTO_UNSPEC as a wildcard for extensionsJan Engelhardt2008-10-081-0/+10
* netfilter: Introduce NFPROTO_* constantsJan Engelhardt2008-10-081-8/+10
* netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-081-22/+25
* netfilter: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-021-7/+6
* netfilter: x_tables: fix net namespace leak when reading /proc/net/xxx_tables...Pavel Emelyanov2008-04-291-1/+1
* [NETFILTER]: annotate {arp,ip,ip6,x}tables with constJan Engelhardt2008-04-141-9/+9
* [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-2/+2