summaryrefslogtreecommitdiff
path: root/vswitchd
Commit message (Expand)AuthorAgeFilesLines
* 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
* bridge: Rate limit port creations and deletions.Ethan Jackson2012-04-111-22/+82
* bridge: Rate limit default address warnings.Ethan Jackson2012-04-111-2/+3
* ovsdb-idl: Simplify transaction retry.Ben Pfaff2012-04-121-3/+7
* vswitchd: Remove port from datapath if it becomes non-operationalAnsis Atteka2012-04-091-0/+5
* Added handling of previously ignored cfm faults.Mehak Mahajan2012-04-061-0/+10
* Granular link health statistics for cfm.Mehak Mahajan2012-04-053-2/+39
* Revert "Granular link health statistics for cfm."Mehak Mahajan2012-04-053-39/+2
* Granular link health statistics for cfm.Mehak Mahajan2012-04-053-2/+39
* Rearrange structures to better fit valgrind's memory leak heuristics.Ben Pfaff2012-03-281-1/+1
* Avoid possibly including an old vswitch-idl.h.Ben Pfaff2012-03-273-2/+6
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-233-2/+59
* vswitchd: Do not refresh existing iface on new device addition.Pravin B Shelar2012-03-231-1/+4
* idl: New helpers for accessing string maps.Ethan Jackson2012-03-221-104/+104
* bridge: Shorten long lines.Ethan Jackson2012-03-221-3/+6
* netdev: Rename netdev->get_status() to netdev->get_drv_info().Pravin B Shelar2012-03-221-1/+1
* cfm: Support random VLAN tag for CCM PDUs.Ethan Jackson2012-03-192-3/+13
* idl: Move vswitch-idl to libopenvswitch.Ethan Jackson2012-03-195-28/+4
* configure: Remove --with-build-number.Ben Pfaff2012-03-191-2/+0
* configure: add configure option to disable building brcompatChris Wright2012-03-131-3/+6
* datapath: omit _mod from module namesChris Wright2012-03-092-2/+2
* netdev: Abstract "features" interface away from OpenFlow 1.0.Ben Pfaff2012-03-071-2/+2
* Begin breaking openflow-1.0.h into common and version-specific definitions.Ben Pfaff2012-03-071-1/+1
* xenserver: Add vm-id to the external_ids.Gurucharan Shetty2012-03-061-0/+5
* vswitchd: Document behavior of 802.1p priorities with VLAN splinters.Ben Pfaff2012-03-051-0/+6
* bridge: Remove unwanted ports at time of ofproto creation.Ben Pfaff2012-03-051-2/+6
* bridge: Drop log message when a QoS record lacks a default queue.Ben Pfaff2012-02-292-8/+5
* unixctl: New JSON RPC back-end.Ethan Jackson2012-02-212-8/+8
* vswitchd: Always configure a default queue for QoS.Ben Pfaff2012-02-162-4/+16
* vswitchd: Remove never-implemented table and column for capabilities.Ben Pfaff2012-02-164-120/+51