summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-ipfix.c
Commit message (Expand)AuthorAgeFilesLines
* ipfix: Make template and stats interval configurable.Adrian Moreno2023-02-271-10/+28
* ofproto-ipfix: Use per-domain template timeouts.Adrian Moreno2023-02-211-24/+105
* ipfix: Trigger revalidation if ipfix options changes.lic1212022-06-281-17/+34
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-4/+4
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-2/+2
* Encap & Decap actions for MPLS packet type.Martin Varghese2022-01-171-0/+1
* userspace: Avoid dp_hash recirculation for balance-tcp bond mode.Vishal Deep Ajmera2020-06-221-0/+1
* userspace: Improved packet drop statistics.Anju Thomas2020-01-071-0/+1
* Add a new OVS action check_pkt_largerNuman Siddique2019-04-221-0/+1
* treewide: Get rid of // comments, even inside comments.Ben Pfaff2019-01-251-1/+1
* treewide: Convert leading tabs to spaces.Ben Pfaff2018-06-111-1/+1
* ofproto-dpif-ipfix: Fix an issue in flow key partBenli Ye2018-02-151-3/+21
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-0/+1
* dpif: Add support for OVS_ACTION_ATTR_CT_CLEAREric Garver2018-01-201-0/+1
* ofproto-dpif: Use a fixed size userspace cookie.Justin Pettit2018-01-101-1/+1
* ofproto-dpif-ipfix: add interface Information Elements to flow keyMichal Weglicki2018-01-101-94/+264
* nsh: rework NSH netlink keys and actionsYi Yang2018-01-081-2/+2
* ofproto: Remove break after OVS_NOT_REACHED.Bhanuprakash Bodireddy2017-11-031-1/+0
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* ofproto-dpif-ipfix: Fix minor style variation.Joe Stringer2017-08-091-1/+1
* ofproto-dpif-ipfix: Use common OVS functions for getting current time.Ben Pfaff2017-08-091-12/+11
* Generic encap and decap support for NSHJan Scheurich2017-08-071-0/+2
* ofproto-dpif-ipfix: add support for per-flow drop countersPrzemyslaw Szczerbik2017-08-021-9/+161
* ofproto-dpif-ipfix: add Exporting Process Reliability StatisticsPrzemyslaw Szczerbik2017-07-131-25/+269
* ofproto-dpif-ipfix: Multicast/Broadcast/Unicast counters.Przemyslaw Szczerbik2017-07-111-7/+135
* ofproto-dpif-ipfix: Fix inefficent memory use in ipfix_send_template_msgs().Ben Pfaff2017-07-051-7/+8
* Revert "ofproto-dpif-ipfix: Fix severe memory leak in ipfix_send_template_msg...Ben Pfaff2017-07-051-8/+7
* ofproto-dpif-ipfix: Fix severe memory leak in ipfix_send_template_msgs().Ben Pfaff2017-06-271-7/+8
* ofproto-dpif-ipfix: add support for per-flow TCP countersPrzemyslaw Szczerbik2017-05-201-18/+126
* ofproto-dpif-ipfix: Add total counters.mweglicx2017-05-081-25/+85
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-3/+3
* 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