sliver-openvswitch.git
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
2014-04-16 Andy Zhouofproto-dpif: xlate should not attribute stats to bond...
2014-04-16 Andy Zhouofproto/bond: properly maintain hash entry pr_rule
2014-04-16 Andy Zhouofproto/bond: Keep hash entry slave valid.
2014-04-16 Andy Zhouofproto/bond: only display hash entries with tx_byptes...
2014-04-15 Alex Wangdatapath: Allow each vport to have an array of 'port_id's.
2014-04-15 Joe Stringerofproto/bond: Protect statistics with writelock.
2014-04-15 Joe Stringerofproto/bond: Minor cleanups.
2014-04-14 Zoltan Kissdatapath: Orphan frags in skb_zerocopy and handle errors
2014-04-14 Simon Hormanofproto-dpif: Correct typo in documentation of rule_dpi...
2014-04-14 Simon Hormanofproto-dpif: Correct documentation of rule_dpif_lookup...
2014-04-14 Jarno Rajahalmelib/odp-util: Do not use mask if it doesn't exist.
2014-04-11 Ben PfaffMakefile.am: Fix build hang when .git and Git are prese...
2014-04-11 Jarno RajahalmeClarify tunnel wildcarding.
2014-04-11 Ben Pfaffdebian: Better document how to get a kernel module...
2014-04-11 Andy Zhouofp-util.c: Simplify ofputil_group_stats_to_* functions.
2014-04-11 Andy Zhouopenflow-1.3.h: improve struct ofp13_group_stats definition
2014-04-11 Andy Zhouopenflow-1.1.h: improve struct ofp11_group_stats definition
2014-04-10 Alex Wangofproto: Use netdev's 'change_seq' to reduce port modif...
2014-04-10 Alex Wangnetdev-dpdk: Indicate the change of etheraddr and mtu.
next