[NETFILTER]: x_tables: per-netns xt_tables
[safe/jmp/linux-2.6] / net / ipv4 / netfilter / ip_tables.c
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-02-01 Jan Engelhardt[NETFILTER]: Use const in struct xt_match, xt_target...
2008-01-28 Denys Vlasenko[NETFILTER]: {ip,ip6}_tables: remove some inlines
2008-01-28 Jan Engelhardt[NETFILTER]: Parenthesize macro parameters
2008-01-28 Patrick McHardy[NETFILTER]: nf_log: move logging stuff to seperate...
2008-01-28 Patrick McHardy[NETFILTER]: ip_tables: remove ipchains compatibility...
2008-01-28 Patrick McHardy[NETFILTER]: {ip,ip6}_tables: fix format strings
2008-01-28 Patrick McHardy[NETFILTER]: {ip,ip6}_tables: reformat to eliminate...
2008-01-28 Patrick McHardy[NETFILTER]: ip_tables: move compat offset calculation...
2008-01-28 Patrick McHardy[NETFILTER]: ip_tables: fix compat types
2008-01-28 Patrick McHardy[NETFILTER]: ip_tables: account for struct ipt_entry...
2008-01-28 Patrick McHardy[NETFILTER]: x_tables: make xt_compat_match_from_user...
2008-01-28 Patrick McHardy[NETFILTER]: ip_tables: reformat compat code
2008-01-28 Patrick McHardy[NETFILTER]: ip_tables: kill useless wrapper
2008-01-28 Patrick McHardy[NETFILTER]: x_tables: remove obsolete overflow check
2008-01-28 Eric Dumazet[NETFILTER]: x_tables: struct xt_table_info diet
2008-01-28 Patrick McHardy[NETFILTER]: Introduce NF_INET_ hook values
2007-12-14 Patrick McHardy[NETFILTER]: ip_tables: fix compat copy race
2007-10-15 Herbert Xu[NETFILTER]: Replace sk_buff ** with sk_buff *
2007-09-11 Neil Horman[NETFILTER]: Fix/improve deadlock condition on module...
2007-07-11 Dan Aloni[NETFILTER] net/ipv4/netfilter/ip_tables.c: lower print...
2007-07-11 Patrick McHardy[NETFILTER]: x_tables: mark matches and targets __read_...
2007-07-11 Jozsef Kadlecsik[NETFILTER]: x_tables: add TRACE target
2007-07-11 Jan Engelhardt[NETFILTER]: x_tables: switch xt_match->checkentry...
2007-07-11 Jan Engelhardt[NETFILTER]: x_tables: switch xt_match->match to bool
2007-07-11 Jan Engelhardt[NETFILTER]: x_tables: switch hotdrop to bool
2007-06-07 Dmitry Mishin[NETFILTER]: ip_tables: fix compat related crash
2007-04-26 Patrick McHardy[NETFILTER]: Remove changelogs and CVS IDs
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [IP]: Introduce ip_hdrlen()
2007-02-11 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2007-02-08 Jan Engelhardt[NETFILTER]: {ip,ip6}_tables: use struct xt_table inste...
2007-02-08 Jan Engelhardt[NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper...
2007-01-04 Dmitry Mishin[NETFILTER]: compat offsets size change
2006-12-14 Al Viro[NETFILTER]: {ip,ip6,arp}_tables: fix exponential worst...
2006-12-14 Dmitry Mishin[NETFILTER]: ip_tables: ipt and ipt_compat checks unifi...
2006-12-07 Dmitry Mishin[NETFILTER]: Fix iptables compat hook validation
2006-12-07 Dmitry Mishin[NETFILTER]: Fix {ip,ip6,arp}_tables hook validation
2006-10-30 Dmitry Mishin[NETFILTER]: ip_tables: compat code module refcounting fix
2006-10-30 Vasily Averin[NETFILTER]: ip_tables: compat error way cleanup
2006-10-30 Dmitry Mishin[NETFILTER]: Missed and reordered checks in {arp,ip...
2006-10-20 Björn Steinbrink[NETFILTER]: Missing check for CAP_NET_ADMIN in iptable...
2006-09-24 Al Viro[PATCH] fix iptables __user misannotations
2006-09-22 Patrick McHardy[NETFILTER]: x_tables: simplify compat API
2006-09-22 Patrick McHardy[NETFILTER]: ip_tables: revision support for compat...
2006-09-22 Patrick McHardy[NETFILTER]: ip_tables: fix module refcount leaks in...
2006-09-22 Dmitry Mishin[NETFILTER]: x_tables: small check_entry & module_refco...
2006-09-22 Patrick McHardy[NETFILTER]: x_tables: remove unused size argument...
2006-09-22 Patrick McHardy[NETFILTER]: x_tables: remove unused argument to target...
2006-08-18 Patrick McHardy[NETFILTER]: ip_tables: fix table locking in ipt_do_table
2006-08-14 Patrick McHardy[NETFILTER]: {arp,ip,ip6}_tables: proper error recovery...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Patrick McHardy[NETFILTER]: x_tables: fix xt_register_table error...
2006-06-25 Andrew Morton[PATCH] remove for_each_cpu()
2006-05-04 Patrick McHardy[NETFILTER]: x_tables: don't use __copy_{from,to}_user...
2006-05-02 Patrick McHardy[NETFILTER] x_tables: fix compat related crash on non-x86
2006-04-11 KAMEZAWA Hiroyuki[PATCH] for_each_possible_cpu: network codes
2006-04-01 Dmitry Mishin[NETFILTER]: iptables 32bit compat layer
2006-03-29 Andrew Morton[NETFILTER]: Rename init functions.
2006-03-22 Pablo Neira Ayuso[NETFILTER]: x_tables: set the protocol family in x_tab...
2006-03-21 Ingo Molnar[NET]: sem2mutex part 2
2006-03-21 Patrick McHardy[NETFILTER]: x_tables: add xt_{match,target} arguments...
2006-03-21 Patrick McHardy[NETFILTER]: x_tables: pass registered match/target...
2006-03-21 Patrick McHardy[NETFILTER]: Convert ip_tables matches/targets to centr...
2006-03-21 Patrick McHardy[NETFILTER]: Change {ip,ip6,arp}_tables to use centrali...
2006-02-05 Kirill Korotaev[NETFILTER]: Fix possible overflow in netfilters do_rep...
2006-01-12 Harald Welte[NETFILTER] x_tables: Abstraction layer for {ip,ip6...
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
2006-01-03 Eric Dumazet[NETFILTER] ip_tables: NUMA-aware allocation
2005-11-30 Arjan van de Ven[NET]: Add const markers to various variables.
2005-10-13 David S. Miller[NETFILTER]: Fix OOPSes on machines with discontiguous...
2005-08-29 Patrick McHardy[NETFILTER]: Add goto target
2005-08-29 Harald Welte[NETFILTER]: reduce netfilter sk_buff enlargement
2005-06-21 Patrick McHardy[NETFILTER]: Kill lockhelp.h
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2