]> git.proxmox.com Git - mirror_ovs.git/history - ofproto/ofproto-dpif-sflow.c
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / ofproto / ofproto-dpif-sflow.c
2020-10-21 Ben PfaffEliminate use of term "slave" in bond, LACP, and bundle...
2020-06-22 Vishal Deep Ajmerauserspace: Avoid dp_hash recirculation for balance...
2020-01-07 Anju Thomasuserspace: Improved packet drop statistics.
2019-10-07 Martin Zhangofproto: fix a typo for ttl in dpif_sflow_actions
2019-04-22 Numan SiddiqueAdd a new OVS action check_pkt_larger
2019-02-25 Ben Pfaffodp-util: Improve log messages and error reporting...
2019-02-04 Vishal Deep AjmeraSupport for match & set ICMPv6 reserved and options...
2018-11-05 Numan Siddiqueovn-nbctl: Fix the ovn-nbctl test "LBs - daemon" which...
2018-09-27 Justin Pettitsflow: Set agent address properly based on collector...
2018-06-12 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-06-11 Ben Pfafftreewide: Convert leading tabs to spaces.
2018-04-18 wenxuofproto-dpif-xlate: makes OVS native tunneling honor...
2018-04-16 Ben Pfaffofproto-dpif-slow: Add IPv6 agent address support.
2018-04-03 Ben Pfaffvswitchd: Allow user to directly specify sFlow agent...
2018-01-23 Zoltan Baloghofproto-dpif-sflow: Recursively examine actions inside...
2018-01-20 Eric Garverdpif: Add support for OVS_ACTION_ATTR_CT_CLEAR
2018-01-11 Justin Pettitofproto-dpif: Use a fixed size userspace cookie.
2018-01-08 Yi Yangnsh: rework NSH netlink keys and actions
2017-11-03 Xiao Lianglib: Move lib/poll-loop.h to include/openvswitch
2017-08-07 Jan ScheurichGeneric encap and decap support for NSH
2017-08-07 Jan Scheurichuserspace: Add support for NSH MD1 match fields
2017-06-19 Ben Pfaffopenvswitch.h: Use odp_port_t for port numbers in users...
2017-06-02 Jan Scheurichuserspace: Switching of L3 packets in L2 pipeline
2017-05-08 Jan Scheurichuserspace: Support for push_eth and pop_eth actions
2017-03-16 Eric GarverAdd support for 802.1ad (QinQ tunneling)
2017-03-09 Robert Wojciechowiczsflow: Expose ethernet stats via sFlow
2017-03-09 Jarno Rajahalmedatapath: Add original direction conntrack tuple to...
2017-03-08 Jarno Rajahalmedpif: Meter framework.
2017-03-02 Yang, Yi Ydatapath: add Ethernet push and pop actions
2017-01-28 Pravin B Shelarovs-router: introduce pkt-mark.
2017-01-24 Andy Zhoudpif-netdev: Add clone action
2016-11-16 Joe Stringerlib: Use nl_attr_get_odp_port().
2016-09-27 Pravin B Shelaropenvswitch: Allow external IPsec tunnel management.
2016-09-19 Jesse Grosstun-metadata: Manage tunnel TLV mapping table on a...
2016-09-02 Neil McKeeofproto-dpif-sflow: Tolerate unknown datapath input...
2016-07-26 Ilya Maximetsutil: Expose function nullable_string_is_equal.
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-06-27 Ben Pfaffutil: New function nullable_xstrdup().
2016-06-24 William Tuofp-actions: Add truncate action.
2016-03-30 Ben WarrenMove lib/ofpbuf.h to include/openvswitch directory
2016-03-24 Pravin B Shelarsflow: use ovs route API to get source IP address.
2015-10-13 Joe StringerAdd connection tracking label support.
2015-10-13 Joe StringerAdd connection tracking mark support.
2015-10-13 Joe StringerAdd support for connection tracking.
2015-10-13 Thadeu Lima de Sou... route: support IPv6 and use IPv4-mapped addresses
2015-09-16 Ben Pfaffofproto-dpif-sflow: Use xzalloc() instead of calloc...
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-08-20 Pravin B Shelartunneling: Remove gre64 tunnel support.
2015-08-06 Jesse Grossdpif-netdev: Translate Geneve options per-flow, not...
2015-07-21 Neil McKeeExtend sFlow agent to report tunnel and MPLS structures
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-03 Pravin B Shelardp-packet: Remove ofpbuf dependency.
2015-01-01 Neil McKeesflow: Export OVS datapath performance counters via...
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-01 Pravin B Shelarroute-table: Remove Unregister.
2014-11-11 Neil McKeesflow: Export LAG, PORTNAME, and OPENFLOWPORT informati...
2014-11-03 Pravin B Shelarroute-table: Use classifier to store routing table.
2014-08-14 Ethan Jacksonofproto: Reorganize in preparation for direct dpdk...
2014-08-05 Jarno RajahalmeFix strict aliasing violations with GCC 4.1 and 4.4.
2014-07-07 Jarno RajahalmeUse ovs_refcount_unref_relaxed.
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-13 Ben Pfaffovs-atomic: Delete atomic, atomic_flag, ovs_refcount...
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2014-01-09 Ben Pfaffovs-atomic: Introduce a new 'struct ovs_refcount'.
2014-01-09 Ben Pfaffovs-atomic: Add atomic_destroy() and use everywhere...
2013-08-20 Ben PfaffUse "error-checking" mutexes in place of other kinds...
2013-08-20 Ben Pfaffofproto-dpif-sflow: Fix memory leak.
2013-08-09 Alex Wangclang: Pass objects, not their addresses, to thread...
2013-08-09 Alex Wangclang: Use OVS_REQUIRES() instead of OVS_REQ_WRLOCK...
2013-07-31 Ethan Jacksonofproto-dpif-sflow: Make the ofproto-dpif-sflow module...
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-28 Ethan Jacksonofproto-dpif-sflow: Reference count 'struct dpif_sflow'.
2013-06-24 Ethan Jacksonflow: New function hash_ofp_port() and hash_ofp_port().
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-05-02 Neil MckeeChange sFlow model to reflect per-bridge sampling
2012-11-04 Ben Pfaffofproto: Report 0 Mbps when speed not available instead...
2012-11-02 Justin Pettitdpif-sflow: Remove unused parameter from dpif_sflow_cre...
2012-11-02 Justin PettitSeparate OpenFlow port numbers from datapath ones.
2012-11-02 Justin PettitAlways treat datapath ports as 32 bits.
2012-07-26 Giuseppe Lettierinetdev implementation for FreeBSD
2012-05-09 Ben Pfaffodp-util: Change user_action_cookie from struct to...
2012-05-09 Ben Pfaffofproto-dpif: Clean up and centralize sFlow logic.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-03-07 Ben Pfaffnetdev: Abstract "features" interface away from OpenFlo...
2011-12-08 Pravin B Shelarsflow: Use ofproto_port_get_stats().
2011-12-06 Luca Giraudoofproto-dpif-sflow: allow sFlow to infer the agent...
2011-09-28 Pravin ShelarsFlow: Genericize/simplify kernel sFlow implementation
2011-09-19 Pravin Shelarsflow: Use ODP-port number to lookup ifindex.
2011-09-10 Pravin Shelardatapath: VLAN actions should use push/pop semantics
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
2011-08-08 Ben Pfaffnetdev: Get rid of struct netdev_options and netdev_ope...
2011-06-16 Justin Pettitofproto: Rename ofproto-sflow.[ch] to ofproto-dpif...