summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_tunnel_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipv4: Cache net in iptunnel_xmitEric W. Biederman2015-10-081-2/+2
* ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman2015-10-081-1/+1
* lwtunnel: remove source and destination UDP port config optionJiri Benc2015-09-241-24/+0
* ipv4: send arp replies to the correct tunnelJiri Benc2015-09-241-0/+28
* iptunnel: make rx/tx bytes counters consistentNicolas Dichtel2015-09-201-1/+1
* ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2015-08-311-2/+0
* ip_tunnels: record IP version in tunnel infoJiri Benc2015-08-291-1/+1
* lwt: Add cfg argument to build_stateTom Herbert2015-08-241-0/+2
* ipv6: route: per route IP tunnel metadata via lightweight tunnelJiri Benc2015-08-201-0/+102
* ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc2015-08-201-4/+4
* ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc2015-08-201-4/+4
* lwtunnel: ip tunnel: fix multiple routes with different encapJiri Benc2015-08-181-0/+7
* lwtunnel: rename ip lwtunnel attributesJiri Benc2015-08-171-43/+43
* ip_tunnel: Call ip_tunnel_core_init() from inet_init()Thomas Graf2015-07-231-10/+1
* fib: Add fib rule match on tunnel idThomas Graf2015-07-211-0/+16
* route: Per route IP tunnel metadata via lightweight tunnelThomas Graf2015-07-211-0/+114
* ip_tunnel: Report Rx dropped in ip_tunnel_get_stats64Alexander Duyck2015-05-141-16/+2
* ipv4/ip_tunnel_core: Use eth_proto_is_802_3Alexander Duyck2015-05-051-1/+1
* ipv4: ip_tunnel: use net namespace from rtable not socketHannes Frederic Sowa2015-04-081-1/+2
* ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2015-03-251-1/+1
* ipv4: fix a potential use after free in ip_tunnel_core.cLi RongQing2014-10-171-1/+2
* net: Support for multiple checksums with gsoTom Herbert2014-06-041-0/+8
* inetpeer: get rid of ip_id_countEric Dumazet2014-06-021-1/+1
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-291-0/+1
|\