aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/geneve.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-23geneve: use network byte order for destination port config parameterJohn W. Linville1-8/+8
2015-09-22geneve: ensure ECN info is handled properly in all tx/rx pathsJohn W. Linville1-6/+6
2015-09-21geneve: remove vlan-related feature assignmentJohn W. Linville1-4/+0
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar1-6/+3
2015-08-29geneve: Use GRO cells infrastructure.Jesse Gross1-1/+16
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc1-0/+2
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc1-1/+1
2015-08-27geneve: Move device hash table to geneve socket.Pravin B Shelar1-26/+17
2015-08-27geneve: Consolidate Geneve functionality in single module.Pravin B Shelar1-88/+419
2015-08-27geneve: Add support to collect tunnel metadata.Pravin B Shelar1-85/+271
2015-08-27geneve: Make dst-port configurable.Pravin B Shelar1-4/+21
2015-08-27geneve: Use skb mark and protocol to lookup route.Pravin B Shelar1-0/+3
2015-08-27geneve: Initialize ethernet address in device setup.Pravin B Shelar1-3/+1
2015-08-18net: geneve: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-06-01geneve: allow user to specify TOS info for tunnel framesJohn W. Linville1-4/+14
2015-06-01geneve: allow user to specify TTL for tunnel framesJohn W. Linville1-4/+14
2015-05-13geneve: add initial netdev driver for GENEVE tunnelsJohn W. Linville1-0/+503