Merge branch 'master' of /repos/git/net-next-2.6
[safe/jmp/linux-2.6] / net / ipv4 / netfilter / ip_tables.c
2010-02-10 Patrick McHardyMerge branch 'master' of /repos/git/net-next-2.6
2010-02-08 Alexey Dobriyannetfilter: xtables: compat out of scope fix
2010-02-03 Patrick McHardynetfilter: add struct net * to target parameters
2010-01-18 Alexey Dobriyannetfilter: xtables: add struct xt_mtdtor_param::net
2010-01-18 Alexey Dobriyannetfilter: xtables: add struct xt_mtchk_param::net
2009-11-23 Joe Perchesnetfilter: net/ipv[46]/netfilter: Move && and || to...
2009-08-24 Jan Engelhardtnetfilter: xtables: mark initial tables constant
2009-08-10 Jan Engelhardtnetfilter: xtables: check for standard verdicts in...
2009-08-10 Jan Engelhardtnetfilter: xtables: check for unconditionality of policies
2009-08-10 Jan Engelhardtnetfilter: xtables: ignore unassigned hooks in check_en...
2009-08-10 Jan Engelhardtnetfilter: xtables: use memcmp in unconditional check
2009-08-10 Jan Engelhardtnetfilter: iptables: remove unused datalen variable
2009-06-11 Patrick McHardynetfilter: ip_tables: fix build error
2009-06-04 Evgeniy Polyakovnetfilter: x_tables: added hook number into match exten...
2009-05-08 Jan Engelhardtnetfilter: xtables: consolidate comefrom debug cast...
2009-05-08 Jan Engelhardtnetfilter: xtables: remove another level of indent
2009-05-08 Jan Engelhardtnetfilter: xtables: remove some goto
2009-05-08 Jan Engelhardtnetfilter: xtables: reduce indent level by one
2009-05-08 Jan Engelhardtnetfilter: xtables: consolidate open-coded logic
2009-05-08 Jan Engelhardtnetfilter: xtables: fix const inconsistency
2009-05-08 Jan Engelhardtnetfilter: xtables: remove redundant casts
2009-05-08 Jan Engelhardtnetfilter: xtables: use NFPROTO_ in standard targets
2009-05-08 Jan Engelhardtnetfilter: xtables: use NFPROTO_ for xt_proto_init...
2009-04-29 Stephen Hemmingernetfilter: revised locking for x_tables
2009-04-02 Eric Dumazetnetfilter: use rcu_read_bh() in ipt_do_table()
2009-03-25 Patrick McHardynetfilter: {ip,ip6,arp}_tables: fix incorrect loop...
2009-03-25 Eric Dumazetnetfilter: factorize ifname_compare()
2009-02-20 Eric Dumazetnetfilter: ip_tables: unfold two critical loops in...
2009-02-20 Stephen Hemmingernetfilter: iptables: lock free counters
2008-10-31 Harvey Harrisonnet: replace NIPQUAD() in net/ipv4/netfilter/
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: move extension arguments into compo...
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: move extension arguments into compo...
2008-10-08 Jan Engelhardtnetfilter: xtables: do centralized checkentry call...
2008-04-14 Patrick McHardy[NETFILTER]: {ip,ip6,arp}_tables: return EAGAIN for...
2008-04-14 Jan Engelhardt[NETFILTER]: annotate {arp,ip,ip6,x}tables with const
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-02-01 Alexey Dobriyan[NETFILTER]: x_tables: create per-netns /proc/net/...
2008-02-01 Patrick McHardy[NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings...
2008-02-01 Alexey Dobriyan[NETFILTER]: netns: put table module on netns stop
2008-02-01 Alexey Dobriyan[NETFILTER]: ip_tables: propagate netns from userspace
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-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>
next