aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-06Prepare for v0.90.6 release.v0.90.6Justin Pettit
2009-09-28xenserver: Add script refresh-xs-network-uuids.Ben Pfaff
2009-09-22brcompatd: Delete VLAN tags only for the correct port in del_port().Ben Pfaff
2009-09-21Get ready to tag 0.90.5 release.Justin Pettit
2009-09-21Add ChangeLog to track changesJustin Pettit
2009-09-21vswitchd: Fix memory leak in bridge_reconfigure().Ben Pfaff
2009-09-21netdev: Fix memory leak in get_stats_via_netlink().Ben Pfaff
2009-09-17vswitch: More accurately identify slave status for compatibilityJustin Pettit
2009-09-17in-band: Document logic behind in-band's design.Justin Pettit
2009-09-17Add ChangeLog to track changesJustin Pettit
2009-09-17ovs-appctl: Correct "target" option synopsis in man pageJustin Pettit
2009-09-16xenserver: Remove vswitch dbcache file during RPM uninstall.Ben Pfaff
2009-09-16secchan: Better tolerate failing controller admission control in fail-open.Ben Pfaff
2009-09-16Factor out code for composing OFPT_PACKET_IN messages.Ben Pfaff
2009-09-16Factor out code for composing benign packets.Ben Pfaff
2009-09-16ovs-pki: Extend validity of generated CA certificates from 3 to 6 years.Ben Pfaff
2009-09-14secchan: Fix bad pointer dereference sending flow expirations.Ben Pfaff
2009-09-14vswitch: Correctly identify slave status in /proc compatibility layerJustin Pettit
2009-09-14Raise MAC learning table capacity from 1,024 to 2,048 entries per bridge.Ben Pfaff
2009-09-14datapath: Raise maximum ports per datapath from 256 to 1024.Ben Pfaff
2009-09-12xenserver: Have xen-bugtool collect OVS logsJustin Pettit
2009-09-11Merge commit 'origin/ctrix' into kJustin Pettit
2009-09-11xenserver: Have ovs-brcompatd's log file rotatedJustin Pettit
2009-09-11vconn: Fix byte-swapping of message type when validating OpenFlow actions.Jean Tourrihles
2009-09-11xenserver: Set default file log level and fix brcompatd fileJustin Pettit
2009-09-11logging: Lower logging level for coverage messages due to slow poll loopsJustin Pettit
2009-09-09Document ovs-vswitchd's ovs-appctl commands and some ovs-vswitchd internals.Ben Pfaff
2009-09-09Increase the default priority of vswitchd and brcompatdBen Pfaff
2009-09-09Revert "xenserver: Renice netback process to priority 0 by default."Ben Pfaff
2009-09-08vswitch: Document that fail-open is enabled by default.Ben Pfaff
2009-09-08vswitchd: Fix typo in comment.Ben Pfaff
2009-09-04datapath: Don't drop MTU-sized VLAN packets from userspaceJustin Pettit
2009-09-03xenserver: Install /etc/sysconfig/vswitch by default.Ben Pfaff
2009-09-03xenserver: Create vswitchd configuration file if it does not exist.Ben Pfaff
2009-09-03vswitchd: Explain why mirroring to a VLAN can cause network problems.Ben Pfaff
2009-09-03xenserver: Document all the /etc/sysconfig/vswitch settings.Ben Pfaff
2009-09-02rconn: Speed up in-band control connections, by caching the remote address.Ben Pfaff
2009-09-01in-band: Implement L3-based in-band controlJustin Pettit
2009-09-01dpif: Add dpif_port_get_name callJustin Pettit
2009-09-01netdev: Add netdev_get_next_hop callJustin Pettit
2009-09-01Add ability for the datapath to match IP address in ARPsJustin Pettit
2009-09-01Return netmask along with IP address when querying through netdevJustin Pettit
2009-09-01secchan: Tighten in-band traffic always allowed into switchJustin Pettit
2009-09-01in-band: Fix status checks that could prevent in-band updatesJustin Pettit
2009-09-01ofproto: Cleanup bridge/dump-flows outputJustin Pettit
2009-09-01netdev: Fix reversed arguments in netdev_recv warning.Justin Pettit
2009-09-01datapath: Use hash table more tolerant of collisions for flow table.Ben Pfaff
2009-08-31corekeeper: Always include PID in core dump names.Ben Pfaff
2009-08-28secchan: Avoid sending NetFlow packets for empty flows.Ben Pfaff
2009-08-26vswitchd: Mirror nothing, not everything, if mirror ports don't exist.Ben Pfaff