]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'cdc_ncm'
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 Jun 2014 23:01:37 +0000 (16:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Jun 2014 23:01:37 +0000 (16:01 -0700)
commit15d0eca38ea9d537772a4295b3ef3ec3e612c0d0
treebeb0140b21a7ff9e3dca3889f7d36f3ab718b29c
parent056b3bdf68d0535f43ca8a37e2ac28aca0f21d38
parentfca4849382a9e4eb5754ecdb23f7204e38d48513
Merge branch 'cdc_ncm'

Bjørn Mork says:

====================
cdc_ncm: fixes and conversion to sysfs API

After considering the comments received after the ethtool coalesce
support was commited, I have ended up concluding that we should
remove it again, while we can, before it hits a release. The idea
was not well enough thought through, and all comments received
pointed to advantages of using a sysfs based API instead.

This series removes the ethtool coalesce support and replaces it
with sysfs attributes in a driver specific group under the netdev.

The first 3 patches are unrelated fixes:

patch 1: reducing truesize as discussed
patch 2: fixing a potentional buffer overrun when changing tx_max
patch 3: prevent framing errors when changing rx_max

Changes v2:
 - minor editorial changes to patch 8, as suggested by Peter Stuge
====================

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