summaryrefslogtreecommitdiff
path: root/vswitchd
Commit message (Expand)AuthorAgeFilesLines
* vswitch.xml: Fix typo in documentation.Ben Pfaff2012-07-231-1/+1
* bridge: Segfault when missing Open vSwitch table.Ethan Jackson2012-07-181-0/+2
* system-stats: Run as part of worker process.Ben Pfaff2012-07-183-25/+198
* system-stats: Use "smap" instead of "shash".Ben Pfaff2012-07-183-36/+34
* worker: New library for breaking a daemon into multiple processes.Ben Pfaff2012-07-181-0/+5
* ovsdb-server, ovs-vswitchd: Log version after daemonize_complete().Ethan Jackson2012-07-172-2/+2
* userspace: Log version on startup.Ethan Jackson2012-07-161-0/+2
* memory: Document the memory/show unixctl command.Ben Pfaff2012-07-131-0/+1
* cfm: Remove sequence fault reason.Ethan Jackson2012-07-091-5/+0
* ovs-vswitchd: Log datapath ID in a more user-friendly way.Ben Pfaff2012-07-051-1/+4
* ovs-brcompatd: Fix sending replies to kernel requests.Ben Pfaff2012-07-051-13/+13
* ovs-vswitchd: Call mlockall() from the daemon, not the parent or monitor.Ben Pfaff2012-06-291-7/+15
* bridge: Run fast when adding and deleting ports.Ethan Jackson2012-06-221-1/+13
* Reapplying the dscp changes: No need to restart DB/OVS on changing dscp value.Mehak Mahajan2012-06-211-8/+6
* Revert DSCP update changes.Ben Pfaff2012-06-201-6/+8
* No need to restart DB / OVS on changing dscp value.Mehak Mahajan2012-06-091-8/+6
* lib: Utilize smaps in the idl.Ethan Jackson2012-06-141-270/+115
* lib: New data structure - smap.Ethan Jackson2012-06-141-52/+49
* bridge: Simplify VLAN splinter memory management.Ethan Jackson2012-06-141-24/+30
* packets: Use RARPs for learning packets.Ethan Jackson2012-06-071-8/+9
* packets: Update the reserved protocols list.Ethan Jackson2012-06-061-0/+16
* packets: Generalize reserved RSPAN protocols.Ethan Jackson2012-06-061-29/+34
* Add support for tracking and logging daemon memory usage.Ben Pfaff2012-05-223-1/+29
* vlog: Take advantage of relaxed "-v" syntax through the tree.Ben Pfaff2012-05-221-1/+1
* bridge: Ignore "null" interfaces as required.Ethan Jackson2012-05-211-2/+3
* datapath: Fix Tunnel options TOSPravin B Shelar2012-05-211-1/+2
* vswitch.xml: Describe current default fail_mode.Ben Pfaff2012-05-161-1/+4
* vswitch.xml: Suggest secure fail-mode to avoid loops with multiple uplinks.Ben Pfaff2012-05-141-0/+6
* ovs-vswitchd: Document some limits.Ben Pfaff2012-05-141-0/+43
* Global replace of Nicira Networks.Raju Subramanian2012-05-028-8/+8
* vswitch.xml: Document more details of CFM intervals.Ben Pfaff2012-05-011-3/+15
* coverage: Make ovs-appctl command more useful and less alarming.Ben Pfaff2012-04-261-2/+0
* vswitchd: Clean up iface_create().Ben Pfaff2012-04-241-104/+88
* vswitchd: Make reconfiguration update port configuration again.Ben Pfaff2012-04-241-27/+63
* vswitchd: Make iface_create() return an indication of success.Ben Pfaff2012-04-241-7/+15
* vswitchd: Factor code to configure netdevs out of iface_create().Ben Pfaff2012-04-241-11/+24
* vswitchd: Refactor iface_refresh_type() into iface_get_type().Ben Pfaff2012-04-241-12/+17
* vswitchd: Drop 'need_refresh' member from struct iface.Ben Pfaff2012-04-241-5/+2
* vswitchd: Push ofproto_port declaration down to inner blocks.Ben Pfaff2012-04-241-1/+4
* bridge: Ignore null interfaces as required.Ethan Jackson2012-04-231-1/+1
* vswitchd: Report actual port number, not -1, in "added interface" message.Ben Pfaff2012-04-241-1/+1
* vswitch.xml: Document Interface external-ids:iface-status.Ben Pfaff2012-04-241-0/+26
* bridge: Refactor bridge_reconfigure().Ethan Jackson2012-04-231-371/+442
* vswitchd: Remove unused 'tag' from 'struct iface'.Ethan Jackson2012-04-231-2/+0
* vswitchd: Make "cfm_health" column ephemeral.Ben Pfaff2012-04-201-3/+4
* vswitchd: Make "cfm_fault_status" column ephemeral.Ben Pfaff2012-04-201-3/+5
* netlink-socket: Make caller provide message receive buffers.Ben Pfaff2012-04-181-26/+23
* lacp: Remove heartbeat mode.Ethan Jackson2012-04-172-13/+0
* lacp: Remove custom transmission intervals.Ethan Jackson2012-04-172-29/+8
* vswitch: Use consistent representation of DSCP bits.Ethan Jackson2012-04-173-24/+28