summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dpif-linux: Fix file descriptor leak.openflow-1.0Tetsuo NAKAGAWA2010-03-251-0/+2
* classifer: Fix test classifier to match real classifier.Jesse Gross2010-03-191-1/+1
* classifier: Check all rules of equal priority when inserting.Jesse Gross2010-03-191-3/+3
* collectors: Check for NULL set of collectors.Jesse Gross2010-02-201-6/+8
* ovs-dpctl: Fix setting of packet length for "controller" actionTetsuo NAKAGAWA2010-02-201-1/+1
* openflow: Fix frag config flag valuesJustin Pettit2010-02-191-4/+4
* datapath: Set the correct bits for OFPAT_SET_NW_TOS action.Ben Pfaff2010-02-124-8/+13
* ofproto: Fix implementation of OFPAT_SET_NW_DST.Ben Pfaff2010-02-121-0/+1
* ovs-switchui: Fix typo.Ben Pfaff2010-02-121-1/+1
* Don't go beyond buffer length when printing descriptionsJustin Pettit2010-01-221-5/+10
* ofproto: Don't leak descriptions when destroying an ofprotoJustin Pettit2010-01-221-0/+6
* ofproto: Set protocol version to 0x01 (OpenFlow 1.0)Justin Pettit2010-01-222-61/+63
* ofproto: Add wire-compatibility for slicing (OpenFlow 1.0)Justin Pettit2010-01-221-4/+27
* ofproto: Querying port stats for individual ports (OpenFlow 1.0)Justin Pettit2010-01-226-36/+134
* ofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)Justin Pettit2010-01-2214-19/+55
* ofproto: Improve resolution of flow stats and removed messages (OpenFlow 1.0)Justin Pettit2010-01-223-12/+29
* ofproto: Add support for matching IP addresses in ARP header (OpenFlow 1.0)Justin Pettit2010-01-226-42/+31
* ofproto: Add support for flow cookies (OpenFlow 1.0)Justin Pettit2010-01-225-28/+51
* ofproto: Add user-specifiable datapath description (OpenFlow 1.0)Justin Pettit2010-01-225-9/+31
* ofproto: Use 64-bit datapath id and management id (OpenFlow 0.9)Justin Pettit2010-01-229-35/+37
* ofproto: Add support for barrier command (OpenFlow 0.9)Justin Pettit2010-01-223-1/+34
* ofproto: Cleanups to openflow.h (OpenFlow 0.9)Justin Pettit2010-01-221-3/+4
* ofproto: Add selective Flow Removed messages and flow deletes (OpenFlow 0.9)Justin Pettit2010-01-226-86/+82
* ofproto: Use active time for Flow Expiration duration (OpenFlow 0.9)Justin Pettit2010-01-221-1/+2
* ofproto: Check overlap, emerg flow cache, and error code sync (OpenFlow 0.9)Justin Pettit2010-01-227-20/+118
* ofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow 0.9)Justin Pettit2010-01-2217-35/+156
* netdev: Rename "class" members to "netdev_class" for C++ compatibility.Ben Pfaff2010-01-222-61/+74
* hmap: Rename "new" to "new_node" for C++ header compatibility.Ben Pfaff2010-01-221-13/+22
* dpif: Rename "class" member to "dpif_class" for C++ compatibility.Ben Pfaff2010-01-222-34/+44
* Release Open vSwitch 0.99.0.v0.99.0Justin Pettit2010-01-142-1/+6
* datapath: Disable preemption updating per-CPU data in dp_dev_recv().Ben Pfaff2010-01-131-1/+6
* Add runtime test that strtok_r() bug fix works.Ben Pfaff2010-01-063-0/+45
* Include lib/string.h in "make dist"-generated tarballs.Ben Pfaff2010-01-061-1/+2
* vconn: Add comment describing usage of VCONN_SSL_LONG_OPTIONSJustin Pettit2010-01-051-0/+5
* Add extended vlog options to utilitiesJustin Pettit2010-01-043-15/+14
* ofproto: Fix segfault when changing command execution settingsTetsuo NAKAGAWA2010-01-041-1/+3
* xenserver: Fix small typo in vswitch-xapi-updateJustin Pettit2010-01-041-1/+1
* Fix documented name of key used to disable MAC learning on a VLAN.Ben Pfaff2010-01-041-1/+1
* initscript: pass complete path to pidfile to status commandBen Pfaff2009-12-171-2/+2
* ovs-vsctl: Fix traceback when telling target to reloadJustin Pettit2009-12-041-1/+1
* netdev: Allow explicit creation of netdev objectsJustin Pettit2009-12-016-54/+421
* dpif: Minor provider comment cleanups.Justin Pettit2009-11-301-2/+2
* classifier: Improve comments.Ben Pfaff2009-11-241-0/+14
* ovs-openflowd: Add support for userspace-only switching.Ben Pfaff2009-11-233-2/+58
* svec: New function svec_split().Ben Pfaff2009-11-232-0/+17
* dpif: New function dpif_create_and_open().Ben Pfaff2009-11-233-13/+27
* netflow: Break out code for sending packets into a new "collectors" module.Ben Pfaff2009-11-235-66/+166
* netflow: Use inet_open_active() to factor out some code.Ben Pfaff2009-11-231-49/+3
* socket-util: Generalize tcp_open_*() to UDP, as inet_open_*().Ben Pfaff2009-11-234-22/+27
* socket-util: Make TCP open function support no default port.Ben Pfaff2009-11-231-6/+15