summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_tunnel_core.c
AgeCommit message (Expand)Author
2016-03-27Fix returned tc and hoplimit values for route with IPv6 encapsulationQuentin Armitage
2016-03-20tunnels: Remove encapsulation offloads on decap.Jesse Gross
2016-03-18ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree
2016-02-12net: local checksum offload for encapsulationEdward Cree
2016-01-08ipv4: fix endianness warnings in ip_tunnel_core.cLance Richardson
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar
2015-11-30net: remove unnecessary mroute.h includesNikolay Aleksandrov
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman
2015-10-08ipv4: Cache net in iptunnel_xmitEric W. Biederman
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman
2015-09-24lwtunnel: remove source and destination UDP port config optionJiri Benc
2015-09-24ipv4: send arp replies to the correct tunnelJiri Benc
2015-09-20iptunnel: make rx/tx bytes counters consistentNicolas Dichtel
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc
2015-08-24lwt: Add cfg argument to build_stateTom Herbert
2015-08-20ipv6: route: per route IP tunnel metadata via lightweight tunnelJiri Benc
2015-08-20ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc
2015-08-18lwtunnel: ip tunnel: fix multiple routes with different encapJiri Benc
2015-08-17lwtunnel: rename ip lwtunnel attributesJiri Benc
2015-07-23ip_tunnel: Call ip_tunnel_core_init() from inet_init()Thomas Graf
2015-07-21fib: Add fib rule match on tunnel idThomas Graf
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf
2015-05-14ip_tunnel: Report Rx dropped in ip_tunnel_get_stats64Alexander Duyck
2015-05-05ipv4/ip_tunnel_core: Use eth_proto_is_802_3Alexander Duyck
2015-04-08ipv4: ip_tunnel: use net namespace from rtable not socketHannes Frederic Sowa
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa
2014-10-17ipv4: fix a potential use after free in ip_tunnel_core.cLi RongQing
2014-06-04net: Support for multiple checksums with gsoTom Herbert
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-26ip_tunnel: Fix dst ref-count.Pravin B Shelar
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-03-03ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointerXin Long
2014-02-20ip_tunnel: Move ip_tunnel_get_stats64 into ip_tunnel_core.cDavid S. Miller
2013-12-17net: Add utility functions to clear rxhashTom Herbert
2013-10-19ipv4: generalize gre_handle_offloadsEric Dumazet
2013-10-01ip_tunnel_core: Change __skb_push back to skb_pushSteffen Klassert
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel
2013-08-13ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar
2013-06-19ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar