summaryrefslogtreecommitdiffstats
path: root/drivers/net/geneve.c
Commit message (Expand)AuthorAgeFilesLines
* ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2015-08-311-6/+3Star
* geneve: Use GRO cells infrastructure.Jesse Gross2015-08-291-1/+16
* ip_tunnels: record IP version in tunnel infoJiri Benc2015-08-291-0/+2
* ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc2015-08-291-1/+1
* geneve: Move device hash table to geneve socket.Pravin B Shelar2015-08-281-26/+17Star
* geneve: Consolidate Geneve functionality in single module.Pravin B Shelar2015-08-281-88/+419
* geneve: Add support to collect tunnel metadata.Pravin B Shelar2015-08-281-85/+271
* geneve: Make dst-port configurable.Pravin B Shelar2015-08-281-4/+21
* geneve: Use skb mark and protocol to lookup route.Pravin B Shelar2015-08-281-0/+3
* geneve: Initialize ethernet address in device setup.Pravin B Shelar2015-08-281-3/+1Star
* net: geneve: convert to using IFF_NO_QUEUEPhil Sutter2015-08-181-2/+1Star
* geneve: allow user to specify TOS info for tunnel framesJohn W. Linville2015-06-021-4/+14
* geneve: allow user to specify TTL for tunnel framesJohn W. Linville2015-06-021-4/+14
* geneve: add initial netdev driver for GENEVE tunnelsJohn W. Linville2015-05-131-0/+503