Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / net / netfilter / xt_pkttype.c
2008-10-08 Jan Engelhardtnetfilter: xtables: cut down on static data for family...
2008-10-08 Jan Engelhardtnetfilter: xtables: move extension arguments into compo...
2008-10-08 Jan Engelhardtnetfilter: x_tables: use NFPROTO_* in extensions
2008-01-28 Jan Engelhardt[NETFILTER]: Update modules' descriptions
2008-01-28 Jan Engelhardt[NETFILTER]: xt_pkttype: IPv6 multicast address recognition
2008-01-28 Jan Engelhardt[NETFILTER]: xt_pkttype: Add explicit check for IPv4
2008-01-28 Joe Perches[IPV4] net/netfilter: Use ipv4_is_<type>
2008-01-28 Jan Engelhardt[NETFILTER]: x_tables: consistent and unique symbol...
2007-07-11 Patrick McHardy[NETFILTER]: x_tables: mark matches and targets __read_...
2007-07-11 Jan Engelhardt[NETFILTER]: Remove redundant parentheses/braces
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-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2006-09-22 Patrick McHardy[NETFILTER]: x_tables: make use of mass registation...
2006-07-25 Phil Oester[NETFILTER]: xt_pkttype: fix mismatches on locally...
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 Patrick McHardy[NETFILTER]: x_tables: add xt_{match,target} arguments...
2006-03-21 Patrick McHardy[NETFILTER]: Convert x_tables matches/targets to centra...
2006-01-12 Harald Welte[NETFILTER] x_tables: Abstraction layer for {ip,ip6...