summaryrefslogtreecommitdiff
path: root/include/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* 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
* token-bucket: Add token_bucket_wait_at().Jarno Rajahalme2016-09-201-1/+4
* ofp-actions: Remove unused OFPACT_FOR_EACH_TYPE.Binbin Xu2016-09-201-23/+0
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-194-7/+15
* ofproto: Support packet_outs in bundles.Jarno Rajahalme2016-09-142-3/+10
* learn: Fix iteration over learning specs.Ben Pfaff2016-09-021-10/+23
* learn: Avoid nested zero-sized arrays to fix build with MSVC.Jarno Rajahalme2016-09-011-16/+23
* ofp-actions: Waste less memory in set field and load actions.Jarno Rajahalme2016-08-311-6/+28
* ofp-actions: Waste less memory in learn actions.Jarno Rajahalme2016-08-312-14/+42
* lib: Retire packet buffering feature.Jarno Rajahalme2016-08-301-3/+1
* vlog: Fix crash when --syslog-method has no argument.Binbin Xu2016-08-191-1/+1
* ovn-trace: New utility.Ben Pfaff2016-08-151-0/+8
* meta-flow: New functions mf_subfield_copy() and mf_subfield_swap().Ben Pfaff2016-08-151-0/+6
* meta-flow: Add ovs_be128 member to union mf_subvalue.Ben Pfaff2016-08-131-0/+1
* ovn-controller: Persist desired conntrack groups.Ryan Moats2016-08-101-0/+1
* ofp-actions: Factor OFPACT_PADDED_MEMBERS out into a more general form.Ben Pfaff2016-08-082-14/+22
* ofp-actions: Correct member name for write_actions.Ben Pfaff2016-08-081-1/+1
* flow: Comment that nw_src holds ARP SPA and nw_dst holds ARP TPA.Ben Pfaff2016-08-081-2/+2
* ofp-util: remove flow mod's delete_reason.Jarno Rajahalme2016-07-291-3/+0
* ofproto: Support group mods in bundles.Jarno Rajahalme2016-07-292-4/+22
* meta-flow: Compact struct field_array.Jarno Rajahalme2016-07-292-2/+7
* ofproto-dpif-xlate: Hash only fields specified for 'hash' selection method.Jarno Rajahalme2016-07-291-2/+0
* meta-flow: Clean up masking with prerequisities checking.Jarno Rajahalme2016-07-291-6/+2
* meta-flow: Add mf_mask_field_masked().Jarno Rajahalme2016-07-292-3/+5
* meta-flow: Add byte access to struct mf_value.Jarno Rajahalme2016-07-291-0/+1
* vconn: Better bundle error management.Jarno Rajahalme2016-07-291-1/+14
* ofproto: Use ofproto_mutex for groups and keep track of referring flows.Jarno Rajahalme2016-07-291-0/+55
* conntrack: New userspace connection tracker.Daniele Di Proietto2016-07-271-0/+4
* ovn: Make it possible for CMS to detect when the OVN system is up-to-date.Ben Pfaff2016-07-261-0/+6
* ovsdb: Weak references performance fixRodriguez Betancourt, Esteban2016-07-261-0/+7
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-224-0/+632
* ovn: Add 128-bit support for ct_labelNuman Siddique2016-07-181-0/+4
* Introduce 128-bit xxregs.Justin Pettit2016-07-124-5/+54
* Increase number of registers to 16.Justin Pettit2016-07-122-13/+36
* ofp-actions: Add truncate action.William Tu2016-06-241-0/+10
* ovn-controller: Add 'put_dhcp_opts' action in ovn-controllerNuman Siddique2016-06-231-0/+12
* ipfix: Support tunnel information for Flow IPFIX.Benli Ye2016-06-171-2/+3
* ipfix: Add support for exporting ipfix statistics.Benli Ye2016-06-143-0/+43
* types: Change ofp_port_t from uint16_t to uint32_t.Ben Pfaff2016-06-032-6/+16
* list.h: Define OVS_LIST_POISON staticallyNithin Raju2016-05-281-3/+0
* util: Drop 'date' and 'time' arguments from ovs_set_program_nameMarkos Chandras2016-05-261-5/+1
* nat: documentation and parsing fixes.Jarno Rajahalme2016-05-181-2/+3
* cmap: New macro CMAP_INITIALIZER, for initializing an empty cmap.Ben Pfaff2016-05-091-4/+9
* Add support for extended netdev statistics based on RFC 2819.mweglicx2016-05-061-0/+27
* ofp-errors: Introduce OF1.6 (proposed) error code for OFPBFC_BAD_VERSION.Ben Pfaff2016-04-181-3/+3
* Add skeleton for OF1.6 support.Ben Pfaff2016-04-181-3/+6