]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Merge branch 'qdisc-hashtable'
authorDavid S. Miller <davem@davemloft.net>
Thu, 11 Aug 2016 00:19:07 +0000 (17:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Aug 2016 00:19:07 +0000 (17:19 -0700)
commit084c9535aab61ddd0e55eb796baa6b078b3843b1
treef643eab05a5617402f6f995b0304d3fbfa48570e
parentb89b815c32f205a772180969da0188665f7da9e8
parent59cc1f61f09c26ce82c308e24b76141e1efe99f8
Merge branch 'qdisc-hashtable'

Jiri Kosina says:

====================
Convert qdisc linked list into a hashtable

This is a respin of the v6 of the original patch [1], split into two-patch
series as requested by davem; first patch fixes all symbol conflicts
that'd happen once netdevice.h starts to include hashtable.h, the second
one performs the actual switch to hashtable.

I've preserved Cong's Reviewed-by:, as code-wise this series is identical
to the original v6 of the patch.

[1] lkml.kernel.org/r/alpine.LNX.2.00.1608011220580.22028@cbobk.fhfr.pm
====================

Signed-off-by: David S. Miller <davem@davemloft.net>