aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_tunnel_core.c
AgeCommit message (Expand)Author
2024-02-03tunnels: fix out of bounds access when building IPv6 PMTU errorAntoine Tenart
2023-08-04tunnels: fix kasan splat when generating ipv4 pmtu errorFlorian Westphal
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian
2022-06-27tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()Eric Dumazet
2021-01-08net: ip_tunnel: clean up endianness conversionsJulian Wiedmann
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-09net: remove ip_tunnel_get_stats64Heiner Kallweit
2020-11-09tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6 repliesStefano Brivio
2020-10-13iptunnel: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-09-14lwtunnel: only keep the available bits when setting vxlan md->gbpXin Long
2020-08-05ip_tunnel_core: Fix build for archs without _HAVE_ARCH_IPV6_CSUMStefano Brivio
2020-08-04tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio
2020-06-30net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld
2020-03-29net: add net available in build_stateAlexander Aring
2019-11-21lwtunnel: check erspan options before allocating tun_infoXin Long
2019-11-21lwtunnel: be STRICT to validate the new LWTUNNEL_IP(6)_OPTSXin Long
2019-11-20lwtunnel: add support for multiple geneve optsXin Long
2019-11-18lwtunnel: change to use nla_put_u8 for LWTUNNEL_IP_OPT_ERSPAN_VERXin Long
2019-11-11lwtunnel: ignore any TUNNEL_OPTIONS_PRESENT flags set by usersXin Long
2019-11-11lwtunnel: get nlsize for erspan options properlyXin Long
2019-11-11lwtunnel: change to use nla_parse_nested on new optionsXin Long
2019-11-06lwtunnel: add options setting and dumping for erspanXin Long
2019-11-06lwtunnel: add options setting and dumping for vxlanXin Long
2019-11-06lwtunnel: add options setting and dumping for geneveXin Long
2019-11-06lwtunnel: add options process for cmp_encapXin Long
2019-11-06lwtunnel: add options process for arp requestXin Long
2019-06-18ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULLXin Long
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-02-24ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnelwenxu
2018-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-24iptunnel: Set tun_flags in the iptunnel_metadata_reply from srcwenxu
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-17ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca
2018-11-08ipv4/tunnel: use __vlan_hwaccel helpersMichał Mirosław
2018-05-10net/ipv4: Update ip_tunnel_metadata_cnt static key to modern apiDavidlohr Bueso
2017-06-25net: store port/representator id in metadata_dstJakub Kicinski
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-01-30lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-11-03ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson
2016-09-09ip_tunnel: do not clear l4 hashesEric Dumazet
2016-08-22net: ip_finish_output_gso: Allow fragmenting segments of tunneled skbs if the...Shmulik Ladkani
2016-07-19net: ip_finish_output_gso: If skb_gso_network_seglen exceeds MTU, allow segme...Shmulik Ladkani
2016-05-20ip6_tun: Add infrastructure for doing encapsulationTom Herbert
2016-05-20net: Cleanup encap items in ip_tunnels.hTom Herbert