Age | Commit message (Expand) | Author |
2020-03-29 | net, ip_tunnel: fix interface lookup with no key | William Dauchy |
2020-01-21 | net, ip_tunnel: fix namespaces move | William Dauchy |
2019-12-24 | tunnel: do not confirm neighbor when do pmtu update | Hangbin Liu |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269 | Thomas Gleixner |
2019-03-06 | iptunnel: NULL pointer deref for ip_md_tunnel_xmit | Alan Maguire |
2019-02-27 | route: Add multipath_hash in flowi_common to make user-define hash | wenxu |
2019-02-24 | ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmit | wenxu |
2019-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-01-26 | ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmit | wenxu |
2019-01-26 | ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmit | wenxu |
2019-01-26 | ip_tunnel: Add ip tunnel dst_cache in ip_md_tunnel_xmit | wenxu |
2019-01-24 | ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnel | wenxu |
2019-01-01 | ip: validate header length on virtual device xmit | Willem de Bruijn |
2018-09-24 | ip_tunnel: be careful when accessing the inner header | Paolo Abeni |
2018-06-07 | ip_tunnel: Fix name string concatenate in __ip_tunnel_create() | Sultan Alsawaf |
2018-06-01 | ip_tunnel: restore binding to ifaces with a large mtu | Nicolas Dichtel |
2018-04-05 | ip_tunnel: better validate user provided tunnel names | Eric Dumazet |
2018-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-03-29 | ip_tunnel: Resolve ipsec merge conflict properly. | David S. Miller |
2018-03-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2018-03-23 | ip_tunnel: Emit events for post-register MTU changes | Petr Machata |
2018-03-19 | ip_tunnel: Clamp MTU to bounds on new link | Stefano Brivio |
2018-03-09 | net: do not create fallback tunnels for non-default namespaces | Eric Dumazet |
2018-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-02-27 | ip_tunnel: Rename & publish init_tunnel_flow | Petr Machata |
2018-02-26 | ip_tunnel: Do not use mark in skb by default | Thomas Winter |
2018-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-01-25 | net: don't call update_pmtu unconditionally | Nicolas Dichtel |
2018-01-24 | ip_tunnel: Use mark in skb by default | Thomas Winter |
2017-12-13 | ipv4: igmp: guard against silly MTU values | Eric Dumazet |
2017-09-19 | ipv4: speedup ipv6 tunnels dismantle | Eric Dumazet |
2017-09-12 | ip_tunnel: fix ip tunnel lookup in collect_md mode | Haishuang Yan |
2017-09-08 | ip_tunnel: fix setting ttl and tos value in collect_md mode | Haishuang Yan |
2017-06-16 | ip_tunnel: fix potential issue in ip_tunnel_rcv | Haishuang Yan |
2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller |
2017-04-21 | ip_tunnel: Allow policy-based routing through tunnels | Craig Gallek |
2016-11-18 | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan |
2016-10-20 | ipv4/6: use core net MTU range checking | Jarod Wilson |
2016-09-17 | ip_tunnel: add collect_md mode to IPIP tunnel | Alexei Starovoitov |
2016-06-15 | net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloads | Philip Prindeville |
2016-05-20 | net: Cleanup encap items in ip_tunnels.h | Tom Herbert |
2016-04-29 | ip_tunnel: fix preempt warning in ip tunnel creation/updating | Paolo Abeni |
2016-03-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-02-23 | tunnel: Clear IPCB(skb)->opt before dst_link_failure called | Bernie Harris |
2016-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-02-16 | ip_tunnel: replace dst_cache with generic implementation | Paolo Abeni |
2016-02-10 | vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices | David Wragg |
2015-12-25 | ip_tunnel: Move stats update to iptunnel_xmit() | Pravin B Shelar |
2015-11-30 | net: remove unnecessary mroute.h includes | Nikolay Aleksandrov |
2015-08-10 | ip_gre: Add support to collect tunnel metadata. | Pravin B Shelar |