summaryrefslogtreecommitdiff
path: root/include/openvswitch
Commit message (Expand)AuthorAgeFilesLines
...
* ofp-actions: Support OF1.5 meter action.Ben Pfaff2019-06-201-3/+3
* nsh: Fix "shadow" warnings while compiling with clang.Damijan Skvarc2019-06-091-6/+12
* Add a new OVS action check_pkt_largerNuman Siddique2019-04-221-0/+19
* compiler: Fix compilation when using VStudio 2015/2017Alin Gabriel Serdean2019-04-161-0/+12
* lib: added check to prevent int overflowToms Atteka2019-03-261-0/+6
* ofp-protocol: Changed the number of bits in OFPUTIL_P_ANY from 10 to 9.Ashish Varma2019-03-151-1/+1
* automake: Clean up cxxtest.cc.Ilya Maximets2019-02-111-0/+1
* Remove support for OpenFlow 1.6 (draft).Ben Pfaff2019-02-054-27/+10
* Support for match & set ICMPv6 reserved and options type fieldsVishal Deep Ajmera2019-02-043-2/+35
* ofp-actions: Set an action depth limit to prevent stackoverflow by ofpacts_parseYifeng Sun2019-02-041-0/+4
* treewide: Get rid of // comments, even inside comments.Ben Pfaff2019-01-251-1/+1
* ofpbuf: Reintroduce assertion on size in ofpbuf_pull().Ben Pfaff2019-01-171-0/+1
* ofp-actions: Avoid overflow for ofpact_learn_spec->n_bitsYifeng Sun2019-01-171-1/+1
* ovs-vswitchd: Implement OFPT_TABLE_FEATURES table modification request.Ben Pfaff2019-01-155-6/+21
* ofproto: Handle multipart requests with multiple parts.Ben Pfaff2019-01-101-1/+19
* vconn: Allow timeout configuration for blocking connection.Ilya Maximets2019-01-101-2/+2
* ovs-thread: Add thread safety annotation to cond_wait.Ilya Maximets2018-12-101-1/+2
* ofp-table: Parse table features messages more carefully.Ben Pfaff2018-12-031-2/+12
* ofp-actions: Make all actions a multiple of OFPACT_ALIGNTO bytes.Ben Pfaff2018-11-191-158/+233
* docs: Fix cross-references that referred to discussions that have moved.Ben Pfaff2018-11-151-2/+2
* rconn: New function rconn_is_reliable().Ben Pfaff2018-10-311-0/+1
* ofp-table: Always format the table number in table features.Ben Pfaff2018-10-261-1/+0
* ofp-table: Better summarize table features and statistics.Ben Pfaff2018-10-261-1/+4
* ofp-msgs: Added ONF_ and NXT_REQUESTFORWARD for OF1.0-1.3Zak Whittington2018-10-262-1/+8
* NSH: Fix NSH-related length macros that cause stack overflowYifeng Sun2018-10-261-2/+2
* ofproto: Handle OpenFlow version mismatch for requestforward with groups.Ben Pfaff2018-09-262-2/+17
* meta-flow: Make "nw_frag" a synonym for "ip_frag".Ben Pfaff2018-09-201-1/+1
* util: Better document ALIGNED_CAST.Ben Pfaff2018-09-171-2/+8
* lib/tc: Support matching on ip tosOr Gerlitz2018-08-011-0/+1
* ofp-actions: Split ofpacts_check__() into many functions.Ben Pfaff2018-07-311-6/+14
* ofproto: Add support for specifying a meter in controller actions.Justin Pettit2018-07-301-0/+8
* flow: Refactor some of VLAN helper functionsJianbo Liu2018-07-251-2/+2
* ofp-print: Move significant formatting code into more specific .c files.Ben Pfaff2018-06-189-10/+72
* treewide: Convert leading tabs to spaces.Ben Pfaff2018-06-111-2/+2
* ofp-bundle: Minor style fixes for header.Ben Pfaff2018-06-111-11/+13
* vlog: exit with error if explicitly specified logfile cannot be openedDan Williams2018-05-251-2/+8
* Embrace anonymous unions.Ben Pfaff2018-05-251-1/+1
* ovs-fields: Correct ideas about which OXM classes are official.Ben Pfaff2018-05-251-15/+15
* userspace: add erspan tunnel support.William Tu2018-05-214-3/+75
* ofp-print: Handle statistics more systematically.Ben Pfaff2018-05-171-0/+2
* ofp-group: Move formatting code for groups into ofp-group.Ben Pfaff2018-05-171-1/+18
* Add OpenFlow extensions for group support in OpenFlow 1.0.Ben Pfaff2018-05-172-33/+56
* Add support for OpenFlow 1.5 statistics (OXS).SatyaValli2018-05-163-7/+19
* json: Avoid extra memory allocation and string copy parsing object members.Ben Pfaff2018-03-312-0/+2
* ofp-flow: Reduce memory consumption for ofputil_flow_mod, using minimatch.Ben Pfaff2018-03-311-1/+1
* flow, match, classifier: Add new functions for miniflow and minimatch.Ben Pfaff2018-03-311-0/+4
* match: Add 'tun_md' member to struct minimatch.Ben Pfaff2018-03-312-0/+6
* ofp-print: Move much of the printing code into message-specific files.Ben Pfaff2018-03-1411-36/+114
* ofp-match: Make some public functions static.Ben Pfaff2018-03-141-5/+0
* ofp-packet: Better abstract packet-in format.Ben Pfaff2018-03-142-6/+27