ofproto-dpif: Don't output to in_port even if in_port is OFPP_LOCAL.
[sliver-openvswitch.git] / ofproto / ofproto-dpif.c
2012-02-08 Aaron Rosenofproto-dpif: Don't output to in_port even if in_port...
2011-12-16 Ben Pfaffofproto-dpif: Fix use-after-free for OFPP_CONTROLLER...
2011-11-29 Ben Pfaffofproto: Add "fast path".
2011-11-29 Ben Pfaffofproto-dpif: Process multiple batches of upcalls in...
2011-11-18 Ben PfaffDo not output priority tagged frames.
2011-11-15 Justin Pettitofproto: Disable STP when unregistering a port.
2011-11-15 Justin Pettitstp: Track BPDU tx and rx counts.
2011-11-09 Justin Pettitofproto-dpif: Actually disable STP on port when disabli...
2011-10-24 Ben Pfaffofproto-dpif: Fix uninitialized struct member in xlate_...
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: Mark 'ofproto' arg in is_mirror_output_bundle...
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 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 Justin Pettitovs-appctl: Print command arguments for "help".
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-16 Ben Pfaffofproto-dpif: Fix behavior when a subset of VLANs is...
2011-09-15 Ethan Jacksonofproto-dpif: Revalidate on cfm and lacp addition.
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 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 Ethan Jacksonofproto-dpif: Drop special packets more judiciously.
2011-09-09 Ethan Jacksonlacp: Clean up LACP module interface.
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-12 Ethan Jacksonofproto-dpif: Print register values in trace.
2011-08-12 Ethan Jacksonnicra-ext: New action NXAST_OUTPUT_REG.
2011-08-12 Ethan Jacksonlib: Whitespace cleanup.
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: 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-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-06-30 Ben Pfaffofp-util: Centralize decoding of OpenFlow actions.
2011-06-30 Ben Pfaffofp-util: Simplify iteration through OpenFlow actions.
2011-06-30 Simon Hormanofproto: Simplify bucket finding in facet_max_idle()
2011-06-16 Justin Pettitofproto: Rename ofproto-sflow.[ch] to ofproto-dpif...
2011-06-15 Ethan Jacksonofproto-dpif: Remove obsolete comment.
2011-06-14 Ben Pfaffofproto: Implement asynchronous OFPT_FLOW_MOD commands.
2011-06-09 Justin PettitRemove NXAST_DROP_SPOOFED_ARP action.
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-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: No longer allow configuration of ma_name and md_name.
next