summaryrefslogtreecommitdiff
path: root/ofproto/netflow.c
Commit message (Expand)AuthorAgeFilesLines
* hmap: use short version of safe loops if possible.Adrian Moreno2022-03-301-4/+4
* socket-util: Make inet_parse_active() and inet_parse_passive() more alike.Ben Pfaff2018-04-161-1/+1
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-0/+2
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* netflow: Fix memory leak in netflow_unref.Yunjian Wang2017-05-311-0/+8
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* netflow: Mark some function parameters 'const'.Ben Pfaff2015-07-231-3/+4
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-6/+6
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* netflow: Fix interpretation of flow_seq.Motonori Shindo2014-11-041-1/+1
* ofproto/netflow: Use atomic_count for 'netflow_count'.Jarno Rajahalme2014-08-291-11/+8
* Use ovs_refcount_unref_relaxed.Jarno Rajahalme2014-07-071-1/+1
* lib/hash: Abstract hash interface.Jarno Rajahalme2014-07-041-9/+9
* netflow: Fold netflow_expire() into netflow_flow_clear().Anoob Soman2014-06-091-15/+1
* netflow: Correctly track flow creation time.Ben Pfaff2014-04-101-1/+0
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-6/+6
* ovs-atomic: Delete atomic, atomic_flag, ovs_refcount destroy functions.Ben Pfaff2014-03-131-2/+1
* netflow: Make netflow_flow_update() parameter const.Joe Stringer2014-03-111-1/+1
* ovs-atomic: Introduce a new 'struct ovs_refcount'.Ben Pfaff2014-01-081-14/+6
* ovs-atomic: Add atomic_destroy() and use everywhere it is needed.Ben Pfaff2014-01-081-1/+2
* flow: New function flow_unwildcard_tp_ports().Ethan Jackson2013-12-131-2/+1
* ofproto: New function netflow_exists().Ethan Jackson2013-12-121-1/+16
* netflow: Make thread safe.Ethan Jackson2013-12-121-12/+66
* ofproto: Modularize netflow.Ethan Jackson2013-12-121-78/+185
* Widen TCP flags handling.Jarno Rajahalme2013-10-291-2/+2
* netflow: Only un-wildcard IPv4 packets.Justin Pettit2013-06-271-1/+4
* ofproto-dpif: Always un-wildcard 'dl_type'.Justin Pettit2013-06-251-1/+0
* Create specific types for ofp and odp portAlex Wang2013-06-201-5/+7
* ofproto-dpif: Tighten up megaflow wildcard handling.Justin Pettit2013-06-191-0/+12
* Fix misspellings in comments and docs.Andy Hill2013-06-041-2/+2
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* netflow: Move packet definitions to header file.Ben Pfaff2011-12-191-55/+2
* ofproto-dpif: Factor NetFlow active timeouts out of flow expiration.Ben Pfaff2011-11-231-2/+25
* Prepend "nw_" to "frag" and "tos" elements.Justin Pettit2011-11-101-1/+1
* Don't overload IP TOS with the frag matching bits.Justin Pettit2011-11-091-1/+1
* Implement new fragment handling policy.Ben Pfaff2011-10-211-1/+1
* lib: Whitespace cleanup.Ethan Jackson2011-08-121-1/+1
* Fix incorrect byte order annotations.Ben Pfaff2011-05-161-1/+1
* Convert remaining network-byte-order "uint<N>_t"s into "ovs_be<N>"s.Ben Pfaff2011-05-161-20/+20
* ofproto: Change string sets in interface from svec to sset.Ben Pfaff2011-03-311-2/+1
* lib: Replace IP_TYPE_ references with IPPROTO_.Justin Pettit2011-02-021-1/+1
* ofproto: Avoid clearing NetFlow stats twice upon rule creation.Ben Pfaff2010-11-111-0/+8
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* xtoxll: Rename "byte-order" since it now include more than xtoxll.Ben Pfaff2010-10-291-1/+1
* netflow: Back-out optimization that could lead to infinite loopJustin Pettit2010-10-121-5/+2
* netflow: Avoid (theoretically) looping 2**32 times.Ben Pfaff2010-10-011-17/+32
* netflow: Do 64-bit division less often.Ben Pfaff2010-10-011-8/+11
* netflow: Send multiple records for byte counts > UINT32_MAXJustin Pettit2010-09-011-23/+46
* treewide: Remove trailing whitespaceJoe Perches2010-08-301-2/+2
* datapath: Don't track IP TOS value two different ways.Ben Pfaff2010-08-021-4/+2