lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 11 May 2014 00:17:19 +0200 From: Bjørn Mork <bjorn@...k.no> To: <netdev@...r.kernel.org> Cc: <linux-usb@...r.kernel.org>, Alexey Orishko <alexey.orishko@...il.com>, Oliver Neukum <oliver@...kum.org>, Greg Suarez <gsuarez@...thmicro.com>, Bjørn Mork <bjorn@...k.no> Subject: [PATCH net-next 0/4] cdc_mbim: cleanups and new features 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 netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists