netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / ofproto / ofproto-dpif-sflow.c
2015-10-13 Joe StringerAdd connection tracking label support.
2015-10-13 Joe StringerAdd connection tracking mark support.
2015-10-13 Joe StringerAdd support for connection tracking.
2015-10-13 Thadeu Lima de Sou... route: support IPv6 and use IPv4-mapped addresses
2015-09-16 Ben Pfaffofproto-dpif-sflow: Use xzalloc() instead of calloc...
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-08-20 Pravin B Shelartunneling: Remove gre64 tunnel support.
2015-08-06 Jesse Grossdpif-netdev: Translate Geneve options per-flow, not...
2015-07-21 Neil McKeeExtend sFlow agent to report tunnel and MPLS structures
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-03 Pravin B Shelardp-packet: Remove ofpbuf dependency.
2015-01-01 Neil McKeesflow: Export OVS datapath performance counters via...
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-01 Pravin B Shelarroute-table: Remove Unregister.
2014-11-11 Neil McKeesflow: Export LAG, PORTNAME, and OPENFLOWPORT informati...
2014-11-03 Pravin B Shelarroute-table: Use classifier to store routing table.
2014-08-14 Ethan Jacksonofproto: Reorganize in preparation for direct dpdk...
2014-08-05 Jarno RajahalmeFix strict aliasing violations with GCC 4.1 and 4.4.
2014-07-07 Jarno RajahalmeUse ovs_refcount_unref_relaxed.
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-13 Ben Pfaffovs-atomic: Delete atomic, atomic_flag, ovs_refcount...
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2014-01-09 Ben Pfaffovs-atomic: Introduce a new 'struct ovs_refcount'.
2014-01-09 Ben Pfaffovs-atomic: Add atomic_destroy() and use everywhere...
2013-08-20 Ben PfaffUse "error-checking" mutexes in place of other kinds...
2013-08-20 Ben Pfaffofproto-dpif-sflow: Fix memory leak.
2013-08-09 Alex Wangclang: Pass objects, not their addresses, to thread...
2013-08-09 Alex Wangclang: Use OVS_REQUIRES() instead of OVS_REQ_WRLOCK...
2013-07-31 Ethan Jacksonofproto-dpif-sflow: Make the ofproto-dpif-sflow module...
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-28 Ethan Jacksonofproto-dpif-sflow: Reference count 'struct dpif_sflow'.
2013-06-24 Ethan Jacksonflow: New function hash_ofp_port() and hash_ofp_port().
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-05-02 Neil MckeeChange sFlow model to reflect per-bridge sampling
2012-11-04 Ben Pfaffofproto: Report 0 Mbps when speed not available instead...
2012-11-02 Justin Pettitdpif-sflow: Remove unused parameter from dpif_sflow_cre...
2012-11-02 Justin PettitSeparate OpenFlow port numbers from datapath ones.
2012-11-02 Justin PettitAlways treat datapath ports as 32 bits.
2012-07-26 Giuseppe Lettierinetdev implementation for FreeBSD
2012-05-09 Ben Pfaffodp-util: Change user_action_cookie from struct to...
2012-05-09 Ben Pfaffofproto-dpif: Clean up and centralize sFlow logic.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-03-07 Ben Pfaffnetdev: Abstract "features" interface away from OpenFlo...
2011-12-08 Pravin B Shelarsflow: Use ofproto_port_get_stats().
2011-12-06 Luca Giraudoofproto-dpif-sflow: allow sFlow to infer the agent...
2011-09-28 Pravin ShelarsFlow: Genericize/simplify kernel sFlow implementation
2011-09-19 Pravin Shelarsflow: Use ODP-port number to lookup ifindex.
2011-09-10 Pravin Shelardatapath: VLAN actions should use push/pop semantics
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
2011-08-08 Ben Pfaffnetdev: Get rid of struct netdev_options and netdev_ope...
2011-06-16 Justin Pettitofproto: Rename ofproto-sflow.[ch] to ofproto-dpif...