aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
AgeCommit message (Expand)Author
2010-01-04Initial implementation of sFlow.Ben Pfaff
2009-12-01netdev: Allow explicit creation of netdev objectsJustin Pettit
2009-11-23dpif: New function dpif_create_and_open().Ben Pfaff
2009-11-18Merge citrix branch into master.Ben Pfaff
2009-11-11bridge: Fix segfault when updating learning table for deleted port.Jesse Gross
2009-11-11mirroring: Preserve key for disabling learning.Jesse Gross
2009-11-11bridge: Feed flow stats into learning table.Jesse Gross
2009-11-10Merge citrix branch into master.Jesse Gross
2009-11-10mirroring: Allow learning to be disabled on a VLAN.Jesse Gross
2009-11-09bridge: Require learning table at all times.Jesse Gross
2009-11-09Make ovs-appctl easier to use and synchronize its interface with ovs-vsctl.Ben Pfaff
2009-11-09bonding: Ignore updelay if there is no active slave.Jesse Gross
2009-11-09Fix incorrect printf format specifiers.Ben Pfaff
2009-11-03netflow: Implement NetFlow active timeouts.Jesse Gross
2009-10-27netflow: Populate NetFlow output interface field.Jesse Gross
2009-10-26ovs-vswitchd: Document "bridge/dump-flows" management commandJustin Pettit
2009-10-26bridge: Allow flows based on ARP opcode to be installed.Jesse Gross
2009-10-22Merge "citrix" into "master".Ben Pfaff
2009-10-22bridge: Eject NORMAL flows without a learning entry from datapath.Jesse Gross
2009-10-20bonding: Balance bond slaves based on ratio.Jesse Gross
2009-10-20bonding: Drop unicast packets which have a different learned port.Jesse Gross
2009-10-09vlan: Compare vlan tags before implicit tagging when RSPANing.Jesse Gross
2009-10-08bonding: Compare ports, not interfaces, for loop checks.Jesse Gross
2009-10-06Merge commit 'origin/citrix'Justin Pettit
2009-10-05Merge "citrix" branch into "master.Ben Pfaff
2009-10-05bonding: Update the link status on the bond fake interface.Jesse Gross
2009-10-02vswitch: Allow user to set Ethernet address of any internal interface.Ben Pfaff
2009-10-02vswitch: Factor out detection of internal interfaces into a new function.Ben Pfaff
2009-09-29Document issues with RSPAN and MAC learning.Jesse Gross
2009-09-28Document per-port round-robin during controller rate limiting.Ben Pfaff
2009-09-22Merge citrix branch into master.Ben Pfaff
2009-09-22brcompatd: Delete VLAN tags only for the correct port in del_port().Ben Pfaff
2009-09-21vswitchd: Fix memory leak in bridge_reconfigure().Ben Pfaff
2009-09-17vswitch: More accurately identify slave status for compatibilityJustin Pettit
2009-09-17vswitchd: Fix unimportant memory leak.Ben Pfaff
2009-09-17ovs-vswitchd: Define missing .IQ macro in manpage.Ben Pfaff
2009-09-17vswitchd: implement bond/hash unixctlIan Campbell
2009-09-16Factor out code for composing benign packets.Ben Pfaff
2009-09-14vswitch: Correctly identify slave status in /proc compatibility layerJustin Pettit
2009-09-12Merge commit 'origin/citrix'Justin Pettit
2009-09-09Document ovs-vswitchd's ovs-appctl commands and some ovs-vswitchd internals.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-04Merge commit 'origin/citrix'Justin Pettit
2009-09-03vswitchd: Explain why mirroring to a VLAN can cause network problems.Ben Pfaff
2009-09-02Merge citrix branch into master.Ben Pfaff
2009-08-26vswitchd: Mirror nothing, not everything, if mirror ports don't exist.Ben Pfaff
2009-08-26vswitchd: Avoid output port explosion with mirrors that output to VLANs.Ben Pfaff
2009-08-26vswitchd: Fix bug in Ethernet address selection for bridge.Ben Pfaff
2009-08-25mgmt: Cleanup handling of extended messagesJustin Pettit