aboutsummaryrefslogtreecommitdiff
path: root/ofproto/ofproto.h
AgeCommit message (Expand)Author
2011-09-26Implement "native VLAN" feature.Ben Pfaff
2011-09-09cfm: Write remote MPIDs to the database.Ethan Jackson
2011-08-09Option to forward BPDU (Ethernet control class) framesSanjay Sane
2011-07-28ofproto-dpif: Allow setting of flow eviction thresholdSimon Horman
2011-05-20cfm: Cleanup CFM module interface.Ethan Jackson
2011-05-20cfm: Remove Maintenance_Point and Monitor tables.Ethan Jackson
2011-05-12Merge 'master' into 'next'.Ben Pfaff
2011-05-11ofproto: Break apart into generic and hardware-specific parts.Ben Pfaff
2011-05-11ofproto: Complete abstraction by adding enumeration and deletion functions.Ben Pfaff
2011-05-11ofproto: Improve abstraction by using OpenFlow port numbers in interface.Ben Pfaff
2011-05-11ofproto: Improve abstraction by adding function ofproto_parse_name().Ben Pfaff
2011-05-11bridge: Move packet processing functionality into ofproto.Ben Pfaff
2011-05-04ofproto: Rename ofproto_iface_*() functions to ofproto_port_*().Ben Pfaff
2011-05-04ofproto: Move private definitions to separate header.Ben Pfaff
2011-05-04bridge: Eliminate direct dependencies on dpif.Ben Pfaff
2011-05-04ofproto: Group struct cfm forward declaration with the rest of them.Ben Pfaff
2011-05-04ofproto: Make ofproto_send_packet() static.Ben Pfaff
2011-04-25bridge: Move logic for flushing flows and standalone mode into connmgr.Ben Pfaff
2011-04-11autopath: Create the autopath action.Ethan Jackson
2011-03-31ofproto: Change string sets in interface from svec to sset.Ben Pfaff
2011-03-18ofproto: Take responsibility for connectivity fault management (CFM).Ben Pfaff
2011-03-18ofproto: Specialize ofproto_send_packet() for uses the callers really want.Ben Pfaff
2011-03-16ofproto: Remove controller discovery support.Ben Pfaff
2011-03-14ofproto: Store time since last connect and disconnect in Controller table.Andrew Evans
2011-02-24ofproto: Change account_cb to use uint64_t.Ethan Jackson
2011-02-07vswitchd: Process special packets more aggressively.Ethan Jackson
2011-01-23bridge: Add controller status to Controller table.Andrew Evans
2010-12-10datapath: Replace "struct odp_action" by Netlink attributes.Ben Pfaff
2010-11-15vswitch: Add other-config:in-band-queue to set queue for in-band control.Ben Pfaff
2010-11-11ofproto: Disable timeouts for flows added by ofproto_add_flow().Ben Pfaff
2010-11-08ofproto: Change ofproto_add_flow(), ofproto_delete_flow() to take cls_rule.Ben Pfaff
2010-10-14vswitchd: Bubble no-flood configuration up to bridgeEthan Jackson
2010-10-11flow: Get rid of flow_t typedef.Ben Pfaff
2010-10-11datapath: Remove implementation of port groups.Ben Pfaff
2010-10-11ofproto: Get rid of port_changed_cb.Ben Pfaff
2010-10-11vswitchd: Support changing the type of a bridge port.Ben Pfaff
2010-08-13Remove vestigial support for Spanning Tree Protocol.Ben Pfaff
2010-08-06ofproto: Add support for remote "service controllers".Ben Pfaff
2010-08-06vswitchd: Only re-learn from flows that output to OFPP_NORMAL.Ben Pfaff
2010-07-30vswitchd: Don't act as learning switch in secure mode with no controllersJustin Pettit
2010-07-30vswitchd: Move fail-mode config to Bridge tableJustin Pettit
2010-06-24vswitch: Implement unixctl command to reconnect OpenFlow connections.Ben Pfaff
2010-04-26ofproto: Allow client to pass down extra (IP,port) tuples for in-band.Ben Pfaff
2010-04-26in-band: Generalize the in-band code to arbitrary (IP,port) pairs.Ben Pfaff
2010-04-20Add support for multiple OpenFlow controllers on a single bridge.Ben Pfaff
2010-04-20ofproto: Bundle all controller-related settings into a struct.Ben Pfaff
2010-02-24Merge "master" into "next".Ben Pfaff
2010-02-20ofproto: Always terminate OpenFlow description stringsJustin Pettit
2010-02-20ovs-vswitchd: Remove inline OpenFlow descriptionsJustin Pettit
2010-02-20ofproto: Add user-specifiable datapath description (OpenFlow 1.0)Justin Pettit