aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_vti.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-29vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev1-1/+1
2018-08-19ip6_vti: fix a null pointer deference when destroy vti6 tunnelHaishuang Yan1-1/+2
2018-08-19ip6_vti: fix creating fallback tunnel device for vti6Haishuang Yan1-0/+2
2018-08-18ip6_vti: simplify stats handling in vti6_xmitHaishuang Yan1-11/+3
2018-06-07vti6: fix PMTU caching and reporting on xmitEyal Birger1-5/+6
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-05-01change the comment of vti6_ioctlSun Lianwen1-1/+1
2018-04-27vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 tooStefano Brivio1-2/+2
2018-04-05vti6: better validate user provided tunnel namesEric Dumazet1-2/+5
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+23
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-19vti6: Fix dev->max_mtu settingStefano Brivio1-1/+1
2018-03-19vti6: Keep set MTU on link creation or change, validate itStefano Brivio1-8/+16
2018-03-19vti6: Properly adjust vti6 MTU from MTU of lower deviceStefano Brivio1-4/+6
2018-03-04net/ipv6: Pass skb to route lookupDavid Ahern1-1/+1
2018-02-27net: Convert vti6_net_opsKirill Tkhai1-0/+1
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel1-1/+1
2017-12-20ip6_vti: adjust vti mtu according to mtu of lower deviceAlexey Kodanev1-0/+20
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-09-26vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev1-1/+2
2017-09-19ipv6: speedup ipv6 tunnels dismantleEric Dumazet1-9/+14
2017-07-18vti: revert flush x-netns xfrm cache when vti interface is removedFlorian Westphal1-31/+0
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-4/+4
2017-04-21ip6_tunnel: Allow policy-based routing through tunnelsCraig Gallek1-1/+9
2017-03-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-2/+6
2017-02-24vti6: return GRE_KEY for vti6David Forster1-0/+4
2017-02-16vti6: Don't report path MTU below IPV6_MIN_MTU.Steffen Klassert1-2/+6
2017-01-27net/ipv6: support more tunnel interfaces for EUI64 link-local generationFelix Jia1-0/+4
2017-01-06vti6: fix device register to report IFLA_INFO_KINDDavid Forster1-1/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+31
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-2/+3
2016-10-20ipv4/6: use core net MTU range checkingJarod Wilson1-19/+2
2016-10-11vti6: flush x-netns xfrm cache when vti interface is removedNicolas Dichtel1-0/+31
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+15
2016-09-21vti6: fix input pathNicolas Dichtel1-3/+1
2016-09-09vti: use right inner_mode for inbound inter address family policy checksthomas.zeitlhofer+lkml@ze-it.at1-1/+14
2016-08-10net: resolve symbol conflicts with generic hashtable.hJiri Kosina1-5/+5
2016-02-16net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni1-1/+1
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman1-1/+1
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman1-1/+1
2015-06-01vti6: Add pmtu handling to vti6_xmit.Steffen Klassert1-0/+14
2015-05-28ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck1-2/+7
2015-05-28ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck1-1/+3
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2015-04-07vti6: fix uninit when using x-netnsYao Xiwei1-2/+1