netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / learning-switch.c
2016-02-20 Ben PfaffImplement serializing the state of packet traversal...
2016-02-20 Ben Pfaffofp-util: Rename struct ofputil_packet_in member 'len...
2016-02-20 Ben Pfaffofpbuf: New function ofpbuf_const_initializer().
2016-01-21 Ben Pfaffofp-util: Make decoding switch features harder to misus...
2016-01-20 Ben Pfaffopenflow: Better abstract handling of packet-in messages.
2016-01-20 Ben Pfafflearning-switch: Use "if"s instead of "switch" to reduc...
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-07 Ben PfaffBetter abstract OFPT_SET_CONFIG and OFPT_GET_CONFIG_REP...
2016-01-05 Ben Pfaffofp-actions: Make composing actions harder to screw up.
2016-01-04 Ben PfaffUse initializers for struct ofputil_flow_mod instead...
2015-12-15 Mengke Liugeneve-map-rename: rename geneve-map to tlv-map.
2015-09-09 Niti Rohillaofproto: Implement OF1.4 Group & Meter change notificat...
2015-07-03 Ben PfaffImplement OpenFlow 1.4+ OFPMP_TABLE_DESC message.
2015-06-25 Jesse Grossopenflow: Table maintenance commands for Geneve options.
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-08 Jesse Grossofp-util: Convert flow_metadata to match structure.
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-03 Pravin B Shelarofpbuf: Simplify ofpbuf API.
2015-03-03 Pravin B Shelardp-packet: Remove ofpbuf dependency.
2015-02-13 Ben Pfaffmac-learning: Implement per-port MAC learning fairness.
2014-12-15 Thomas Graflib: Move vconn.h to <openvswitch/vconn.h>
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-11-10 Rishi BambaAdd support for OpenFlow 1.4+ "importance" values.
2014-11-05 Jean Tourrilhesovs-testcontroller: Fix priority of non table-miss...
2014-08-12 Ben Pfafflearning-switch: Make test-controller work with OpenFlo...
2014-05-02 Alexandru CopotAdd basic implementation for OpenFlow 1.4 bundles
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-01 Andy Zhoulib: simplify flow_extract() API
2013-10-29 Alexandru Copotinclude/openflow: Add OpenFlow 1.4 header file
2013-10-08 ZhengLingyunovs-controller: Avoid dereferencing NULL pointer when...
2013-09-07 Andy Zhouopenflow-1.1+: OFPT_TABLE_MOD (part 1)
2013-09-02 Neil ZhuImplement OpenFlow 1.1+ "groups" protocol.
2013-08-28 Jarno Rajahalmelib: Keep track of usable protocols while parsing.
2013-08-02 Ethan Jacksonmac-learning: Stop using tags.
2013-08-01 Ethan Jacksonmac-learning: Make the mac-learning module thread safe.
2013-07-18 Ben Pfaffofp-msgs: Consistently include "STATS" in the names...
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-28 Ethan Jacksonmac-learning: Reference count 'struct mac_learning".
2013-06-24 Ethan Jacksonflow: New function hash_ofp_port() and hash_ofp_port().
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-05-16 Alex Wanglib/mac-learning.h: Change one variable's type and...
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-12-10 Jarno RajahalmeOpenflow 1.1 queue set/get config placeholders.
2012-11-27 Jarno RajahalmeInitial OpenFlow 1.3 support
2012-11-22 Ansis Attekadatapath: add skb mark matching and set action
2012-11-16 Ben Pfaffofp-util: Make ofputil_encode_set_protocol() able to...
2012-10-03 Jesse Grossflow: Extend struct flow to contain tunnel outer header.
2012-09-04 Ben Pfaffclassifier: Break cls_rule 'flow' and 'wc' members...
2012-08-08 Simon Hormanofp-util: Prepare Packet Out encoder for other Open...
2012-08-07 Ben Pfafflearning-switch: Normalize the flows that are sent...
2012-08-07 Ben Pfafflearning-switch: Don't use exact-match on every field...
2012-08-07 Ben Pfafflearning-switch: Delay sending handshake until version...
2012-08-07 Ben Pfafflearning-switch: Make lswitch own its rconn.
2012-08-07 Simon Hormanlearning-switch: Send Features Request and Set Config...
2012-07-31 Ben Pfaffofp-msgs: New approach to encoding and decoding OpenFlo...
2012-07-12 Ben Pfaffofproto: New feature to notify controllers of flow...
2012-07-04 Ben PfaffIntroduce ofpacts, an abstraction of OpenFlow actions.
2012-06-13 Ben Pfaffopenflow-1.0: Rename ofp_match to ofp10_match, OFPFW_...
2012-05-22 Ben Pfaffsimap: New data structure for string-to-integer maps.
2012-05-08 Justin Pettitofproto: Add support for OF1.3 port description multipa...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-26 Ethan Jacksonrconn: Simplify rconn_send() semantics.
2012-03-07 Ben PfaffAbstract everything that uses ofp_phy_port, add OF1...
2012-03-07 Ben Pfaffopenflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.
2012-03-07 Ben PfaffIntroduce ofputil_protocol, to abstract the protocol...
2012-02-27 Ben PfaffAdd ability to direct "packet-in"s to particular contro...
2012-02-09 Ben Pfaffofproto: Implement OpenFlow extension to allow control...
2012-02-09 Ben Pfaffofp-util: Add struct ofputil_packet_out, helper functio...
2012-02-07 Ben PfaffAdd information about time left before timeouts to...
2012-02-01 Ben Pfaffvswitchd: Make the MAC entry aging time configurable.
2012-01-12 Ben PfaffBetter abstract OpenFlow error codes.
2012-01-10 Ethan Jacksonopenflow: New Nicira Extended PACKET_IN format.
2011-11-01 Pravin B Shelardatapath: Convert kernel priority actions into match...
2011-08-12 Ethan Jacksonlib: Whitespace cleanup.
2011-06-30 Ben Pfaffofp-util: Rename OFPUTIL_INVALID to OFPUTIL_MSG_INVALID.
2011-06-07 Ben Pfafflearning-switch: Also wildcard VLAN priority bits.
2011-06-01 Ben Pfafflearning-switch: Don't limit message queued by --with...
2011-06-01 Ben Pfaffovs-controller: Allow --wildcards to specify a wildcard...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-12 Ben PfaffImplement basic multiple table support.
2011-04-26 Ben PfaffRemove support for obsolete "tun_id_from_cookie" extension.
2011-03-31 Ethan Jacksonlearning-switch: Remove dead assignment.
2011-03-22 Ben Pfaffmac-learning: Change 'port' member to a union.
2011-03-22 Ben Pfaffmac-learning: Refactor to increase generality.
2011-03-16 Ben Pfaffofproto: Get rid of archaic "switch status" OpenFlow...
2010-12-07 Ben Pfaffofpbuf: New function ofpbuf_use_const().
2010-12-06 Ben PfaffRefactor and centralize basic OpenFlow message decoding...
2010-12-06 Ben Pfaffqueue: Get rid of ovs_queue data structure.
2010-12-02 Ben Pfaffopenflow: Change ofp_phy_port's 'name' member from...
2010-11-22 Ben Pfaffofp-util: Make make_flow_mod() take cls_rule instead...
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-29 Ben Pfaffxtoxll: Rename "byte-order" since it now include more...
2010-10-11 Ben Pfaffflow: Get rid of flow_t typedef.
2010-10-01 Ben Pfaffovs-controller: Improve QoS abilities.
2010-10-01 Ben Pfafflearning-switch: Introduce struct for configuration.
2010-10-01 Ben Pfaffovs-controller: Make --with-flows read the file only...
2010-10-01 Ben Pfaffofp-parse: Factor out duplicated code into new functions.
2010-09-20 Ben PfaffAvoid shadowing local variable names.
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
next