netfilter: xtables: symmetric COMPAT_XT_ALIGN definition
[safe/jmp/linux-2.6] / net / netfilter / x_tables.c
2010-02-10 Alexey Dobriyannetfilter: xtables: symmetric COMPAT_XT_ALIGN definition
2009-09-22 Jan Beulichmm: replace various uses of num_physpages by totalram_pages
2009-08-24 Jan Engelhardtnetfilter: xtables: mark initial tables constant
2009-06-13 Joe Perchesx_tables: Convert printk to pr_err
2009-05-08 Jan Engelhardtnetfilter: xtables: print hook name instead of mask
2009-04-29 Stephen Hemmingernetfilter: revised locking for x_tables
2009-03-24 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-02-20 Stephen Hemmingernetfilter: iptables: lock free counters
2009-02-18 Jan Engelhardtnetfilter: make proc/net/ip* print names from foreign...
2009-01-13 Patrick McHardynetfilter 04/09: x_tables: fix match/target revision...
2008-10-08 Jan Engelhardtnetfilter: xtables: provide invoked family value to...
2008-10-08 Jan Engelhardtnetfilter: xtables: move extension arguments into compo...
2008-10-08 Jan Engelhardtnetfilter: xtables: move extension arguments into compo...
2008-10-08 Jan Engelhardtnetfilter: xtables: do centralized checkentry call...
2008-10-08 Jan Engelhardtnetfilter: x_tables: output bad hook mask in hexadecimal
2008-10-08 Jan Engelhardtnetfilter: move Ebtables to use Xtables
2008-10-08 Jan Engelhardtnetfilter: implement NFPROTO_UNSPEC as a wildcard for...
2008-10-08 Jan Engelhardtnetfilter: Introduce NFPROTO_* constants
2008-10-08 Jan Engelhardtnetfilter: Use unsigned types for hooknum and pf vars
2008-05-02 Denis V. Lunevnetfilter: assign PDE->data before gluing PDE into...
2008-04-29 Pavel Emelyanovnetfilter: x_tables: fix net namespace leak when readin...
2008-04-14 Jan Engelhardt[NETFILTER]: annotate {arp,ip,ip6,x}tables with const
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit seq_net_private->net without CONFIG_N...
2008-02-01 Alexey Dobriyan[NETFILTER]: x_tables: create per-netns /proc/net/...
2008-02-01 Alexey Dobriyan[NETFILTER]: x_tables: netns propagation for /proc...
2008-02-01 Alexey Dobriyan[NETFILTER]: x_tables: semi-rewrite of /proc/net/foo_ta...
2008-02-01 Patrick McHardy[NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings...
2008-02-01 Alexey Dobriyan[NETFILTER]: x_tables: return new table from {arp,ip...
2008-02-01 Alexey Dobriyan[NETFILTER]: x_tables: per-netns xt_tables
2008-02-01 Alexey Dobriyan[NETFILTER]: x_tables: change xt_table_register() retur...
2008-01-28 Patrick McHardy[NETFILTER]: ip_tables: move compat offset calculation...
2008-01-28 Patrick McHardy[NETFILTER]: x_tables: make xt_compat_match_from_user...
2008-01-28 Eric Dumazet[NETFILTER]: x_tables: struct xt_table_info diet
2007-12-14 Patrick McHardy[NETFILTER]: ip_tables: fix compat copy race
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-07-11 Philippe De Muyter[NET]: Make all initialized struct seq_operations const.
2007-07-11 Balazs Scheidler[NETFILTER]: x_tables: add more detail to error message...
2007-04-26 Tobias Klauser[NETFILTER]: x_tables: remove duplicate of xt_prefix
2007-02-12 YOSHIFUJI Hideaki[NETFILTER]: Fix whitespace errors
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 8
2006-12-04 Al Viro[PATCH] severing skbuff.h -> mm.h
2006-09-22 Patrick McHardy[NETFILTER]: x_tables: simplify compat API
2006-09-22 Patrick McHardy[NETFILTER]: kill listhelp.h
2006-09-22 Patrick McHardy[NETFILTER]: x_tables: add helpers for mass match/targe...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-05-04 Patrick McHardy[NETFILTER]: x_tables: don't use __copy_{from,to}_user...
2006-04-25 Dmitry Mishin[NETFILTER]: x_tables: move table->lock initialization
2006-04-11 KAMEZAWA Hiroyuki[PATCH] for_each_possible_cpu: network codes
2006-04-01 Dmitry Mishin[NETFILTER]: iptables 32bit compat layer
2006-03-25 Ingo Molnar[NETFILTER] x_table.c: sem2mutex
2006-03-22 Pablo Neira Ayuso[NETFILTER]: x_tables: set the protocol family in x_tab...
2006-03-21 Patrick McHardy[NETFILTER]: xt_tables: add centralized error checking
2006-01-12 Harald Welte[NETFILTER] x_tables: Abstraction layer for {ip,ip6...