summaryrefslogtreecommitdiff
path: root/avl.h
Commit message (Expand)AuthorAgeFilesLines
* switch from typeof to the more portable __typeof__Felix Fietkau2018-04-071-7/+7
* avl: add AVL_TREE macro to define an initialized struct avl_treeFelix Fietkau2014-03-271-0/+12
* list_compat.h: removeFelix Fietkau2014-03-201-1/+0
* list_compat.h: remove list_init_head()Felix Fietkau2014-03-201-1/+1
* list_compat.h: remove list_entity compat defineFelix Fietkau2014-03-201-2/+2
* avl: fix type handling in container_of usesFelix Fietkau2013-03-181-4/+4
* make the avl node key constFelix Fietkau2011-04-131-1/+1
* make __avl_find_element() inlineFelix Fietkau2011-02-061-2/+26
* update avl implementation from packetbbFelix Fietkau2011-01-221-4/+4
* merge an avl list implementation (imported from PacketBB)Felix Fietkau2010-12-281-0/+525