summaryrefslogtreecommitdiff
path: root/vswitchd/bridge.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use ip_parse() and ipv6_parse() and variants in more places.Ben Pfaff2015-12-151-4/+3
* packets: New macro ETH_ADDR_STRLEN.Ben Pfaff2015-12-151-2/+3
* bridge: Coding style fix.Ben Pfaff2015-10-121-1/+2
* bridge: Relax the whitelist format for punix path.Alex Wang2015-08-291-5/+7
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-47/+49
* bridge: Reconfigure when system interfaces change.Thadeu Lima de Souza Cascardo2015-08-021-1/+26
* ovs-appctl: register unixctl commands in the beginningHuanle Han2015-07-161-0/+1
* Implement OpenFlow 1.4+ OFPTC_EVICTION.Ben Pfaff2015-07-031-2/+5
* bridge: Remove redundant call to discover_types().Ben Pfaff2015-04-201-4/+0
* bridge: Remove unused macro OFP_PORT_ACTION_WINDOW.Ben Pfaff2015-04-201-10/+0
* in-band: Do not use manager with loopback address for in-band control.Alex Wang2015-04-201-2/+5
* bridge: Fix use-after-free in bridge_aa_refresh_queue().Ben Pfaff2015-04-171-2/+2
* bridge: Wait for previous stats update transation when it is incomplete.Alex Wang2015-04-061-3/+16
* bridge: Do not wait for status update when there is no bridge.Alex Wang2015-04-061-7/+1
* bridge: Execute bridge_run() only after retrieving db contents.Alex Wang2015-04-011-1/+4
* vswitch.ovsschema: Add datapath_types and port_types.Mark D. Gray2015-03-241-0/+40
* netdev-linux: Support for SFQ, FQ_CoDel and CoDel qdiscs.Jonathan Vestin2015-03-231-1/+1
* netdev-linux: Be more careful about integer overflow in policing.Ben Pfaff2015-03-171-2/+2
* Use the IANA-assigned ports for OpenFlow and OVSDB.Justin Pettit2015-03-121-1/+1
* bridge: Enable RSTP if both STP and RSTP are enabled.Ben Pfaff2015-03-051-24/+22
* ovs-lldp: Use better types for ISID and VLANs.Ben Pfaff2015-03-031-5/+4
* auto-attach: Add auto-attach support to bridge layer and command setDennis Flynn2015-03-031-1/+275
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-2/+2
* bridge: Publish error count in database's rstp_statistics.Ben Pfaff2015-02-191-3/+5
* ovsdb-idlc: Constify 'char **'.Russell Bryant2015-02-191-5/+5
* mcast-snoop: Add support to control Reports forwardingFlavio Leitner2015-02-041-2/+5
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-2/+2
* rstp: Add 'rstp-admin-p2p-mac' and 'rstp-admin-port-state' setters.Jarno Rajahalme2014-11-141-0/+10
* rstp: Show some useful rstp port fields.Jarno Rajahalme2014-11-131-1/+7
* bridge: Store datapath version into ovsdbAndy Zhou2014-11-051-0/+18
* Use magic ETH_ADDR_LEN instead of 6 for Ethernet address length.Wang Sheng-Hui2014-10-221-1/+1
* ovs-vswitchd: Fix high cpu utilization when acquire idl lock fails.Alex Wang2014-10-091-3/+6
* nx-match: Move all knowledge of OXM/NXM here.Ben Pfaff2014-10-071-0/+1
* bridge: Keep bond active slave selection across OVS restartAndy Zhou2014-10-061-0/+31
* bridge: Fix high cpu utilization.Alex Wang2014-09-301-0/+3