summaryrefslogtreecommitdiff
path: root/lib/ofp-msgs.c
Commit message (Expand)AuthorAgeFilesLines
* 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