summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-sflow.c
Commit message (Expand)AuthorAgeFilesLines
...
* ofproto-dpif-sflow: Use xzalloc() instead of calloc() to allocate memory.Ben Pfaff2015-09-161-1/+1
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-6/+4
* tunneling: Remove gre64 tunnel support.Pravin B Shelar2015-08-201-8/+0
* dpif-netdev: Translate Geneve options per-flow, not per-packet.Jesse Gross2015-08-051-1/+1
* Extend sFlow agent to report tunnel and MPLS structuresNeil McKee2015-07-211-12/+550
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-4/+4
* sflow: Export OVS datapath performance counters via sFlow.Neil McKee2015-01-011-1/+134
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* route-table: Remove Unregister.Pravin B Shelar2014-12-011-2/+0
* sflow: Export LAG, PORTNAME, and OPENFLOWPORT information also.Neil McKee2014-11-111-1/+57
* route-table: Use classifier to store routing table.Pravin B Shelar2014-11-031-1/+4
* ofproto: Reorganize in preparation for direct dpdk upcalls.Ethan Jackson2014-08-141-1/+1
* Fix strict aliasing violations with GCC 4.1 and 4.4.Jarno Rajahalme2014-08-051-5/+7
* Use ovs_refcount_unref_relaxed.Jarno Rajahalme2014-07-071-1/+1
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-3/+3
* ovs-atomic: Delete atomic, atomic_flag, ovs_refcount destroy functions.Ben Pfaff2014-03-131-1/+0
* Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow.Arun Sharma2014-02-061-6/+9
* ovs-atomic: Introduce a new 'struct ovs_refcount'.Ben Pfaff2014-01-081-15/+5
* ovs-atomic: Add atomic_destroy() and use everywhere it is needed.Ben Pfaff2014-01-081-0/+1
* Use "error-checking" mutexes in place of other kinds wherever possible.Ben Pfaff2013-08-201-1/+1
* ofproto-dpif-sflow: Fix memory leak.Ben Pfaff2013-08-201-0/+1
* clang: Pass objects, not their addresses, to thread-safety macros.Alex Wang2013-08-091-2/+2
* clang: Use OVS_REQUIRES() instead of OVS_REQ_WRLOCK() for plain mutex.Alex Wang2013-08-091-5/+5
* ofproto-dpif-sflow: Make the ofproto-dpif-sflow module thread safe.Ethan Jackson2013-07-311-31/+94
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-1/+1
* ofproto-dpif-sflow: Reference count 'struct dpif_sflow'.Ethan Jackson2013-06-271-2/+20
* flow: New function hash_ofp_port() and hash_ofp_port().Ethan Jackson2013-06-241-4/+3
* Create specific types for ofp and odp portAlex Wang2013-06-201-10/+11
* Change sFlow model to reflect per-bridge samplingNeil Mckee2013-05-021-41/+39
* ofproto: Report 0 Mbps when speed not available instead of 100 Mbps.Ben Pfaff2012-11-031-1/+1
* dpif-sflow: Remove unused parameter from dpif_sflow_create().Justin Pettit2012-11-011-3/+1
* Separate OpenFlow port numbers from datapath ones.Justin Pettit2012-11-011-7/+8
* Always treat datapath ports as 32 bits.Justin Pettit2012-11-011-4/+4
* netdev implementation for FreeBSDGiuseppe Lettieri2012-07-261-0/+1
* odp-util: Change user_action_cookie from struct to union.Ben Pfaff2012-05-091-4/+6
* ofproto-dpif: Clean up and centralize sFlow logic.Ben Pfaff2012-05-091-12/+1
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* netdev: Abstract "features" interface away from OpenFlow 1.0.Ben Pfaff2012-03-071-2/+2
* sflow: Use ofproto_port_get_stats().Pravin B Shelar2011-12-081-29/+17
* ofproto-dpif-sflow: allow sFlow to infer the agent device.Luca Giraudo2011-12-061-17/+34
* sFlow: Genericize/simplify kernel sFlow implementationPravin Shelar2011-09-281-46/+45
* sflow: Use ODP-port number to lookup ifindex.Pravin Shelar2011-09-191-1/+3
* datapath: VLAN actions should use push/pop semanticsPravin Shelar2011-09-091-1/+1
* datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit2011-08-191-3/+3
* netdev: Get rid of struct netdev_options and netdev_open_default().Ben Pfaff2011-08-081-2/+2
* ofproto: Rename ofproto-sflow.[ch] to ofproto-dpif-sflow.[ch].Justin Pettit2011-06-151-0/+587