netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / ofp-msgs.c
2016-02-20 Ben Pfaffofpbuf: New function ofpbuf_const_initializer().
2016-02-19 Ben Pfaffofp-msgs: Move most OpenFlow header definitions here.
2016-02-19 Ben Pfaffofp-msgs: Add support for ONF extension messages.
2016-01-20 Ben Pfaffhash: New helper functions hash_bytes32() and hash_byte...
2016-01-20 Ben Pfaffofp-msgs: Fix comments.
2015-07-07 Ben Pfaffofp-msgs: Add function ofptype_get_name().
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-03 Pravin B Shelarofpbuf: Simplify ofpbuf API.
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-08-29 Jarno Rajahalmelib/jsonrpc, lib/ofp-msgs, lib/ofp-parse: Use atomic_count.
2014-08-14 Justin PettitFix capitalization of OpenFlow.
2014-05-14 Ben PfaffAdd skeleton for OF1.5 support.
2014-05-14 Ben Pfaffofp-msgs: New functions ofpmp_version() and ofpmp_decod...
2014-04-03 Jarno Rajahalmeofpbuf: Abstract 'l2' pointer and document usage conven...
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-30 Jarno Rajahalmelib/ofpbuf: Compact
2014-03-23 Alexandru Copotofproto: Allow the use of the OpenFlow 1.4 protocol
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-10-25 YAMAMOTO Takashiofproto: Report correct errors for unsupported stats...
2013-07-31 Ethan Jacksonclang: Add annotations for thread safety check.
2013-07-23 Ben Pfaffofp-msgs: Make alloc_xid() thread-safe.
2013-07-22 Ben Pfaffofp-msgs: Make thread-safe.
2013-02-12 Ben Pfaffofp-msgs: ensure that l2 is set in ofpmp_reserve()
2013-02-12 Ben Pfaffofp-msgs: New function ofpraw_decode_assert().
2013-02-12 Ben Pfaffofp-msgs: Fix typos in comment.
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-11-27 Jarno RajahalmeInitial OpenFlow 1.3 support
2012-08-06 Ben Pfaffofp-msgs: ofpmp_reserve() must add "more" flag when...
2012-07-31 Simon Hormanopenflow: Add enum ofp_version
2012-07-31 Ben Pfaffopenflow: Rename OpenFlow 1.0 statistics messages with...
2012-07-31 Ben Pfaffofp-msgs: New approach to encoding and decoding OpenFlo...