summaryrefslogtreecommitdiff
path: root/include
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
* Check and allocate free qdisc queue id for ports with qos parametersBabu Shanmugam2016-10-041-1/+16
* ofp-actions: Style fixes.Jarno Rajahalme2016-09-271-1/+1
* Add OpenFlow command to flush conntrack table entries.Justin Pettit2016-09-232-0/+13
* 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
* ovn-controller: Fix group_id allocation.Gurucharan Shetty2016-09-091-0/+2
* ovn-controller: Datapath based conntrack zone for load-balancing.Gurucharan Shetty2016-09-091-0/+3
* 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
* ovn-controller: Back out incremental processingRyan Moats2016-08-311-4/+0
* ofp-actions: Waste less memory in set field and load actions.Jarno Rajahalme2016-08-312-14/+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-152-0/+16
* expr: New function expr_parse_microflow().Ben Pfaff2016-08-151-0/+8
* expr: New function expr_evaluate().Ben Pfaff2016-08-151-0/+6
* meta-flow: New functions mf_subfield_copy() and mf_subfield_swap().Ben Pfaff2016-08-151-0/+6
* lex: Integrate error handling into struct lexer.Ben Pfaff2016-08-153-13/+20
* ovn: Rewrite logical action parsing and encoding library.Ben Pfaff2016-08-152-37/+299
* ovn-controller: Add 'put_dhcpv6_opts' action in ovn-controllerNuman Siddique2016-08-141-0/+12
* 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-102-0/+6
* ovn: Use a common symbol table for ovn-controller and test-ovn.Ben Pfaff2016-08-081-0/+4
* expr: Give a subfield a direct pointer to its parent in struct expr_symbol.Ben Pfaff2016-08-081-15/+19
* expr: Track writability as part of expr_symbol.Ben Pfaff2016-08-081-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
* ovn: Add support for IPv6 dynamic bindings.Justin Pettit2016-07-291-1/+12
* ovn: Rename "nd" action to "nd_na".Justin Pettit2016-07-291-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
* move ovn/lib/<lex|actions|expr>.h to include/ovnAaron Rosen2016-07-275-0/+760
* 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