aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
AgeCommit message (Expand)Author
2012-08-22stp: port_no counter is off by oneAnsis Atteka
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-05-21bridge: Ignore "null" interfaces as required.Ethan Jackson
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
2012-04-11bridge: Rate limit port creations and deletions.Ethan Jackson
2012-04-11bridge: Rate limit default address warnings.Ethan Jackson
2012-04-12ovsdb-idl: Simplify transaction retry.Ben Pfaff
2012-04-09vswitchd: Remove port from datapath if it becomes non-operationalAnsis Atteka
2012-04-06Added handling of previously ignored cfm faults.Mehak Mahajan
2012-04-05Granular link health statistics for cfm.Mehak Mahajan
2012-04-05Revert "Granular link health statistics for cfm."Mehak Mahajan
2012-04-05Granular link health statistics for cfm.Mehak Mahajan
2012-03-28Rearrange structures to better fit valgrind's memory leak heuristics.Ben Pfaff
2012-03-27Avoid possibly including an old vswitch-idl.h.Ben Pfaff
2012-03-23Allow configuring DSCP on controller and manager connections.Mehak Mahajan
2012-03-23vswitchd: Do not refresh existing iface on new device addition.Pravin B Shelar
2012-03-22idl: New helpers for accessing string maps.Ethan Jackson
2012-03-22bridge: Shorten long lines.Ethan Jackson
2012-03-22netdev: Rename netdev->get_status() to netdev->get_drv_info().Pravin B Shelar
2012-03-19cfm: Support random VLAN tag for CCM PDUs.Ethan Jackson
2012-03-19idl: Move vswitch-idl to libopenvswitch.Ethan Jackson
2012-03-19configure: Remove --with-build-number.Ben Pfaff
2012-03-13configure: add configure option to disable building brcompatChris Wright
2012-03-09datapath: omit _mod from module namesChris Wright
2012-03-07netdev: Abstract "features" interface away from OpenFlow 1.0.Ben Pfaff
2012-03-07Begin breaking openflow-1.0.h into common and version-specific definitions.Ben Pfaff
2012-03-06xenserver: Add vm-id to the external_ids.Gurucharan Shetty
2012-03-05vswitchd: Document behavior of 802.1p priorities with VLAN splinters.Ben Pfaff
2012-03-05bridge: Remove unwanted ports at time of ofproto creation.Ben Pfaff