aboutsummaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-ipfix.c
AgeCommit message (Expand)Author
2015-09-11ipfix: Fix SIGFPE in bridge exporter sampling.Joe Stringer
2015-09-11ipfix: Add bridge_exporter_enabled().Joe Stringer
2015-08-28userspace: Define and use struct eth_addr.Jarno Rajahalme
2015-08-20tunneling: Remove gre64 tunnel support.Pravin B Shelar
2015-04-29datapath: Add Stateless TCP Tunneling protocol.Pravin B Shelar
2015-03-03dp-packet: Remove ofpbuf dependency.Pravin B Shelar
2014-12-15lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf
2014-12-15list: Rename struct list to struct ovs_listThomas Graf
2014-10-22Use magic ETH_ADDR_LEN instead of 6 for Ethernet address length.Wang Sheng-Hui
2014-08-18Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang
2014-08-14ofproto: Reorganize in preparation for direct dpdk upcalls.Ethan Jackson
2014-07-07Use ovs_refcount_unref_relaxed.Jarno Rajahalme
2014-03-30ofpbuf: Introduce access api for base, data and size.Pravin Shelar
2014-03-13ovs-atomic: Delete atomic, atomic_flag, ovs_refcount destroy functions.Ben Pfaff
2014-02-19ipfix: add SCTP, ICMP, and ICMPv6 flow reportingRomain Lenglet
2014-01-08ovs-atomic: Introduce a new 'struct ovs_refcount'.Ben Pfaff
2014-01-08ovs-atomic: Add atomic_destroy() and use everywhere it is needed.Ben Pfaff
2013-08-22ipfix: implement flow caching and aggregation in exporterRomain Lenglet
2013-08-09clang: Use OVS_REQUIRES() instead of OVS_REQ_WRLOCK() for plain mutex.Alex Wang
2013-07-31ofproto-dpif-ipfix: Make the ofproto-dpif-ipfix module thread safe.Ethan Jackson
2013-07-17Make attribute packed equivalent for MSC compilers.Linda Sun
2013-06-27ofproto-dpif-ipfix: Reference count 'struct dpif_ipfix'.Ethan Jackson
2013-06-24ofproto-dpif-ipfix: Use XXX instead of TODO.Ethan Jackson
2013-04-22Implement IPFIX exportRomain Lenglet