summaryrefslogtreecommitdiff
path: root/ofproto/collectors.c
Commit message (Expand)AuthorAgeFilesLines
* socket-util: Make inet_parse_active() and inet_parse_passive() more alike.Ben Pfaff2018-04-161-2/+2
* ipfix: Add support for exporting ipfix statistics.Benli Ye2016-06-141-2/+8
* collectors: Use closesocket() to close sockets.Gurucharan Shetty2015-07-271-1/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* collectors: Improve log message to better describe errors.Ben Pfaff2014-02-071-3/+5
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-3/+3
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* socket-util: Remove DSCP_INVALID.Ethan Jackson2012-04-171-2/+1
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-1/+2
* ofproto: Change string sets in interface from svec to sset.Ben Pfaff2011-03-311-13/+7
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* Add some missing "#include"s.Ben Pfaff2010-05-261-1/+2
* collectors: Check for NULL set of collectors.Jesse Gross2010-02-201-7/+9
* Initial implementation of sFlow.Ben Pfaff2010-01-041-0/+6
* netflow: Break out code for sending packets into a new "collectors" module.Ben Pfaff2009-11-231-0/+123