summaryrefslogtreecommitdiffstats
path: root/include/net/udplite.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-15IPVS: Add {sysctl_sync_threshold,period}()Simon Horman4-9/+38
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 Anastasov3-10/+10
2011-03-15ipvs: optimize rates readingJulian Anastasov3-39/+27
2011-03-15ipvs: remove unused seqcount statsJulian Anastasov1-17/+0
2011-03-15ipvs: properly zero stats and ratesJulian Anastasov3-43/+69
2011-03-15ipvs: reorganize tot_statsJulian Anastasov4-28/+29
2011-03-15ipvs: move struct netns_ipvsJulian Anastasov3-144/+123
2011-03-15IPVS: Fix variable assignment in ip_vs_notrackJesper Juhl1-1/+1
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 Gao5-63/+27
2011-02-24ipvs: use enum to instead of magic numbersChangli Gao1-14/+27
2011-02-22ipvs: use hlist instead of listChangli Gao2-24/+30
2011-02-16ipvs: make "no destination available" message more informativePatrick Schaaf11-14/+43
2011-02-15ipvs: remove extra lookups for ICMP packetsJulian Anastasov1-25/+3
2011-02-15ipvs: 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-14bridge: netfilter: fix information leakVasiliy Kulikov1-0/+2
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 McHardy5-0/+114
2011-02-02netfilter: ipset: send error message manuallyJozsef Kadlecsik1-7/+26
2011-02-02netfilter: ipset: fix linking with CONFIG_IPV6=nPatrick McHardy2-6/+19
2011-02-02netfilter: ipset: add missing break statemtns in ip_set_get_ip_port()Patrick McHardy1-0/+2
2011-02-01netfilter: ipset: install ipset related header filesPatrick McHardy3-0/+8
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 unused variablesSimon Horman1-2/+0
2011-02-01IPVS: remove duplicate initialisation or rs_tableSimon Horman1-3/+0
2011-02-01IPVS: use z modifier for sizeof() argumentSimon Horman1-1/+1
2011-02-01netfilter: ctnetlink: fix ctnetlink_parse_tuple() warningPatrick McHardy1-1/+1
2011-02-01netfilter: ipset: remove unnecessary includesPatrick McHardy9-27/+0
2011-02-01netfilter: ipset: use nla_parse_nested()Patrick McHardy1-26/+16
2011-02-01netfilter: xtables: "set" match and "SET" target supportJozsef Kadlecsik4-0/+427
2011-02-01netfilter: ipset: list:set set type supportJozsef Kadlecsik4-0/+624
2011-02-01netfilter: ipset: hash:net,port set type supportJozsef Kadlecsik3-0/+592
2011-02-01netfilter: ipset: hash:net set type supportJozsef Kadlecsik3-0/+471