summaryrefslogtreecommitdiffstats
path: root/net/netfilter/x_tables.c
Commit message (Expand)AuthorAgeFilesLines
* 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-291-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-131-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/+6Star
* 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-251-2/+2
* [NETFILTER]: x_tables: create per-netns /proc/net/*_tables_*Alexey Dobriyan2008-02-011-10/+10
* [NETFILTER]: x_tables: netns propagation for /proc/net/*_tables_namesAlexey Dobriyan2008-02-011-12/+19
* [NETFILTER]: x_tables: semi-rewrite of /proc/net/foo_tables_*Alexey Dobriyan2008-02-011-85/+145
* [NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat codePatrick McHardy2008-02-011-4/+4
* [NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan2008-02-011-1/+11
* [NETFILTER]: x_tables: per-netns xt_tablesAlexey Dobriyan2008-02-011-10/+24
* [NETFILTER]: x_tables: change xt_table_register() return value conventionAlexey Dobriyan2008-02-011-6/+8
* [NETFILTER]: ip_tables: move compat offset calculation to x_tablesPatrick McHardy2008-01-281-0/+58
* [NETFILTER]: x_tables: make xt_compat_match_from_user usable in iterator macrosPatrick McHardy2008-01-281-2/+3
* [NETFILTER]: x_tables: struct xt_table_info dietEric Dumazet2008-01-281-1/+1
* [NETFILTER]: ip_tables: fix compat copy racePatrick McHardy2007-12-141-2/+6
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-8/+9
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-111-1/+1
* [NETFILTER]: x_tables: add more detail to error message about match/target ma...Balazs Scheidler2007-07-111-4/+5
* [NETFILTER]: x_tables: remove duplicate of xt_prefixTobias Klauser2007-04-261-16/+10Star
* [NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki2007-02-121-6/+6
* [PATCH] mark struct file_operations const 8Arjan van de Ven2007-02-121-1/+1
* [PATCH] severing skbuff.h -> mm.hAl Viro2006-12-041-0/+1
* [NETFILTER]: x_tables: simplify compat APIPatrick McHardy2006-09-231-83/+109
* [NETFILTER]: kill listhelp.hPatrick McHardy2006-09-231-7/+10
* [NETFILTER]: x_tables: add helpers for mass match/target registrationPatrick McHardy2006-09-221-0/+60