aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_tunnel_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-21lwtunnel: check erspan options before allocating tun_infoXin Long1-8/+16
2019-11-21lwtunnel: be STRICT to validate the new LWTUNNEL_IP(6)_OPTSXin Long1-0/+3
2019-11-20lwtunnel: add support for multiple geneve optsXin Long1-36/+75
2019-11-18lwtunnel: change to use nla_put_u8 for LWTUNNEL_IP_OPT_ERSPAN_VERXin Long1-1/+1
2019-11-11lwtunnel: ignore any TUNNEL_OPTIONS_PRESENT flags set by usersXin Long1-6/+8
2019-11-11lwtunnel: get nlsize for erspan options properlyXin Long1-1/+7
2019-11-11lwtunnel: change to use nla_parse_nested on new optionsXin Long1-8/+8
2019-11-06lwtunnel: add options setting and dumping for erspanXin Long1-2/+92
2019-11-06lwtunnel: add options setting and dumping for vxlanXin Long1-2/+65
2019-11-06lwtunnel: add options setting and dumping for geneveXin Long1-16/+196
2019-11-06lwtunnel: add options process for cmp_encapXin Long1-2/+8
2019-11-06lwtunnel: add options process for arp requestXin Long1-3/+4
2019-06-18ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULLXin Long1-3/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner1-14/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-4/+4
2019-02-24ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnelwenxu1-0/+18
2018-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-12-24iptunnel: Set tun_flags in the iptunnel_metadata_reply from srcwenxu1-0/+1
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-11-17ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca1-1/+1
2018-11-08ipv4/tunnel: use __vlan_hwaccel helpersMichał Mirosław1-1/+1
2018-05-10net/ipv4: Update ip_tunnel_metadata_cnt static key to modern apiDavidlohr Bueso1-3/+3
2017-06-25net: store port/representator id in metadata_dstJakub Kicinski1-2/+4
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern1-4/+7
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+3
2017-01-30lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern1-2/+2
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman1-0/+2
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2016-11-03ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson1-11/+0
2016-09-09ip_tunnel: do not clear l4 hashesEric Dumazet1-1/+1
2016-08-22net: ip_finish_output_gso: Allow fragmenting segments of tunneled skbs if their DF is unsetShmulik Ladkani1-3/+5
2016-07-19net: ip_finish_output_gso: If skb_gso_network_seglen exceeds MTU, allow segmentation for local udp tunneled skbsShmulik Ladkani1-0/+9
2016-05-20ip6_tun: Add infrastructure for doing encapsulationTom Herbert1-0/+5
2016-05-20net: Cleanup encap items in ip_tunnels.hTom Herbert1-0/+4
2016-05-03net: relax expensive skb_unclone() in iptunnel_handle_offloads()Eric Dumazet1-1/+1
2016-04-23libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel1-4/+6
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck1-8/+5
2016-04-06ip_tunnel: implement __iptunnel_pull_headerJiri Benc1-4/+4
2016-04-02netlink: use nla_get_in_addr and nla_put_in_addr for ipv4 addressHaishuang Yan1-4/+4
2016-03-27Fix returned tc and hoplimit values for route with IPv6 encapsulationQuentin Armitage1-2/+2
2016-03-20tunnels: Remove encapsulation offloads on decap.Jesse Gross1-1/+2
2016-03-18ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann1-0/+6
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc1-5/+3
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree1-12/+6
2016-02-12net: local checksum offload for encapsulationEdward Cree1-5/+5
2016-01-08ipv4: fix endianness warnings in ip_tunnel_core.cLance Richardson1-8/+8
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar1-4/+5
2015-11-30net: remove unnecessary mroute.h includesNikolay Aleksandrov1-1/+0
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman1-1/+1