summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Implement IPFIX exportRomain Lenglet2013-04-221-0/+26
* datapath: Use ETH_ALEN to define ethernet addressesThomas Graf2013-03-291-6/+7
* datapath: Provide simple version of if_ether.h on non-Linux systems.Jesse Gross2013-03-292-0/+32
* openflow-1.3.h: Fix spelling errorJarno Rajahalme2013-03-281-1/+1
* nicira-ext: Fix comment on NXAST_STACK_PUSH and NXAST_STACK_POP.Andy Zhou2013-03-211-1/+1
* datapath: Remove old patch interface definitions.Jesse Gross2013-03-151-9/+0
* nicira-ext: Document that nx_flow_mod_table_id applies to nx_flow_mod too.Ben Pfaff2013-03-081-5/+8
* Add table_id to NXM flow_removed messages.Ben Pfaff2013-03-081-2/+8
* nicira-ext: Add Nicira actions NXAST_STACK_PUSH and NXAST_STACK_POP.Andy Zhou2013-03-061-0/+19
* Add support for set_mpls_ttl actionSimon Horman2013-03-061-0/+12
* Add support for dec_mpls_ttl actionSimon Horman2013-03-061-0/+1
* Tunnel: Cleanup old tunnel infrastructure.Pravin B Shelar2013-03-043-79/+10
* Add support for LISP tunnelingLorand Jakab2013-02-252-3/+4
* ipsec: prepare IPsec for flow based tunnelingAnsis Atteka2013-02-201-1/+1
* datapath: Remove CAPWAP tunneling support.Pravin B Shelar2013-02-191-1/+0
* Allow OVS_USERSPACE_ATTR_USERDATA to be variable length.Ben Pfaff2013-02-151-5/+6
* nicira-ext: Remove the autopath action.Ethan Jackson2013-02-051-45/+1
* User-Space MPLS actions and matchesSimon Horman2013-02-053-6/+60
* datapath: Remove kernel patch ports.Jesse Gross2013-01-281-1/+0
* datapath: Remove compatibility GRE identifier.Jesse Gross2013-01-281-3/+2
* datapath: Remove vport MAC address configuration.Jesse Gross2013-01-281-4/+2
* datapath: Remove tunnel path MTU discovery support.Jesse Gross2013-01-281-1/+1
* datapath: Remove support for Don't Fragment inheritance.Jesse Gross2013-01-281-1/+1
* datapath: More flexible kernel/userspace tunneling attribute.Pravin B Shelar2013-01-181-15/+17
* include/linux/openvswitch.h: Make OVSP_LOCAL 32-bit.Jarno Rajahalme2013-01-071-1/+1
* Make OVS_TUNNEL_ATTR_DST_IPV4 optional to allow configuration of null_ports.Jarno Rajahalme2012-12-311-3/+4
* openvswitch: Remove Linux bridge compatibility.Pravin B Shelar2012-12-272-101/+0
* nx-match: Log a warning when a wildcarded bit is set to 1.Ben Pfaff2012-12-081-3/+4
* datapath: Add support for VXLAN tunnels to Open vSwitchKyle Mestery2012-12-053-3/+7
* include/openflow: Moved remaining common definitions from openflow-1.0.hJarno Rajahalme2012-12-035-116/+131
* Initial OpenFlow 1.3 supportJarno Rajahalme2012-11-277-4/+499
* Fix handling of OFPP_ANY in OpenFlow 1.1 and later.Jarno Rajahalme2012-11-271-0/+8
* datapath: add skb mark matching and set actionAnsis Atteka2012-11-211-0/+1
* nicira-ext: Remove NXFF_OPENFLOW12.Ben Pfaff2012-11-161-2/+1
* sparse: Add ip6_rthdr struct to the ip6.hAnsis Atteka2012-11-131-0/+7
* datapath: Shorten flow tunneling flags.Jesse Gross2012-11-061-3/+3
* datapath: Include OVS_KEY_ATTR_IPV4_TUNNEL in upstream range.Jesse Gross2012-11-061-1/+1
* datapath: Remove tunnel header caching.Pravin B Shelar2012-11-051-1/+1
* datapath: Add Upstream id for GRE type.Pravin B Shelar2012-11-051-0/+1
* ofp-util: Add version bitmap support to hello messages.Simon Horman2012-11-041-0/+11
* Process RARP packets with ethertype 0x8035 similar to ARP packets.Mehak Mahajan2012-11-021-3/+3
* datapath: Add support for tun_key to Open vSwitch datapathKyle Mestery2012-10-201-1/+17
* ofp-actions: Implement writing to metadata fieldJoe Stringer2012-10-181-0/+15
* nicira-ext: Clarify behavior of overlapping src and dst for NXAST_REG_MOVE.Ben Pfaff2012-10-181-0/+4
* ofp-errors: Merge OF1.0 "all tables full" with OF1.1+ "table full".Ben Pfaff2012-10-131-4/+3
* nicira-ext: Correct and improve nx_flow_update_abbrev comment.Ben Pfaff2012-10-111-4/+4
* datapath: 64-bit GRE supportPravin B Shelar2012-10-051-0/+1
* openflow-1.2: Remove OFPAT12_* definitions that duplicate OFPAT11_* ones.Ben Pfaff2012-09-261-17/+1
* ovs-ofctl: Accept port keywords, OF1.1 port numbers, reject port number 0.Ben Pfaff2012-09-201-4/+12
* ofp-actions: helper functions for of12 set-field actionSimon Horman2012-09-131-2/+1