aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-04-04netfilter: xt_conntrack: fix inverted conntrack direction testFlorian Westphal
2011-04-04netfilter: xt_addrtype: replace rt6_lookup with nf_afinfo->routeFlorian Westphal
2011-04-04netfilter: af_info: add 'strict' parameter to limit lookup to .oifFlorian Westphal
2011-04-04netfilter: af_info: add network namespace parameter to route hookFlorian Westphal
2011-04-04IPVS: fix NULL ptr dereference in ip_vs_ctl.c ip_vs_genl_dump_daemons()Hans Schillstrom
2011-04-04netfilter: h323: bug in parsing of ASN1 SEQOF fieldDavid Sterba
2011-04-04netfilter: ipset: references are protected by rwlock instead of mutexJozsef Kadlecsik
2011-04-04netfilter: ipset: list:set timeout variant fixesJozsef Kadlecsik
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-21IPVS: Use global mutex in ip_vs_app.cSimon Horman
2011-03-21ipvs: fix a typo in __ip_vs_control_init()Eric Dumazet
2011-03-20netfilter: ipset: fix checking the type revision at create commandJozsef Kadlecsik
2011-03-20netfilter: ipset: fix address ranges at hash:*port* typesJozsef Kadlecsik
2011-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-03-16netfilter ebtables: fix xt_AUDIT to work with ebtablesThomas Graf
2011-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-03-15netfilter: xt_addrtype: ipv6 supportFlorian Westphal
2011-03-15netfilter: ipt_addrtype: rename to xt_addrtypeFlorian Westphal
2011-03-15netfilter: xt_connlimit: remove connlimit_rnd_initedChangli Gao
2011-03-15netfilter: xt_connlimit: use hlist insteadChangli Gao
2011-03-15netfilter: xt_connlimit: use kmalloc() instead of kzalloc()Changli Gao
2011-03-15netfilter: xt_connlimit: fix daddr connlimit in SNAT scenarioChangli Gao
2011-03-15IPVS: Add __ip_vs_control_{init,cleanup}_sysctl()Simon Horman
2011-03-15IPVS: Conditionally define and use ip_vs_lblc{r}_tableSimon Horman
2011-03-15IPVS: Minimise ip_vs_leave when CONFIG_SYSCTL is undefinedSimon Horman
2011-03-15IPVS: Conditinally use sysctl_lblc{r}_expirationSimon Horman
2011-03-15IPVS: Add expire_quiescent_template()Simon Horman
2011-03-15IPVS: Add sysctl_expire_nodest_conn()Simon Horman
2011-03-15IPVS: Add sysctl_sync_ver()Simon Horman
2011-03-15IPVS: Add {sysctl_sync_threshold,period}()Simon Horman
2011-03-15IPVS: Add sysctl_nat_icmp_send()Simon Horman
2011-03-15IPVS: Add sysctl_snat_reroute()Simon Horman
2011-03-15IPVS: Add ip_vs_route_me_harder()Simon Horman
2011-03-15ipvs: rename estimator functionsJulian Anastasov
2011-03-15ipvs: optimize rates readingJulian Anastasov
2011-03-15ipvs: properly zero stats and ratesJulian Anastasov
2011-03-15ipvs: reorganize tot_statsJulian Anastasov
2011-03-15netfilter:ipvs: use kmemdupShan Wei
2011-03-15ipvs: remove _bh from percpu stats readingJulian Anastasov
2011-03-15ipvs: avoid lookup for fwmark 0Julian Anastasov
2011-03-14netfilter: nf_conntrack: fix sysctl memory leakStephen Hemminger
2011-03-14netfilter: x_tables: return -ENOENT for non-existant matches/targetsPatrick McHardy
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller
2011-03-12netfilter: Use flowi4 and flowi6 in xt_TCPMSSDavid S. Miller
2011-03-12netfilter: Use flowi4 and flowi6 in nf_conntrack_h323_mainDavid S. Miller
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller
2011-03-09netfilter: x_tables: misuse of try_then_request_moduleStephen Hemminger