aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_xmit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-28ipvs: remove silly double assignmentAlan Cox1-4/+4
2012-10-26Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-31/+42
2012-10-08ipvs: fix ARP resolving for direct routing modeJulian Anastasov1-1/+5
2012-09-28ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer1-33/+25
2012-09-28ipvs: Complete IPv6 fragment handling for IPVSJesper Dangaard Brouer1-9/+27
2012-09-28ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer1-2/+3
2012-09-28ipvs: Trivial changes, use compressed IPv6 address in outputJesper Dangaard Brouer1-5/+5
2012-08-30netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy1-1/+8
2012-08-30ipvs: IPv6 MTU checking cleanup and bugfixJesper Dangaard Brouer1-6/+15
2012-08-10ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov1-3/+3
2012-08-10ipvs: implement passive PMTUD for IPIP packetsJulian Anastasov1-24/+55
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller1-2/+2
2012-06-04net: use consume_skb() in place of kfree_skb()Eric Dumazet1-2/+2
2011-12-28ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller1-1/+1
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić1-4/+4
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-5/+5
2011-11-01ipvs: Remove unused parameter from ip_vs_confirm_conntrack()Simon Horman1-1/+1
2011-05-12ipvs: Remove all remaining references to rt->rt_{src,dst}Julian Anastasov1-24/+48
2011-05-12ipvs: Eliminate rt->rt_dst usage in __ip_vs_get_out_rt().David S. Miller1-3/+4
2011-05-12ipvs: Use IP_VS_RT_MODE_* instead of magic constants.David S. Miller1-9/+15
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-7/+7
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller1-6/+6
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-1/+1
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller1-12/+2
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-3/+6
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller1-2/+7
2011-02-24ipvs: use enum to instead of magic numbersChangli Gao1-14/+27
2011-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into HEADSimon Horman1-26/+8
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-26/+8
2010-11-16ipvs: allow transmit of GRO aggregated skbsSimon Horman1-10/+15
2010-11-16ipvs: remove shadow rt variableEric Dumazet1-1/+0
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