summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-15ipvs: remove _bh from percpu stats readingJulian Anastasov1-4/+4
2011-03-15ipvs: avoid lookup for fwmark 0Julian Anastasov1-3/+5
2011-03-14netfilter: nf_conntrack: fix sysctl memory leakStephen Hemminger1-0/+1
2011-03-14netfilter: x_tables: return -ENOENT for non-existant matches/targetsPatrick McHardy1-2/+2
2011-03-09netfilter: x_tables: misuse of try_then_request_moduleStephen Hemminger1-7/+15
2011-03-08netfilter: ipset: fix the compile warning in ip_set_createShan Wei1-1/+1
2011-02-28netfilter: nf_ct_tcp: fix out of sync scenario while in SYN_RECVPablo Neira Ayuso1-2/+2
2011-02-25ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao4-63/+13
2011-02-24ipvs: use enum to instead of magic numbersChangli Gao1-14/+27
2011-02-22ipvs: use hlist instead of listChangli Gao1-23/+29
2011-02-16ipvs: make "no destination available" message more informativePatrick Schaaf10-14/+41
2011-02-16ipvs: remove extra lookups for ICMP packetsJulian Anastasov1-25/+3
2011-02-16ipvs: fix timer in get_curr_sync_buffTinggong Wang1-2/+2
2011-02-15netfilter: nfnetlink_log: remove unused parameterFlorian Westphal1-2/+1
2011-02-14netfilter: xt_conntrack: warn about use in raw tableJan Engelhardt1-0/+5
2011-02-14Revert "netfilter: xt_connlimit: connlimit-above early loop termination"Stefan Berger1-10/+3
2011-02-11netfilter: xt_connlimit: connlimit-above early loop terminationStefan Berger1-3/+10
2011-02-10netfilter: ipset: add dependency on CONFIG_NETFILTER_NETLINKPatrick McHardy1-0/+1
2011-02-07IPVS: precedence bug in ip_vs_sync_switch_mode()Dan Carpenter1-1/+1
2011-02-03IPVS: Use correct lock in SCTP moduleSimon Horman1-1/+1
2011-02-03netfilter: xtables: add device group matchPatrick McHardy3-0/+92
2011-02-02netfilter: ipset: send error message manuallyJozsef Kadlecsik1-7/+26
2011-02-02netfilter: ipset: fix linking with CONFIG_IPV6=nPatrick McHardy1-6/+9
2011-02-02netfilter: ipset: add missing break statemtns in ip_set_get_ip_port()Patrick McHardy1-0/+2
2011-02-01IPVS: Remove ip_vs_sync_cleanup from section __exitSimon Horman1-1/+1
2011-02-01IPVS: Allow compilation with CONFIG_SYSCTL disabledSimon Horman3-25/+29
2011-02-01IPVS: remove duplicate initialisation or rs_tableSimon Horman1-3/+0
2011-02-01IPVS: use z modifier for sizeof() argumentSimon Horman1-1/+1