aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/cdc_ncm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-11cdc_ncm: update specs URLEnrico Mioso1-1/+1
2015-07-09cdc_ncm: Add support for moving NDP to end of NCM frameEnrico Mioso1-6/+55
2015-05-22cdc_ncm: Fix tx_bytes statisticsBjørn Mork1-1/+1
2015-03-29usbnet: Fix tx_bytes statistic running backward in cdc_ncmBen Hutchings1-4/+3
2015-03-29usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME driversBen Hutchings1-1/+2
2014-06-02net: cdc_ncm: allow tuning min_tx_pktBjørn Mork1-0/+24
2014-06-02net: cdc_ncm: export NCM Transfer Block (NTB) parametersBjørn Mork1-0/+30
2014-06-02net: cdc_ncm: drop ethtool coalesce supportBjørn Mork1-48/+0
2014-06-02net: cdc_ncm: use sysfs for rx/tx aggregation tuningBjørn Mork1-19/+125
2014-06-02net: cdc_ncm: inform usbnet when rx buffers are reducedBjørn Mork1-7/+7
2014-06-02net: cdc_ncm: always reallocate tx_curr_skb when tx_max increasesBjørn Mork1-0/+5
2014-06-02net: cdc_ncm: reduce skb truesize in rx pathBjørn Mork1-4/+3
2014-05-22net: cdc_ncm: fix typo in test for supported formatsDan Carpenter1-1/+2
2014-05-21net: cdc_ncm: fix 64bit division build errorBjørn Mork1-2/+2
2014-05-16net: cdc_ncm: do not start timer on an empty skbBjørn Mork1-2/+2
2014-05-16net: cdc_ncm: remove redundant "disconnected" flagBjørn Mork1-17/+2
2014-05-16net: cdc_ncm: fix argument alignmentBjørn Mork1-6/+6
2014-05-16net: cdc_ncm: use sane defaults for rx/tx buffersBjørn Mork1-2/+10
2014-05-16net: cdc_ncm/cdc_mbim: adding NCM protocol statisticsBjørn Mork1-0/+91
2014-05-16net: cdc_ncm: set reasonable padding limitsBjørn Mork1-2/+6
2014-05-16net: cdc_ncm: use true max dgram count for header estimatesBjørn Mork1-3/+6
2014-05-16net: cdc_ncm: use ethtool to tune coalescing settingsBjørn Mork1-2/+69
2014-05-16net: cdc_ncm: support rx_max/tx_max updates when runningBjørn Mork1-6/+25
2014-05-16net: cdc_ncm: split .bind device initializationBjørn Mork1-17/+19
2014-05-16net: cdc_ncm: factor out one-time device initializationBjørn Mork1-96/+155
2014-05-16net: cdc_ncm: split out rx_max/tx_max update of setupBjørn Mork1-31/+57
2014-05-13net: cdc_ncm/cdc_mbim: rework probing of NCM/MBIM functionsBjørn Mork1-14/+13
2014-05-05net: cdc_ncm: fix buffer overflowBjørn Mork1-1/+1
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-25/+23
2014-03-20net: cdc_ncm: respect operator preferred MTU reported by MBIMBen Chan1-0/+17
2014-03-18net: cdc_ncm: fix control message orderingBjørn Mork1-25/+23
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