summaryrefslogtreecommitdiff
path: root/lib/list.h
Commit message (Expand)AuthorAgeFilesLines
* ofp-parse: Correctly update bucket lists if they are empty.Ben Pfaff2015-02-131-14/+16
* lib: Expose struct ovs_list definition in <openvswitch/list.h>Thomas Graf2014-12-151-8/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-50/+50
* list: Inline all functions.Jarno Rajahalme2014-10-301-18/+211
* Avoid uninitialized variable warnings with OBJECT_OFFSETOF() in MSVC.Gurucharan Shetty2014-09-121-5/+5
* list: New function list_move().Ben Pfaff2013-08-291-1/+2
* clang: Fix the "expression result unused" warning.Alex Wang2013-07-221-5/+5
* classifier: Maintain tables in descending priority order.Jarno Rajahalme2013-02-111-0/+8
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* list: New functions list_is_singleton(), list_is_short().Ben Pfaff2011-04-011-0/+2
* list: Allow list_front(), list_back() to take 'const' arguments.Ben Pfaff2011-03-211-3/+3
* queue: Get rid of ovs_queue data structure.Ben Pfaff2010-12-061-0/+1
* util: Introduce ASSIGN_CONTAINER to make iteration macros easier to read.Ben Pfaff2010-12-061-9/+10
* Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff2010-10-011-12/+12
* list: Fix indentation.Ben Pfaff2010-02-081-4/+3
* Update primary code license to Apache 2.0.Ben Pfaff2009-06-151-10/+10
* Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff2009-07-081-0/+71