summaryrefslogtreecommitdiff
path: root/drivers/net/usb/cdc_ncm.c
AgeCommit message (Expand)Author
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-11-14net: cdc_ncm: cleanup a type issue in cdc_ncm_setup()Dan Carpenter
2013-11-05net: cdc_ncm: remove non-standard NCM device IDsEnrico Mioso
2013-11-05net: cdc_ncm: Export cdc_ncm_{tx, rx}_fixup functions for re-useEnrico Mioso
2013-11-02net: cdc_ncm: no not set tx_max higher than the device supportsBjørn Mork
2013-11-02net: cdc_ncm: improve bind error debug messagesBjørn Mork
2013-11-02net: cdc_ncm: return proper error if setup failsBjørn Mork
2013-11-02net: cdc_ncm: refactoring cdc_ncm_setupBjørn Mork
2013-11-02net: cdc_ncm: endian convert constants instead of variablesBjørn Mork
2013-11-02net: cdc_ncm: log signatures in hexBjørn Mork
2013-11-02net: cdc_ncm: use netif_* and dev_* instead of pr_*Bjørn Mork
2013-11-02net: cdc_ncm: log the length we warn aboutBjørn Mork
2013-11-02net: cdc_ncm: set correct dev->hard_mtuBjørn Mork
2013-11-02net: cdc_ncm: remove ethtool opsBjørn Mork
2013-11-02net: cdc_ncm: remove probe and disconnect wrappersBjørn Mork
2013-11-02net: cdc_ncm: no point in filling up the NTBs if we send ZLPsBjørn Mork
2013-11-02net: cdc_ncm: only the control intf can be probedBjørn Mork
2013-11-02net: cdc_ncm: remove descriptor pointersBjørn Mork
2013-11-02net: cdc_ncm: fix SET_MAX_DATAGRAM_SIZEBjørn Mork
2013-11-02net: cdc_ncm: remove ncm_parm fieldBjørn Mork
2013-11-02net: cdc_ncm: remove tx_speed and rx_speed fieldsBjørn Mork
2013-11-02net: cdc_ncm: remove unused udev fieldBjørn Mork
2013-11-02net: cdc_ncm: remove redundant netdev fieldBjørn Mork
2013-11-02net: cdc_ncm: remove redundant endpoint pointersBjørn Mork
2013-11-02net: cdc_ncm: remove redundant "intf" fieldBjørn Mork
2013-11-02net: cdc_ncm: simplify and optimize frame paddingBjørn Mork
2013-04-11usbnet: cdc_ncm: apply usbnet_link_changeMing Lei
2013-04-08net: cdc_ncm: demote "unexpected notification" to debug levelBjørn Mork
2013-03-30cdc_ncm: return -ENOMEM if kzalloc failsDevendra Naga
2013-03-17net: cdc_ncm, cdc_mbim: allow user to prefer NCM for backwards compatibilityBjørn Mork
2013-02-27net: cdc_ncm: tag Huawei devices (e.g. E5331) with FLAG_WWANBjørn Mork
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller
2013-02-14net: cdc_ncm: fix probing of devices with multiple control interface altsettingsBjørn Mork
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-06net: cdc_ncm: add another Huawei vendor specific deviceBjørn Mork
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-27net: cdc_ncm: use IAD provided by the USB coreBjørn Mork
2013-01-21cdc_ncm: add support FLAG_NOARP for Infineon modem platformWei Shuai
2013-01-21net: cdc_ncm: fix error path for single interface probingBjørn Mork
2013-01-21net: cdc_ncm: workaround for missing CDC UnionBjørn Mork
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2012-12-19use generic usbnet_manage_power()Oliver Neukum
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-13net: cdc_ncm: add Huawei devicesBjørn Mork
2012-10-28net: cdc_ncm: error path lock fixBjørn Mork
2012-10-28net: cdc_ncm: big endian fixBjørn Mork
2012-10-26usbnet: cdc-ncm: apply introduced usb command APIsMing Lei
2012-10-23net: cdc_ncm: do not bind to NCM compatible MBIM devicesBjørn Mork
2012-10-23net: cdc_ncm: export shared symbols and definitionsBjørn Mork
2012-10-23net: cdc_ncm: refactoring for tx multiplexingBjørn Mork