ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / ofproto /
2012-07-25 Ben Pfaffopenflow: Separate OF1.0, OF1.1 flow_mod constants...
2012-07-25 Ben Pfaffopenflow: Rename OpenFlow 1.0 statistics messages with...
2012-07-25 Ben Pfaffofp-msgs: New approach to encoding and decoding OpenFlo...
2012-07-24 Ben Pfaffofproto-dpif: Add more details to "ofproto/trace" output.
2012-07-18 Ben Pfaffofproto-dpif: Make OFPP_TABLE always resubmit to table 0.
2012-07-17 Ethan Jacksonofproto: Fix compiler warnings.
2012-07-16 Gurucharan Shettyofproto: fix typo in documentation.
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 Pfaffrconn: Add byte counting feature to rconn_packet_counter.
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 Pfaffofp-actions: Add decoding and encoding OF1.1 instructio...
2012-07-04 Ben PfaffIntroduce ofpacts, an abstraction of OpenFlow actions.
2012-07-04 Ben Pfaffofp-util: Add OFPUTIL_ACTION_INVALID to enum ofputil_ac...
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-26 Ben Pfaffofproto-dpif-governor: Improve performance when most...
2012-06-22 Ethan Jacksonofproto-dpif: Place high priority on sending CCMs.
2012-06-22 Ethan Jacksonbridge: Run fast when adding and deleting ports.
2012-06-21 Mehak MahajanReapplying the dscp changes: No need to restart DB...
2012-06-21 Ben Pfaffofproto-dpif: Add coverage counters for facet revalidation.
2012-06-21 Ben Pfaffofproto-dpif: Remove unused coverage counters.
2012-06-21 Ben Pfaffofproto: Periodically log a summary of flow table changes.
2012-06-21 Ben Pfafftoken-bucket: New library for generic rate-limiting.
2012-06-21 Ben Pfaffpinsched: Completely fill the token bucket at initializ...
2012-06-20 Ben Pfaffofproto-dpif-governor: Wake up only when there is genui...
2012-06-20 Ben PfaffRevert DSCP update changes.
2012-06-09 Mehak MahajanNo need to restart DB / OVS on changing dscp value.
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-08 Ethan Jacksonpackets: Rename compose_benign_packet().
2012-06-08 Ethan Jacksonpackets: Use RARPs for learning packets.
2012-06-07 Ethan Jacksonofproto: Fix use after free in ofoperation_complete().
2012-06-07 Ethan Jacksonofproto-dpif: Avoid calling eth_addr_is_reserved().
2012-06-07 Ethan Jacksonpackets: Generalize reserved RSPAN protocols.
2012-05-29 Justin Pettitofp-util: Clean up cookie handling.
2012-05-22 Ben Pfaffofproto-dpif-governor: Fix bug in log message.
2012-05-22 Ben PfaffAdd support for tracking and logging daemon memory...
2012-05-14 Ben Pfaffdocs: Fix bad troff markup.
2012-05-14 Ben PfaffAvoid assigning the same value to a variable back-to...
2012-05-14 Ben Pfaffofproto: Remove write-only variable.
2012-05-14 Simon HormanRemove forward declaration of vsp_vlandev_to_realdev()
2012-05-10 Simon Hormanofproto-dpif: Make parameters const.
2012-05-09 Ben Pfaffofproto-dpif: Segregate CFM, LACP, and STP traffic...
2012-05-09 Ben Pfaffofproto-dpif: Introduce "slow path" datapath flows.
2012-05-09 Ben Pfaffofproto-dpif: Introduce "internal flows" for handling...
2012-05-09 Ben Pfaffofproto-dpif: Move code closer to left margin in facet_...
2012-05-09 Ben Pfaffofproto-dpif: Factor parts of update_stats() out into...
2012-05-09 Ben Pfaffodp-util: Change user_action_cookie from struct to...
2012-05-09 Ben Pfaffofproto-dpif: Clean up and centralize sFlow logic.
2012-05-09 Ben Pfaffodp-util: Use switch for checking values of an enum.
2012-05-09 Ben Pfaffofproto-dpif: Minor style fix.
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-07 Ben Pfaffofp-util: Treat a packet-out in_port of OFPP_CONTROLLER...
2012-05-07 Ben Pfaffofproto-dpif: Accept OpenFlow-like flows in "ofproto...
2012-05-07 Ben Pfaffofproto-dpif: Factor out VLAN splinter flow adjustment...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-05-02 Justin Pettitofproto: Rate-limit STP status errors on non-existent...
2012-04-30 Ben Pfaffconnmgr: Log when controllers are added and removed.
2012-04-26 Ethan Jacksonrconn: Simplify rconn_send() semantics.
2012-04-23 Ben Pfaffofproto: Fix use-after-free error when ports disappear.
2012-04-19 Ben Pfaffofproto-dpif: Avoid extra flow copy in xlate_actions...
2012-04-19 Ben Pfaffofproto-dpif: Avoid extra flow copy in xlate_actions...
2012-04-19 Ben Pfaffofproto-dpif: Avoid calling get_ofp_port() twice in...
2012-04-19 Ben Pfaffofproto-dpif: Implement "flow setup governor" to speed...
2012-04-19 Ben Pfaffofproto-dpif: Avoid malloc() in common case for "execut...
2012-04-19 Ben Pfaffofproto-dpif: Make it easier to credit statistics for...
2012-04-19 Ben Pfaffofproto-dpif: Avoid malloc() of "struct flow_miss".
2012-04-19 Ben Pfaffdpif: Make caller of dpif_recv() provide buffer space.
2012-04-19 Ben Pfaffofproto-dpif: Avoid malloc() in common case for allocat...
2012-04-19 Ben Pfaffofproto-dpif: Move definition of "struct subfacet"...
2012-04-19 Ben Pfaffofproto-dpif: Avoid computing flow hash multiple times.
2012-04-19 Ben Pfaffofproto-dpif: Avoid malloc() in common cases for xlate_...
2012-04-19 Ben Pfaffofproto-dpif: Don't do an extra flow translation when...
2012-04-19 Ben Pfaffofproto-dpif: Batch flow uninstallations due to expiration.
2012-04-19 Ben Pfaffofproto-dpif: Drop unneeded _SAFE from iteration in...
2012-04-17 Ethan Jacksonsocket-util: Remove DSCP_INVALID.
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.
2012-03-28 Ben PfaffRearrange structures to better fit valgrind's memory...
2012-03-27 Simon HormanAdd error codes for Open Flow v1.2
2012-03-24 Mehak MahajanAllow configuring DSCP on controller and manager connec...
2012-03-23 Ben Pfafftreewide: Convert tabs to spaces in C source files...
2012-03-23 Pravin B Shelarofproto: Optimize internal device MTU update
2012-03-22 Ethan Jacksonofproto-dpif: Fix CONTROLLER actions for LLC frames.
2012-03-21 Ben Pfaffofproto-dpif: Fix tag caching for learned flows.
2012-03-21 Ben Pfaffofproto-dpif: Avoid segfault deleting facets that execu...
2012-03-21 Ben Pfaffofproto-dpif: Fix return type of rule_calculate_tag().
2012-03-19 Ben Pfaffconfigure: Remove --with-build-number.
2012-03-15 Ben Pfaffconnmgr: Remove now-unused function connmgr_broadcast().
next