summaryrefslogtreecommitdiff
path: root/lib/ofp-msgs.c
Commit message (Expand)AuthorAgeFilesLines
* ofp-msgs: Fix comment typo.Lin Huang2022-11-301-1/+1
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* Remove support for OpenFlow 1.6 (draft).Ben Pfaff2019-02-051-5/+0
* ofproto: Handle multipart requests with multiple parts.Ben Pfaff2019-01-101-47/+293
* ofp-print: Handle statistics more systematically.Ben Pfaff2018-05-171-1/+15
* util: Document and rely on ovs_assert() always evaluating its argument.Ben Pfaff2018-02-011-24/+8
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+2
* Add skeleton for OF1.6 support.Ben Pfaff2016-04-181-0/+5
* Move lib/ofp-msgs.h to include/openvswitch directoryBen Warren2016-04-141-4/+4
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-7/+7
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ofpbuf: New function ofpbuf_const_initializer().Ben Pfaff2016-02-191-3/+1
* ofp-msgs: Move most OpenFlow header definitions here.Ben Pfaff2016-02-191-0/+39
* ofp-msgs: Add support for ONF extension messages.Ben Pfaff2016-02-191-31/+44
* hash: New helper functions hash_bytes32() and hash_bytes64().Ben Pfaff2016-01-201-3/+3
* ofp-msgs: Fix comments.Ben Pfaff2016-01-191-15/+15
* ofp-msgs: Add function ofptype_get_name().Ben Pfaff2015-07-061-1/+8
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-38/+38
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-6/+6
* lib/jsonrpc, lib/ofp-msgs, lib/ofp-parse: Use atomic_count.Jarno Rajahalme2014-08-291-4/+2
* Fix capitalization of OpenFlow.Justin Pettit2014-08-141-1/+1
* Add skeleton for OF1.5 support.Ben Pfaff2014-05-141-1/+6
* ofp-msgs: New functions ofpmp_version() and ofpmp_decode_raw().Ben Pfaff2014-05-141-0/+25
* ofpbuf: Abstract 'l2' pointer and document usage conventions.Jarno Rajahalme2014-04-031-36/+36
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-21/+21
* lib/ofpbuf: CompactJarno Rajahalme2014-03-291-4/+5
* ofproto: Allow the use of the OpenFlow 1.4 protocolAlexandru Copot2014-03-231-0/+5
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-4/+4
* ofproto: Report correct errors for unsupported stats/multipart requests.YAMAMOTO Takashi2013-10-241-6/+39
* clang: Add annotations for thread safety check.Ethan Jackson2013-07-301-6/+2
* ofp-msgs: Make alloc_xid() thread-safe.Ben Pfaff2013-07-231-1/+8
* ofp-msgs: Make thread-safe.Ben Pfaff2013-07-221-1/+5
* ofp-msgs: ensure that l2 is set in ofpmp_reserve()Ben Pfaff2013-02-121-0/+2
* ofp-msgs: New function ofpraw_decode_assert().Ben Pfaff2013-02-111-0/+17
* ofp-msgs: Fix typos in comment.Ben Pfaff2013-02-111-2/+2
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-15/+14
* Initial OpenFlow 1.3 supportJarno Rajahalme2012-11-271-0/+4
* ofp-msgs: ofpmp_reserve() must add "more" flag when splitting stats.Ben Pfaff2012-08-061-0/+4
* openflow: Add enum ofp_versionSimon Horman2012-07-301-12/+35
* openflow: Rename OpenFlow 1.0 statistics messages with "10" infix.Ben Pfaff2012-07-301-5/+5
* ofp-msgs: New approach to encoding and decoding OpenFlow headers.Ben Pfaff2012-07-301-0/+962