netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / ofp-errors.c
2016-02-20 Ben Pfaffofpbuf: New function ofpbuf_const_initializer().
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-05-14 Ben PfaffAdd skeleton for OF1.5 support.
2014-04-05 Ben Pfaffofp-print: Fix misaligned data access in ofp_print_erro...
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-23 Alexandru Copotofproto: Allow the use of the OpenFlow 1.4 protocol
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-25 Ben Pfaffofp-errors: Implement OpenFlow 1.2+ experimenter error...
2013-06-21 Ben Pfaffofp-errors: Make ofperr_decode() static.
2013-05-23 Ben Pfaffofp-errors: Add missing copyright and license notice.
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-12-04 Ben Pfaffofp-errors: Make every error encodable.
2012-12-04 Jarno Rajahalmeofp-errors: Remove OFPERR_* values for error categories.
2012-12-04 Ben Pfaffofp-errors: Correctly encode errors as extensions or...
2012-12-04 Jarno Rajahalmeofp-errors: Fix typo in comment.
2012-11-27 Jarno RajahalmeInitial OpenFlow 1.3 support
2012-08-07 Simon Hormanofp-error: Remove ofperr_domain from external API
2012-08-07 Simon Hormanofp-util: Make ofperr_encode_msg__() use correct Open...
2012-07-31 Ben Pfaffofp-msgs: New approach to encoding and decoding OpenFlo...
2012-03-27 Simon HormanAdd error codes for Open Flow v1.2
2012-01-12 Ben PfaffBetter abstract OpenFlow error codes.