summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-ipfix.c
Commit message (Expand)AuthorAgeFilesLines
...
* ipfix: Fix SIGFPE in bridge exporter sampling.Joe Stringer2015-09-111-0/+4
* ipfix: Add bridge_exporter_enabled().Joe Stringer2015-09-111-2/+8
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-6/+4
* tunneling: Remove gre64 tunnel support.Pravin B Shelar2015-08-201-11/+3
* datapath: Add Stateless TCP Tunneling protocol.Pravin B Shelar2015-04-291-3/+8
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-51/+52
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-2/+2
* Use magic ETH_ADDR_LEN instead of 6 for Ethernet address length.Wang Sheng-Hui2014-10-221-2/+2
* Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang2014-08-181-47/+447
* ofproto: Reorganize in preparation for direct dpdk upcalls.Ethan Jackson2014-08-141-4/+4
* Use ovs_refcount_unref_relaxed.Jarno Rajahalme2014-07-071-1/+1
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-14/+14
* ovs-atomic: Delete atomic, atomic_flag, ovs_refcount destroy functions.Ben Pfaff2014-03-131-2/+1
* ipfix: add SCTP, ICMP, and ICMPv6 flow reportingRomain Lenglet2014-02-191-33/+87
* 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-1/+2
* ipfix: implement flow caching and aggregation in exporterRomain Lenglet2013-08-221-89/+615
* clang: Use OVS_REQUIRES() instead of OVS_REQ_WRLOCK() for plain mutex.Alex Wang2013-08-091-1/+1
* ofproto-dpif-ipfix: Make the ofproto-dpif-ipfix module thread safe.Ethan Jackson2013-07-311-20/+36
* Make attribute packed equivalent for MSC compilers.Linda Sun2013-07-171-10/+20
* ofproto-dpif-ipfix: Reference count 'struct dpif_ipfix'.Ethan Jackson2013-06-271-2/+20
* ofproto-dpif-ipfix: Use XXX instead of TODO.Ethan Jackson2013-06-241-1/+1
* Implement IPFIX exportRomain Lenglet2013-04-221-0/+848