cascardo/ovs.git
2015-01-08 Gurucharan... vlog: Rename the currently used term 'facility' as...
2015-01-08 Ethan Jacksondpif-netdev: Fix rare flow add race condition.
2015-01-07 Jarno Rajahalmetests: Make test independent of the hash function.
2015-01-07 Joe Stringerovs-dpctl: Minor manpages fixes.
2015-01-07 Joe Stringerodp-util: Reuse standard delimiters.
2015-01-07 Flavio LeitnerSECURITY.md: LTS branches triggers version release
2015-01-07 Flavio LeitnerSECURITY.md: disclosure date can be negotiated
2015-01-07 Flavio LeitnerSECURITY.md: contributors must agree to confidentiality
2015-01-07 Flavio LeitnerINSTALL.md: Split building steps to allow refs
2015-01-07 Thomas Graftravis: Update build matrix to include latest stable...
2015-01-07 Thomas Grafdatapath: Account for new flags args of vxlan_sock_add()
2015-01-07 Thomas Grafdatapath: replace remaining users of arch_fast_hash...
2015-01-07 Thomas Grafdatapath: introduce rtnl ops stub
2015-01-07 Thomas Grafdatapath: move vlan pop/push functions into common...
2015-01-07 Thomas Grafdatapath: move make_writable helper into common code
2015-01-07 Thomas Grafdatapath: Add __vlan_insert_tag() compat helper if...
2015-01-07 Thomas Grafdatapath: Account for rename to vlan_insert_tag_set_proto()
2015-01-06 Ben PfaffSECURITY: New document describing proposed security...
2015-01-06 Jarno Rajahalmeminiflow: Use 64-bit data.
2015-01-06 Jarno Rajahalmehash: Add hash_add64().
2015-01-06 Jarno Rajahalmehash: Make basis of hash_words64() 32 bits.
2015-01-06 Alex Wangofproto-dpif: Do not allow recirc_id freed by non-ownin...
2015-01-06 Ben Pfaffofproto: Don't count hidden rules in table stats.
2015-01-06 Ben Pfaffdatapath: Consistently include VLAN header in flow...
2015-01-06 Alin Serdeandatapath-windows: set the nlBuf tail properly
2015-01-06 Sorin Vinturisdatapath-windows: Add a WFP system provider
2015-01-05 Alex Wangovs-command-compgen: Avoid using GNU sed extensions.
2015-01-05 Thomas Grafvagrant: Provide basic Vagrantfile
2015-01-05 Shu Shentravis: support versioning of DPDK and options to speci...
2015-01-05 Alex WangFreeBSD: Fix build failure.
2015-01-02 Ben Pfaffofproto: Omit hidden tables from "next tables".
2015-01-02 Mijo Safradingitignore: Ignore coverage data files.
2015-01-01 Neil McKeesflow: Export OVS datapath performance counters via...
2015-01-01 Ben Pfaffvtep: Document rationale for the 'switches' column...
2015-01-01 Sorin Vinturisdatapath-windows: Release WFP allocated objects
2014-12-31 Sorin Vinturisdatapath-windows: Cleanup OVS
2014-12-30 Alex Wangdpif-netdev: Add per-pmd flow-table/classifier.
2014-12-30 Alex Wangovs-numa: Refine the module.
2014-12-30 Alex Wangdpif-netdev: Add function to get pmd using core id.
2014-12-24 YAMAMOTO Takashiofproto-dpif.at: Avoid using GNU sed extensions
2014-12-24 Alex WangWarn the free of 'recirc_id' by wrong 'ofproto'.
2014-12-24 Pravin B Shelardatapath: Simplify vport_send() error handling.
2014-12-24 Pravin B Shelardatapath: compat: introduce ovs_iptunnel_handle_offloads()
2014-12-23 Alex Wangtest: Fix intermittent failure.
2014-12-23 Alex Wangrecirculation: RCU postpone the free of dpif_backer_rec...
2014-12-23 Alex Wangrecirculation: Map recirc_id to ofproto_dpif.
2014-12-22 Jarno Rajahalmebundles: Clean up bundle commit.
2014-12-22 Jarno Rajahalmeofproto: Reject slave controllers for bundle messages.
2014-12-22 Jarno Rajahalmebundles: Reject unbundlable messages.
2014-12-22 Jarno Rajahalmebundles: Reject bundle add with bad flags.
2014-12-22 Jarno RajahalmeOF1.4 bundles: Verify xids.
2014-12-22 Jarno Rajahalmerconn: Make OF 1.4 bundle messages 'admitted'.
2014-12-22 Jarno Rajahalmeconnmgr: Dealloc 'bundles' in ofconn_destroy().
2014-12-19 Pravin B Shelardatapath:compat: Fix build failure on old kernels.
2014-12-19 Joe Stringerdpctl: Add 'get-flow' command.
2014-12-19 Joe Stringerdpif: Shift ufid support checking up to dpif_backer.
2014-12-19 Joe Stringerodp-util: Fix UFID string parsing.
2014-12-19 Joe Stringerodp-util: Format UFID hi/lo in correct order.
2014-12-19 Pravin B Shelarofproto-dpif: Fix build failure.
2014-12-19 Pravin B Shelardatapath: Fix MPLS action validation.
2014-12-18 Pravin B Shelarofproto-dpif: Fix MPLS multiple Push pop action.
2014-12-18 YAMAMOTO Takashiroute-table-bsd: Update vlog.h inclusion
2014-12-18 Paul-Emmanuel... ovs-docker : Handle pre-existing fake bridges.
2014-12-17 Joe Stringerrevalidator: Don't delete non-existent flow.
2014-12-16 Gurucharan... daemon-windows: Add a missing header.
2014-12-15 Joe Stringerdpctl: Add support for using UFID to add/del flows.
2014-12-15 Gurucharan... ovs-docker: Add the ability to set VLANs.
2014-12-15 Gurucharan... ovs-docker: Ability to set the default gateway.
2014-12-15 Gurucharan... ovs-docker: Enhance documentation to handle pre-program...
2014-12-15 Thomas Graflib: Add test for library usage
2014-12-15 Thomas Graflib: Move vconn.h to <openvswitch/vconn.h>
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-15 Thomas Graflib: Expose struct ovs_list definition in <openvswitch...
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-12-15 Thomas Graflib: Expose SAT_MUT as OVS_SAT_MUL in <openvswitch...
2014-12-15 Thomas Graflib: Move token-bucket.h to <openvswitch/token-bucket.h>
2014-12-15 Thomas Graflib: Expose ovs_mutex and ovsthread_once in <openvswitc...
2014-12-15 Thomas Graflib: Expose SOURCE_LOCATOR as OVS_SOURCE_LOACATOR
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-12-14 Alex Wangovs-command-completion: Fix unwanted whitespace.
2014-12-13 Alex Wangrecirculation: Do not drop packet when there is no...
2014-12-12 YAMAMOTO Takashiovs-router: Add "ovs/route/lookup" command
2014-12-12 Jan Vansteenkistedebian: Use ifquery for finding the interfaces in init...
2014-12-12 Shu Shenofproto: add support of OFPR_GROUP as packet-in reason...
2014-12-12 Robert Åkerblom... vtep: Add codeblocks for example commands in README...
2014-12-12 Nithin Rajudatapath-windows: return bool from NlFillOvs[Msg/Hdr]
2014-12-12 Nithin Rajudatapath-windows: refactor BuildReplyMsgFromMsgIn ...
2014-12-11 Joe Stringerdpif: Use DPIF_FP_MODIFY for feature probes.
2014-12-11 Joe Stringerdpif: Refactor datapath feature detection.
2014-12-11 Joe Stringerdpif: Don't initialize output UFID in dpif_flow_get().
2014-12-10 YAMAMOTO Takashiroute-table-bsd: Add some DBG logs
2014-12-10 YAMAMOTO Takashiroute-table-bsd: Provide gateway info
2014-12-10 YAMAMOTO Takashiovs-router: non-Linux support
2014-12-10 YAMAMOTO Takashiroute-table-bsd: Stop caching pid
2014-12-10 Thomas Grafdatapath: Account for already defined NETIF_F_GSO_ENCAP_ALL
2014-12-10 Thomas Grafdatapath: Mark compatible with kernels up to 3.18.x
2014-12-10 Thomas Grafdatapath: Check if nla_is_last() is available in <net...
2014-12-09 Eohyung Leeovs-tcpundump: Fix typo in version message.
2014-12-09 Ben Pfaffinclude/openvswitch/util: Add extern "C" { ... }.
2014-12-09 Joe Stringerrevalidator: Fix access of uninitialized memory.
next