json: Move from lib to include/openvswitch.
[cascardo/ovs.git] / vswitchd / bridge.c
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-07-06 Thadeu Lima de Sou... bridge: open_type should be used for netdev_open
2016-07-05 Ben Pfaffbridge: Add assertion to document an invariant in find_...
2016-07-03 William Tuofproto-dpif-mirror: Add mirror snaplen support.
2016-06-28 Ansis Attekabridge: allow OVS to interact with controller through...
2016-06-27 Ben Pfaffutil: New function nullable_xstrdup().
2016-06-25 Wenyu Zhangipfix: Export user specified virtual observation ID
2016-06-24 Ben PfaffRevert "ipfix: Export user specified virtual observatio...
2016-06-24 Wenyu Zhangipfix: Export user specified virtual observation ID
2016-06-17 Benli Yeipfix: Support tunnel information for Flow IPFIX.
2016-05-06 mweglicxAdd support for extended netdev statistics based on...
2016-04-29 Aaron Conolenetdev-dpdk: Convert initialization from cmdline to db
2016-04-27 Pravin B ShelarRemove "VLAN splinters" feature.
2016-04-14 Ben WarrenMove lib/ofp-print.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/ofp-util.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/meta-flow.h to include/openvswitch directory
2016-03-30 Ben WarrenMove lib/ofpbuf.h to include/openvswitch directory
2016-03-30 Ben Warrenlist: Rename all functions in list.h with ovs_ prefix.
2016-03-30 Ben Warrenlist: Remove lib/list.h completely.
2016-03-24 Pravin B Shelartunneling: Handle multiple ip address for given device.
2016-03-22 Ian Stokesbridge: Dump configurable QoS types.
2016-03-22 Ian Stokesbridge: Fix qos_unixctl_show bug.
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
2016-02-05 Ben Pfaffovs-vswitchd: Preserve datapath ports across graceful...
2016-02-05 Ilya Maximetsdpif-netdev: Allow different numbers of rx queues for...
2016-02-04 Daniele Di Proiettobridge: Do not add bridges with '/' in name.
2016-02-03 Ben Pfaffbridge: Also prohibit \ in bridge names.
2015-12-16 Ben PfaffUse ip_parse() and ipv6_parse() and variants in more...
2015-12-16 Ben Pfaffpackets: New macro ETH_ADDR_STRLEN.
2015-10-12 Ben Pfaffbridge: Coding style fix.
2015-08-29 Alex Wangbridge: Relax the whitelist format for punix path.
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-08-02 Thadeu Lima de Sou... bridge: Reconfigure when system interfaces change.
2015-07-16 Huanle Hanovs-appctl: register unixctl commands in the beginning
2015-07-03 Ben PfaffImplement OpenFlow 1.4+ OFPTC_EVICTION.
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-04-21 Ben Pfaffbridge: Remove redundant call to discover_types().
2015-04-21 Ben Pfaffbridge: Remove unused macro OFP_PORT_ACTION_WINDOW.
2015-04-21 Alex Wangin-band: Do not use manager with loopback address for...
2015-04-17 Ben Pfaffbridge: Fix use-after-free in bridge_aa_refresh_queue().
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-04-06 Alex Wangbridge: Wait for previous stats update transation when...
2015-04-06 Alex Wangbridge: Do not wait for status update when there is...
2015-04-02 Alex Wangbridge: Execute bridge_run() only after retrieving...
2015-03-24 Mark D. Grayvswitch.ovsschema: Add datapath_types and port_types.
2015-03-23 Jonathan Vestinnetdev-linux: Support for SFQ, FQ_CoDel and CoDel qdiscs.
2015-03-17 Ben Pfaffnetdev-linux: Be more careful about integer overflow...
2015-03-17 Ben PfaffMerge "master" into "ovn".
2015-03-13 Justin PettitUse the IANA-assigned ports for OpenFlow and OVSDB.
2015-03-06 Ben Pfaffbridge: Enable RSTP if both STP and RSTP are enabled.
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-04 Ben Pfaffovs-lldp: Use better types for ISID and VLANs.
2015-03-04 Dennis Flynnauto-attach: Add auto-attach support to bridge layer...
2015-03-03 Pravin B Shelarofpbuf: Simplify ofpbuf API.
2015-02-19 Ben Pfaffbridge: Publish error count in database's rstp_statistics.
2015-02-19 Russell Bryantovsdb-idlc: Constify 'char **'.
2015-02-04 Flavio Leitnermcast-snoop: Add support to control Reports forwarding
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-11-14 Jarno Rajahalmerstp: Add 'rstp-admin-p2p-mac' and 'rstp-admin-port...
2014-11-13 Jarno Rajahalmerstp: Show some useful rstp port fields.
2014-11-05 Andy Zhoubridge: Store datapath version into ovsdb
2014-10-22 Wang Sheng-HuiUse magic ETH_ADDR_LEN instead of 6 for Ethernet addres...
2014-10-09 Alex Wangovs-vswitchd: Fix high cpu utilization when acquire...
2014-10-07 Ben Pfaffnx-match: Move all knowledge of OXM/NXM here.
2014-10-06 Andy Zhoubridge: Keep bond active slave selection across OVS...
2014-10-01 Alex Wangbridge: Fix high cpu utilization.
2014-09-29 Joe Stringerbridge: Fix bug where IDL wakeup causes 100% CPU.
2014-09-23 Alex Wangbridge: Refactor the stats and status update.
2014-09-23 Alex Wangbridge: Rate limit the statistics update.
2014-09-19 Alex Wangdpif-netdev: Allow multi-rx-queue, multi-pmd-thread...
2014-09-15 Pravin B Shelarofproto: Do not update stats on fake bond interface.
2014-09-09 Jarno Rajahalmelib/rstp: Better debug messages, style fixes.
2014-09-09 Daniele VenturinoRapid Spanning Tree Protocol (IEEE 802.1D).
2014-08-18 Wenyu ZhangExtend OVS IPFIX exporter to export tunnel headers
2014-08-13 Alex Wangovs-numa: Add ovs-numa.{c,h} for extracting and storing cpu
2014-08-05 Jarno RajahalmeFix strict aliasing violations with GCC 4.1 and 4.4.
2014-07-21 Jarno Rajahalmevswitchd/bridge: Fix setting default prefix fields.
2014-07-17 Ben PfaffSimplify ofproto_controller_info by using a struct...
2014-06-24 Flavio Leitnerbridge: Enable multicast support on the bridge
2014-06-14 Alex Wangbridge: Make ovs-vswitchd run again if status_txn commi...
2014-06-14 Alex Wangofproto: Add separate functions for checking bfd/cfm...
2014-06-14 Alex Wangcfm: Extracts the cfm status in one function.
2014-05-28 Gurucharan Shettybridge: Initialize dscp for mgmt connections.
2014-05-19 Thomas Grafvswitchd: Add error column to Interface table to store...
2014-05-16 Jarno RajahalmeUse prefix trie lookup for IPv4 by default.
2014-05-16 Ryan Wilsonnetdev: Remove netdev from global shash when the user...
2014-05-14 Ben PfaffRemove --enable-of14 option because the implementation...
2014-05-04 YAMAMOTO Takashibridge: Fix a NULL dereference
2014-05-02 Alex Wangbridge: Allow users to configure statistics update...
2014-05-01 Ben PfaffMerge pull request #1 from spil-jasper/master
2014-04-30 Joe Stringerbridge: Remove traces of flow-eviction-threshold.
2014-04-28 Alex Wangbridge: Refactor the 'Instant' stats logic.
2014-04-24 Alex Wangbfd/cfm: Check status change before update status to...
2014-04-24 Ben Pfaffbridge: When ports disappear from a datapath, add them...
2014-04-09 Thomas Grafbridge: improve vlan mode related error messages when...
2014-04-03 Flavio Leitnerbridge: don't bring up internal ports by default.
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-24 Ben Pfaffbitmap: Make bitmap_scan() able to scan for 0-bits...
2014-03-23 Ben PfaffDisable OF1.4 in ovs-vswitchd and ovs-ofctl without...
next