summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/cdc_mbim.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* ipv6: Move ipv6 stubs to a separate header fileDavid Ahern2019-03-291-0/+1
* net: usb: cdc_mbim: add flag FLAG_SEND_ZLPDaniele Palmas2018-06-011-1/+1
* net: cdc_mbim: apply "NDP to end" quirk to HP lt4132Tore Anderson2017-07-031-0/+7
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* net: usbnet: support 64bit statsGreg Ungerer2017-04-041-0/+1
* NET: usb: cdc_mbim: add quirk for supporting Telit LE922ADaniele Palmas2016-12-081-0/+21
* cdc_mbim: apply "NDP to end" quirk to all Huawei devicesBjørn Mork2016-04-151-2/+7
* net: cdc_ncm: avoid changing RX/TX buffers on MTU changesBjørn Mork2015-12-241-1/+1
* net: cdc_mbim: add "NDP to end" quirk for Huawei E3372Bjørn Mork2015-12-061-1/+25
* ipv6: remove unused neigh parameter from ndisc functionsJiri Benc2015-09-241-1/+1
* cdc_ncm: Add support for moving NDP to end of NCM frameEnrico Mioso2015-07-091-1/+1
* net: usb: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
* vlan: kill vlan_put_tag helperJiri Pirko2014-11-211-1/+1
* net: cdc_ncm/cdc_mbim: adding NCM protocol statisticsBjørn Mork2014-05-171-0/+6
* net: cdc_ncm/cdc_mbim: rework probing of NCM/MBIM functionsBjørn Mork2014-05-131-2/+41
* net: cdc_mbim: reject IP packets on DSS VLANsBjørn Mork2014-05-131-0/+2
* net: cdc_mbim: optionally use VLAN ID 4094 for IP session 0Bjørn Mork2014-05-131-6/+68
* vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong2014-05-121-2/+2
* net: cdc_mbim: handle unaccelerated VLAN tagged framesBjørn Mork2014-05-091-11/+28
* net: cdc_mbim: __vlan_find_dev_deep need rcu_read_lockBjørn Mork2014-05-071-5/+13
* net: cdc_mbim: fixup error return valueBjørn Mork2013-11-041-4/+2Star
* net: cdc_mbim: no need to check for resume if suspend existsBjørn Mork2013-11-041-1/+1
* net: cdc_mbim: manage_power should always set needs_remote_wakeupBjørn Mork2013-11-041-5/+3Star
* net: cdc_ncm: remove redundant netdev fieldBjørn Mork2013-11-021-1/+1
* net: cdc_mbim: change the default to send ZLPsBjørn Mork2013-11-021-11/+17
* net: cdc_mbim: handle IPv6 Neigbor SolicitationsBjørn Mork2013-11-021-0/+58
* net: usb: Add HP hs2434 device to ZLP exception tableRob Gardner2013-08-291-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-2/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-231-1/+1
| |\
| * | net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
| * | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-1/+1
* | | Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-0/+5
|\ \ \ | |_|/ |/| |
| * | usbnet: cdc_mbim: comments on suspend failureMing Lei2013-03-251-0/+5
| |/
* / net: cdc_mbim: remove bogus sizeof()Bjørn Mork2013-04-161-1/+1
|/
* net: cdc_ncm, cdc_mbim: allow user to prefer NCM for backwards compatibilityBjørn Mork2013-03-171-10/+1Star
* net: cdc_mbim: send ZLP only for the specific buggy deviceBjørn Mork2013-01-231-0/+19
* net: cdc_mbim: send ZLP after max sized NTBsBjørn Mork2013-01-211-1/+1
* net: cdc_mbim: Device Service Stream supportBjørn Mork2012-10-231-23/+35
* net: cdc_ncm: map MBIM IPS SessionID to VLAN IDBjørn Mork2012-10-231-8/+43
* net: cdc_mbim: adding MBIM driverGreg Suarez2012-10-231-0/+365