datapath-windows: Fix broken build.
[cascardo/ovs.git] / lib /
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-08-28 Jesse Grossofp-actions: Don't encode variable length fields using...
2015-08-27 Jarno Rajahalmeflow: Workaround for GCC false-positive compilation...
2015-08-27 Jarno Rajahalmemeta-flow: Initialize the whole exact_match_mask.
2015-08-26 Ben Pfaffsset: New function sset_intersect().
2015-08-26 Jarno Rajahalmemeta-flow: Minor refactoring.
2015-08-26 Jarno Rajahalmemeta-flow: Avoid unnecessary large memset.
2015-08-26 Jarno Rajahalmeofproto-dpif-rid: Make lookups cheaper.
2015-08-26 Jarno Rajahalmeclassifier: Retire partitions.
2015-08-26 Jarno Rajahalmeflow: Add struct flowmap.
2015-08-26 Jarno Rajahalmeclassifier: Pre-compute stage masks.
2015-08-25 Alex Wangcoverage: Add coverage_try_clear() for performance...
2015-08-25 Justin Pettitofp-parse: Add "ipv4" and "ip4" shorthand notations.
2015-08-25 Joe Stringerofp-print: Fix redundant expression.
2015-08-24 Ben Pfaffofp-util: For OF1.0, don't wildcard PCP field when...
2015-08-21 Gurucharan Shettyovsdb-server: Add the ability to push peer-cert.
2015-08-21 Jesse Grosstun-metadata: Always set option present when copying...
2015-08-21 Russell Bryanthmap: Ensure iterator is NULL after iteration.
2015-08-20 Jarno Rajahalmemeta-flow: Fix ip_frag handling in mf_set_wild().
2015-08-20 Jarno Rajahalmeodp-util: Fix put_nd_key().
2015-08-20 Pravin B Shelartunneling: Remove gre64 tunnel support.
2015-08-20 Ben Pfaffofp-util: Use correct error for indirect group with...
2015-08-13 Simon Hormanflow: Ignore invalid ICMPv6 fields when parsing packets
2015-08-13 Alex Wangdb-ctl-base: Allow print rows that weak reference to...
2015-08-13 Jarno Rajahalmeclassifier: Do not use mf_value.
2015-08-12 Jarno Rajahalmeclassifier: Simplify minimask_hash().
2015-08-12 Jarno Rajahalmeclassifier: Remove unused hash functions.
2015-08-12 Jarno Rajahalmeflow: Avoid compile errors.
2015-08-12 Jarno Rajahalmeclassifier: Fix comment.
2015-08-11 Alex Wangovsdb-idl: Move get_initial_snapshot() to ovsdb-idl.
2015-08-08 Alex Wangidl-loop: Move idl-loop into ovsdb-idl library.
2015-08-06 Daniele Di Proiettonetdev-dpdk: Retry tx/rx queue setup until we don't...
2015-08-06 Jesse Grossdpif-netdev: Translate Geneve options per-flow, not...
2015-08-06 Jesse Grossdpif-netdev: Don't use metaflow to operate on userspace...
2015-08-04 Ilya Maximetsdpif-netdev: fix race for queues between pmd threads.
2015-08-03 Ben Pfafftreewide: Fix doubled "the".
2015-08-03 Ben Pfaffsmap: New function smap_get_uuid().
2015-08-02 Thadeu Lima de Sou... bridge: Reconfigure when system interfaces change.
2015-08-02 Thadeu Lima de Sou... rtbsd: support RTM_IFANNOUNCE messages
2015-07-31 Russell Bryantsmap: Add smap_equal().
2015-07-31 Ben Pfaffofp-actions: Add action "debug_recirc" for testing...
2015-07-31 Minoru TAKAHASHIofp-util: Fix group desc request encoding.
2015-07-31 Minoru TAKAHASHIofp-util: Fix port desc request encoding.
2015-07-31 Ben Pfaffofpbuf: New macro OFPBUF_STUB_INITIALIZER.
2015-07-31 Ben Pfafflist: New macro OVS_LIST_POISON for initializing a...
2015-07-31 Ben Pfafftype-props: Suppress warnings in newer Clang and GCC.
2015-07-29 Ben PfaffFix treatment of OpenFlow 1.1+ bucket weights.
2015-07-29 Ben Pfaffofp-actions: OFPP_ANY (aka OFPP_NONE) is not a valid...
2015-07-28 Ben Pfaffofp-print: Abbreviate duplicated table features.
2015-07-28 Alex Wangnetdev-linux: Cache the result of previous reading...
2015-07-28 Alex Wangnetdev-linux: Make netdev_linux_get_in6() conform to...
2015-07-28 Alex Wangnetdev-linux: Make netdev_linux_notify_sock join RTNLGR...
2015-07-28 Alex Wangrtnetlink: Extend rtnetlink to support RTNLGRP_IPV4_IFA...
2015-07-27 Thadeu Lima de Sou... rtbsd: Include necessary headers on rtbsd.h.
2015-07-27 Niti Rohillaofproto: Implement OF1.4 Set/Get asynchronous configura...
2015-07-24 Thadeu Lima de Sou... perf-counter: Fix segfaults on non-Linux platforms.
2015-07-23 Andy Zhoudb-ctl-base: make cmd_show_table private
2015-07-23 Andy Zhoudb-ctl-base: remove the recurse member from struct...
2015-07-22 Ben PfaffMakefiles: Clean and do not distribute IDL-generated...
2015-07-22 Ben Pfafftreewide: Change doubled ";;" to single ";" in C code.
2015-07-22 Ben Pfafftnl-arp-cache: Remove spurious OVS_UNUSED from tnl_arp_...
2015-07-22 Ben Pfafftnl-arp-cache: Indentation fixes.
2015-07-21 Neil McKeeExtend sFlow agent to report tunnel and MPLS structures
2015-07-21 Daniele Di Proiettonetdev-dpdk: Restore txq/rxq number if initialization...
2015-07-21 Aaron Conolelib/automake.mk: Changes to support make distcheck.
2015-07-20 Ben Pfaffdb-ctl-base: Add "static" to definition of ctl_exit().
2015-07-20 Alex Wangofpbuf: Update msg when resizing ofpbuf.
2015-07-20 Ben Pfaffofp-util: Allow out-of-range indexes in ofputil_decode_...
2015-07-17 Jarno Rajahalmeflow: Split miniflow's map.
2015-07-17 Jarno Rajahalmedpif-netdev: Skip also xregs when building a mask.
2015-07-17 Gurucharan Shettytype-props: Avoid a MSVC warning.
2015-07-17 Andy Zhoudb-ctl-base: make use of user supplied exit function
2015-07-17 Andy Zhoudb-ctl-base: remove ctl_get_all_commands() function
2015-07-17 Andy Zhoudb-ctl-base: remove db_ctl_show_command table
2015-07-17 Andy Zhouperf-counter: simplify the performance macro
2015-07-17 Andy Zhouperf-counter: initialize perf counter shash before use
2015-07-17 Joe Stringerofp-parse: Fix typo in consistency check.
2015-07-17 Jarno Rajahalmeflow: Make compile with MSVC.
2015-07-16 Huanle Hanovs-appctl: register unixctl commands in the beginning
2015-07-16 Thadeu Lima de Sou... netdev-linux: do not warn when getting stats for netdev...
2015-07-16 Jesse Grosstunneling: Allow matching and setting tunnel 'OAM'...
2015-07-16 Jesse Grossflow: Factor out flag parsing and formatting routines.
2015-07-15 Jarno Rajahalmeflow: Eliminate miniflow_clone() and minimask_clone().
2015-07-15 Jarno Rajahalmematch: Single malloc minimatch.
2015-07-15 Jarno Rajahalmeflow: Always inline miniflows.
2015-07-15 Jarno Rajahalmemeta-flow: Add a missing break statement.
2015-07-15 Kyle Uptonlib/automake.mk: Fix dependency typos.
2015-07-13 Alin Serdeandpif-netlink: Fix compiler warning.
2015-07-13 Andy Zhoudb-ctl-base: group static functions together
2015-07-13 Andy Zhoudb-ctl-base: do not require client to expose the "table...
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-11 Alin SerdeanUndefined symbol make_unix_socket
2015-07-09 Andy Zhoudb-ctl-base: fix a few typos
2015-07-08 Jeroen van Bemmelhash: Add symmetric L3/L4 hash functions for multipath...
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 Joe Stringerodp-util: Share fields between odp and dpif_backer.
next