ofp-errors: Add OFPET_FLOW_MONITOR_FAILED
[cascardo/ovs.git] / lib /
2014-06-13 Simon Hormanofp-errors: Add OFPET_FLOW_MONITOR_FAILED
2014-06-12 Daniele Di Proiettodpif-netdev: enumerate dpif belonging to the right...
2014-06-12 Ben PfaffImplement learned flow deletion.
2014-06-12 Simon Hormanconnmgr: Do not use OFPRR_METER_DELETE before OF1.4
2014-06-11 Gurucharan Shettysocket-util: Disable dscp setting on Windows.
2014-06-11 Jarno Rajahalmelib/cmap: Simplify iteration with C99 loop declaration.
2014-06-11 Jarno Rajahalmelib/classifier: Clean up includes.
2014-06-11 Jarno Rajahalmelib/classifier: Fix incorrect pointer type.
2014-06-11 Simon Hormanofproto: Use OFPRR_GROUP_DELETE
2014-06-11 Ben PfaffFix log message weird suffixes.
2014-06-10 Andy Zhounetdev-dummy: add appctl netdev-dummy/conn-state command
2014-06-10 Gurucharan Shettycmap: Rename a enum constant.
2014-06-06 Ben Pfaffofp-actions: Store cookie in network byte order in...
2014-06-06 Ben Pfaffovs-ofctl: Support "send_flow_rem" in "learn" actions.
2014-06-05 Ben Pfaffpoll-loop: Ignore 'wevent' in poll_fd_wait_at() on...
2014-06-05 Ben Pfaffstream-ssl: Always initialize wevent member, even on...
2014-06-05 Ben Pfaffflow: Fix use-after-free in flow_compose().
2014-06-05 Ben Pfaffdpif-netdev: Fix another use-after-free in port_unref().
2014-06-04 Ryan Wilsondpif-netdev: Upcall: Remove an extra memcpy of packet...
2014-06-04 Daniele Di Proiettonetdev-dpdk: create queues on configured NUMA node
2014-06-04 Daniele Di Proiettonetdev-dpdk: receive up to NETDEV_MAX_RX_BATCH
2014-06-04 Andy Zhoudpif: Fix slow action handling for DP_HASH and RECIRC
2014-06-04 Jarno RajahalmeINSTALL: Note about compiler atomics support.
2014-06-04 Simon Hormanodp-util: Do not set port mask of non-IP packets
2014-06-03 Jarno Rajahalmelib/ovs-rcu: Rename ovsrcu_init() as ovsrcu_set_hidden().
2014-06-03 Jarno Rajahalmelib/ovs-rcu: Evaluate parameters before ovsrcu_set...
2014-06-03 Jarno Rajahalmeovs-rcu: Remove the extra 'typedef' keyword.
2014-06-02 Jarno Rajahalmelib/flow: fix minimatch_extract() ICMPv6 parsing
2014-06-02 Simon Hormanofp-errors: Duplicate instruction error
2014-05-30 Ansis Attekaprocess: block signals while spawning child processes
2014-05-30 Ryan Wilsonovsdb-idl: Add coverage counters for ovsdb commit retur...
2014-05-30 Ryan Wilsonrtbsd: Make rtbsd module thread-safe.
2014-05-29 Ryan Wilsonroute-table: Make route-table module thread-safe.
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
next