summaryrefslogtreecommitdiff
path: root/include/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* userspace: add vxlan gpe support to vportGeorg Schmuecking2017-06-021-1/+0
* userspace: Switching of L3 packets in L2 pipelineJan Scheurich2017-06-022-7/+9
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-316-23/+71
* ofp-util: Fix tun_metadata processing in packet-outYi-Hung Wei2017-05-311-0/+1
* ofproto: Add pipeline fields support for OF 1.5 packet-outYi-Hung Wei2017-05-312-0/+4
* ofp-util: Add OpenFlow 1.5 packet-out supportYi-Hung Wei2017-05-311-2/+5
* ofp-util: Add flow metadata to ofputil_packet_outYi-Hung Wei2017-05-311-1/+1
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-032-9/+17
* ovn-sbctl: Add --ovs option to "lflow-list", for listing OpenFlow flows.Ben Pfaff2017-05-031-2/+2
* OpenFlow: Enable OpenFlow 1.4 by default.Ben Pfaff2017-05-011-1/+2
* ofp-actions: Document that learn(limit=0) is no limit.Joe Stringer2017-05-011-1/+1
* Add support for OpenFlow 1.6 (draft) port status and port mod messages.Ben Pfaff2017-04-072-8/+23
* types: New struct eth_addr64 for EUI-64 identifiers.Ben Pfaff2017-04-071-1/+9
* meta-flow: Remove metadata prerequisite on ether type.Jarno Rajahalme2017-03-241-6/+4
* compiler: Use C11 build assertions with new enough GCC or Clang.Ben Pfaff2017-03-161-13/+15
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-163-5/+32
* ofp-actions: Add limit to learn action.Daniele Di Proietto2017-03-161-0/+12
* ofproto: Add ref counting for variable length mf_fields.Yi-Hung Wei2017-03-153-0/+7
* nx-match: Use vl_mff_map to parse match field.Yi-Hung Wei2017-03-151-2/+4
* meta-flow: Fix conntrack field OVS version.Jarno Rajahalme2017-03-141-7/+7
* ofproto: Probe for sample nesting level.Andy Zhou2017-03-101-0/+3
* conntrack: Force commit.Jarno Rajahalme2017-03-081-1/+6
* actions: Add resubmit with conntrack tuple.Jarno Rajahalme2017-03-081-1/+3
* odp: Support conntrack orig tuple key.Jarno Rajahalme2017-03-083-4/+163
* flow: Make room after ct_state.Jarno Rajahalme2017-03-081-1/+2
* lib: Check match and action prerequisities with 'match'.Jarno Rajahalme2017-03-082-4/+5
* ofp-actions: Fix translation of set_field for nw_ecnEric Garver2017-03-081-0/+1
* ofproto: Meter translation.Jarno Rajahalme2017-03-081-0/+1
* meta-flow: Remove cmap dependency.Yi-Hung Wei2017-02-213-23/+3
* ofp-msgs: Remove unnecessary #include.Yi-Hung Wei2017-02-211-1/+0
* ofp-actions: Fix variable length meta-flow OXMs.Yi-Hung Wei2017-02-014-7/+39
* ovs-fields: New manpage to document Open vSwitch and OpenFlow fields.Ben Pfaff2017-01-251-199/+6
* New action "ct_clear".Ben Pfaff2017-01-101-1/+2
* nx-match: Only store significant bytes to stack.Jarno Rajahalme2017-01-061-2/+2
* util: Remove obsolete comment.Ben Pfaff2017-01-051-6/+2
* ofproto: Fix crash on flow monitor request with tun_metadata.Daniele Di Proietto2017-01-041-2/+3
* ofp-parse: Allow match field names in actions and brackets in matches.Jarno Rajahalme2017-01-041-0/+1
* lib: Add support for tftp ct helper.Joe Stringer2017-01-031-0/+4
* ovn-trace: New --ovs option to also print OpenFlow flows.Ben Pfaff2016-12-281-4/+9
* ofp-actions: Add clone action.William Tu2016-12-191-2/+3
* ofp-actions: Move function for struct ofpact_nest near struct definition.Ben Pfaff2016-12-191-6/+6
* doc: Populate 'topics' sectionStephen Finucane2016-12-122-4/+4
* ofp-actions: Add "ingress" and "egress" options to "sample" action.Ben Pfaff2016-11-301-1/+16
* ofproto: Return the OFPC_BUNDLES bit in switch features reply.Jarno Rajahalme2016-11-141-3/+8
* doc: Convert DESIGN to rSTStephen Finucane2016-11-031-1/+1
* meta-flow: Fix the NXM_NX_* names of xxreg2 and xxreg3.Jarno Rajahalme2016-10-101-2/+6
* smap: New macro SMAP_CONST2 for an immutable map of 2 key-value pairs.Ben Pfaff2016-10-071-5/+5
* json: Use reference counting in JSON objectsRodriguez Betancourt, Esteban2016-10-041-0/+2
* ofp-actions: Style fixes.Jarno Rajahalme2016-09-271-1/+1
* Add OpenFlow command to flush conntrack table entries.Justin Pettit2016-09-231-0/+4