]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'MTU-core-range-checking-more'
authorDavid S. Miller <davem@davemloft.net>
Thu, 20 Oct 2016 18:51:11 +0000 (14:51 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Oct 2016 18:51:11 +0000 (14:51 -0400)
commitc9234f79eb011de03a8e9fe99d6113cfe3a352d6
tree620fee35d81bca34bc7c117ba4bc65ab28f360b0
parent0ede74029912042cdc911ce08b4a063699d8ae08
parentfcce664d91c0ff256735a41541a5570ca1b51127
Merge branch 'MTU-core-range-checking-more'

Jarod Wilson says:

====================
net: use core MTU range checking everywhere

This stack of patches should get absolutely everything in the kernel
converted from doing their own MTU range checking to the core MTU range
checking. This second spin includes alterations to hopefully fix all
concerns raised with the first, as well as including some additional
changes to drivers and infrastructure where I completely missed necessary
updates.

These have all been built through the 0-day build infrastructure via the
(rebasing) master branch at https://github.com/jarodwilson/linux-muck, which
at the time of the most recent compile across 147 configs, was based on
net-next at commit 77e2d2c3b27a.
====================

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