aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_xmit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-26/+8
2010-11-11ipv4: Make rt->fl.iif tests lest obscure.David S. Miller1-3/+5
2010-10-21ipvs: provide address family for debuggingJulian Anastasov1-8/+10
2010-10-21ipvs: changes for local clientJulian Anastasov1-15/+36
2010-10-21ipvs: changes for local real serverJulian Anastasov1-87/+346
2010-10-21ipvs: fix CHECKSUM_PARTIAL for TUN methodJulian Anastasov1-1/+1
2010-10-21ipvs: switch to notrack modeJulian Anastasov1-2/+5
2010-10-19ipvs: IPv6 tunnel modeHans Schillstrom1-79/+92
2010-09-21ipvs: netfilter connection tracking changesJulian Anastasov1-49/+49
2010-09-08ipvs: fix active FTPJulian Anastasov1-6/+12
2010-07-23IPVS: make friends with nf_conntrackHannes Eder1-0/+29
2010-06-10net-next: remove useless union keywordChangli Gao1-43/+43
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25netfilter: ipvs: use NFPROTO values for NF_HOOK invocationJan Engelhardt1-8/+8
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan1-5/+5
2009-08-02IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder1-20/+20
2009-07-30IPVS: use pr_fmtHannes Eder1-0/+3
2009-06-03net: skb->dst accessorsEric Dumazet1-24/+24
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2008-11-10netfilter: payload_len is be16, add size of struct rather than size of pointerHarvey Harrison1-1/+2
2008-10-31net: replace NIPQUAD() in net/netfilter/Harvey Harrison1-9/+8
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-4/+4
2008-10-28netfilter: replace uses of NIP6_FMT with %p6Harvey Harrison1-9/+8
2008-10-07IPVS: Move IPVS to net/netfilter/ipvsJulius Volz1-0/+1004