summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_tunnel_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ip6_tun: Add infrastructure for doing encapsulationTom Herbert2016-05-201-0/+5
* net: Cleanup encap items in ip_tunnels.hTom Herbert2016-05-201-0/+4
* net: relax expensive skb_unclone() in iptunnel_handle_offloads()Eric Dumazet2016-05-031-1/+1
* libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel2016-04-231-4/+6
* ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2016-04-161-8/+5
* ip_tunnel: implement __iptunnel_pull_headerJiri Benc2016-04-061-4/+4
* netlink: use nla_get_in_addr and nla_put_in_addr for ipv4 addressHaishuang Yan2016-04-021-4/+4
* Fix returned tc and hoplimit values for route with IPv6 encapsulationQuentin Armitage2016-03-271-2/+2
* tunnels: Remove encapsulation offloads on decap.Jesse Gross2016-03-201-1/+2
* ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann2016-03-181-0/+6
* iptunnel: scrub packet in iptunnel_pull_headerJiri Benc2016-02-181-5/+3
* net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-121-12/+6
* net: local checksum offload for encapsulationEdward Cree2016-02-121-5/+5
* ipv4: fix endianness warnings in ip_tunnel_core.cLance Richardson2016-01-081-8/+8
* ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-251-4/+5
* net: remove unnecessary mroute.h includesNikolay Aleksandrov2015-11-301-1/+0
* ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-081-1/+1
OpenPOWER on IntegriCloud