summaryrefslogtreecommitdiffstats
path: root/drivers/net/geneve.c
Commit message (Expand)AuthorAgeFilesLines
* geneve: add IPv6 bits to geneve_fill_metadata_dstJohn W. Linville2015-10-301-7/+22
* geneve: handle ipv6 priority like ipv4 tosJohn W. Linville2015-10-301-2/+17
* geneve: implement support for IPv6-based tunnelsJohn W. Linville2015-10-301-79/+394
* openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-231-7/+33
* tunnels: Don't require remote endpoint or ID during creation.Jesse Gross2015-10-191-6/+6
* geneve: use network byte order for destination port config parameterJohn W. Linville2015-09-241-8/+8
* geneve: ensure ECN info is handled properly in all tx/rx pathsJohn W. Linville2015-09-231-6/+6
* geneve: remove vlan-related feature assignmentJohn W. Linville2015-09-221-4/+0Star
* 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