packaging: Fix Xen and RH packaging error that was introduced with ovs-test utility
[sliver-openvswitch.git] / ofproto /
2011-11-18 Ben PfaffImplement a new port setting "other-config:priority...
2011-11-17 Ethan Jacksonofproto: Remove dead variable.
2011-11-17 Justin Pettitofproto-dpif: Fix segfault in mirror_update_dups().
2011-11-17 Ben Pfaffofproto-dpif: Get rid of "struct dst".
2011-11-17 Ben Pfaffodp-util: Add support for named ports to odp_flow_key_f...
2011-11-17 Ben Pfaffodp-util: New function factored out of put_userspace_ac...
2011-11-17 Ben Pfaffofproto-dpif: Improve RSPAN translation performance...
2011-11-17 Ben Pfaffofproto-dpif: Make compose_mirror_dsts() harder to...
2011-11-17 Ben Pfaffofproto-dpif: Remove duplicate VLAN logic.
2011-11-17 Ben Pfaffofproto-dpif: Do not output RSPAN packets to SPAN ports.
2011-11-15 Justin Pettitofproto: Disable STP when unregistering a port.
2011-11-15 Justin Pettitstp: Track BPDU tx and rx counts.
2011-11-15 Ben Pfaffdatapath: Don't drop packets with partial vlan tags.
2011-11-15 Ben Pfaffdatapath: Describe policy for extending flow key, imple...
2011-11-11 Justin PettitPrepend "nw_" to "frag" and "tos" elements.
2011-11-09 Justin PettitSupport matching and modifying IP TTL.
2011-11-09 Justin PettitSupport matching and modifying IP ECN bits.
2011-11-09 Justin PettitDon't overload IP TOS with the frag matching bits.
2011-11-09 Justin Pettitofproto-dpif: Actually disable STP on port when disabli...
2011-11-02 Jesse Grossofproto-dpif: Use send_packet() instead of netdev_send().
2011-11-02 Ben Pfaffofproto: Reject invalid input ports in OFPT_PACKET_OUT...
2011-11-02 Ben Pfaffofproto: Add error code for bad role.
2011-11-02 Ben Pfaffofproto: Issue OpenFlow error for bad table IDs.
2011-11-02 Ben Pfaffofproto: Consistently log OpenFlow error replies.
2011-11-01 Ansis Attekaovs-appctl: Add fdb/flush command
2011-11-01 Pravin B Shelardatapath: Convert kernel priority actions into match...
2011-11-01 Edward Tomasz Napi... Fix build on FreeBSD.
2011-10-31 Ben Pfaffofproto: Add OFPC_QUEUE_STATS to switch feature reply.
2011-10-29 Ethan Jacksonnicira-ext: New action "exit".
2011-10-27 Ethan Jacksonbundle: Don't special case OFPP_LOCAL in bundle actions.
2011-10-27 Ethan Jacksonbundle: Allow OFPP_NONE in bundle actions.
2011-10-24 Ben Pfaffofproto-dpif: Fix uninitialized struct member in xlate_...
2011-10-24 Ben Pfaffofproto: Check for overlapping flows only in the target...
2011-10-24 Ben Pfaffofproto-dpif: Fix htons() that should be ntohs().
2011-10-22 Justin Pettitovs-vswitchd: Add support for 802.1D STP.
2011-10-22 Justin Pettitofproto: Add function to set OpenFlow state and update...
2011-10-22 Justin Pettitofproto: Mark 'ofproto' arg in is_mirror_output_bundle...
2011-10-22 Justin Pettitofproto: Fix comment describing ofport_modified().
2011-10-22 Justin Pettitofproto-dpif: Update bundle when OFPPC_NO_FLOOD changed.
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-21 Pravin B Shelardatapath: Refactor actions in terms of match fields.
2011-10-19 Ben Pfaffofproto-dpif: Increase recursion limit.
2011-10-18 Ben Pfaffofproto-dpif: Make OFPAT_ENQUEUE to input port do nothing.
2011-10-18 Pravin B Shelarofproto-dpif: Fix in-band action for sFlow.
2011-10-14 Ben Pfaffofproto-dpif: Batch interacting with the dpif on flow...
2011-10-14 Ben Pfaffofproto-dpif: Separate facet creation and action transl...
2011-10-14 Ben Pfaffofproto-dpif: Factor controller optimization out of...
2011-10-14 Ben Pfaffofproto-dpif: Break send_packet_in() into two separate...
2011-10-14 Ben Pfaffofproto-dpif: Move DHCP in-band control special case...
2011-10-14 Ben Pfaffofproto-dpif: Revalidate tagged packets, too, in facet_...
2011-10-14 Ben Pfaffofproto-dpif: Properly re-translate uninstallable facet...
2011-10-13 Ben Pfaffofproto-dpif: Avoid bad pointer dereference in execute_...
2011-10-12 Ben Pfaffdatapath: Move Netlink PID for userspace actions from...
2011-10-11 Ethan Jacksoncfm: New 'cfm_opstate' setting.
2011-10-05 Ben Pfaffdpif: Avoid use of "struct ovs_dp_stats" in platform...
2011-10-04 Ben Pfaffvconn: Remove unnecessary forward declarations and...
2011-10-04 Justin Pettitofproto-dpif: Fix small typo in comment.
2011-10-03 Ethan Jacksonofproto-dpif: LACP registration should cause revalidation.
2011-10-03 Ethan Jacksonofproto-dpif: Revalidate on port additions and deletions.
2011-09-30 Ben Pfaffflow: Move flow_extract_stats() to dpif.c, as dpif_flow...
2011-09-30 Ben PfaffRemove a pair of unnecessary dependencies on datapath...
2011-09-30 Justin Pettitovs-appctl: Print command arguments for "help".
2011-09-29 Jesse Grossin-band: Classifier rules should use OpenFlow ports.
2011-09-28 Pravin ShelarsFlow: Genericize/simplify kernel sFlow implementation
2011-09-26 Ben PfaffImplement "native VLAN" feature.
2011-09-26 Ben Pfaffofproto-dpif: Get rid of OFP_VLAN_NONE pollution.
2011-09-26 Ben Pfaffofproto-dpif: Fix VLAN and other field handling in...
2011-09-23 Jesse Grossofproto-dpif: Flush flows before dpif_recv_set_mask().
2011-09-19 Pravin Shelarsflow: Use ODP-port number to lookup ifindex.
2011-09-16 Ben Pfaffofproto-dpif: Fix behavior when a subset of VLANs is...
2011-09-15 Justin PettitSet MTU in userspace rather than kernel.
2011-09-15 Ethan Jacksonofproto-dpif: Revalidate on cfm and lacp addition.
2011-09-15 Ben Pfaffofproto: Remove dummy 'in_port' variable.
2011-09-13 Ben Pfaffofproto-dpif: Optimize flow revalidation for MAC learning.
2011-09-13 Ben Pfaffofproto-dpif: Introduce an enum for the number of tables.
2011-09-13 Ben PfaffImplement new "learn" action.
2011-09-13 Ben Pfaffofproto: Reinterpret meaning of OpenFlow hard timeouts...
2011-09-13 Ben Pfaffofproto-dpif: Add -generate option to ofproto/trace...
2011-09-13 Ben Pfaffofproto: Mark some parameters 'const'.
2011-09-13 Ben Pfaffofproto: Add 'ofproto' parameter to most flow_mod funct...
2011-09-13 Ben Pfaffofproto: Avoid using list_size() to compute length...
2011-09-13 Ethan Jacksonofproto-dpif: Emit set_tunnel when required to.
2011-09-12 Ben Pfaffofproto-dpif: Fix check for 802.1Q header in commit_odp...
2011-09-10 Pravin Shelardatapath: VLAN actions should use push/pop semantics
2011-09-09 Ethan Jacksoncfm: Write remote MPIDs to the database.
2011-09-09 Ethan Jacksoncfm: New cfm extended mode.
2011-09-09 Ben Pfaffofproto: Document that ->rule_construct() should uninit...
2011-09-09 Ben Pfaffofproto: Fix documentation for calls to ->rule_destruct().
2011-09-09 Ethan Jacksonofproto-dpif: Drop special packets more judiciously.
2011-09-09 Ethan Jacksonlacp: Clean up LACP module interface.
2011-08-24 Ben Pfaffdocs: Add Makefile rule to check syntax of manpages.
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
2011-08-19 Ben Pfaffofproto-dpif: Delete MAC learning entries when they...
2011-08-16 Ethan Jacksonofproto: Update 'struct facet''s comments.
2011-08-16 Ethan Jacksonofproto: Remove extra_bytes parameter of facet_account().
2011-08-16 Ethan Jacksonofproto: Fix over accounting of byte counters.
2011-08-16 Ethan Jacksonofproto: Clear packet and byte counters on flow additions.
2011-08-15 Ben Pfaffconnmgr: Remove unused function ofconn_n_pending_opgrou...
2011-08-12 Ethan Jacksonofproto-dpif: Print register values in trace.
2011-08-12 Ethan Jacksonnicra-ext: New action NXAST_OUTPUT_REG.
next