summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_xmit.c
Commit message (Expand)AuthorAgeFilesLines
* ipvs: fix ARP resolving for direct routing modeJulian Anastasov2012-10-081-1/+5
* netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy2012-08-301-1/+8
* ipvs: IPv6 MTU checking cleanup and bugfixJesper Dangaard Brouer2012-08-301-6/+15
* ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov2012-08-101-3/+3
* ipvs: implement passive PMTUD for IPIP packetsJulian Anastasov2012-08-101-24/+55
* net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-171-2/+2
* net: use consume_skb() in place of kfree_skb()Eric Dumazet2012-06-041-2/+2
* ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller2011-12-281-1/+1
* net:netfilter: use IS_ENABLEDIgor Maravić2011-12-161-4/+4
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-5/+5
* ipvs: Remove unused parameter from ip_vs_confirm_conntrack()Simon Horman2011-11-011-1/+1
* ipvs: Remove all remaining references to rt->rt_{src,dst}Julian Anastasov2011-05-121-24/+48
* ipvs: Eliminate rt->rt_dst usage in __ip_vs_get_out_rt().David S. Miller2011-05-121-3/+4
* ipvs: Use IP_VS_RT_MODE_* instead of magic constants.David S. Miller2011-05-121-9/+15
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-7/+7
* ipv4: Use flowi4 in public route lookup interfaces.David S. Miller2011-03-121-6/+6
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-1/+1
* ipv4: Create and use route lookup helpers.David S. Miller2011-03-121-12/+2
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-3/+6
* xfrm: Return dst directly from xfrm_lookup()David S. Miller2011-03-021-2/+7
* ipvs: use enum to instead of magic numbersChangli Gao2011-02-241-14/+27
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman2011-01-131-26/+8
|\
| * net: use the macros defined for the members of flowiChangli Gao2010-11-171-26/+8
* | ipvs: allow transmit of GRO aggregated skbsSimon Horman2010-11-161-10/+15
* | ipvs: remove shadow rt variableEric Dumazet2010-11-161-1/+0
|/
* ipv4: Make rt->fl.iif tests lest obscure.David S. Miller2010-11-111-3/+5
* ipvs: provide address family for debuggingJulian Anastasov2010-10-211-8/+10
* ipvs: changes for local clientJulian Anastasov2010-10-211-15/+36
* ipvs: changes for local real serverJulian Anastasov2010-10-211-87/+346
* ipvs: fix CHECKSUM_PARTIAL for TUN methodJulian Anastasov2010-10-211-1/+1
* ipvs: switch to notrack modeJulian Anastasov2010-10-211-2/+5
* ipvs: IPv6 tunnel modeHans Schillstrom2010-10-191-79/+92
* ipvs: netfilter connection tracking changesJulian Anastasov2010-09-211-49/+49
* ipvs: fix active FTPJulian Anastasov2010-09-081-6/+12
* IPVS: make friends with nf_conntrackHannes Eder2010-07-231-0/+29
* net-next: remove useless union keywordChangli Gao2010-06-101-43/+43
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | netfilter: ipvs: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-251-8/+8
|/
* ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-181-5/+5
* IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder2009-08-021-20/+20
* IPVS: use pr_fmtHannes Eder2009-07-301-0/+3
* net: skb->dst accessorsEric Dumazet2009-06-031-24/+24
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-111-1/+2
|\
| * netfilter: payload_len is be16, add size of struct rather than size of pointerHarvey Harrison2008-11-101-1/+2
* | net: replace NIPQUAD() in net/netfilter/Harvey Harrison2008-10-311-9/+8
* | net: replace %p6 with %pI6Harvey Harrison2008-10-291-4/+4
* | netfilter: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-281-9/+8
|/
* IPVS: Move IPVS to net/netfilter/ipvsJulius Volz2008-10-071-0/+1004
OpenPOWER on IntegriCloud