aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_gre.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-09-24gre: use nla_get_be32() to extract flowinfoLance Richardson1-1/+1
2016-09-24ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson1-1/+0
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2016-08-15gre: set inner_protocol on xmitSimon Horman1-2/+0
2016-08-10net: resolve symbol conflicts with generic hashtable.hJiri Kosina1-6/+6
2016-06-15gre: fix error handlerEric Dumazet1-1/+1
2016-06-08ip6gre: Allow live link address changeShweta Choudaha1-0/+3
2016-05-24ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path.Haishuang Yan1-0/+1
2016-05-24ip6_gre: Fix MTU setting for ip6gretapHaishuang Yan1-0/+2
2016-05-20ip6_gre: Do not allow segmentation offloads GRE_CSUM is enabled with FOU/GUEAlexander Duyck1-4/+8
2016-05-20ip6_gre: Add support for fou/gue encapsulationTom Herbert1-4/+75
2016-05-12gre: Fix wrong tpi->proto in WCCPHaishuang Yan1-1/+1
2016-05-12ip6_gre: Fix get_size calculation for gre6 tunnelHaishuang Yan1-3/+0
2016-05-10ip6_gre: Use correct flags for reading TUNNEL_SEQTom Herbert1-2/+2
2016-05-10ip6_gre: Set inner protocol correctly in __gre6_xmitTom Herbert1-1/+1
2016-05-10gre6: Fix flag translationsTom Herbert1-8/+12
2016-05-10ip6_gre: Fix MTU settingTom Herbert1-16/+13
2016-05-04gre: change gre_parse_header to return the header lengthJiri Benc1-1/+2
2016-05-02gre6: Cleanup GREv6 transmit path, call common GRE functionsTom Herbert1-202/+50
2016-05-02gre6: Cleanup GREv6 receive path, call common GRE functionsTom Herbert1-117/+23
2016-04-16ip6gre: Add support for GSOAlexander Duyck1-23/+33
2016-04-16ip6gre: Add support for basic offloads offloads excluding GSOAlexander Duyck1-2/+21
2016-04-16ip6gretap: Fix MTU to allow for Ethernet headerAlexander Duyck1-0/+2
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-02-23tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris1-0/+2
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-02-18gre: clear IFF_TX_SKB_SHARINGJiri Benc1-0/+1
2016-02-16net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni1-6/+6
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+3
2015-12-04gre6: allow to update all parameters via rtnlNicolas Dichtel1-5/+3
2015-11-30net: remove unnecessary mroute.h includesNikolay Aleksandrov1-1/+0
2015-09-24ip6_gre: Reduce log level in ip6gre_err() to debugMatt Bennett1-8/+8
2015-09-15ipv6: Fix dst_entry refcnt bugs in ip6_tunnelMartin KaFai Lau1-16/+22
2015-09-15ipv6: Rename the dst_cache helper functions in ip6_tunnelMartin KaFai Lau1-2/+2
2015-09-15ipv6: Refactor common ip6gre_tunnel_init codesMartin KaFai Lau1-13/+24
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-08-25ip6_gre: release cached dst on tunnel removalhuaibin Wang1-0/+1
2015-07-31ipv6: Implement different admin modes for automatic flow labelsTom Herbert1-2/+2
2015-07-31ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabelTom Herbert1-2/+3
2015-04-22ip6_gre: use netdev_alloc_pcpu_stats()Johannes Berg1-8/+1
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller1-1/+1
2015-04-02ip6tnl,gre6,vti6: implement ndo_get_iflinkNicolas Dichtel1-6/+2
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc1-3/+3
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-2/+2
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris1-3/+3
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris1-4/+4
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-02-05ip6_gre: fix endianness errors in ip6gre_errSabrina Dubroca1-2/+2
2015-01-23ip6gretap: advertise link netns via netlinkNicolas Dichtel1-0/+1