summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_tunnel_core.c
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2024-04-011-30/+50
* ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin2024-04-011-1/+1
* tunnels: fix out of bounds access when building IPv6 PMTU errorAntoine Tenart2024-02-031-1/+1
* tunnels: fix kasan splat when generating ipv4 pmtu errorFlorian Westphal2023-08-041-1/+1
* net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian2022-10-031-0/+32
* net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian2022-10-031-0/+35
* tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()Eric Dumazet2022-06-271-1/+1
* net: ip_tunnel: clean up endianness conversionsJulian Wiedmann2021-01-081-4/+5
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-121-2/+2
|\
| * tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6 repliesStefano Brivio2020-11-091-2/+2
* | net: remove ip_tunnel_get_stats64Heiner Kallweit2020-11-091-9/+0
|/
* iptunnel: use new function dev_fetch_sw_netstatsHeiner Kallweit2020-10-131-22/+1
* lwtunnel: only keep the available bits when setting vxlan md->gbpXin Long2020-09-141-0/+1
* ip_tunnel_core: Fix build for archs without _HAVE_ARCH_IPV6_CSUMStefano Brivio2020-08-051-0/+1
* tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio2020-08-041-0/+244
* net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld2020-06-301-0/+18
* net: add net available in build_stateAlexander Aring2020-03-291-2/+2
* lwtunnel: check erspan options before allocating tun_infoXin Long2019-11-211-8/+16
* lwtunnel: be STRICT to validate the new LWTUNNEL_IP(6)_OPTSXin Long2019-11-211-0/+3
* lwtunnel: add support for multiple geneve optsXin Long2019-11-201-36/+75
* lwtunnel: change to use nla_put_u8 for LWTUNNEL_IP_OPT_ERSPAN_VERXin Long2019-11-181-1/+1
* lwtunnel: ignore any TUNNEL_OPTIONS_PRESENT flags set by usersXin Long2019-11-111-6/+8
* lwtunnel: get nlsize for erspan options properlyXin Long2019-11-111-1/+7
* lwtunnel: change to use nla_parse_nested on new optionsXin Long2019-11-111-8/+8
* lwtunnel: add options setting and dumping for erspanXin Long2019-11-061-2/+92
* lwtunnel: add options setting and dumping for vxlanXin Long2019-11-061-2/+65
* lwtunnel: add options setting and dumping for geneveXin Long2019-11-061-16/+196
* lwtunnel: add options process for cmp_encapXin Long2019-11-061-2/+8
* lwtunnel: add options process for arp requestXin Long2019-11-061-3/+4
* ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULLXin Long2019-06-181-3/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner2019-06-051-14/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-4/+4
* ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnelwenxu2019-02-241-0/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-241-0/+1
|\
| * iptunnel: Set tun_flags in the iptunnel_metadata_reply from srcwenxu2018-12-241-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-191-1/+1
|\|
| * ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca2018-11-171-1/+1
* | ipv4/tunnel: use __vlan_hwaccel helpersMichał Mirosław2018-11-081-1/+1
|/
* net/ipv4: Update ip_tunnel_metadata_cnt static key to modern apiDavidlohr Bueso2018-05-101-3/+3
* net: store port/representator id in metadata_dstJakub Kicinski2017-06-251-2/+4
* net: add extack arg to lwtunnel build stateDavid Ahern2017-05-301-4/+7
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-2/+3
* lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern2017-01-301-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-0/+2
|\
| * net: Specify the owning module for lwtunnel opsRobert Shearman2017-01-241-0/+2
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2
|/
* ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson2016-11-031-11/+0
* ip_tunnel: do not clear l4 hashesEric Dumazet2016-09-091-1/+1
* net: ip_finish_output_gso: Allow fragmenting segments of tunneled skbs if the...Shmulik Ladkani2016-08-221-3/+5
* net: ip_finish_output_gso: If skb_gso_network_seglen exceeds MTU, allow segme...Shmulik Ladkani2016-07-191-0/+9