summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_xmit.c
Commit message (Expand)AuthorAgeFilesLines
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-201-10/+7
* ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2016-04-161-4/+2
* net: remove skb_sender_cpu_clear()WANG Cong2016-03-011-6/+0
* net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-121-4/+2
* ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-081-2/+2
* ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman2015-10-081-1/+1
* ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman2015-10-081-1/+1
* net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-081-2/+2
* ipvs: Pass ipvs into ensure_mtu_is adequateEric W. Biederman2015-09-241-6/+5
* ipvs: Pass ipvs into __ip_vs_get_out_rt_v6Eric W. Biederman2015-09-241-8/+13
* ipvs: Pass ipvs into __ip_vs_get_out_rtEric W. Biederman2015-09-241-7/+8
* ipvs: Better derivation of ipvs in ip_vs_tunnel_xmitEric W. Biederman2015-09-241-2/+2
* ipvs: Store ipvs not net in struct ip_vs_connEric W. Biederman2015-09-241-2/+2
* Merge tag 'ipvs-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso2015-09-181-10/+14
|\
| * ipvs: ensure that ICMP cannot be sent in reply to ICMPAlex Gartrell2015-09-011-2/+3
| * ipvs: Use outer header in ip_vs_bypass_xmit_v6Alex Gartrell2015-09-011-1/+3
| * ipvs: replace ip_vs_fill_ip4hdr with ip_vs_fill_iph_skb_offAlex Gartrell2015-09-011-7/+8
* | netfilter: Pass net into okfnEric W. Biederman2015-09-171-2/+2
* | netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-2/+2
* | net: Merge dst_output and dst_output_skEric W. Biederman2015-09-171-2/+2
|/
* ipvs: call skb_sender_cpu_clearJulian Anastasov2015-07-141-0/+6
* ipvs: skb_orphan in case of forwardingAlex Gartrell2015-07-141-0/+27
* ipvs: do not use random local source address for tunnelsJulian Anastasov2015-07-141-1/+0
* ipvs: fix ipv6 route unreach panicAlex Gartrell2015-07-141-0/+7
* ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flagsMartin KaFai Lau2015-05-251-4/+9
* ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2015-05-251-1/+1
* ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau2015-05-251-2/+2
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-4/+4
* ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2015-03-251-2/+3
* netfilter: use sk_fullsock() helperEric Dumazet2015-03-171-1/+1
* dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa2014-12-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-11-241-1/+0
|\
| * ipvs: remove unnecessary assignment in __ip_vs_get_out_rtAlex Gartrell2014-10-281-1/+0
* | ipvs: Keep skb->sk when allocating headroom on tunnel xmitCalvin Owens2014-11-121-0/+2
* | ipvs: Avoid null-pointer deref in debug codeAlex Gartrell2014-10-281-2/+2
|/
* ipvs: support ipv4 in ipv6 and ipv6 in ipv4 tunnel forwardingAlex Gartrell2014-09-161-41/+107
* ipvs: Add generic ensure_mtu_is_adequate to handle mixed poolsAlex Gartrell2014-09-161-26/+51
* ipvs: Pull out update_pmtu codeAlex Gartrell2014-09-161-12/+11
* ipvs: Pull out crosses_local_route_boundary logicAlex Gartrell2014-09-161-67/+77
* ipvs: properly declare tunnel encapsulationJulian Anastasov2014-08-271-4/+16
* ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwardingAlex Gartrell2014-07-171-1/+1
* inetpeer: get rid of ip_id_countEric Dumazet2014-06-021-1/+1
* net: rename local_df to ignore_dfWANG Cong2014-05-121-10/+10
* ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-09-191-1/+1
* ipvs: do not disable bh for long timeJulian Anastasov2013-04-021-8/+8
* ipvs: optimize dst usage for real serverJulian Anastasov2013-04-021-45/+143
* ipvs: consolidate all dst checks on transmit in one placeJulian Anastasov2013-04-021-392/+235
* ipvs: do not use skb_share_checkJulian Anastasov2013-04-021-43/+2
* ipvs: no need to reroute anymore on DNAT over loopbackJulian Anastasov2013-04-021-56/+2
* ipvs: rename functions related to dst_cache resetJulian Anastasov2013-04-021-14/+0