configure: Fix --with-linux when environment contains KSRC.
[sliver-openvswitch.git] / ofproto /
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...
2011-05-11 Ben Pfaffofproto: Improve abstraction by adding function ofproto...
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 PfaffDESIGN: Move in-band control design discussion here.
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 PfaffConvert remaining network-byte-order "uint<N>_t"s into...
2011-05-04 Ben Pfaffofproto: Maintain ofp_phy_port for each ofport in netwo...
2011-05-04 Ben Pfaffofproto: Group struct cfm forward declaration with...
2011-05-04 Ben Pfaffofproto: Make ofproto_send_packet() static.
2011-04-27 Ethan Jacksonofproto: Remove unused variable.
2011-04-27 Ethan Jacksonconnmgr: 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 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().
next