aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-15IPVS: fix netns if reading ip_vs_* procfs entriesHans Schillstrom3-6/+6
2011-05-10netfilter: revert a2361c8735e07322023aedc36e4938b35af31eb0Pablo Neira Ayuso1-5/+0
2011-05-10netfilter: IPv6: fix DSCP mangle codeFernando Luis Vazquez Cao1-1/+1
2011-05-10IPVS: init and cleanup restructuringHans Schillstrom7-80/+206
2011-05-10IPVS: Change of socket usage to enable name space exit.Hans Schillstrom2-22/+38
2011-05-10netfilter: fix ebtables compat supportEric Dumazet1-2/+2
2011-05-10netfilter: ctnetlink: fix timestamp support for new conntracksPablo Neira Ayuso1-0/+4
2011-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller3-10/+30
2011-04-19netfilter: ipset: Fix the order of listing of setsJozsef Kadlecsik1-8/+10
2011-04-13netfilter: ipset: set match and SET target fixesJozsef Kadlecsik1-2/+16
2011-04-13netfilter: ipset: bitmap:ip,mac type requires "src" for MACJozsef Kadlecsik1-0/+4
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-106/+132
2011-04-04netfilter: xt_conntrack: fix inverted conntrack direction testFlorian Westphal1-1/+1
2011-04-04netfilter: xt_addrtype: replace rt6_lookup with nf_afinfo->routeFlorian Westphal2-15/+28
2011-04-04netfilter: af_info: add 'strict' parameter to limit lookup to .oifFlorian Westphal2-5/+5
2011-04-04netfilter: af_info: add network namespace parameter to route hookFlorian Westphal2-5/+5
2011-04-04IPVS: fix NULL ptr dereference in ip_vs_ctl.c ip_vs_genl_dump_daemons()Hans Schillstrom1-1/+1
2011-04-04netfilter: h323: bug in parsing of ASN1 SEQOF fieldDavid Sterba1-1/+1
2011-04-04netfilter: ipset: references are protected by rwlock instead of mutexJozsef Kadlecsik5-53/+71
2011-04-04netfilter: ipset: list:set timeout variant fixesJozsef Kadlecsik1-29/+24
2011-03-31Fix common misspellingsLucas De Marchi10-17/+17
2011-03-21IPVS: Use global mutex in ip_vs_app.cSimon Horman1-13/+10
2011-03-21ipvs: fix a typo in __ip_vs_control_init()Eric Dumazet1-1/+1
2011-03-20netfilter: ipset: fix checking the type revision at create commandJozsef Kadlecsik1-5/+17
2011-03-20netfilter: ipset: fix address ranges at hash:*port* typesJozsef Kadlecsik4-94/+38
2011-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-9/+27
2011-03-16netfilter ebtables: fix xt_AUDIT to work with ebtablesThomas Graf1-9/+27
2011-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller15-249/+602
2011-03-15netfilter: xt_addrtype: ipv6 supportFlorian Westphal2-2/+97
2011-03-15netfilter: ipt_addrtype: rename to xt_addrtypeFlorian Westphal3-0/+146
2011-03-15netfilter: xt_connlimit: remove connlimit_rnd_initedChangli Gao1-4/+7
2011-03-15netfilter: xt_connlimit: use hlist insteadChangli Gao1-14/+14
2011-03-15netfilter: xt_connlimit: use kmalloc() instead of kzalloc()Changli Gao1-1/+1
2011-03-15netfilter: xt_connlimit: fix daddr connlimit in SNAT scenarioChangli Gao1-11/+9
2011-03-15IPVS: Add __ip_vs_control_{init,cleanup}_sysctl()Simon Horman1-36/+62
2011-03-15IPVS: Conditionally define and use ip_vs_lblc{r}_tableSimon Horman2-9/+20
2011-03-15IPVS: Minimise ip_vs_leave when CONFIG_SYSCTL is undefinedSimon Horman1-2/+7
2011-03-15IPVS: Conditinally use sysctl_lblc{r}_expirationSimon Horman2-9/+28
2011-03-15IPVS: Add expire_quiescent_template()Simon Horman1-2/+11
2011-03-15IPVS: Add sysctl_expire_nodest_conn()Simon Horman1-1/+7
2011-03-15IPVS: Add sysctl_sync_ver()Simon Horman1-2/+2
2011-03-15IPVS: Add {sysctl_sync_threshold,period}()Simon Horman3-9/+9
2011-03-15IPVS: Add sysctl_nat_icmp_send()Simon Horman1-3/+8
2011-03-15IPVS: Add sysctl_snat_reroute()Simon Horman1-4/+16
2011-03-15IPVS: Add ip_vs_route_me_harder()Simon Horman1-26/+22
2011-03-15ipvs: rename estimator functionsJulian Anastasov2-8/+8
2011-03-15ipvs: optimize rates readingJulian Anastasov2-39/+25
2011-03-15ipvs: properly zero stats and ratesJulian Anastasov2-43/+68
2011-03-15ipvs: reorganize tot_statsJulian Anastasov3-26/+28
2011-03-15netfilter:ipvs: use kmemdupShan Wei2-7/+5