sliver-openvswitch.git
2014-04-30 Ben PfaffEnable OpenFlow 1.0, 1.1, 1.2, and 1.3 by default.
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.
2014-04-28 Ben Pfaffovs-rcu: Log a helpful warning when ovsrcu_synchronize...
2014-04-28 Ben Pfaffovs-thread: Make caller provide thread name when creati...
2014-04-28 Ben Pfaffovs-thread: Quiesce in xpthread_barrier_wait().
2014-04-28 Ben Pfafftimeval: Preserve quiescence across time_poll().
2014-04-28 Joe Stringerdatapath: Check for backported skb_orphan_frags().
2014-04-28 Dave TuckerPython Logging Formatting Improvements
2014-04-28 Alex Wangbridge: Refactor the 'Instant' stats logic.
2014-04-28 Alex Wangofproto-dpif: Use sequence number to wake up main threa...
2014-04-28 Joe Stringertests: Fix race condition waiting for monitor thread.
2014-04-25 Joe Stringerrevalidator: Fix ukey stats cache updating.
2014-04-25 Alex Wangofproto-dpif-upcall: Fix a bug.
2014-04-25 Gurucharan... ofproto: Don't destroy mutex before its use.
2014-04-25 Gurucharan... netdev: Initialize netdev_class_mutex.
2014-04-24 Ben PfaffFAQ: Explain what to do when building against a too...
2014-04-24 Alex Wangbfd/cfm: Check status change before update status to...
2014-04-24 Gurucharan... daemon: Move some common code to daemon.c
2014-04-24 Gurucharan... daemon: Close standard file descriptors after detach...
2014-04-24 Gurucharan... daemon: Rename daemon.c as daemon-unix.c
2014-04-24 Padmanabhan... ofproto-dpif-xlate: Identify STP BPDUs more specifically.
2014-04-24 Jarno Rajahalmeofproto: Reduce taking rule references.
2014-04-24 Jarno Rajahalmeofproto: Make taking rule reference conditional on...
2014-04-24 Jarno Rajahalmeofproto: RCU postpone rule destruction.
2014-04-24 YAMAMOTO Takashihmap_random_node: Improve distribution
2014-04-24 Ethan Jacksonofproto-dpif-upcall: Remove the flow_dumper thread.
2014-04-24 Ben Pfaffbridge: When ports disappear from a datapath, add them...
2014-04-23 Joe Stringerrevalidator: Prevent handling the same flow twice.
2014-04-23 Andy Zhouofproto-dpif: Improve code clarity and comments on...
2014-04-23 Zoltan Kisslib/util: Input validation in str_to_uint
2014-04-23 Simon Hormanrun-ryu: Use unix socket rather than patch ports
2014-04-23 Gurucharan... daemon-windows: Recognize --no-chdir option for windows.
2014-04-22 Ben PfaffTODO: Add the project list from the hackathon.
2014-04-22 Gurucharan... testsuite.at: Workaround for carriage returns on windows.
2014-04-22 Gurucharan... testsuite.at: kill for windows.
2014-04-22 Gurucharan... testsuite.at: pwd for windows.
2014-04-22 Gurucharan... daemon-windows: Create pidfiles with option --pidfile.
2014-04-22 Gurucharan... daemon-windows: Implement --detach option for Windows.
2014-04-22 Gurucharan... daemon-windows: Rename service variables.
2014-04-22 Gurucharan... stream: Introduce [p]windows_[p]stream_class.
2014-04-22 Gurucharan... tests: Define a variable "IS_WIN32" for tests.
2014-04-22 Alex Wangovs-rcu: Name the ovsrcu_postpone_thread to 'urcu'.
2014-04-22 Alex Wangofproto-dpif-upcall: Fix logic error in handler/revalid...
2014-04-22 Alex Wangofproto-dpif-upcall: Fix ovs-vswitchd crash.
2014-04-21 Andy Zhoudatapath: add recirc action
2014-04-21 Andy Zhoudatapath: add hash action
2014-04-21 Rami Rosendatapath: remove unneeded declaration of new_vport().
2014-04-21 Andy Zhouopenvswitch.h: rename hash action definition
2014-04-21 Andy Zhouodp-util: Always generate key/mask pair in netlink...
2014-04-21 Andy Zhouofproto-dpif: Rule lookup starts from table zero for...
2014-04-20 YAMAMOTO Takashiofproto-dpif-upcall: Don't use stack garbage
2014-04-19 Alex Wangofproto-dpif-upcall: Remove the dispatcher thread.
2014-04-18 Alex Wangdpif-linux: Add thread-safety annotations.
2014-04-18 Alex Wangdpif-linux: Pass 'struct dpif_linux *' to internal...
2014-04-18 Alex Wangdpif-linux: Implement the API functions to allow multip...
2014-04-18 Jarno Rajahalmedpif-netdev: Use miniflow as a flow key.
2014-04-18 Jarno Rajahalmeclassifier: Support miniflow as a key.
2014-04-18 Jarno Rajahalmelib/flow: Possibly faster miniflow_hash_in_minimask()
2014-04-18 Jarno Rajahalmelib/flow: Add miniflow accessors and miniflow_get_tcp_f...
2014-04-18 Jarno Rajahalmelib/flow: Introduce miniflow_extract().
2014-04-18 Jarno Rajahalmelib/ofp-util: Restore the check for minus sign in port...
2014-04-18 ejjMerge pull request #3 from joestringer/submit/xlate_cac...
2014-04-18 Joe Stringerrevalidator: Only revalidate high-throughput flows.
2014-04-18 Joe Stringerofproto-dpif-xlate: Cache xlate_actions() effects.
2014-04-18 Joe Stringerofproto: New function ofproto_refresh_rule().
2014-04-17 YAMAMOTO Takashiflow.h: Fix a comment typo
2014-04-17 Alex Wangofproto-dpif.at: Fix a race.
2014-04-16 Andy Zhoudpif-netdev: Move hash function out of the recirc actio...
2014-04-16 Andy Zhoudatapath: Fix a double free bug for the sample action
next