aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_gre.c
AgeCommit message (Expand)Author
2017-09-20ip6_gre: update mtu properly in ip6gre_errXin Long
2017-07-05ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson
2017-07-05ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet
2017-02-18ip6_gre: fix ip6gre_err() invalid readsEric Dumazet
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-24gre: use nla_get_be32() to extract flowinfoLance Richardson
2016-09-24ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-15gre: set inner_protocol on xmitSimon Horman
2016-08-10net: resolve symbol conflicts with generic hashtable.hJiri Kosina
2016-06-15gre: fix error handlerEric Dumazet
2016-06-08ip6gre: Allow live link address changeShweta Choudaha
2016-05-24ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path.Haishuang Yan
2016-05-24ip6_gre: Fix MTU setting for ip6gretapHaishuang Yan
2016-05-20ip6_gre: Do not allow segmentation offloads GRE_CSUM is enabled with FOU/GUEAlexander Duyck
2016-05-20ip6_gre: Add support for fou/gue encapsulationTom Herbert
2016-05-12gre: Fix wrong tpi->proto in WCCPHaishuang Yan
2016-05-12ip6_gre: Fix get_size calculation for gre6 tunnelHaishuang Yan
2016-05-10ip6_gre: Use correct flags for reading TUNNEL_SEQTom Herbert
2016-05-10ip6_gre: Set inner protocol correctly in __gre6_xmitTom Herbert
2016-05-10gre6: Fix flag translationsTom Herbert
2016-05-10ip6_gre: Fix MTU settingTom Herbert
2016-05-04gre: change gre_parse_header to return the header lengthJiri Benc
2016-05-02gre6: Cleanup GREv6 transmit path, call common GRE functionsTom Herbert
2016-05-02gre6: Cleanup GREv6 receive path, call common GRE functionsTom Herbert
2016-04-16ip6gre: Add support for GSOAlexander Duyck
2016-04-16ip6gre: Add support for basic offloads offloads excluding GSOAlexander Duyck
2016-04-16ip6gretap: Fix MTU to allow for Ethernet headerAlexander Duyck
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-23tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-18gre: clear IFF_TX_SKB_SHARINGJiri Benc
2016-02-16net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-04gre6: allow to update all parameters via rtnlNicolas Dichtel
2015-11-30net: remove unnecessary mroute.h includesNikolay Aleksandrov
2015-09-24ip6_gre: Reduce log level in ip6gre_err() to debugMatt Bennett
2015-09-15ipv6: Fix dst_entry refcnt bugs in ip6_tunnelMartin KaFai Lau
2015-09-15ipv6: Rename the dst_cache helper functions in ip6_tunnelMartin KaFai Lau
2015-09-15ipv6: Refactor common ip6gre_tunnel_init codesMartin KaFai Lau
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-25ip6_gre: release cached dst on tunnel removalhuaibin Wang
2015-07-31ipv6: Implement different admin modes for automatic flow labelsTom Herbert
2015-07-31ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabelTom Herbert
2015-04-22ip6_gre: use netdev_alloc_pcpu_stats()Johannes Berg
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller
2015-04-02ip6tnl,gre6,vti6: implement ndo_get_iflinkNicolas Dichtel
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris