Prepare Open vSwitch 1.1.2 release.
[sliver-openvswitch.git] / ofproto /
2011-07-28 Ben Pfaffofproto-dpif: Ignore ECN bits in OFPAT_SET_NW_TOS actions.
2011-07-28 Ben Pfaffofproto: Fix typo in documentation.
2011-04-29 Ben Pfaffofproto: Adjust netdev_monitor when switching netdevs.
2011-04-29 Ben Pfaffofproto: Rework and fix bugs in port change detection.
2011-04-29 Ben Pfaffofproto: Consistently use netdev's name instead of...
2011-04-29 Ben Pfaffofproto: Avoid memory leak in classifier on destruction.
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 Pfaffconnmgr: Fix wild pointer dereference in connmgr_broadc...
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-25 Ethan Jacksonofproto: Change account_cb to use uint64_t.
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 Pettitdiscovery: Free "buffer" in discovery_set_accept_contro...
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-02-03 Ethan Jacksonpackets: Add eth_addr_compare_3way function.
2011-02-02 Justin Pettitlib: Replace IP_TYPE_ references with IPPROTO_.
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...
2011-01-28 Ben Pfaffdatapath: Convert odp_flow_key to use Netlink attribute...
2011-01-28 Ben Pfaffdatapath: Change listing flows to use an iterator concept.
2011-01-24 Andrew Evansbridge: Add controller status to Controller table.
2011-01-21 Ben Pfaffofproto: Correctly compute length of flow stats in...
2011-01-20 Ben Pfaffofproto: Fix bug in "trace" command.
2011-01-19 Ben Pfaffnx-match: Allow NXM_NX_TUN_ID and NXM_OF_VLAN_TCI on...
2011-01-19 Ben Pfaffofproto: Fix NXAST_REG_MOVE with NXM_NX_TUN_ID as desti...
2011-01-12 Ben PfaffAutomatically extract error types and codes for formatting.
2011-01-12 Ben PfaffFix non-static instances of "struct vlog_rate_limit...
2010-12-30 Ben Pfaffofproto: Increase max recursion level from 8 to 16.
2010-12-29 Ben Pfaffofproto: Use shash instead of svec for uniquifying...
2010-12-17 Ben PfaffImplement a new Nicira extension action for multipath...
2010-12-15 Ben Pfaffofproto: Always use xid 0 for *_FLOW_REMOVED messages.
2010-12-15 Ben Pfaffofproto: Fix encoding of NXST_* replies.
2010-12-15 Ben Pfaffofproto: Fix write-after-free error in compose_nx_flow_...
2010-12-13 Ben Pfaffofproto: Fix use-after-free error in facet_revalidate().
2010-12-13 Jesse Grosspinsched: Avoid uninitialized variable warning.
2010-12-13 Jesse Grossvswitchd: Consistently use size_t for action lengths.
2010-12-11 Justin Pettitofproto: Fix problem that caused facets not to be insta...
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-10 Ben Pfaffofp-util: Make ofputil_cls_rule_to_match() help with...
2010-12-10 Ben Pfaffofproto: Format entire rule when dumping all flows.
2010-12-10 Ben Pfaffdatapath: Replace "struct odp_action" by Netlink attrib...
2010-12-10 Ben Pfaffofproto: Fix documentation of ofproto/trace command.
2010-12-09 Ben Pfaffofproto: Add "ofproto/trace" command to help debugging...
2010-12-09 Ben Pfaffofproto: Change xlate_actions() to take a structure.
2010-12-09 Ben PfaffMake compiler complain about unhandled OpenFlow and...
2010-12-09 Ben PfaffUse ofpbuf_pull() instead of ofpbuf_try_pull() where...
2010-12-07 Ben Pfaffofpbuf: New function ofpbuf_use_const().
next