configure.ac: Check C99 compiler
[cascardo/ovs.git] / lib /
2014-05-28 Jarno Rajahalmelib/cmap: Use atomics for all bucket data.
2014-05-28 Jarno Rajahalmelib/cmap: Add more hmap-like functionality.
2014-05-28 Jarno Rajahalmelib/ovs-rcu: Fix documentation, add ovsrcu_init().
2014-05-28 Jarno Rajahalmelib/flow: Use C99 declaration in for statement.
2014-05-28 Gurucharan Shettysocket-util: Log the kernel assigned port number when...
2014-05-27 Daniele Di Proiettolib/flow: call memcmp in miniflow_equal()
2014-05-27 Gurucharan Shettysocket-util: Refactor unix specific code to a new file.
2014-05-27 Simon Hormanofp-print: Merge ofp_print_stats_{reply, request}()
2014-05-24 Daniele Di Proiettonetdev-dpdk: use defined values for queues length
2014-05-22 Ben Pfaffbridge: Add test that ports that disappear get added...
2014-05-22 Ben Pfaffseq: Attribute wakeups to seq_wait()'s caller, not...
2014-05-22 Ryan Wilsonofproto: Add support for Openflow group and bucket...
2014-05-21 Ben Pfaffdpif-netdev: Use cmap for ports.
2014-05-21 Ben Pfaffdpif-netdev: Fix memory leak.
2014-05-21 Ben Pfaffdpif-netdev: Fix use-after-free in port_unref().
2014-05-21 Ben Pfaffcmap: Fix memory ordering for counter_changed().
2014-05-21 YAMAMOTO Takashinetdev-bsd: Fix a whitespace
2014-05-20 Ben Pfaffcmap: New module for cuckoo hash table.
2014-05-20 Ben Pfaffdpif: Refactor flow dumping interface to make better...
2014-05-19 Flavio Leitnerpacket: Add function ip_is_local_multicast()
2014-05-19 Daniel Borkmannpackets: Add igmp header definitions
2014-05-19 Thomas Grafvswitchd: Add error column to Interface table to store...
2014-05-19 Thomas Grafvlog: Provide convenience macros to additionally store...
2014-05-19 Jarno Rajahalmelib/classifier: Rename 'cls_subtable_cache' as 'cls_sub...
2014-05-19 Ben Pfaffovs-rcu: Fix typo in comment.
2014-05-19 Ryan Wilsonovs-rcu: Add OVSRCU_TYPE_INITIALIZER which initializes...
2014-05-19 Joe Stringerodp-util: Always serialise recirculation in upcall...
2014-05-19 Joe Stringerodp-util: Improve formatting of ND export to odp.
2014-05-16 Ryan Wilsonnetdev: Remove netdev from global shash when the user...
2014-05-16 Simon Hormanovs-atomic: Remove atomic_uint64_t and atomic_int64_t.
2014-05-15 Jarno Rajahalmelib/classifier: Simpilify array ordering.
2014-05-14 Joe Stringerodp-util: Fix a comment.
2014-05-14 Gurucharan Shettyutil: set_program_name() can be called twice with diffe...
2014-05-14 Gurucharan Shettyutil: Disable popups while asserting in windows.
2014-05-14 Gurucharan Shettytimeval: Workaround strftime bug in VS 2013.
2014-05-14 Ben Pfaffmeta-flow: Use OXM-defined constant for TCP flags in...
2014-05-14 Ben Pfaffmeta-flow: Encode OXM version information into struct...
2014-05-14 Ben Pfaffnx-match: Refactor nxm_put_ip() to handle all IPv4...
2014-05-14 Ben PfaffImplement OpenFlow 1.5 port desc stats request.
2014-05-14 Ben PfaffImplement OpenFlow 1.5 group desc stats request.
2014-05-14 Ben PfaffAdd skeleton for OF1.5 support.
2014-05-14 Ben PfaffRemove --enable-of14 option because the implementation...
2014-05-14 Ben Pfaffofp-util: Remove ofputil_get_phy_port_size().
2014-05-14 Ben Pfaffofp-util: Simplify ofputil_decode_switch_features().
2014-05-14 Ben PfaffImplement OpenFlow 1.4 queue statistics.
2014-05-14 Ben PfaffImplement OpenFlow 1.4 port statistics.
2014-05-14 Ben PfaffImplement basic OpenFlow 1.4 table-mod message.
2014-05-14 Ben PfaffImplement OpenFlow 1.4 port_mod messages.
2014-05-14 Ben Pfaffofp-util: Implement OpenFlow 1.4 port status and port...
2014-05-14 Ben Pfaffofp-util: Reduce duplicate code.
2014-05-14 Ben Pfaffofp-util: Generalize functions for parsing OF1.3+ prope...
2014-05-14 Ben Pfaffofp-util: Remove ofputil_count_phy_ports().
2014-05-14 Ben Pfaffofp-msgs: New functions ofpmp_version() and ofpmp_decod...
2014-05-14 Ben Pfaffofp-util: Fix definition of OFPUTIL_P_OF13_UP.
2014-05-14 Ben Pfaffovs-ofctl: Fix port lookup and "ovs-ofctl" behavior...
2014-05-13 Jarno Rajahalmelib/classifier: Fix array splicing.
2014-05-12 YAMAMOTO Takashidpif-netdev: Remove unused members
2014-05-12 Rami RosenFix a typo in lib/vconn-provider.h.
2014-05-12 Jarno Rajahalmelib/classifier: Add subtable cache diagnostics.
2014-05-08 Ben Pfaffutil: Remove duplicate CACHE_LINE_SIZE definition.
2014-05-08 Andy Zhouofp-util: compile group stats with visual studio
2014-05-08 Ben Pfaffovs-thread: Issue better diagnostics for locking uninit...
2014-05-07 Ethan Jacksonnetdev: Allow netdev_change_seq_changed() to accept...
2014-05-07 Ben Pfafflacp: Really fix mutex initialization.
2014-05-07 Alex Wangbfd: Update bfd status on bfd creation and deletion.
2014-05-07 Alex Wangcfm: Update cfm status on cfm creation and deletion.
2014-05-06 YAMAMOTO Takashiutil: Use posix_memalign for xmalloc_cacheline if available
2014-05-05 Ben Pfaffrconn: Preserve the name of an unreliable connection...
2014-05-05 Ben Pfaffrconn: Correct comment.
2014-05-04 YAMAMOTO Takashiroute-table-bsd: Remove unused vlog definition
2014-05-04 YAMAMOTO Takashiroute-table-bsd: Sprinkle ALIGNED_CAST where appropriate
2014-05-04 YAMAMOTO Takashinetdev-bsd: Sprinkle ALIGNED_CAST where appropriate
2014-05-04 Joe Stringernetdev: Safely increment refcount in netdev_open().
2014-05-04 Joe Stringernetdev: Reuse netdev_ref() in netdev_rxq_open().
2014-05-03 Andy Zhounetdev-linux: favor netlink stats for physical ports
2014-05-02 Alex Wangnetdev-vport: Checks tunnel status change when route...
2014-05-02 Alex Wangofproto-dpif-monitor: Fix deadlock.
2014-05-02 Alexandru CopotAdd basic implementation for OpenFlow 1.4 bundles
2014-05-02 Simon Hormanflow: Add mf_is_l3_or_higher()
2014-05-01 Ben Pfaffovs-thread: Fix OVS_ADAPTIVE_MUTEX_INITIALIZER.
2014-05-01 Ben PfaffMerge pull request #1 from spil-jasper/master
2014-05-01 Alexandru Copotofp-print: Enable printing OF1.4 version
2014-04-30 Alex Wangbfd: Require bfd control packet received in forwarding_...
2014-04-30 Alex Wangcfm: Require ccm received in demand mode.
2014-04-30 Jarno Rajahalmelib/classifier: Use a prefix tree to optimize ports...
2014-04-30 Ben PfaffEnable OpenFlow 1.0, 1.1, 1.2, and 1.3 by default.
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 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 actions in struct rule_actions.
2014-04-29 Ben Pfaffovs-rcu: Log the name of the main thread as "main"...
2014-04-29 Ben Pfaffofp-version-opt: Fix spelling and capitalization.
2014-04-29 Alex Wangnetdev: Fix an use of uninitialized mutex.
2014-04-29 Alex Wangdpif-linux: Fix a bug in creating port.
next