summaryrefslogtreecommitdiff
path: root/vswitchd/bridge.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-17/+18
* bond: Fix using uninitialized 'lacp_fallback_ab_cfg' for 'bond-primary'.Ilya Maximets2020-10-171-5/+4
* Eliminate "whitelist" and "blacklist" terms.Ben Pfaff2020-10-161-14/+13
* Use primary/secondary, not master/slave, as names for OpenFlow roles.Ben Pfaff2020-10-161-4/+4
* bond: Add 'primary' interface concept for active-backup mode.Jeff Squyres2020-07-171-0/+5
* bridge: Fix null dereference on ct_timeout_policy recordYi-Hung Wei2020-06-271-2/+4
* userspace: Avoid dp_hash recirculation for balance-tcp bond mode.Vishal Deep Ajmera2020-06-221-0/+5
* vswitchd: Add serial number configuration.Kirill A. Kornilov2020-01-311-0/+9
* userspace: Add TCP Segmentation Offload supportFlavio Leitner2020-01-171-0/+2
* bridge: Split the column updates of rstp statistics and status.Krishna Kolakaluri2020-01-061-3/+31
* bridge: Allow manual notifications about interfaces' updates.Ilya Maximets2019-12-181-0/+2
* Add offload packets statisticszhaozhanxu2019-12-061-5/+12
* ofproto-dpif: Expose datapath capability to ovsdb.William Tu2019-11-211-0/+21
* ofproto-dpif: Consume CT_Zone, and CT_Timeout_Policy tablesYi-Hung Wei2019-09-261-2/+195
* show "rx_missed_errors" counter in interface statisicstxfh20072019-09-251-0/+1
* vswitchd: Make packet-in controller queue size configurableDumitru Ceara2019-09-231-0/+26
* vswitch: ratelimit the device add logAaron Conole2019-09-231-2/+7
* upcall: Configure datapath min-revalidate-pps through ovs-vsctl.Vlad Buslov2019-08-211-0/+3
* upcall: Configure datapath max-revalidator through ovs-vsctl.Vlad Buslov2019-08-211-0/+3
* netdev: Split up netdev offloading to separate module.Ilya Maximets2019-06-111-0/+1
* ofproto-dpif-xlate: Add "always" mode to priority tagsEli Britstein2019-05-241-0/+2
* ofproto-dpif-xlate: Change priority tags from boolean to enumEli Britstein2019-05-241-2/+6
* bridge: Propagate patch port pairing errors to db.Ilya Maximets2019-03-261-0/+13
* vswitchd: Allow user to configure controllers as "primary" or "service".Ben Pfaff2019-02-051-0/+11
* connmgr: Make treatment of active and passive connections more uniform.Ben Pfaff2019-02-051-1/+1
* connmgr: Improve interface for setting controllers.Ben Pfaff2018-10-311-61/+41
* bridge.c: prevent controller connects while flow-restore-waitZak Whittington2018-10-251-1/+2
* Revert "bridge: Fix ovs-appctl qos/show repeated queue information"Ben Pfaff2018-10-031-1/+0
* bridge: Fix ovs-appctl qos/show repeated queue informationEelco Chaudron2018-10-021-0/+1
* bridge: Clean leaking netdevs when route is added.Tiago Lam2018-07-101-0/+3
* treewide: Convert leading tabs to spaces.Ben Pfaff2018-06-111-5/+5
* dpdk: reflect status and version in the databaseAaron Conole2018-05-251-0/+5
* ofproto: Allow bundle idle timeout to be configured.Flavio Leitner2018-05-091-1/+2
* 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