cascardo/ovs.git
2015-07-13 Andy Zhoudb-ctl-base: do not expose get_table() API
2015-07-13 Ben Pfaffhmap: Fix bad advice in comment (plus a typo).
2015-07-12 Ben Pfaffxml2nroff: Allow comments in block XML.
2015-07-12 Ben Pfaffnicira-ext: Fix typo in comment.
2015-07-11 Alin SerdeanUndefined symbol make_unix_socket
2015-07-09 Andy Zhoudb-ctl-base: fix a few typos
2015-07-08 Jeroen van... hash: Add symmetric L3/L4 hash functions for multipath...
2015-07-08 James Pagedebian: wrap-and-sort
2015-07-08 Steffen GebertFAQ: Fix headline.
2015-07-07 Ben PfaffFAQ.md: Remove text saying that OpenFlow 1.5 is not...
2015-07-07 Ben Pfaffnroff: Fix style of names.
2015-07-07 Ben Pfaffofp-util: Log the type of an invalid message being...
2015-07-07 Ben Pfaffofp-util: Require inner and outer message in bundle...
2015-07-07 Ben Pfaffofp-msgs: Add function ofptype_get_name().
2015-07-06 Jarno Rajahalmeclassifier: Make versioning more explicit.
2015-07-06 Jarno Rajahalmeofproto: Add struct ofproto_flow_mod.
2015-07-06 Joe Stringerodp-util: Share fields between odp and dpif_backer.
2015-07-06 Sorin Vinturisdatapath-windows: Solved BSOD when adding OVS ports
2015-07-06 Huanle Hanovs-bugtool: Remove argument of "ovs-appctl dpif/show".
2015-07-06 Guru Chaitanya... stream-ssl: Set SSL session cache mode to disables.
2015-07-04 Alex Wangovn: Add ovn/lib/libovn.sym to .gitignore.
2015-07-03 Ben PfaffImplement OpenFlow 1.4+ OFPMP_TABLE_DESC message.
2015-07-03 Ben PfaffImplement OpenFlow 1.4+ OFPTC_EVICTION.
2015-07-03 Ben Pfaffofproto: Use OF1.4+ "importance" as part of eviction...
2015-07-03 Ben Pfaffofp-util: Fix typo in comment.
2015-07-03 Ben Pfaffofproto: Make 'importance' immutable.
2015-07-03 Ben Pfaffovn: Take advantage of OVSDB garbage collection in...
2015-07-02 Luis E. Pdatapath/README: Fix some typos.
2015-07-02 Ben Pfaffofproto: Hold ofproto_mutex when enabling or disabling...
2015-07-02 Sorin Vinturisdatapath-windows: Solved memory leak in OVS datapath
2015-07-02 Alin SerdeanSolved datapath-windows: BSOD when initializing switch...
2015-07-02 Thadeu Lima... mcast-snooping: Add Multicast Listener Discovery support
2015-07-01 Thadeu Lima... mcast-snooping: Use IPv6 address for MDB
2015-07-01 Sorin Vinturisdatapath-windows: Solved BSOD when handling flows
2015-07-01 Jesse Grosstunnels: Don't initialize unnecessary packet metadata.
2015-07-01 Nithin Rajudatapath-windows: Rename 'vport->isPresentOnHv' to...
2015-07-01 Nithin Rajudatapath-windows: Code refactoring and fixes in Vport.c
2015-07-01 Alin Serdeanwindows: Avoid OVS_UNUSED in Windows stubs for syslog.h.
2015-07-01 Wei liINSTALL.DPDK.md: Fix wrong command for creating dpdkvho...
2015-07-01 Sorin Vinturisdatapath-windows: Failed initialization for datapath...
2015-07-01 Sorin Vinturisdatapath-windows: Avoid double incrementation of tx...
2015-07-01 Sorin Vinturisdatapath-windows: Duplicate tag for STT pools
2015-07-01 Gurucharan... ovs-lib: Ability to move ip address and routes.
2015-07-01 Gurucharan... ovs-save: Refactor and move some code to ovs-lib.
2015-07-01 Alex Wangrhel: Add dkms support for ovs datapath build.
2015-06-27 Ansis Attekavlog: add "vlog/list-pattern" command
2015-06-27 Ansis Attekavlog: abstract out interface to syslog daemon
2015-06-26 Jesse Grosstunneling: Userspace datapath support for Geneve options.
2015-06-26 Ben Pfaffofproto: Fix use-after-free in bridge destruction with...
2015-06-26 Ben Pfaffofp-actions: Support mixing "conjunction" and "note...
2015-06-25 Ben Pfaffexpr: Fix typo in comment.
2015-06-25 Jesse Grosstunneling: Don't match on source IP address for native...
2015-06-25 Daniele Di... netdev-dpdk: Fix sparse and clang warnings
2015-06-25 Mark Kavanaghdpif-netdev: log port/core affinity
2015-06-25 Wei linetdev-dpdk: Do not flush tx queue which is shared...
2015-06-25 Jesse Grosspkt-metadata: Avoid introducing overhead for userspace...
2015-06-25 Jesse Grosstunnel: Geneve TLV handling support for OpenFlow.
2015-06-25 Jesse Grossodp-util: Pass down flow netlink attributes when transl...
2015-06-25 Jesse Grossmetaflow: Extend size of mf_value to 128 bytes.
2015-06-25 Jesse Grossopenflow: Table maintenance commands for Geneve options.
2015-06-25 Jesse Grossnx-match: Enable parsing string representations of...
2015-06-25 Jesse Grossnx-match: Trim variable length fields when encoding...
2015-06-25 Jesse Grossnx-match: Enable senders of NXM fields to specify length.
2015-06-25 Jesse Grossnx-match: Handle receiving variable length fields.
2015-06-25 Jesse Grossnx-match: Support variable length header lookup.
2015-06-25 Jesse Grossmetaflow: Allow fields to be marked as variable length.
2015-06-25 Jesse Grossbitmap: Convert single bitmap functions to 64-bit.
2015-06-25 Ben Pfafftests: Use taskkill if tskill is not available, on...
2015-06-25 Sumit Gargpython: Fix issue with probes for JSONRPC connections
2015-06-25 Sumit Gargpython: Fix writing to non-"alert" column for newly...
2015-06-25 Sumit Gargpython: Fix attempt to use a bool as a function.
2015-06-25 Alin Serdeantests: Reduce user burden for running "make check".
2015-06-25 Thadeu Lima... ofproto-dpif: Fix coding style.
2015-06-25 Russell Bryantovn: Add get/set-enabled to ovn-nbctl.
2015-06-25 Russell Bryantovn: Add logical port 'enabled' state.
2015-06-24 Ben PfaffMakefiles: Move xml2nroff rule from ovn directory to...
2015-06-24 Ben Pfaffnx-match: Fix typo in comment.
2015-06-24 Ben Pfaffnx-match: Fix distribution of hash function for NXM...
2015-06-24 Sorin Vinturisdatapath-windows: Wrong cleanup of newly created multip...
2015-06-24 Andy Zhouovsdb: Flush JSON cache only when necessary
2015-06-24 Andy Zhouovsdb: Only update monitor when necessary
2015-06-24 Andy Zhouovsdb: add ovsdb_monitor_row_update_type()
2015-06-23 Sorin Vinturisdatapath-windows: Return success for already existing...
2015-06-23 Ben PfaffMakefiles: Stop distributing files because building...
2015-06-23 Ben PfaffIncrease prerequisite from Python 2.4 to Python 2.7.
2015-06-23 Ben Pfaffnroff: Fix the escape of '.'.
2015-06-23 Alex Wangdb-ctl-base: Improve show command.
2015-06-23 Alex Wangvtep-ctl: Use db-ctl-base.
2015-06-23 Alex Wangdb-ctl-base: Librarize database command manual.
2015-06-23 Alex Wangdb-ctl-base: Librarize show command.
2015-06-23 Alex Wangdb-ctl-base: Librarize code in parse_options().
2015-06-23 Alex Wangdb-ctl-base: Make common database command code into...
2015-06-23 Alex Wangovs-vsctl: Simplify code.
2015-06-23 Gurucharan... Add a few OVN files as part of DISTCLEANFILES.
2015-06-23 Alin Serdeantests: Remove the windows service in case it failed...
2015-06-23 Alin Serdeanbfd: Add OVS_VSWITCHD_STOP to bfd unit tests
2015-06-22 Ben Pfaffofproto-dpif-xlate: Add support for OpenFlow group...
2015-06-22 Gurucharan... tests: Adjust output of vconn for windows.
2015-06-22 Gurucharan... ofproto.at: Don't specify the specific error.
2015-06-22 Gurucharan... rpms: Exclude OVN files from openvswitch packages.
next