ofproto: Allow ->rule_choose_table() to be NULL regardless of table count.
[sliver-openvswitch.git] / ofproto / ofproto.c
2011-08-08 Ben Pfaffofproto: Allow ->rule_choose_table() to be NULL regardl...
2011-08-08 Ben Pfaffofproto: Make ->construct() and ->destruct() more symme...
2011-08-08 Ben Pfaffnetdev: Get rid of struct netdev_options and netdev_ope...
2011-08-08 Ben Pfaffnetdev: Clean up and refactor packet receive interface.
2011-07-28 Simon Hormanofproto-dpif: Allow setting of flow eviction threshold
2011-07-01 Justin Pettitofproto: Rename "private.h" to "ofproto->provider.h".
2011-07-01 Andrew Evansconnmgr: Free controller info in the same module where...
2011-06-30 Ben Pfaffofp-util: Simplify iteration through OpenFlow actions.
2011-06-30 Ben Pfaffofp-util: Rename OFPUTIL_INVALID to OFPUTIL_MSG_INVALID.
2011-06-14 Ben PfaffDefine UINT64_MAX as "unknown" in Open vSwitch specific...
2011-06-14 Ben Pfaffofproto: Implement asynchronous OFPT_FLOW_MOD commands.
2011-06-14 Ben Pfaffofproto: Collect all rules for an OpenFlow request...
2011-06-14 Ben Pfaffconnmgr: New function ofconn_send_error().
2011-06-14 Ben Pfaffofproto: Better abstract flow stats encoding.
2011-06-14 Ben Pfaffofproto: Better abstract aggregate stats encoding and...
2011-06-14 Ben Pfaffopenflow: Make stats replies more like other OpenFlow...
2011-06-14 Ben Pfaffnicira-ext: Separate nx_aggregate_stats_reply from...
2011-06-14 Ben Pfaffopenflow: Merge ofp_flow_stats_request and ofp_aggregat...
2011-06-14 Ben Pfaffopenflow: Merge ofp_stats_request and ofp_stats_reply.
2011-06-14 Ben Pfaffofproto: Correctly fill in table_id in NXST_FLOW replies.
2011-06-07 Ben Pfaffofproto: Fix memory leak in ofproto_destroy__().
2011-05-31 Ethan Jacksonofproto: Discontinue use of netdev_monitor.
2011-05-23 Ben Pfaffofproto: Properly initialize table_id when creating...
2011-05-20 Ethan Jacksoncfm: Cleanup CFM module interface.
2011-05-20 Ethan Jacksoncfm: Remove Maintenance_Point and Monitor tables.
2011-05-19 Ethan Jacksonofproto: Fix compiler warning.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-18 Ethan Jacksonofproto: Datapath statistics accounted twice.
2011-05-16 Ben Pfaffofproto: Maintain ofp_phy_port for each ofport in netwo...
2011-05-16 Ben Pfaffofproto: Drop duplicate "const" in parameter declaration.
2011-05-16 Ben Pfaffofproto: Fix ofproto_send_packet() treatment of vlan_tc...
2011-05-13 Ben Pfaffofproto: Call port_modified before closing old netdev...
2011-05-12 Ben Pfaffofproto: Fix duplicate hmap_remove() in ofproto_destroy().
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-12 Ben PfaffImplement basic multiple table support.
2011-05-11 Ben Pfaffofproto: Drop ofproto_rule_lookup().
2011-05-11 Ben Pfaffofproto: Fix number of reported tables in OFPT_FEATURES...
2011-05-11 Ben Pfaffofproto: Make rule construction and destruction more...
2011-05-11 Ben Pfaffofproto: Remove unused coverage counters.
2011-05-11 Ben Pfaffofproto: Update some comments.
2011-05-11 Ben PfaffRemove unneeded #include directives.
2011-05-11 Ben Pfaffofproto: Better document the ofproto_class interface.
2011-05-11 Ben Pfaffofproto: Break apart into generic and hardware-specific...
2011-05-11 Ben Pfaffofproto: Complete abstraction by adding enumeration...
2011-05-11 Ben Pfaffofproto: Improve abstraction by using OpenFlow port...
2011-05-11 Ben Pfaffdpif: Improve abstraction by making 'run' and 'wait...
2011-05-11 Ben Pfaffbridge: Move packet processing functionality into ofproto.
2011-05-06 Ethan Jacksonofproto: Resubmit statistics improperly account during...
2011-05-04 Ben Pfaffofproto: Update ports immediately upon ofproto_port_add...
2011-05-04 Ben Pfaffofproto: Add a pointer to the owning ofproto to struct...
2011-05-04 Ben Pfaffofproto: Initialize ports immediately upon ofproto...
2011-05-04 Ben Pfaffofproto: Add 'name' field to struct ofproto and use...
2011-05-04 Ben Pfaffofproto: Rename ofproto_iface_*() functions to ofproto_...
2011-05-04 Ben Pfaffofproto: Move private definitions to separate header.
2011-05-04 Ben Pfaffbridge: Eliminate direct dependencies on dpif.
2011-05-04 Ben Pfaffofproto: Maintain ofp_phy_port for each ofport in netwo...
2011-05-04 Ben Pfaffofproto: Make ofproto_send_packet() static.
2011-04-27 Ethan Jacksonofproto: Remove unused variable.
2011-04-26 Ben PfaffRemove support for obsolete "tun_id_from_cookie" extension.
2011-04-26 Ben Pfaffbridge: Move logic for flushing flows and standalone...
2011-04-21 Ben Pfaffofproto: Adjust netdev_monitor when switching netdevs.
2011-04-21 Ben Pfaffofproto: Rework and fix bugs in port change detection.
2011-04-21 Ben Pfaffofproto: Consistently use netdev's name instead of...
2011-04-19 Ben Pfaffofproto: Avoid memory leak in classifier on destruction.
2011-04-11 Ethan Jacksonautopath: Create the autopath action.
2011-04-01 Ben Pfaffpackets: New function snap_compose(); rename compose_pa...
2011-03-31 Ben Pfaffofproto: Change string sets in interface from svec...
2011-03-31 Ben PfaffConvert shash users that don't use the 'data' value...
2011-03-31 Ethan Jacksonofproto: Use new timer library.
2011-03-31 Ben Pfaffofproto: Fix order of destruction in ofproto_destroy().
2011-03-30 Ben Pfaffofpbuf: Make ofpbufs initialized with ofpbuf_use_stack...
2011-03-30 Ben Pfaffodp-util: Replace ODPUTIL_FLOW_KEY_U32S by new struct...
2011-03-30 Ben Pfaffofproto: Get rid of send_port_status() trivial wrapper...
2011-03-29 Ben Pfaffofproto: Factor OpenFlow connection management into...
2011-03-29 Ben Pfaffofproto: New function ofconn_pktbuf_retrieve().
2011-03-29 Ben Pfaffofproto: Add functions to get and set ofconn type and...
2011-03-29 Ben Pfaffofproto: Add ofconn_get_miss_send_len(), ofconn_set_mis...
2011-03-29 Ben Pfaffofproto: Add ofconn_get_flow_format(), ofconn_set_flow_...
2011-03-29 Ben Pfaffofproto: Use ofconn_send_reply() for sending OpenFlow...
2011-03-29 Ben Pfaffofproto: Introduce ofconn_get_ofproto() accessor function.
2011-03-29 Ben Pfaffofproto: Move hton_ofp_phy_port() to ofp-util.
2011-03-29 Ben Pfaffofproto: Break packet_in encoding out of ofproto into...
2011-03-29 Ben Pfaffofproto: Factor building of flow_removed messages out...
2011-03-23 Ethan Jacksoncfm: cfm_run() return ccm instead of packet.
2011-03-23 Justin Pettitofproto: Allow tunnel id to be in decimal or hex for...
2011-03-22 Ben Pfaffmac-learning: Change 'port' member to a union.
2011-03-22 Ben Pfaffmac-learning: Refactor to increase generality.
2011-03-18 Ben Pfaffofproto: Take responsibility for connectivity fault...
2011-03-18 Ben Pfaffofproto: Specialize ofproto_send_packet() for uses...
2011-03-16 Ben Pfaffofproto: Remove controller discovery support.
2011-03-16 Ben Pfaffofproto: Get rid of archaic "switch status" OpenFlow...
2011-03-16 Ben Pfaffofproto: Fix obsolete comments.
2011-03-16 Ben Pfaffofproto: Fix comment on send_packet_in().
2011-03-16 Ben Pfaffofproto: Don't include unneeded header file.
2011-03-14 Andrew Evansofproto: Store time since last connect and disconnect...
2011-03-09 Andrew Evansofproto: Report time connected or disconnected, not...
2011-03-04 Ethan Jacksonofproto: facet_execute() stats changes.
2011-03-04 Ethan Jacksonofproto: Update facet stats when used time increases.
2011-02-25 Ben Pfaffofproto: Log warning if controller requests an invalid...
2011-02-24 Ethan Jacksonofproto: Guarantee uninstalled facets have no dp_packet...
next