summaryrefslogtreecommitdiff
path: root/ofproto/ofproto.h
Commit message (Expand)AuthorAgeFilesLines
...
* | ofproto: Complete abstraction by adding enumeration and deletion functions.Ben Pfaff2011-05-111-0/+6
* | ofproto: Improve abstraction by using OpenFlow port numbers in interface.Ben Pfaff2011-05-111-7/+6
* | ofproto: Improve abstraction by adding function ofproto_parse_name().Ben Pfaff2011-05-111-0/+2
* | bridge: Move packet processing functionality into ofproto.Ben Pfaff2011-05-111-30/+53
* | ofproto: Rename ofproto_iface_*() functions to ofproto_port_*().Ben Pfaff2011-05-041-5/+5
* | ofproto: Move private definitions to separate header.Ben Pfaff2011-05-041-6/+0
* | bridge: Eliminate direct dependencies on dpif.Ben Pfaff2011-05-041-1/+44
* | ofproto: Group struct cfm forward declaration with the rest of them.Ben Pfaff2011-05-041-2/+1
* | ofproto: Make ofproto_send_packet() static.Ben Pfaff2011-05-041-2/+0
* | bridge: Move logic for flushing flows and standalone mode into connmgr.Ben Pfaff2011-04-251-1/+0
|/
* autopath: Create the autopath action.Ethan Jackson2011-04-111-0/+3
* ofproto: Change string sets in interface from svec to sset.Ben Pfaff2011-03-311-5/+6
* ofproto: Take responsibility for connectivity fault management (CFM).Ben Pfaff2011-03-181-1/+10
* ofproto: Specialize ofproto_send_packet() for uses the callers really want.Ben Pfaff2011-03-181-2/+1
* ofproto: Remove controller discovery support.Ben Pfaff2011-03-161-5/+1
* ofproto: Store time since last connect and disconnect in Controller table.Andrew Evans2011-03-141-2/+2
* ofproto: Change account_cb to use uint64_t.Ethan Jackson2011-02-241-1/+1
* vswitchd: Process special packets more aggressively.Ethan Jackson2011-02-071-0/+2
* bridge: Add controller status to Controller table.Andrew Evans2011-01-231-0/+14
* datapath: Replace "struct odp_action" by Netlink attributes.Ben Pfaff2010-12-101-3/+4
* vswitch: Add other-config:in-band-queue to set queue for in-band control.Ben Pfaff2010-11-151-0/+1
* ofproto: Disable timeouts for flows added by ofproto_add_flow().Ben Pfaff2010-11-111-2/+1
* ofproto: Change ofproto_add_flow(), ofproto_delete_flow() to take cls_rule.Ben Pfaff2010-11-081-4/+3
* vswitchd: Bubble no-flood configuration up to bridgeEthan Jackson2010-10-141-0/+1
* flow: Get rid of flow_t typedef.Ben Pfaff2010-10-111-8/+8
* datapath: Remove implementation of port groups.Ben Pfaff2010-10-111-5/+0
* ofproto: Get rid of port_changed_cb.Ben Pfaff2010-10-111-2/+0
* vswitchd: Support changing the type of a bridge port.Ben Pfaff2010-10-111-0/+2
* Remove vestigial support for Spanning Tree Protocol.Ben Pfaff2010-08-131-1/+0
* ofproto: Add support for remote "service controllers".Ben Pfaff2010-08-061-2/+1
* vswitchd: Only re-learn from flows that output to OFPP_NORMAL.Ben Pfaff2010-08-061-3/+3
* vswitchd: Don't act as learning switch in secure mode with no controllersJustin Pettit2010-07-301-0/+1
* vswitchd: Move fail-mode config to Bridge tableJustin Pettit2010-07-301-1/+1
* vswitch: Implement unixctl command to reconnect OpenFlow connections.Ben Pfaff2010-06-241-0/+1
* ofproto: Allow client to pass down extra (IP,port) tuples for in-band.Ben Pfaff2010-04-261-0/+2
* in-band: Generalize the in-band code to arbitrary (IP,port) pairs.Ben Pfaff2010-04-261-0/+2
* Add support for multiple OpenFlow controllers on a single bridge.Ben Pfaff2010-04-201-4/+3
* ofproto: Bundle all controller-related settings into a struct.Ben Pfaff2010-04-201-14/+31
* Merge "master" into "next".Ben Pfaff2010-02-241-0/+8
|\
| * Add extern "C" to more header files.Jesse Gross2010-02-171-0/+8
* | ofproto: Always terminate OpenFlow description stringsJustin Pettit2010-02-201-2/+2
* | ovs-vswitchd: Remove inline OpenFlow descriptionsJustin Pettit2010-02-201-0/+6
* | ofproto: Add user-specifiable datapath description (OpenFlow 1.0)Justin Pettit2010-02-201-1/+2
* | Merge branch 'master' into nextJustin Pettit2010-02-051-0/+16
|\ \ | |/
| * Initial implementation of sFlow.Ben Pfaff2010-01-041-0/+16
* | ofproto: Remove support for OpenFlow-based management protocol.Ben Pfaff2010-02-011-2/+0
* | dpif: Update dpif interface to match netdev.Jesse Gross2010-01-271-2/+3
* | ofproto: Drop remote command execution feature.Ben Pfaff2010-01-041-2/+0
|/
* Merge citrix branch into master.Jesse Gross2009-11-101-8/+7
* Merge citrix into master.Ben Pfaff2009-08-191-0/+1