summaryrefslogtreecommitdiff
path: root/sys/net/npf/lpm.c
AgeCommit message (Expand)Author
2019-06-12Avoid LOCKDEBUG pserialize panic by implementing suggestion #1 fromchristos
2018-09-29NPF: Major rework -- migrate NPF to the libnv library.rmind
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2016-12-26Fix kmem_free() in hashmap_remove().rmind
2016-12-26Fix kmem_free() sizes in hashmap_rehash() and lpm_clear().rmind
2016-12-09This patches ditches the ptree(3) library, because it is broken (youchristos