index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
/
cdc_ncm.c
Age
Commit message (
Expand
)
Author
2014-06-02
net: cdc_ncm: allow tuning min_tx_pkt
Bjørn Mork
2014-06-02
net: cdc_ncm: export NCM Transfer Block (NTB) parameters
Bjørn Mork
2014-06-02
net: cdc_ncm: drop ethtool coalesce support
Bjørn Mork
2014-06-02
net: cdc_ncm: use sysfs for rx/tx aggregation tuning
Bjørn Mork
2014-06-02
net: cdc_ncm: inform usbnet when rx buffers are reduced
Bjørn Mork
2014-06-02
net: cdc_ncm: always reallocate tx_curr_skb when tx_max increases
Bjørn Mork
2014-06-02
net: cdc_ncm: reduce skb truesize in rx path
Bjørn Mork
2014-05-22
net: cdc_ncm: fix typo in test for supported formats
Dan Carpenter
2014-05-21
net: cdc_ncm: fix 64bit division build error
Bjørn Mork
2014-05-16
net: cdc_ncm: do not start timer on an empty skb
Bjørn Mork
2014-05-16
net: cdc_ncm: remove redundant "disconnected" flag
Bjørn Mork
2014-05-16
net: cdc_ncm: fix argument alignment
Bjørn Mork
2014-05-16
net: cdc_ncm: use sane defaults for rx/tx buffers
Bjørn Mork
2014-05-16
net: cdc_ncm/cdc_mbim: adding NCM protocol statistics
Bjørn Mork
2014-05-16
net: cdc_ncm: set reasonable padding limits
Bjørn Mork
2014-05-16
net: cdc_ncm: use true max dgram count for header estimates
Bjørn Mork
2014-05-16
net: cdc_ncm: use ethtool to tune coalescing settings
Bjørn Mork
2014-05-16
net: cdc_ncm: support rx_max/tx_max updates when running
Bjørn Mork
2014-05-16
net: cdc_ncm: split .bind device initialization
Bjørn Mork
2014-05-16
net: cdc_ncm: factor out one-time device initialization
Bjørn Mork
2014-05-16
net: cdc_ncm: split out rx_max/tx_max update of setup
Bjørn Mork
2014-05-13
net: cdc_ncm/cdc_mbim: rework probing of NCM/MBIM functions
Bjørn Mork
2014-05-05
net: cdc_ncm: fix buffer overflow
Bjørn Mork
2014-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-20
net: cdc_ncm: respect operator preferred MTU reported by MBIM
Ben Chan
2014-03-18
net: cdc_ncm: fix control message ordering
Bjørn Mork
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-11-14
net: cdc_ncm: cleanup a type issue in cdc_ncm_setup()
Dan Carpenter
2013-11-05
net: cdc_ncm: remove non-standard NCM device IDs
Enrico Mioso
2013-11-05
net: cdc_ncm: Export cdc_ncm_{tx, rx}_fixup functions for re-use
Enrico Mioso
2013-11-02
net: cdc_ncm: no not set tx_max higher than the device supports
Bjørn Mork
2013-11-02
net: cdc_ncm: improve bind error debug messages
Bjørn Mork
2013-11-02
net: cdc_ncm: return proper error if setup fails
Bjørn Mork
2013-11-02
net: cdc_ncm: refactoring cdc_ncm_setup
Bjørn Mork
2013-11-02
net: cdc_ncm: endian convert constants instead of variables
Bjørn Mork
2013-11-02
net: cdc_ncm: log signatures in hex
Bjørn Mork
2013-11-02
net: cdc_ncm: use netif_* and dev_* instead of pr_*
Bjørn Mork
2013-11-02
net: cdc_ncm: log the length we warn about
Bjørn Mork
2013-11-02
net: cdc_ncm: set correct dev->hard_mtu
Bjørn Mork
2013-11-02
net: cdc_ncm: remove ethtool ops
Bjørn Mork
2013-11-02
net: cdc_ncm: remove probe and disconnect wrappers
Bjørn Mork
2013-11-02
net: cdc_ncm: no point in filling up the NTBs if we send ZLPs
Bjørn Mork
2013-11-02
net: cdc_ncm: only the control intf can be probed
Bjørn Mork
2013-11-02
net: cdc_ncm: remove descriptor pointers
Bjørn Mork
2013-11-02
net: cdc_ncm: fix SET_MAX_DATAGRAM_SIZE
Bjørn Mork
2013-11-02
net: cdc_ncm: remove ncm_parm field
Bjørn Mork
2013-11-02
net: cdc_ncm: remove tx_speed and rx_speed fields
Bjørn Mork
2013-11-02
net: cdc_ncm: remove unused udev field
Bjørn Mork
2013-11-02
net: cdc_ncm: remove redundant netdev field
Bjørn Mork
2013-11-02
net: cdc_ncm: remove redundant endpoint pointers
Bjørn Mork
[next]