This series depends on commit 6b5eeb7f874b ("net: cdc_mbim: handle unaccelerated VLAN tagged frames"), which is currently in "net" but not yet in "net-next". Patch 4 might have a minor context collision with the "cdc_ncm: add buffer tuning and stats using ethtool" series I just posted for review. Please let me know if I should submit an adjusted version in either direction. These two series' are otherwise completely independent of each other. The major new feature here is in patch 1, which I hope will solve some problems with the original design without changing the existing API, optionally allowing IP session 0 to be treated like any other MBIM session. The rest are some minor cleanups and finally some documentation of the current driver APIs, after this series has been applied. I started feeling a bit more mortal than usual lately, which probably is healthy, and realized that I should put some of the stuff in my head in a somewhat less volatile storage. Bjørn Mork (4): net: cdc_mbim: optionally use VLAN ID 4094 for IP session 0 net: cdc_mbim: reject IP packets on DSS VLANs net: cdc_mbim: add driver documentation net: cdc_ncm/cdc_mbim: rework probing of NCM/MBIM functions Documentation/networking/cdc_mbim.txt | 339 ++++++++++++++++++++++++++++++++++ drivers/net/usb/cdc_mbim.c | 119 +++++++++++- drivers/net/usb/cdc_ncm.c | 27 ++- include/linux/usb/cdc_ncm.h | 2 +- 4 files changed, 464 insertions(+), 23 deletions(-) create mode 100644 Documentation/networking/cdc_mbim.txt -- 2.0.0.rc2 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html