From: David S. Miller Date: Sun, 1 Apr 2018 02:19:59 +0000 (-0400) Subject: Merge branch 'tipc-slim-down-name-table' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6851cf28db1c4becc25a2906ecd080c0022a9f11;p=linux.git Merge branch 'tipc-slim-down-name-table' Jon Maloy says: ==================== tipc: slim down name table We clean up and improve the name binding table: - Replace the memory consuming 'sub_sequence/service range' array with an RB tree. - Introduce support for overlapping service sequences/ranges v2: #1: Fixed a missing initialization reported by David Miller #4: Obsoleted and replaced a few more macros to get a consistent terminology in the API. #5: Added new commit to fix a potential string overflow bug (it is still only in net-next) reported by Arnd Bergmann ==================== Signed-off-by: David S. Miller --- 6851cf28db1c4becc25a2906ecd080c0022a9f11