flow: New function hash_ofp_port() and hash_ofp_port().
[sliver-openvswitch.git] / ofproto / ofproto.c
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-06-18 Jarno Rajahalmeofproto: Index flows by cookie.
2013-06-17 Jarno Rajahalmeofproto: Make handle_openflow's msg argument const.
2013-06-14 Jarno Rajahalmeofproto: Fix use of uninitialized local variable.
2013-06-07 Ethan Jacksonofproto-dpif: Set flow-eviction-threshold globally.
2013-05-31 Gurucharan Shettyovs-vswitchd: An option to wait for userspace flow...
2013-05-30 Ben PfaffImplement duration fields in OpenFlow 1.3 port stats.
2013-05-21 Ethan Jacksonofproto-dpif: Don't configure BFD on missing ofports.
2013-05-10 Ben Pfaffnetdev: Factor restoring flags into new "struct netdev_...
2013-05-07 Ethan Jacksonbfd: Implement Bidirectional Forwarding Detection.
2013-04-22 Romain LengletImplement IPFIX export
2013-03-06 Ben Pfaffofproto: Merge all the CFM query functions into one.
2013-02-12 Ben PfaffMake OpenFlow 1.2+ role replies return the generation ID.
2013-02-12 Ben Pfaffofp-util: Simplify struct ofputil_role_request.
2013-01-26 Ben Pfaffofproto: Maintain "expirable" list for "add" flow_mod...
2013-01-26 Ben Pfaffofproto: Properly refresh rule modified time when nothi...
2013-01-25 Simon Hormanofproto: Optimise OpenFlow flow expiry
2013-01-24 Ben Pfaffofproto: Avoid wild write removing OFPP_LOCAL port...
2013-01-21 Ben Pfaffofproto: Remove redundant call to ofconn_get_ofproto
2013-01-17 Justin Pettitofproto: Add "actions=" to drop action in "ovs-appctl...
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-11 Krishna Kondakaalloc_ofp_port does not allocate the port number correctly
2012-12-28 Jarno RajahalmeAdd Openflow 1.2 role request/reply processing, update...
2012-12-26 Ben Pfaffovs-vswitch: Make OpenFlow "dp_desc" configurable.
2012-12-26 Ben Pfaffofproto: Use NULL "desc" values to indicate defaults.
2012-12-26 Ben Pfaffofproto: Remove ofproto_set_desc().
2012-12-21 Ethan Jacksonofproto: Remove trailing whitespace.
2012-12-18 Ben Pfaffofproto, ofproto-dpif: Fix memory leaks of struct iface...
2012-12-10 Jarno RajahalmeOpenflow 1.1 queue set/get config placeholders.
2012-12-08 Ben Pfaffvswitchd: Make the maximum size of MAC learning tables...
2012-12-03 Jarno Rajahalmeinclude/openflow: Moved remaining common definitions...
2012-11-27 Jarno RajahalmeInitial OpenFlow 1.3 support
2012-11-27 Jarno RajahalmeFix handling of OFPP_ANY in OpenFlow 1.1 and later.
2012-11-22 Ansis Attekadatapath: add skb mark matching and set action
2012-11-20 Gurucharan Shettyofproto: Fix ofport allocation.
2012-11-16 Justin PettitAdd functions to determine how port should be opened...
2012-11-12 Simon Hormanofproto, connmgr: Parameterise OpenFlow versions for...
2012-11-04 Ben Pfaffofproto: Report 0 Mbps when speed not available instead...
2012-11-02 Ben Pfaffofproto: Better hide hidden tables.
2012-11-02 Justin Pettitofproto: Add type "run", "run_fast", and "wait" provide...
2012-11-02 Justin PettitSeparate OpenFlow port numbers from datapath ones.
2012-11-02 Justin Pettitofproto: Add initialization function.
2012-11-02 Justin PettitAllow the OpenFlow port to be requested for a port.
2012-10-14 Ben Pfaffofp-errors: Merge OF1.0 "all tables full" with OF1...
2012-10-12 Ben Pfaffofproto: Fix typo in macro name.
2012-10-12 Simon Hormanofproto: Do not add flow on flow mod if new_cookie...
2012-10-12 Simon Hormanofp-msgs: Open Flow 1.1 and 1.2 Queue Status Messages
2012-10-10 Simon Hormanofp-msgs: Open Flow 1.1 and 1.2 Port Status Messages
2012-10-03 Jesse Grossflow: Extend struct flow to contain tunnel outer header.
2012-10-01 Simon Hormanofp-util: Use table_id in OF1.1 and OF1.2 Flow Remove...
2012-09-28 Simon Hormanofproto: Rationalise comments in handle_flow_mod().
2012-09-26 Ben Pfaffopenflow-1.2: Remove OFPAT12_* definitions that duplica...
2012-09-20 Anupam Chandaofproto: Fix uninitialized field in ofputil_flow_update.
2012-09-13 Simon Hormanofp-util: Allow decoding of Open Flow 1.1 & 1.2 Table...
2012-09-05 Simon Hormanofp-errors: Use OFPERR_OFPBRC_BAD_TABLE_ID
2012-09-05 Simon Hormanofp-errors: Use OFPERR_OFPBRC_BAD_PORT
2012-09-04 Ben PfaffIntroduce sparse flows and masks, to reduce memory...
2012-09-04 Ben Pfaffclassifier: Prepare for "struct cls_rule" needing to...
2012-09-04 Ben Pfaffclassifier: Break cls_rule 'flow' and 'wc' members...
2012-09-04 Ben Pfaffflow: Replace flow_wildcards members by a single "struc...
2012-09-04 Ben Pfaffofproto: Move ofpacts_check() calls from ofproto-dpif...
2012-09-04 Ben Pfaffofproto: Move 'max_ports' from ofproto-dpif.c to ofproto.c.
2012-08-13 Ethan Jacksoncfm: Expose remote CFM opstate in the database.
2012-08-09 Ben PfaffAdd support for 'hard_timeout' in OF1.2 flow_removed...
2012-08-03 Ben Pfaffutil: New macro CONST_CAST.
2012-07-31 Simon Hormanopenflow: Add enum ofp_version
2012-07-31 Ben Pfaffopenflow: Separate OF1.0, OF1.1 flow_mod constants...
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...
2012-07-17 Ethan Jacksonofproto: Fix compiler warnings.
2012-07-12 Ben Pfaffofproto: New feature to notify controllers of flow...
2012-07-12 Ben Pfaffofproto: Add extra comments and checking for expiring...
2012-07-12 Ben Pfaffofproto: Represent flow cookie changes as operations...
2012-07-12 Ben Pfaffofproto: Revert change in flow cookie when an ofoperati...
2012-07-12 Ben Pfaffofproto: Finalize all ofoperations in a given ofgroup...
2012-07-12 Ben Pfaffofproto: Mark some function parameters const.
2012-07-06 Ben Pfaffofproto: Make ofoperation_create() return the new opera...
2012-07-06 Ben Pfaffofproto: Fix typos in comments.
2012-07-05 Ben Pfaffovs-vswitchd: Log datapath ID in a more user-friendly...
2012-07-05 Ben Pfaffofproto: Always include ofproto name in log messages.
2012-07-04 Ben PfaffIntroduce ofpacts, an abstraction of OpenFlow actions.
2012-06-27 Ben Pfaffofproto: Report nonexistent ports and queues as errors...
2012-06-26 Mehak MahajanSetting miss_send_len on receiving NXT_SET_ASYNC_CONFIG...
2012-06-21 Ben Pfaffofproto: Periodically log a summary of flow table changes.
2012-06-14 Ben Pfaffofproto: Remove member whose value is always -1 from...
2012-06-13 Ben Pfaffopenflow-1.0: Rename ofp_match to ofp10_match, OFPFW_...
2012-06-11 Ben Pfaffofproto: Update comment.
2012-06-07 Ethan Jacksonofproto: Fix use after free in ofoperation_complete().
2012-05-29 Justin Pettitofp-util: Clean up cookie handling.
2012-05-22 Ben PfaffAdd support for tracking and logging daemon memory...
2012-05-14 Ben Pfaffofproto: Remove write-only variable.
2012-05-09 Ben Pfaffofproto: Don't limit flows in OpenFlow tables by default.
2012-05-08 Justin Pettitofproto: Add support for OF1.3 port description multipa...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-05-02 Justin Pettitofproto: Rate-limit STP status errors on non-existent...
2012-04-23 Ben Pfaffofproto: Fix use-after-free error when ports disappear.
2012-04-05 Mehak MahajanGranular link health statistics for cfm.
2012-04-05 Mehak MahajanRevert "Granular link health statistics for cfm."
2012-04-05 Mehak MahajanGranular link health statistics for cfm.
next