summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-ipfix.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-ipfix: Fix assertion failure for bad configuration.Ben Pfaff2016-12-091-24/+23
* ofp-actions: Add "ingress" and "egress" options to "sample" action.Ben Pfaff2016-11-301-5/+11
* openvswitch: Allow external IPsec tunnel management.Pravin B Shelar2016-09-271-15/+0
* util: Expose function nullable_string_is_equal.Ilya Maximets2016-07-251-6/+0
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* util: New function nullable_xstrdup().Ben Pfaff2016-06-261-6/+0
* ipfix: Export user specified virtual observation IDWenyu Zhang2016-06-241-11/+91
* Revert "ipfix: Export user specified virtual observation ID".Ben Pfaff2016-06-241-91/+11
* ipfix: Export user specified virtual observation IDWenyu Zhang2016-06-241-11/+91
* ipfix: Support tunnel information for Flow IPFIX.Benli Ye2016-06-171-6/+46
* ipfix: Bug fix for not sending template packets on 32-bit OSBenli Ye2016-06-141-2/+2
* ipfix: Add support for exporting ipfix statistics.Benli Ye2016-06-141-19/+171
* ipfix: Bug fix for configuring IPFIX for flowsBenli Ye2016-06-051-2/+2
* hmap: Add HMAP_FOR_EACH_POP.Daniele Di Proietto2016-04-261-3/+2
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-0/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-4/+4
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* ipfix: Skip BFD packets.Wenyu Zhang2015-12-031-1/+23
* 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