summaryrefslogtreecommitdiff
path: root/vswitchd/bridge.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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