summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/ip_vs_xmit.c
AgeCommit message (Expand)Author
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck
2016-03-01net: remove skb_sender_cpu_clear()WANG Cong
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman
2015-10-08ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman
2015-09-24ipvs: Pass ipvs into ensure_mtu_is adequateEric W. Biederman
2015-09-24ipvs: Pass ipvs into __ip_vs_get_out_rt_v6Eric W. Biederman
2015-09-24ipvs: Pass ipvs into __ip_vs_get_out_rtEric W. Biederman
2015-09-24ipvs: Better derivation of ipvs in ip_vs_tunnel_xmitEric W. Biederman
2015-09-24ipvs: Store ipvs not net in struct ip_vs_connEric W. Biederman
2015-09-18Merge tag 'ipvs-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso
2015-09-17netfilter: Pass net into okfnEric W. Biederman
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman
2015-09-01ipvs: ensure that ICMP cannot be sent in reply to ICMPAlex Gartrell
2015-09-01ipvs: Use outer header in ip_vs_bypass_xmit_v6Alex Gartrell
2015-09-01ipvs: replace ip_vs_fill_ip4hdr with ip_vs_fill_iph_skb_offAlex Gartrell
2015-07-14ipvs: call skb_sender_cpu_clearJulian Anastasov
2015-07-14ipvs: skb_orphan in case of forwardingAlex Gartrell
2015-07-14ipvs: do not use random local source address for tunnelsJulian Anastasov
2015-07-14ipvs: fix ipv6 route unreach panicAlex Gartrell
2015-05-25ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flagsMartin KaFai Lau
2015-05-25ipv6: Add rt6_get_cookie() functionMartin KaFai Lau
2015-05-25ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa
2015-03-17netfilter: use sk_fullsock() helperEric Dumazet
2014-12-09dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa
2014-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-11-12ipvs: Keep skb->sk when allocating headroom on tunnel xmitCalvin Owens
2014-10-28ipvs: remove unnecessary assignment in __ip_vs_get_out_rtAlex Gartrell
2014-10-28ipvs: Avoid null-pointer deref in debug codeAlex Gartrell
2014-09-16ipvs: support ipv4 in ipv6 and ipv6 in ipv4 tunnel forwardingAlex Gartrell
2014-09-16ipvs: Add generic ensure_mtu_is_adequate to handle mixed poolsAlex Gartrell
2014-09-16ipvs: Pull out update_pmtu codeAlex Gartrell
2014-09-16ipvs: Pull out crosses_local_route_boundary logicAlex Gartrell
2014-08-27ipvs: properly declare tunnel encapsulationJulian Anastasov
2014-07-17ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwardingAlex Gartrell
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet
2014-05-12net: rename local_df to ignore_dfWANG Cong
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka
2013-04-02ipvs: do not disable bh for long timeJulian Anastasov
2013-04-02ipvs: optimize dst usage for real serverJulian Anastasov
2013-04-02ipvs: consolidate all dst checks on transmit in one placeJulian Anastasov
2013-04-02ipvs: do not use skb_share_checkJulian Anastasov
2013-04-02ipvs: no need to reroute anymore on DNAT over loopbackJulian Anastasov
2013-04-02ipvs: rename functions related to dst_cache resetJulian Anastasov