summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/ip_vs_xmit.c
Commit message (Expand)AuthorAgeFilesLines
* ipvs: Remove {Enter,Leave}FunctionSimon Horman2023-04-221-54/+8
* net: dst: Switch to rcuref_t reference countingThomas Gleixner2023-03-281-2/+2
* netfilter: use skb_ip_totlen and iph_totlenXin Long2023-02-011-1/+1
* net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau2022-03-031-3/+3
* ipvs: clear skb->tstamp in forwarding pathJulian Anastasov2020-10-121-0/+6
* net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-241-1/+1
* ipvs: no need to update skb route entry for local destination packets.zhang kai2019-10-081-12/+6
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-1/+1
* ipvs: allow tunneling with gre encapsulationVadim Fedorenko2019-07-041-3/+63
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | ipvs: add checksum support for gue encapsulationJacky Hu2019-05-311-16/+127
* | netfilter: ipvs: prefer skb_ensure_writableFlorian Westphal2019-05-311-6/+6
|/
* ipvs: allow tunneling with gue encapsulationJacky Hu2019-04-081-4/+80
* ipvs: change some data types from int to boolAndrea Claudi2019-03-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-111-1/+1
|\
| * ipvs: fix check on xmit to non-local addressesJulian Anastasov2018-06-041-1/+1
* | ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra2018-04-171-2/+3
|/
* netfilter: ipvs: full-functionality option for ECN encapsulation in tunnelVadim Fedorenko2017-09-261-2/+6
* netfilter: Remove duplicated rcu_read_lock.Taehee Yoo2017-07-241-42/+4
* netfilter: remove nf_ct_is_untrackedFlorian Westphal2017-04-151-4/+4
* ipvs: Decrement ttlDwip Banerjee2016-11-151-0/+54
* 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