Merge 'next' into 'master'.
[sliver-openvswitch.git] / ofproto / ofproto.c
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...
2011-02-24 Ethan Jacksonofproto: Reset facet's rs_used at rule changes.
2011-02-22 Justin Pettitofproto: Free "controller_name" in ofconn_run().
2011-02-18 Ethan Jacksonofproto: Resubmit Statistics.
2011-02-18 Ethan Jacksonofproto: Batch statistics updates.
2011-02-18 Ethan Jacksonofproto: Display idle time in bridge/dump-flows.
2011-02-18 Ethan Jacksonofproto: flow_stats_ds() print flows properly.
2011-02-18 Ben Pfaffofproto: Fix behavior when special_cb not present ...
2011-02-07 Ethan Jacksonvswitchd: Process special packets more aggressively.
2011-02-07 Ben Pfaffofproto: Clear out entire 'name' field of ofp_phy_port...
2011-02-05 Ben Pfaffopenflow: Use types and accessors for half-aligned...
2011-01-31 Andrew Evansutil: New ovs_retval_to_string() function.
2011-01-28 Ben Pfaffdatapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming...
2011-01-28 Ben Pfaffdatapath: Convert upcalls and ODP_EXECUTE to use AF_NET...
2011-01-28 Ben PfaffEliminate ODPL_* from userspace-facing interface.
2011-01-28 Ben Pfaffdatapath: Eliminate 'flags' member from odp_flow.
2011-01-28 Ben Pfaffofproto: Avoid using ODPFF_ZERO_TCP_FLAGS.
2011-01-28 Ben Pfaffofproto: Generalize facet_put__() so that it is more...
2011-01-28 Ben Pfaffofproto: Fix test for installability change when revali...
2011-01-28 Ben Pfaffdpif: Eliminate ODPPF_* constants from client-visible...
2011-01-28 Ben Pfaffdpif: Eliminate "struct odp_flow_stats" from client...
2011-01-28 Ben Pfaffdpif: Eliminate "struct odp_flow" from client-visible...
2011-01-28 Ben Pfaffdatapath: Change ODP_FLOW_GET to retrieve only a single...
2011-01-28 Ben Pfaffdatapath: Drop port information from odp_stats.
2011-01-28 Ben Pfaffdpif: Eliminate "struct odp_port" from client-visible...
2011-01-28 Ben Pfaffdatapath: Change listing ports to use an iterator concept.
2011-01-28 Ben Pfaffdatapath: Report kernel's flow key when passing packets...
next