cascardo/ovs.git
2014-05-10 YAMAMOTO Takashiacinclude.m4: Expand tabs
2014-05-09 Alex Wangofproto-dpif-upcall: Do not call dpif_handlers_set...
2014-05-09 Thomas Grafovs-ctl: Don't decrease max open fds if already set...
2014-05-09 Ben PfaffMakefiles: Fix invocation of dot2pic when builddir...
2014-05-09 YAMAMOTO Takashidot2pic: Stop assuming the path of the interpreter
2014-05-09 YAMAMOTO Takashidot2pic: Use "> $@; mv $@.tmp $@" notation to make...
2014-05-09 YAMAMOTO TakashiRevert commit 74622b44b ("Fix dot2pic make dependencies")
2014-05-09 Ethan Jacksonovs-dev.py: Add support for dpdk builds.
2014-05-08 Ben Pfaffutil: Remove duplicate CACHE_LINE_SIZE definition.
2014-05-08 Andy Zhouofp-util: compile group stats with visual studio
2014-05-08 Ben Pfaffovs-thread: Issue better diagnostics for locking uninit...
2014-05-08 Andy Zhoubond: raise minimal bond distribution per interface
2014-05-08 YAMAMOTO TakashiFAQ: Mention packet filter incompatibility
2014-05-07 Joe Stringertunnel: Fix bug where misconfiguration persists.
2014-05-07 Ethan Jacksonnetdev: Allow netdev_change_seq_changed() to accept...
2014-05-07 Ben Pfafflacp: Really fix mutex initialization.
2014-05-07 Andy Zhoubond: fix a bug that disabled bond stats collection
2014-05-07 Ashwin Swaminathanvtep: Update vtep schema with tunnel table
2014-05-07 Alex Wangbfd: Update bfd status on bfd creation and deletion.
2014-05-07 Alex Wangcfm: Update cfm status on cfm creation and deletion.
2014-05-06 YAMAMOTO TakashiFix dot2pic make dependencies
2014-05-06 YAMAMOTO TakashiFAQ: Expand tabs
2014-05-06 YAMAMOTO Takashiutil: Use posix_memalign for xmalloc_cacheline if available
2014-05-05 Gurucharan... vlog: Use python 2.4 compatible functions.
2014-05-05 Ben Pfaffofproto: Log flow mod statistics per controller rather...
2014-05-05 Ben Pfaffrconn: Preserve the name of an unreliable connection...
2014-05-05 Ben Pfaffconnmgr: Remove prototype for nonexistent function.
2014-05-05 Ben Pfaffrconn: Correct comment.
2014-05-04 YAMAMOTO TakashiFAQ: Add an entry about local ports
2014-05-04 YAMAMOTO Takashiovs-vswitchd.at: Avoid using GNU sed extensions
2014-05-04 YAMAMOTO Takashiovs-vswitchd.at: Fix a comment typo
2014-05-04 YAMAMOTO Takashibridge: Fix a NULL dereference
2014-05-04 YAMAMOTO Takashiroute-table-bsd: Remove unused vlog definition
2014-05-04 YAMAMOTO Takashiroute-table-bsd: Sprinkle ALIGNED_CAST where appropriate
2014-05-04 YAMAMOTO Takashinetdev-bsd: Sprinkle ALIGNED_CAST where appropriate
2014-05-04 Joe Stringernetdev: Safely increment refcount in netdev_open().
2014-05-04 Joe Stringernetdev: Reuse netdev_ref() in netdev_rxq_open().
2014-05-03 Andy Zhounetdev-linux: favor netlink stats for physical ports
2014-05-02 Alex Wangnetdev-vport: Checks tunnel status change when route...
2014-05-02 Alex Wangbridge: Allow users to configure statistics update...
2014-05-02 Alex Wangofproto-dpif-monitor: Fix deadlock.
2014-05-02 Jesse Grossdatapath: Fix feature check for HAVE_RXHASH.
2014-05-02 Alexandru CopotAdd basic implementation for OpenFlow 1.4 bundles
2014-05-02 Ben PfaffAUTHORS: Add Christian Stigen Larsen <cslarsen@gmail...
2014-05-02 Bruce Davievtep: clean up whitespace
2014-05-02 Simon Hormanofproto-dpif: Add table_is_internal() helper
2014-05-02 Simon Hormanflow: Add mf_is_l3_or_higher()
2014-05-02 Pritesh Kotharidatapath: clear l4_rxhash in skb_clear_hash.
2014-05-02 Pritesh Kotharidatapath: Add support for kernel 3.14.
2014-05-01 Andy Zhoudatapath: handle recirculation loop detection
2014-05-01 Ethan Jacksonofproto: Fix is_flow_deletion_pending() false positive.
2014-05-01 Ethan Jacksonofproto: Fix potential leak during flow mods.
2014-05-01 Simon Hormanofproto-dpif: Make bonding balance test more robust
2014-05-01 Ben Pfaffovs-thread: Fix OVS_ADAPTIVE_MUTEX_INITIALIZER.
2014-05-01 Ben Pfaffovs-ctl: Install manpage.
2014-05-01 Ben PfaffMerge pull request #1 from spil-jasper/master
2014-05-01 Simon Hormanofproto-dpif: Correct check_recirc comment
2014-05-01 Alexandru Copotofp-print: Enable printing OF1.4 version
2014-05-01 Simon Hormanofproto-dpif: Move recirc members from struct xlate_out...
2014-05-01 YAMAMOTO Takashiofproto-dpif-xlate: Fix in_port=controller case for...
2014-04-30 Alex Wangbfd: Require bfd control packet received in forwarding_...
2014-04-30 Alex Wangcfm: Require ccm received in demand mode.
2014-04-30 Joe Stringerbridge: Remove traces of flow-eviction-threshold.
2014-04-30 Jarno Rajahalmelib/classifier: Use a prefix tree to optimize ports...
2014-04-30 Ben Pfaffofproto-dpif: Close race between processing packet_ins...
2014-04-30 Pravin B Shelardatapath: Remove unnecessary flow variable.
2014-04-30 Ben PfaffEnable OpenFlow 1.0, 1.1, 1.2, and 1.3 by default.
2014-04-30 Jasper CapelAdd BuildRequires to RHEL specfile
2014-04-30 Andy Zhoubond: fix uninitialized use of use_recirc variable
2014-04-29 Jarno Rajahalmelib/classifier: Support variable sized miniflows.
2014-04-29 Jarno Rajahalmelib/flow: Maintain miniflow offline values explicitly.
2014-04-29 Jarno Rajahalmelib/classifier: Separate cls_rule internals from the...
2014-04-29 Jarno Rajahalmeclassifier: Use array for subtables instead of a list.
2014-04-29 Jarno Rajahalmelib: Add prefetch support (for GCC)
2014-04-29 Jarno Rajahalmelib/flow: Optimize minimask_has_extra() and minimask_is...
2014-04-29 Jarno Rajahalmelib/classifier: Hide more of the internal data structures.
2014-04-29 Jarno Rajahalmeofproto: Use classifer cursor API to collect vlan usage.
2014-04-29 Jarno Rajahalmelib: Inline functions used in classifier_lookup.
2014-04-29 Jarno Rajahalmelib/flow: Simplify miniflow accessors, add ipv6 support.
2014-04-29 Jarno Rajahalmeofproto: Inline trivial functions.
2014-04-29 Jarno Rajahalmeofproto: Inline actions in struct rule_actions.
2014-04-29 Ben Pfaffovs-rcu: Log the name of the main thread as "main"...
2014-04-29 Ben Pfafftests: Whitelist messages about RCU blocking in the...
2014-04-29 Ben Pfaffofp-version-opt: Fix spelling and capitalization.
2014-04-29 Pravin B Shelardatapath: Convert mask list in mask array.
2014-04-29 Pravin B Shelardatapath: Add flow mask cache.
2014-04-29 Pravin B Shelardatapath: Move table destroy to dp-rcu callback.
2014-04-29 Alex Wangnetdev: Fix an use of uninitialized mutex.
2014-04-29 Alex Wangdpif-linux: Fix a bug in creating port.
2014-04-29 Andy Zhouofproto-dpif: restore bond rebalance for non-recirc...
2014-04-29 Andy Zhouofproto-bond: do not allow recirculation when we failed...
2014-04-29 Jarno Rajahalmeopenvswitch.h: Clarify use of key attributes.
2014-04-29 Jarno Rajahalmelib/odp-util: Remove extra parenthesis from sctp key...
2014-04-29 Jarno Rajahalmeopenvswitch.h: Note that 64 bit ints are 4-aligned.
2014-04-29 Jarno Rajahalmelib/ofp-actions: Update comment.
2014-04-28 Ben Pfafftests: Fix up "ofproto-dpif - ofproto-dpif-monitor 1".
2014-04-28 Ben Pfaffovs-thread: Add checking for mutex and rwlock initializ...
2014-04-28 Ben Pfafflacp: Don't lock potentially uninitialized mutex in...
2014-04-28 Justin PettitPrepare for post-2.2.0 (2.2.90).
2014-04-28 Justin PettitPrepare for 2.2.0.
next