aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
AgeCommit message (Expand)Author
2012-07-23vswitch.xml: Fix typo in documentation.Ben Pfaff
2012-07-18bridge: Segfault when missing Open vSwitch table.Ethan Jackson
2012-07-18system-stats: Run as part of worker process.Ben Pfaff
2012-07-18system-stats: Use "smap" instead of "shash".Ben Pfaff
2012-07-18worker: New library for breaking a daemon into multiple processes.Ben Pfaff
2012-07-17ovsdb-server, ovs-vswitchd: Log version after daemonize_complete().Ethan Jackson
2012-07-16userspace: Log version on startup.Ethan Jackson
2012-07-13memory: Document the memory/show unixctl command.Ben Pfaff
2012-07-09cfm: Remove sequence fault reason.Ethan Jackson
2012-07-05ovs-vswitchd: Log datapath ID in a more user-friendly way.Ben Pfaff
2012-07-05ovs-brcompatd: Fix sending replies to kernel requests.Ben Pfaff
2012-06-29ovs-vswitchd: Call mlockall() from the daemon, not the parent or monitor.Ben Pfaff
2012-06-22bridge: Run fast when adding and deleting ports.Ethan Jackson
2012-06-21Reapplying the dscp changes: No need to restart DB/OVS on changing dscp value.Mehak Mahajan
2012-06-20Revert DSCP update changes.Ben Pfaff
2012-06-09No need to restart DB / OVS on changing dscp value.Mehak Mahajan
2012-06-14lib: Utilize smaps in the idl.Ethan Jackson
2012-06-14lib: New data structure - smap.Ethan Jackson
2012-06-14bridge: Simplify VLAN splinter memory management.Ethan Jackson
2012-06-07packets: Use RARPs for learning packets.Ethan Jackson
2012-06-06packets: Update the reserved protocols list.Ethan Jackson
2012-06-06packets: Generalize reserved RSPAN protocols.Ethan Jackson
2012-05-22Add support for tracking and logging daemon memory usage.Ben Pfaff
2012-05-22vlog: Take advantage of relaxed "-v" syntax through the tree.Ben Pfaff
2012-05-21bridge: Ignore "null" interfaces as required.Ethan Jackson
2012-05-21datapath: Fix Tunnel options TOSPravin B Shelar
2012-05-16vswitch.xml: Describe current default fail_mode.Ben Pfaff
2012-05-14vswitch.xml: Suggest secure fail-mode to avoid loops with multiple uplinks.Ben Pfaff
2012-05-14ovs-vswitchd: Document some limits.Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-05-01vswitch.xml: Document more details of CFM intervals.Ben Pfaff
2012-04-26coverage: Make ovs-appctl command more useful and less alarming.Ben Pfaff
2012-04-24vswitchd: Clean up iface_create().Ben Pfaff
2012-04-24vswitchd: Make reconfiguration update port configuration again.Ben Pfaff
2012-04-24vswitchd: Make iface_create() return an indication of success.Ben Pfaff
2012-04-24vswitchd: Factor code to configure netdevs out of iface_create().Ben Pfaff
2012-04-24vswitchd: Refactor iface_refresh_type() into iface_get_type().Ben Pfaff
2012-04-24vswitchd: Drop 'need_refresh' member from struct iface.Ben Pfaff
2012-04-24vswitchd: Push ofproto_port declaration down to inner blocks.Ben Pfaff
2012-04-23bridge: Ignore null interfaces as required.Ethan Jackson
2012-04-24vswitchd: Report actual port number, not -1, in "added interface" message.Ben Pfaff
2012-04-24vswitch.xml: Document Interface external-ids:iface-status.Ben Pfaff
2012-04-23bridge: Refactor bridge_reconfigure().Ethan Jackson
2012-04-23vswitchd: Remove unused 'tag' from 'struct iface'.Ethan Jackson
2012-04-20vswitchd: Make "cfm_health" column ephemeral.Ben Pfaff
2012-04-20vswitchd: Make "cfm_fault_status" column ephemeral.Ben Pfaff
2012-04-18netlink-socket: Make caller provide message receive buffers.Ben Pfaff
2012-04-17lacp: Remove heartbeat mode.Ethan Jackson
2012-04-17lacp: Remove custom transmission intervals.Ethan Jackson
2012-04-17vswitch: Use consistent representation of DSCP bits.Ethan Jackson