summaryrefslogtreecommitdiff
path: root/ofproto/pinsched.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* lib: Move lib/rconn.h to include/openvswitchXiao Liang2017-10-311-1/+1
* pinsched: Update next_txq pointer when destroying pinqueue.Tony van der Peet2017-03-081-0/+6
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* hmap: Add HMAP_FOR_EACH_POP.Daniele Di Proietto2016-04-261-3/+2
* 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-8/+8
* pinsched: Remove obsolete ofpbuf_trim().Ben Pfaff2016-01-191-10/+3
* lib: Move vconn.h to <openvswitch/vconn.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-4/+4
* lib: Move token-bucket.h to <openvswitch/token-bucket.h>Thomas Graf2014-12-151-1/+1
* ofproto: Report controller rate limiting statistics in database.Ben Pfaff2014-07-171-5/+12
* pinsched: Report queued packet count correctly.Ben Pfaff2014-07-171-7/+3
* pinsched: Eliminate function callback in interface.Ben Pfaff2013-10-231-6/+9
* flow: New function hash_ofp_port() and hash_ofp_port().Ethan Jackson2013-06-241-1/+1
* Create specific types for ofp and odp portAlex Wang2013-06-201-4/+5
* token-bucket: New library for generic rate-limiting.Ben Pfaff2012-06-211-56/+30
* pinsched: Completely fill the token bucket at initialization.Ben Pfaff2012-06-211-1/+1
* Add support for tracking and logging daemon memory usage.Ben Pfaff2012-05-221-1/+9
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* vconn: Remove unnecessary forward declarations and #includes from header.Ben Pfaff2011-10-041-0/+1
* ofproto: Update some comments.Ben Pfaff2011-05-111-3/+3
* ofproto: Get rid of archaic "switch status" OpenFlow extension.Ben Pfaff2011-03-161-22/+2
* pinsched: Avoid uninitialized variable warning.Jesse Gross2010-12-131-1/+1
* pinsched: Use hmap instead of port_array.Ben Pfaff2010-12-061-36/+77
* queue: Get rid of ovs_queue data structure.Ben Pfaff2010-12-061-14/+19
* port-array: Add port_array_delete() function.Ben Pfaff2010-06-171-1/+1
* ofproto: Bundle all controller-related settings into a struct.Ben Pfaff2010-04-201-0/+8
* Merge "master" into "next".Ben Pfaff2010-02-241-1/+4
|\
| * Work around bugs in system headers.Ben Pfaff2010-02-121-0/+2
| * Add missing <stdint.h> includes.Ben Pfaff2010-02-121-1/+2
* | Add new function xzalloc(n) as a shorthand for xcalloc(1, n).Ben Pfaff2009-11-041-1/+1
|/
* Rename "secchan" to "ofproto" (library) and "ovs-openflowd" (program).Ben Pfaff2009-07-081-0/+284