summaryrefslogtreecommitdiff
path: root/drivers/net/geneve.c
AgeCommit message (Expand)Author
2020-11-18geneve: add transport ports in route lookup for geneveMark Gray
2020-05-20net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2020-05-10ovs/geneve: fix rtnl notifications on iface deletionNicolas Dichtel
2020-05-10ovs/gre,geneve: fix error path when creating an ifaceNicolas Dichtel
2016-12-10geneve: avoid use-after-free of skb->dataSabrina Dubroca
2016-11-15net: add recursion limit to GROSabrina Dubroca
2016-06-24vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg
2016-06-24geneve: Relax MTU constraintsDavid Wragg
2016-06-24udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa
2015-12-23geneve: initialize needed_headroomPaolo Abeni
2015-12-08geneve: Fix IPv6 xmit stats update.Pravin B Shelar
2015-10-30geneve: add IPv6 bits to geneve_fill_metadata_dstJohn W. Linville
2015-10-30geneve: handle ipv6 priority like ipv4 tosJohn W. Linville
2015-10-30geneve: implement support for IPv6-based tunnelsJohn W. Linville
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar
2015-10-18tunnels: Don't require remote endpoint or ID during creation.Jesse Gross
2015-09-23geneve: use network byte order for destination port config parameterJohn W. Linville
2015-09-22geneve: ensure ECN info is handled properly in all tx/rx pathsJohn W. Linville
2015-09-21geneve: remove vlan-related feature assignmentJohn W. Linville
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar
2015-08-29geneve: Use GRO cells infrastructure.Jesse Gross
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc
2015-08-27geneve: Move device hash table to geneve socket.Pravin B Shelar
2015-08-27geneve: Consolidate Geneve functionality in single module.Pravin B Shelar
2015-08-27geneve: Add support to collect tunnel metadata.Pravin B Shelar
2015-08-27geneve: Make dst-port configurable.Pravin B Shelar
2015-08-27geneve: Use skb mark and protocol to lookup route.Pravin B Shelar
2015-08-27geneve: Initialize ethernet address in device setup.Pravin B Shelar
2015-08-18net: geneve: convert to using IFF_NO_QUEUEPhil Sutter
2015-06-01geneve: allow user to specify TOS info for tunnel framesJohn W. Linville
2015-06-01geneve: allow user to specify TTL for tunnel framesJohn W. Linville
2015-05-13geneve: add initial netdev driver for GENEVE tunnelsJohn W. Linville