summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/ip_vs_xmit.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-17ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin1-2/+2
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2023-06-19ipvs: align inner_mac_header for encapsulationTerin Stock1-0/+2
2023-06-02ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault1-2/+2
2023-04-22ipvs: Remove {Enter,Leave}FunctionSimon Horman1-54/+8
2023-03-29net: dst: Switch to rcuref_t reference countingThomas Gleixner1-2/+2
2023-02-02netfilter: use skb_ip_totlen and iph_totlenXin Long1-1/+1
2022-03-03net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau1-3/+3
2020-10-12ipvs: clear skb->tstamp in forwarding pathJulian Anastasov1-0/+6
2019-12-25net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu1-1/+1
2019-10-08ipvs: no need to update skb route entry for local destination packets.zhang kai1-12/+6
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-1/+1
2019-07-04ipvs: allow tunneling with gre encapsulationVadim Fedorenko1-3/+63
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-05-31ipvs: add checksum support for gue encapsulationJacky Hu1-16/+127
2019-05-31netfilter: ipvs: prefer skb_ensure_writableFlorian Westphal1-6/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-08ipvs: allow tunneling with gue encapsulationJacky Hu1-4/+80
2019-03-01ipvs: change some data types from int to boolAndrea Claudi1-2/+2
2018-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2018-06-04ipvs: fix check on xmit to non-local addressesJulian Anastasov1-1/+1
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra1-2/+3
2017-09-26netfilter: ipvs: full-functionality option for ECN encapsulation in tunnelVadim Fedorenko1-2/+6
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo1-42/+4
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal1-4/+4
2016-11-15ipvs: Decrement ttlDwip Banerjee1-0/+54
2016-05-21net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-10/+7
2016-04-17ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck1-4/+2
2016-03-02net: remove skb_sender_cpu_clear()WANG Cong1-6/+0
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree1-4/+2
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman1-2/+2
2015-10-08ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman1-1/+1
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman1-1/+1
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs into ensure_mtu_is adequateEric W. Biederman1-6/+5
2015-09-24ipvs: Pass ipvs into __ip_vs_get_out_rt_v6Eric W. Biederman1-8/+13
2015-09-24ipvs: Pass ipvs into __ip_vs_get_out_rtEric W. Biederman1-7/+8
2015-09-24ipvs: Better derivation of ipvs in ip_vs_tunnel_xmitEric W. Biederman1-2/+2
2015-09-24ipvs: Store ipvs not net in struct ip_vs_connEric W. Biederman1-2/+2
2015-09-18Merge tag 'ipvs-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso1-10/+14
2015-09-18netfilter: Pass net into okfnEric W. Biederman1-2/+2
2015-09-18netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-2/+2
2015-09-18net: Merge dst_output and dst_output_skEric W. Biederman1-2/+2
2015-09-01ipvs: ensure that ICMP cannot be sent in reply to ICMPAlex Gartrell1-2/+3
2015-09-01ipvs: Use outer header in ip_vs_bypass_xmit_v6Alex Gartrell1-1/+3
2015-09-01ipvs: replace ip_vs_fill_ip4hdr with ip_vs_fill_iph_skb_offAlex Gartrell1-7/+8
2015-07-14ipvs: call skb_sender_cpu_clearJulian Anastasov1-0/+6
2015-07-14ipvs: skb_orphan in case of forwardingAlex Gartrell1-0/+27
2015-07-14ipvs: do not use random local source address for tunnelsJulian Anastasov1-1/+0
2015-07-14ipvs: fix ipv6 route unreach panicAlex Gartrell1-0/+7