summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Preserve in_port across trips through the datapath.vlan-maintBen Pfaff2012-07-102-2/+5
* vswitchd: Make the MAC entry aging time configurable.Ben Pfaff2012-01-236-16/+65
* mac-learning: Increase MAC learning timeout to 300 seconds.Ben Pfaff2012-01-231-2/+2
* bridge: Add flow in reconfiguring only after flow translation is possible.Ben Pfaff2012-01-031-2/+14
* bond: Only drop packets that indicate moves on SLB bonds.Ben Pfaff2011-11-211-4/+6
* datapath: Add compatibility with sk_buff's vlan_tci before 2.6.33.Ben Pfaff2011-11-211-0/+30
* ofproto-dpif: Do not mirror L2 multicast switch protocols to VLANs.Ben Pfaff2011-07-282-1/+73
* mac-learning: Fix serious performance bug in the learning table.Ethan Jackson2011-07-251-1/+1
* bond: Drop packets on backup slaves.Ethan Jackson2011-07-131-0/+15
* datapath: An expanded table should be larger than its predecessorSimon Horman2011-07-131-1/+1
* bridge: Enable system stats only if turned on in the database.Ben Pfaff2011-06-213-3/+42
* ovsdb-doc: Add support for references to specific keys.Ben Pfaff2011-06-212-4/+5
* xenserver: allow dom0 traffic in secure pool host when controller unavailable.David Tsai2011-06-173-8/+150
* stream-ssl: Disable SSL session caching.Ben Pfaff2011-06-091-105/+0
* Define the Open vSwitch version as 1.0.99.Justin Pettit2011-05-271-1/+1
* xenserver: Pull slave MTU from bond record.Ethan Jackson2011-05-241-1/+10
* xenserver: Don't remove network.dbcache on uninstall.Ben Pfaff2011-05-171-1/+0
* xenserver: Use .../extra not .../kernel/extra for kernel modules.Ben Pfaff2011-05-172-4/+5
* datapath: Avoid freeing wild pointer in corner case.Ben Pfaff2011-05-171-0/+1
* bridge: Memory leak in port_destroy()Ethan Jackson2011-05-171-0/+1
* datapath: Avoid memory leak in odp_packet_cmd_execute().Ben Pfaff2011-05-171-9/+15
* ovsdb: Force strong references to non-root tables to be persistent.Ben Pfaff2011-05-174-32/+107
* ovsdb-types: Fix bug in ovsdb_base_type_is_ref().Ben Pfaff2011-05-171-2/+2
* ovsdb: Truncate bad transactions from database log.Ben Pfaff2011-05-174-3/+124
* xenserver: remove unneeded macro definitionsSajjad Lateef2011-05-161-4/+0
* xenserver: modify module spec fileSajjad Lateef2011-05-162-13/+35
* ofproto: Adjust netdev_monitor when switching netdevs.Ben Pfaff2011-05-121-0/+3
* ofproto: Rework and fix bugs in port change detection.Ben Pfaff2011-05-121-94/+111
* ofproto: Consistently use netdev's name instead of ofp_phy_port name.Ben Pfaff2011-05-111-6/+7
* ovs-vsctl: Back out garbage collection changes.Ethan Jackson2011-03-162-16/+123
* utilities: Fix typo in makefile that caused RPM build failure.Ben Pfaff2011-03-161-1/+1
* ofproto: Remove controller discovery support.Ben Pfaff2011-03-1631-3599/+40
* ofproto: Get rid of archaic "switch status" OpenFlow extension.Ben Pfaff2011-03-1620-544/+25
* ofproto: Fix obsolete comments.Ben Pfaff2011-03-162-4/+4
* ofproto: Fix comment on send_packet_in().Ben Pfaff2011-03-161-1/+2
* ofproto: Don't include unneeded header file.Ben Pfaff2011-03-161-2/+0
* dynamic-string: New function ds_get_preprocessed_line().Ben Pfaff2011-03-163-22/+35
* ofp-util: New function ofputil_decode_flow_stats_reply().Ben Pfaff2011-03-164-139/+163
* ovs-ofctl: Check min flow format support in negotiate_highest_flow_format().Ben Pfaff2011-03-162-20/+48
* classifier: Omit all-1-bits mask for VLAN TCI in cls_rule_format().Ben Pfaff2011-03-162-17/+19
* ofp-print: Consistently print priority only if it is not default.Ben Pfaff2011-03-162-4/+6
* tests: Fix up interface-reconfigure test and results.Ben Pfaff2011-03-161-1/+17
* Support vlan_group workaround implemented in XenServer kernels.Ben Pfaff2011-03-1611-25/+345
* bridge: Create new port_run() function.Ethan Jackson2011-03-151-153/+164
* htb: Set required min-rate to mtu not 1500.Ethan Jackson2011-03-151-1/+3
* hfsc: min-rate tweaks.Ethan Jackson2011-03-151-1/+1
* qos: Remove min-rate requirement for linux-htb and linux-hfsc.Ethan Jackson2011-03-152-13/+4
* reconnect.py: Fix Python 2.4 compatibility break.Andrew Evans2011-03-151-2/+3
* vswitchd: Dump QoS with appctl.Ethan Jackson2011-03-142-0/+114
* bridge: Downgrade log level of some log messages that may indicate races.Ben Pfaff2011-03-141-7/+7