summaryrefslogtreecommitdiff
path: root/vswitchd/bridge.c
Commit message (Expand)AuthorAgeFilesLines
* vswitchd: Remove support for deprecated "null" interfaces.Ben Pfaff2018-03-141-10/+1
* ofproto: Make ofproto_port_open_type() faster.Ben Pfaff2018-02-261-8/+4
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+0
* bridge: Fix custom stats' counters leak.Ilya Maximets2018-01-231-0/+1
* netdev: Custom statistics.Michal Weglicki2018-01-101-6/+25
* ovsdb-idlc: Replace C/C++ keyword in column nameYi-Hung Wei2017-12-131-1/+1
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* bridge: Fix controller status update to passive connectionsAndy Zhou2017-09-141-5/+11
* bridge: Avoid read of uninitialized data configuring Auto-Attach.Ben Pfaff2017-08-031-1/+1
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-19/+11
* bridge: Filter all zero mac when use ovs-vsctl to set maczhongbaisong2017-07-131-0/+3
* vswitchd: Fix IFACE_STAT name error in iface_refresh_statsZhenyu Gao2017-07-111-2/+2
* other-config: Add hw-offload switch to control netdev flow offloadingPaul Blakey2017-06-141-0/+1
* 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