aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/x_tables.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-31[NETFILTER]: x_tables: create per-netns /proc/net/*_tables_*Alexey Dobriyan1-10/+10
2008-01-31[NETFILTER]: x_tables: netns propagation for /proc/net/*_tables_namesAlexey Dobriyan1-12/+19
2008-01-31[NETFILTER]: x_tables: semi-rewrite of /proc/net/foo_tables_*Alexey Dobriyan1-85/+145
2008-01-31[NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat codePatrick McHardy1-4/+4
2008-01-31[NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan1-1/+11
2008-01-31[NETFILTER]: x_tables: per-netns xt_tablesAlexey Dobriyan1-10/+24
2008-01-31[NETFILTER]: x_tables: change xt_table_register() return value conventionAlexey Dobriyan1-6/+8
2008-01-28[NETFILTER]: ip_tables: move compat offset calculation to x_tablesPatrick McHardy1-0/+58
2008-01-28[NETFILTER]: x_tables: make xt_compat_match_from_user usable in iterator macrosPatrick McHardy1-2/+3
2008-01-28[NETFILTER]: x_tables: struct xt_table_info dietEric Dumazet1-1/+1
2007-12-14[NETFILTER]: ip_tables: fix compat copy racePatrick McHardy1-2/+6
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-8/+9
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter1-1/+1
2007-07-10[NETFILTER]: x_tables: add more detail to error message about match/target mask mismatchBalazs Scheidler1-4/+5
2007-04-25[NETFILTER]: x_tables: remove duplicate of xt_prefixTobias Klauser1-16/+10
2007-02-12[NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki1-6/+6
2007-02-12[PATCH] mark struct file_operations const 8Arjan van de Ven1-1/+1
2006-12-04[PATCH] severing skbuff.h -> mm.hAl Viro1-0/+1
2006-09-22[NETFILTER]: x_tables: simplify compat APIPatrick McHardy1-83/+109
2006-09-22[NETFILTER]: kill listhelp.hPatrick McHardy1-7/+10
2006-09-22[NETFILTER]: x_tables: add helpers for mass match/target registrationPatrick McHardy1-0/+60
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-05-03[NETFILTER]: x_tables: don't use __copy_{from,to}_user on unchecked memory in compat layerPatrick McHardy1-2/+2
2006-04-24[NETFILTER]: x_tables: move table->lock initializationDmitry Mishin1-1/+1
2006-04-11[PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki1-2/+2
2006-04-01[NETFILTER]: iptables 32bit compat layerDmitry Mishin1-0/+113
2006-03-25[NETFILTER] x_table.c: sem2mutexIngo Molnar1-27/+29
2006-03-22[NETFILTER]: x_tables: set the protocol family in x_tables targets/matchesPablo Neira Ayuso1-6/+10