aboutsummaryrefslogtreecommitdiff
path: root/datapath/vport-gre.c
AgeCommit message (Expand)Author
2013-09-23datapath: remove duplicated include from vport-gre.cWei Yongjun
2013-09-07datapath: iptunnels: remove net arg from iptunnel_xmit().Pravin B Shelar
2013-09-06datapath: Remove vlan compat supportPravin B Shelar
2013-09-06datapath: Remove checksum compat supportPravin B Shelar
2013-09-06datapath: Remove skb->mark compat code.Pravin B Shelar
2013-08-13datapath: Move generic tunnel functions to lisp module.Pravin B Shelar
2013-08-13datapath: move tunnel-init function to flow.hPravin B Shelar
2013-08-13datapath: tunnel: Fix gre64 tunnel when key not specified.Pravin B Shelar
2013-06-27datapath: Make GRE support conditional on CONFIG_NET_IPGRE_DEMUX.Jesse Gross
2013-06-20gre: Restructure tunneling.Pravin B Shelar
2013-06-12datapath: make skb->csum consistent with rest of networking stack.Pravin B Shelar
2013-05-06datapath: Kill VPORT_F_TUN_ID vport flag.Pravin B Shelar
2013-05-06datapath: Move vport init to first port create.Pravin B Shelar
2013-05-06datapath: Unify vport error stats handling.Pravin B Shelar
2013-05-06tunneling: Remove struct tnl_vport and tnl_ops.Pravin B Shelar
2013-04-12datapath: Simplify datapath locking.Pravin B Shelar
2013-03-26datapath: Factor out common code from *_build_header() to ovs_tnl_send().Jarno Rajahalme
2013-03-04Tunnel: Cleanup old tunnel infrastructure.Pravin B Shelar
2013-02-01tunneling: Don't send ICMP messages if no tunnel port is found.Jesse Gross
2013-01-28datapath: Remove compatibility GRE identifier.Jesse Gross
2013-01-28datapath: Remove vport MAC address configuration.Jesse Gross
2013-01-28datapath: Remove tunnel path MTU discovery support.Jesse Gross
2012-12-27openvswitch: Remove Linux bridge compatibility.Pravin B Shelar
2012-11-06tunnel: Zero keys if marked as not present.Jesse Gross
2012-11-06datapath: Allow GRE64 to use flow based tunneling.Jesse Gross
2012-11-06datapath: Shorten flow tunneling flags.Jesse Gross
2012-11-05datapath: Remove tunnel header caching.Pravin B Shelar
2012-11-05datapath: Add Upstream id for GRE type.Pravin B Shelar
2012-10-24datapath: Fix zero key tunnels.Pravin B Shelar
2012-10-20datapath: Add support for tun_key to Open vSwitch datapathKyle Mestery
2012-10-09datapath: Allow GRE64 tunnels without any key.Pravin B Shelar
2012-10-09datapath: Fix GRE tunnel without any key.Pravin B Shelar
2012-10-05datapath: 64-bit GRE supportPravin B Shelar
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-01-30datapath: Add support for namespace.Pravin B Shelar
2012-01-20datapath: Correct GRE checksum offset.Jesse Gross
2011-11-22datapath: Scope global symbols with ovs_ prefix.Jesse Gross
2011-11-16datapath: Reformat copyright messages.Jesse Gross
2011-10-24datapath: Add multicast tunnel support.Ben Pfaff
2011-10-17datapath: Simplify tnl_find_port().Ben Pfaff
2011-09-30datapath: Streamline tunnel port lookupPravin Shelar
2011-09-15datapath: Always use generic stats for devices (vports)Pravin Shelar
2011-08-19datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit
2011-06-30tunneling: Force selection of an IP ID with GRE.Jesse Gross
2011-03-10tunneling: Rely on protocol handles to parse ToS.Jesse Gross
2011-02-04datapath: Consider tunnels to have no MTU, fixing jumbo frame support.Ben Pfaff
2011-01-27datapath: Change userspace vport interface to use Netlink attributes.Ben Pfaff
2011-01-27datapath: Change vport type from string to integer enumeration.Ben Pfaff
2010-12-28datapath: Return vport configuration when queried.Justin Pettit
2010-12-13datapath: Correct byte order annotations.Jesse Gross