aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/x_tables.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-02netfilter: assign PDE->data before gluing PDE into /proc treeGravatar Denis V. Lunev 1-7/+6
2008-04-29netfilter: x_tables: fix net namespace leak when reading /proc/net/xxx_tables...Gravatar Pavel Emelyanov 1-1/+1
2008-04-14[NETFILTER]: annotate {arp,ip,ip6,x}tables with constGravatar Jan Engelhardt 1-9/+9
2008-03-26[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.Gravatar YOSHIFUJI Hideaki 1-2/+2
2008-01-31[NETFILTER]: x_tables: create per-netns /proc/net/*_tables_*Gravatar Alexey Dobriyan 1-10/+10
2008-01-31[NETFILTER]: x_tables: netns propagation for /proc/net/*_tables_namesGravatar Alexey Dobriyan 1-12/+19
2008-01-31[NETFILTER]: x_tables: semi-rewrite of /proc/net/foo_tables_*Gravatar Alexey Dobriyan 1-85/+145
2008-01-31[NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat codeGravatar Patrick McHardy 1-4/+4
2008-01-31[NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Gravatar Alexey Dobriyan 1-1/+11
2008-01-31[NETFILTER]: x_tables: per-netns xt_tablesGravatar Alexey Dobriyan 1-10/+24
2008-01-31[NETFILTER]: x_tables: change xt_table_register() return value conventionGravatar Alexey Dobriyan 1-6/+8
2008-01-28[NETFILTER]: ip_tables: move compat offset calculation to x_tablesGravatar Patrick McHardy 1-0/+58
2008-01-28[NETFILTER]: x_tables: make xt_compat_match_from_user usable in iterator macrosGravatar Patrick McHardy 1-2/+3
2008-01-28[NETFILTER]: x_tables: struct xt_table_info dietGravatar Eric Dumazet 1-1/+1
2007-12-14[NETFILTER]: ip_tables: fix compat copy raceGravatar Patrick McHardy 1-2/+6
2007-10-10[NET]: Make /proc/net per network namespaceGravatar Eric W. Biederman 1-8/+9
2007-07-10[NET]: Make all initialized struct seq_operations const.Gravatar Philippe De Muyter 1-1/+1
2007-07-10[NETFILTER]: x_tables: add more detail to error message about match/target ma...Gravatar Balazs Scheidler 1-4/+5
2007-04-25[NETFILTER]: x_tables: remove duplicate of xt_prefixGravatar Tobias Klauser 1-16/+10
2007-02-12[NETFILTER]: Fix whitespace errorsGravatar YOSHIFUJI Hideaki 1-6/+6
2007-02-12[PATCH] mark struct file_operations const 8Gravatar Arjan van de Ven 1-1/+1
2006-12-04[PATCH] severing skbuff.h -> mm.hGravatar Al Viro 1-0/+1
2006-09-22[NETFILTER]: x_tables: simplify compat APIGravatar Patrick McHardy 1-83/+109
2006-09-22[NETFILTER]: kill listhelp.hGravatar Patrick McHardy 1-7/+10
2006-09-22[NETFILTER]: x_tables: add helpers for mass match/target registrationGravatar Patrick McHardy 1-0/+60
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-05-03[NETFILTER]: x_tables: don't use __copy_{from,to}_user on unchecked memory in...Gravatar Patrick McHardy 1-2/+2
2006-04-24[NETFILTER]: x_tables: move table->lock initializationGravatar Dmitry Mishin 1-1/+1
2006-04-11[PATCH] for_each_possible_cpu: network codesGravatar KAMEZAWA Hiroyuki 1-2/+2
2006-04-01[NETFILTER]: iptables 32bit compat layerGravatar Dmitry Mishin 1-0/+113
2006-03-25[NETFILTER] x_table.c: sem2mutexGravatar Ingo Molnar 1-27/+29
2006-03-22[NETFILTER]: x_tables: set the protocol family in x_tables targets/matchesGravatar Pablo Neira Ayuso 1-6/+10
2006-03-20[NETFILTER]: xt_tables: add centralized error checkingGravatar Patrick McHardy 1-7/+65
2006-01-12[NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesGravatar Harald Welte 1-0/+624