netfilter: xtables: add struct xt_mtdtor_param::net
[safe/jmp/linux-2.6] / include / linux / netfilter / x_tables.h
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-04 Eric Dumazetnet: cleanup include/linux
2009-08-24 Jan Engelhardtnetfilter: xtables: mark initial tables constant
2009-08-10 Jan Engelhardtnetfilter: xtables: realign struct xt_target_param
2009-06-04 Evgeniy Polyakovnetfilter: x_tables: added hook number into match exten...
2009-05-01 Eric Dumazetnetfilter: use likely() in xt_info_rdlock_bh()
2009-04-29 Stephen Hemmingernetfilter: revised locking for x_tables
2009-03-27 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-03-26 Linus TorvaldsMerge branch 'header-fixes-for-linus' of git://git...
2009-03-26 Arnd Bergmannmake netfilter use strict integer types
2009-03-25 Eric Dumazetnetfilter: factorize ifname_compare()
2009-02-20 Stephen Hemmingernetfilter: iptables: lock free counters
2009-02-18 Stephen Hemmingernetfilter: x_tables: change elements in x_tables
2009-01-13 Richard Kennedynetfilter 09/09: remove padding from struct xt_match...
2008-11-25 Jan Engelhardtnetfilter: xtables: add missing const qualifier to...
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-10-08 Jan Engelhardtnetfilter: Use unsigned types for hooknum and pf vars
2008-04-14 Jan Engelhardt[NETFILTER]: annotate {arp,ip,ip6,x}tables with const
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]: 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 Patrick McHardy[NETFILTER]: ip_tables: move compat offset calculation...
2008-01-28 Patrick McHardy[NETFILTER]: {ip,ip6,arp}_tables: consolidate iterator...
2008-01-28 Patrick McHardy[NETFILTER]: x_tables: make xt_compat_match_from_user...
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-10-15 Herbert Xu[NETFILTER]: Replace sk_buff ** with sk_buff *
2007-07-11 Jan Engelhardt[NETFILTER]: x_tables: switch xt_target->checkentry...
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-05-11 Patrick McHardy[NETFILTER]: Clean up table initialization
2006-11-16 Yasuyuki Kozakai[NETFILTER]: ip6_tables: fixed conflicted optname for...
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]: kill listhelp.h
2006-09-22 Patrick McHardy[NETFILTER]: x_tables: add data member to struct xt_match
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-09-22 Patrick McHardy[NETFILTER]: x_tables: add helpers for mass match/targe...
2006-05-02 Patrick McHardy[NETFILTER] x_tables: fix compat related crash on non-x86
2006-04-25 Patrick McHardy[NETFILTER]: Fix compat_xt_counters alignment for non-x86
2006-04-01 Dmitry Mishin[NETFILTER]: iptables 32bit compat layer
2006-03-22 Dmitry Mishin[NETFILTER]: futher {ip,ip6,arp}_tables unification
2006-03-22 Pablo Neira Ayuso[NETFILTER]: x_tables: set the protocol family in x_tab...
2006-03-21 Patrick McHardy[NETFILTER]: x_tables: replace IPv4/IPv6 policy match...
2006-03-21 Patrick McHardy[NETFILTER]: x_tables: pass registered match/target...
2006-03-21 Patrick McHardy[NETFILTER]: xt_tables: add centralized error checking
2006-01-20 David S. Miller[NETFILTER]: Unbreak x-tables on x86.
2006-01-20 David S. Miller[NETFILTER] x_tables: Make XT_ALIGN align as strictly...
2006-01-12 Harald Welte[NETFILTER] x_tables: Abstraction layer for {ip,ip6...