aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
AgeCommit message (Expand)Author
2015-11-27odp: pass platform params through odp_global_init()Zoltan Kiss
2015-10-28dpif-netdev: Add ODP netdevCiprian Barbu
2015-10-15vswitch.xml: Add caveat to flow-limit.Joe Stringer
2015-10-15vswitch.xml: Update docs for max-idle.Joe Stringer
2015-10-13vswitch.xml: Untabify and reindent.Ben Pfaff
2015-10-12bridge: Coding style fix.Ben Pfaff
2015-10-02automake: Consolidate schema checksum check.Gurucharan Shetty
2015-09-30lib/daemon: support --user option for all OVS daemonAndy Zhou
2015-09-01ovs-ctl: Add option to delete transient ports.Thadeu Lima de Souza Cascardo
2015-08-29bridge: Relax the whitelist format for punix path.Alex Wang
2015-08-28userspace: Define and use struct eth_addr.Jarno Rajahalme
2015-08-20tunneling: Remove gre64 tunnel support.Pravin B Shelar
2015-08-02bridge: Reconfigure when system interfaces change.Thadeu Lima de Souza Cascardo
2015-07-31ofproto-dpif-xlate: Rewrite mirroring to better fit flow translation.Ben Pfaff
2015-07-16ovs-appctl: register unixctl commands in the beginningHuanle Han
2015-07-03Implement OpenFlow 1.4+ OFPTC_EVICTION.Ben Pfaff
2015-07-03ofproto: Use OF1.4+ "importance" as part of eviction criteria.Ben Pfaff
2015-07-01mcast-snooping: Add Multicast Listener Discovery supportThadeu Lima de Souza Cascardo
2015-06-25tunnel: Geneve TLV handling support for OpenFlow.Jesse Gross
2015-06-18Merge remote-tracking branch 'origin/master' into ovn4Justin Pettit
2015-06-17Add IGMPv3 support.Thadeu Lima de Souza Cascardo
2015-06-16dummy: Introduce new --enable-dummy=system option.Ben Pfaff
2015-06-14netdev-dpdk: add dpdk vhost-user portsCiara Loftus
2015-06-05ovs-vswitchd: Update documentationMijo Safradin
2015-05-22netdev-dpdk: Adapt the requested number of tx and rx queues.Daniele Di Proietto
2015-04-29datapath: Add Stateless TCP Tunneling protocol.Pravin B Shelar
2015-04-20bridge: Remove redundant call to discover_types().Ben Pfaff
2015-04-20bridge: Remove unused macro OFP_PORT_ACTION_WINDOW.Ben Pfaff
2015-04-20in-band: Do not use manager with loopback address for in-band control.Alex Wang
2015-04-17bridge: Fix use-after-free in bridge_aa_refresh_queue().Ben Pfaff
2015-04-15ovs-vswitchd: Don't print supported OpenFlow versions with "-V".Justin Pettit
2015-04-14dpif-netdev: Add dpif-netdev/pmd-stats-* appctl commands.Daniele Di Proietto
2015-04-06bridge: Wait for previous stats update transation when it is incomplete.Alex Wang
2015-04-06bridge: Do not wait for status update when there is no bridge.Alex Wang
2015-04-01bridge: Execute bridge_run() only after retrieving db contents.Alex Wang
2015-03-31vswitch.xml: Improve description of forward-bpdu.Ben Pfaff
2015-03-24tunnels: Enable UDP checksum computation for Geneve and VXLAN.Jesse Gross
2015-03-24vswitch.ovsschema: Add datapath_types and port_types.Mark D. Gray
2015-03-23netdev-linux: Support for SFQ, FQ_CoDel and CoDel qdiscs.Jonathan Vestin
2015-03-19netdev-dpdk: add dpdk vhost-cuse portsKevin Traynor
2015-03-19automake.mk: Improve schema checksum error message.Mark D. Gray
2015-03-17netdev-linux: Be more careful about integer overflow in policing.Ben Pfaff
2015-03-16command-line: add ovs_cmdl_ prefixRussell Bryant
2015-03-12Use the IANA-assigned ports for OpenFlow and OVSDB.Justin Pettit
2015-03-12vswitchd: Update IPv6 controller examples to use OpenFlow port.Justin Pettit
2015-03-05bridge: Enable RSTP if both STP and RSTP are enabled.Ben Pfaff
2015-03-03ovs-lldp: Use better types for ISID and VLANs.Ben Pfaff
2015-03-03auto-attach: Add auto-attach support to bridge layer and command setDennis Flynn
2015-03-03ofpbuf: Simplify ofpbuf API.Pravin B Shelar
2015-02-20FAQ: Update VXLAN references from draft to RFC7348Kentaro Ebisawa