]> git.proxmox.com Git - mirror_iproute2.git/commit
include: add linked list implementation from kernel
authorJiri Pirko <jiri@mellanox.com>
Tue, 22 Mar 2016 09:02:20 +0000 (10:02 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Sun, 27 Mar 2016 17:56:11 +0000 (10:56 -0700)
commit4952b45946d73a4e5dd673928cf50327251de1de
tree55a8cf79c22af67499e1d59d7f9892899d7f54b5
parent325d02b44ce3194a6d7a57e6a46b5ed767b61025
include: add linked list implementation from kernel

Rename hlist.h to list.h while adding it to be aligned with kernel

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
include/hlist.h [deleted file]
include/list.h [new file with mode: 0644]
ip/ipnetns.c
lib/ll_map.c
tc/tc_class.c