nx-match: Update register check functions.
[sliver-openvswitch.git] / ofproto /
2011-08-12 Ethan Jacksonlib: Whitespace cleanup.
2011-08-09 Ben Pfaffofp-util: Rename struct flow_stats_request with ofputil...
2011-08-09 Ben Pfaffofp-util: Rename struct flow_mod to struct ofputil_flow...
2011-08-09 Sanjay SaneOption to forward BPDU (Ethernet control class) frames
2011-08-09 Ben PfaffNew action NXAST_RESUBMIT_TABLE.
2011-08-09 Ben Pfaffofproto-dpif: Add multiple table support.
2011-08-08 Ben Pfaffofproto: New helper macro OFPROTO_FOR_EACH_TABLE.
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 Pfaffofproto-dpif: Fix pointer arithmetic on null pointer.
2011-08-08 Ben Pfaffofproto-dpif: Make ofproto/trace accept an odp_flow...
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-08-04 Ben Pfaffin-band: Delete remaining rules when disabling in-band...
2011-08-04 Ben Pfaffconnmgr: Drop 'next_in_band_update' timer.
2011-07-28 Simon Hormanofproto-dpif: Allow setting of flow eviction threshold
2011-07-28 pravin shelarDatapath action should not refer to controller
2011-07-28 Ben Pfaffofproto-dpif: Fix mirror configuration and deconfiguration.
2011-07-27 Ben Pfaffofproto-dpif: Restore former NORMAL action behavior...
2011-07-27 Ben Pfaffvlan-bitmap: Remove function vlan_bitmap_contains().
2011-07-23 Ethan Jacksonbundle: New action "bundle_load".
2011-07-22 Ben Pfaffofproto-dpif: Initialize 'may_enable' at port construct...
2011-07-20 Ben Pfaffofproto-dpif: Implement OFPAT_SET_NW_TOS.
2011-07-20 Ben Pfaffofproto-dpif: Ignore ECN bits in OFPAT_SET_NW_TOS actions.
2011-07-19 Ethan Jacksonvswitch: Implement bundle action.
2011-07-19 Ethan Jacksonofproto-dpif: Store bonding enabled flag on ofport.
2011-07-19 Ethan Jacksonofproto: Don't commit modifiers on OFPP_NONE outputs.
2011-07-18 Ben Pfaffofproto-dpif: Do not mirror L2 multicast switch protoco...
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-07-01 Andrew Evansbridge: Update controller connection status correctly.
2011-06-30 Ben Pfaffofp-util: Centralize decoding of OpenFlow actions.
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-30 Simon Hormanofproto: Simplify bucket finding in facet_max_idle()
2011-06-30 Ben Pfaffofproto: Fix typo in documentation.
2011-06-16 Justin Pettitofproto: Rename ofproto-sflow.[ch] to ofproto-dpif...
2011-06-15 Ethan Jacksonofproto-dpif: Remove obsolete comment.
2011-06-15 Ben Pfaffofproto: Improve description of port dump functions.
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-10 Justin Pettitofproto: Correct comment describing set_netflow().
2011-06-09 Justin PettitRemove NXAST_DROP_SPOOFED_ARP action.
2011-06-07 Ben Pfaffofproto: Fix memory leak in ofproto_destroy__().
2011-06-01 Ethan Jacksonofproto: Optimize datapath actions.
2011-06-01 Ethan Jacksonofproto: Enqueue improperly resets priority.
2011-06-01 Ben Pfaffdatapath: Get packet metadata from userspace in odp_pac...
2011-05-31 Ethan Jacksonofproto: Discontinue use of netdev_monitor.
2011-05-26 Ben Pfaffin-band: Avoid "cast increases required alignment of...
2011-05-24 Ethan Jacksoncfm: Require 'name' field for 'cfm' objects.
2011-05-24 Ethan Jacksonofproto: Fix possible core dump during flow revalidation.
2011-05-24 Ben Pfaffofproto-dpif: Fix statistics busted by bad merge.
2011-05-23 Ben Pfaffofproto: Properly initialize table_id when creating...
2011-05-20 Ethan Jacksonbond: Use CFM for slave status.
2011-05-20 Ethan Jacksoncfm: Remove packet definition from CFM header file.
2011-05-20 Ethan Jacksoncfm: Cleanup CFM module interface.
2011-05-20 Ethan Jacksoncfm: Remove Maintenance_Point and Monitor tables.
2011-05-20 Ethan Jacksoncfm: No longer allow configuration of ma_name and md_name.
2011-05-20 Ethan Jacksoncfm: Migrate cfm/show unixctl command to CFM module.
2011-05-19 Ethan Jacksonofproto: Fix compiler warning.
2011-05-19 Ben Pfaffofproto-dpif: Fix bond accounting.
2011-05-19 Ben Pfaffofproto-dpif: Fix argument in send_packet() call.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-18 Ethan Jacksonofproto: Datapath statistics accounted twice.
2011-05-17 Ben Pfaffofproto-dpif: Revalidate flows in some previously misse...
2011-05-17 Ben Pfaffofproto-dpif: Avoid unnecessary ODP-to-OFP port conversion.
2011-05-17 Ben Pfaffofproto-dpif: Fix null pointer dereference in is_admiss...
2011-05-16 Ben PfaffMake the source tree sparse clean.
2011-05-16 Ben PfaffFix incorrect byte order annotations.
2011-05-16 Ben PfaffConvert remaining network-byte-order "uint<N>_t"s into...
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-dpif: Fix null pointer dereference in get_ofp_p...
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 Pfaffofproto: Fix typo in comment.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-12 Ben Pfaffofproto-dpif: Get rid of effectively unused 'check_spec...
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 Pfaffofproto: Eliminate reference to dpif_upcall from ofproto.
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...
next