summaryrefslogtreecommitdiff
path: root/vswitchd/bridge.c
Commit message (Expand)AuthorAgeFilesLines
* bridge: Fix memory leak in bridge_aa_update_trunks().Ben Pfaff2017-06-011-0/+2
* rstp: Increment the rstp port num counter.nickcooper-zhangtonghao2017-05-311-0/+4
* bridge: Fix controller status updateAndy Zhou2017-05-151-18/+15
* vswitchd: Add --cleanup option to the 'appctl exit' commandAndy Zhou2017-05-031-2/+2
* bridge: Fix memory leak in port_configure()Yi-Hung Wei2017-04-241-0/+1
* bridge: Log interface deletionAndy Zhou2017-04-211-0/+3
* Fix format specifier technicalities.Ben Pfaff2017-03-171-1/+1
* stp: Use correct default for BPDU max age.nickcooper-zhangtonghao2017-03-171-1/+1
* Add new port VLAN mode "dot1q-tunnel"Eric Garver2017-03-171-2/+15
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-0/+2
* vswitchd: Move config_ofproto_types call before bridge_add_portShashank Ram2017-02-151-2/+3
* dpif-netdev: Pass Openvswitch other_config smap to dpif.Daniele Di Proietto2017-02-031-1/+17
* netdev-dpdk: Start also dpdkr devices only once on port-add.Daniele Di Proietto2017-01-151-0/+2
* ofproto: Add protected property to bundleBen Kelly2016-11-221-0/+3
* ifnotifier: do not wake up when there is no db connectionThadeu Lima de Souza Cascardo2016-10-311-8/+22
* ovsdb-idlc: Use ovsdb_datum_from_smap() instead of open-coding it.Ben Pfaff2016-10-191-0/+1
* dpdk: New module with some code from netdev-dpdk.Daniele Di Proietto2016-10-121-1/+1
* ofproto: Honor mtu_request even for internal ports.Daniele Di Proietto2016-09-021-11/+11
* bridge: Honor 'mtu_request' when port is added.Daniele Di Proietto2016-08-301-8/+21
* vswitchd: Introduce 'mtu_request' column in Interface.Daniele Di Proietto2016-08-121-0/+9
* smap: New function smap_get_ullong().Ben Pfaff2016-08-081-112/+50
* bridge: No QoS configured is not an errorMaxime Coquelin2016-08-041-1/+1
* bridge: Pass interface's configuration to datapath.Ilya Maximets2016-07-271-0/+2
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-2/+2
* bridge: open_type should be used for netdev_openThadeu Lima de Souza Cascardo2016-07-061-4/+12
* bridge: Add assertion to document an invariant in find_local_hw_addr().Ben Pfaff2016-07-051-0/+3
* ofproto-dpif-mirror: Add mirror snaplen support.William Tu2016-07-031-0/+6
* bridge: allow OVS to interact with controller through sockets outside run dirAnsis Atteka2016-06-271-2/+3
* util: New function nullable_xstrdup().Ben Pfaff2016-06-261-6/+2
* ipfix: Export user specified virtual observation IDWenyu Zhang2016-06-241-0/+13
* Revert "ipfix: Export user specified virtual observation ID".Ben Pfaff2016-06-241-13/+0
* ipfix: Export user specified virtual observation IDWenyu Zhang2016-06-241-0/+13
* ipfix: Support tunnel information for Flow IPFIX.Benli Ye2016-06-171-0/+3
* Add support for extended netdev statistics based on RFC 2819.mweglicx2016-05-061-12/+33
* netdev-dpdk: Convert initialization from cmdline to dbAaron Conole2016-04-291-0/+5
* Remove "VLAN splinters" feature.Pravin B Shelar2016-04-271-329/+4
* Move lib/ofp-print.h to include/openvswitch directoryBen Warren2016-04-141-11/+11
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/meta-flow.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-22/+22
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* tunneling: Handle multiple ip address for given device.Pravin B Shelar2016-03-241-2/+1
* bridge: Dump configurable QoS types.Ian Stokes2016-03-221-0/+41
* bridge: Fix qos_unixctl_show bug.Ian Stokes2016-03-221-16/+22
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ovs-vswitchd: Preserve datapath ports across graceful shutdown.Ben Pfaff2016-02-051-7/+7
* dpif-netdev: Allow different numbers of rx queues for different ports.Ilya Maximets2016-02-041-2/+0
* bridge: Do not add bridges with '/' in name.Daniele Di Proietto2016-02-031-2/+3
* bridge: Also prohibit \ in bridge names.Ben Pfaff2016-02-031-3/+6