diff options
author | David S. Miller <davem@davemloft.net> | 2014-10-28 22:26:24 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-10-28 22:26:24 +0100 |
commit | 068301f2be36a5c1ee9a2521c94b98e343612a88 (patch) | |
tree | 4260ecf2fef1fb632e6d814323e420919b7d9a97 /net/sched | |
parent | Merge branch 'systemport-net' (diff) | |
parent | cdc-ether: handle promiscuous mode with a set_rx_mode callback (diff) | |
download | linux-068301f2be36a5c1ee9a2521c94b98e343612a88.tar.xz linux-068301f2be36a5c1ee9a2521c94b98e343612a88.zip |
Merge branch 'cdc-ether'
Olivier Blin says:
====================
cdc-ether: handle promiscuous mode
Since kernel 3.16, my Lenovo USB network adapters (RTL8153) using
cdc-ether are not working anymore in a bridge.
This is due to commit c472ab68ad67db23c9907a27649b7dc0899b61f9, which
resets the packet filter when the device is bound.
The default packet filter set by cdc-ether does not include
promiscuous, while the adapter seemed to have promiscuous enabled by
default.
This patch series allows to support promiscuous mode for cdc-ether, by
hooking into set_rx_mode.
Incidentally, maybe this device should be handled by the r8152 driver,
but this patch series is still nice for other adapters.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Oliver Neukum <oneukum@suse.de>
Diffstat (limited to 'net/sched')
0 files changed, 0 insertions, 0 deletions