summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-sflow.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif-sflow: Recursively examine actions inside clone.Zoltan Balogh2018-01-231-5/+11
* 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-7/+7
* nsh: rework NSH netlink keys and actionsYi Yang2018-01-081-2/+2
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* Generic encap and decap support for NSHJan Scheurich2017-08-071-0/+2
* userspace: Add support for NSH MD1 match fieldsJan Scheurich2017-08-071-0/+1
* openvswitch.h: Use odp_port_t for port numbers in userspace-only structs.Ben Pfaff2017-06-201-1/+1
* userspace: Switching of L3 packets in L2 pipelineJan Scheurich2017-06-021-0/+1
* userspace: Support for push_eth and pop_eth actionsJan Scheurich2017-05-081-7/+7
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-2/+2
* sflow: Expose ethernet stats via sFlowRobert Wojciechowicz2017-03-081-3/+24
* datapath: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme2017-03-081-0/+2
* dpif: Meter framework.Jarno Rajahalme2017-03-081-0/+1
* datapath: add Ethernet push and pop actionsYang, Yi Y2017-03-021-0/+7
* ovs-router: introduce pkt-mark.Pravin B Shelar2017-01-281-1/+4
* dpif-netdev: Add clone actionAndy Zhou2017-01-231-0/+1
* lib: Use nl_attr_get_odp_port().Joe Stringer2016-11-161-1/+1
* openvswitch: Allow external IPsec tunnel management.Pravin B Shelar2016-09-271-7/+0
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-1/+1
* ofproto-dpif-sflow: Tolerate unknown datapath input port for tunnel.Neil McKee2016-09-021-1/+1
* 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-3/+3
* ofp-actions: Add truncate action.William Tu2016-06-241-0/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* sflow: use ovs route API to get source IP address.Pravin B Shelar2016-03-241-3/+5
* Add connection tracking label support.Joe Stringer2015-10-131-0/+1
* Add connection tracking mark support.Joe Stringer2015-10-131-0/+1
* Add support for connection tracking.Joe Stringer2015-10-131-0/+3
* route: support IPv6 and use IPv4-mapped addressesThadeu Lima de Souza Cascardo2015-10-131-1/+1
* 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