aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_tunnel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-06iptunnel: NULL pointer deref for ip_md_tunnel_xmitAlan Maguire1-3/+6
2019-02-27route: Add multipath_hash in flowi_common to make user-define hashwenxu1-3/+3
2019-02-24ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmitwenxu1-11/+27
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2019-01-26ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmitwenxu1-2/+3
2019-01-26ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmitwenxu1-10/+27
2019-01-26ip_tunnel: Add ip tunnel dst_cache in ip_md_tunnel_xmitwenxu1-5/+15
2019-01-24ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu1-1/+7
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn1-9/+0
2018-09-24ip_tunnel: be careful when accessing the inner headerPaolo Abeni1-0/+9
2018-06-07ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf1-2/+2
2018-06-01ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel1-4/+4
2018-04-05ip_tunnel: better validate user provided tunnel namesEric Dumazet1-5/+6
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+26
2018-03-29ip_tunnel: Resolve ipsec merge conflict properly.David S. Miller1-6/+6
2018-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-1/+6
2018-03-23ip_tunnel: Emit events for post-register MTU changesPetr Machata1-5/+21
2018-03-19ip_tunnel: Clamp MTU to bounds on new linkStefano Brivio1-1/+7
2018-03-09net: do not create fallback tunnels for non-default namespacesEric Dumazet1-8/+12
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+3
2018-02-27ip_tunnel: Rename & publish init_tunnel_flowPetr Machata1-28/+12
2018-02-26ip_tunnel: Do not use mark in skb by defaultThomas Winter1-10/+3
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel1-2/+1
2018-01-24ip_tunnel: Use mark in skb by defaultThomas Winter1-3/+10
2017-12-13ipv4: igmp: guard against silly MTU valuesEric Dumazet1-2/+2
2017-09-19ipv4: speedup ipv6 tunnels dismantleEric Dumazet1-3/+9
2017-09-12ip_tunnel: fix ip tunnel lookup in collect_md modeHaishuang Yan1-1/+1
2017-09-08ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan1-2/+2
2017-06-16ip_tunnel: fix potential issue in ip_tunnel_rcvHaishuang Yan1-0/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-2/+2
2017-04-21ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek1-10/+17
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-2/+2
2016-10-20ipv4/6: use core net MTU range checkingJarod Wilson1-1/+5
2016-09-17ip_tunnel: add collect_md mode to IPIP tunnelAlexei Starovoitov1-0/+76
2016-06-15net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloadsPhilip Prindeville1-1/+1
2016-05-20net: Cleanup encap items in ip_tunnels.hTom Herbert1-45/+0
2016-04-29ip_tunnel: fix preempt warning in ip tunnel creation/updatingPaolo Abeni1-2/+2
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-02-23tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris1-1/+2
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+17
2016-02-16ip_tunnel: replace dst_cache with generic implementationPaolo Abeni1-65/+13
2016-02-10vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg1-3/+17
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar1-5/+2
2015-11-30net: remove unnecessary mroute.h includesNikolay Aleksandrov1-1/+0
2015-08-10ip_gre: Add support to collect tunnel metadata.Pravin B Shelar1-9/+28
2015-07-08ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs1-3/+5
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller1-1/+1
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-1/+1
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-4/+4