netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / vswitchd / bridge.c
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...
2014-03-08 Joe Stringerupcall: Configure datapath max-idle through ovs-vsctl.
2014-02-26 Helmut Schaavswitchd: Limit fake bridge MAC selection to ports...
2014-02-26 Helmut Schaavswitchd: Split pick_local_hw_addr
2014-02-21 Gurucharan ShettyReplace inet_aton() with inet_pton().
2014-02-19 Joe Stringerofproto: Remove 'force-miss-model' configuration.
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2014-01-31 Ben Pfaffbridge: Set ofport column in every database transaction.
2014-01-17 Helmut Schaavswitchd: Inherit parents mac address for fake bridges
2014-01-15 YAMAMOTO Takashibridge: Update a comment
2013-12-30 Alex Wangbridge: Fix reversed string parsing in bridge_configure...
2013-12-19 Ethan Jacksonofproto: Handle flow installation and eviction in upcall.
2013-12-17 Ben Pfaffbridge: Let ofprotos run once before reporting configur...
2013-12-16 Ben Pfaffbridge: Remove superfluous "inline" from ofp12_controll...
2013-12-13 Ethan Jacksonofproto: Simplify thread creation API.
2013-12-13 Ethan Jacksonofproto-dpif-upcall: Add memory usage stats.
2013-12-13 Ethan Jacksonofproto: Remove run_fast() functions.
2013-12-12 Joe Stringerbridge: Only store instant_stats on device changes
2013-12-12 Ben Pfaffbridge: Support changing port numbers.
2013-12-12 Ben Pfaffbridge: Reconfigure in single pass.
2013-12-11 Ben Pfaffnetdev: Log a warning when netdev_set_config() fails.
2013-12-11 Jarno RajahalmeClassifier: Track address prefixes.
2013-12-11 Joe Stringerbridge: Refresh STP statistics separately from status
2013-12-06 Andy Zhouofproto: Move bond files to ofproto
next