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