aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/cdc_mbim.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2022-02-17net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990Daniele Palmas1-0/+5
2022-02-04net: don't include ndisc.h from ipv6.hJakub Kicinski1-0/+1
2021-09-02net: usb: cdc_mbim: avoid altsetting toggling for Telit LN920Daniele Palmas1-0/+5
2021-06-01net: usb: Fix spelling mistakesZheng Yongjun1-3/+3
2021-05-11usb: class: cdc-wdm: WWAN framework integrationLoic Poulain1-0/+1
2020-11-12net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern1-0/+1
2018-06-01net: usb: cdc_mbim: add flag FLAG_SEND_ZLPDaniele Palmas1-1/+1
2017-07-03net: cdc_mbim: apply "NDP to end" quirk to HP lt4132Tore Anderson1-0/+7
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-04-03net: usbnet: support 64bit statsGreg Ungerer1-0/+1
2016-12-08NET: usb: cdc_mbim: add quirk for supporting Telit LE922ADaniele Palmas1-0/+21
2016-04-14cdc_mbim: apply "NDP to end" quirk to all Huawei devicesBjørn Mork1-2/+7
2015-12-23net: cdc_ncm: avoid changing RX/TX buffers on MTU changesBjørn Mork1-1/+1
2015-12-05net: cdc_mbim: add "NDP to end" quirk for Huawei E3372Bjørn Mork1-1/+25
2015-09-24ipv6: remove unused neigh parameter from ndisc functionsJiri Benc1-1/+1
2015-07-09cdc_ncm: Add support for moving NDP to end of NCM frameEnrico Mioso1-1/+1
2015-03-03net: usb: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2014-11-21vlan: kill vlan_put_tag helperJiri Pirko1-1/+1
2014-05-16net: cdc_ncm/cdc_mbim: adding NCM protocol statisticsBjørn Mork1-0/+6
2014-05-13net: cdc_ncm/cdc_mbim: rework probing of NCM/MBIM functionsBjørn Mork1-2/+41
2014-05-13net: cdc_mbim: reject IP packets on DSS VLANsBjørn Mork1-0/+2
2014-05-13net: cdc_mbim: optionally use VLAN ID 4094 for IP session 0Bjørn Mork1-6/+68
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong1-2/+2
2014-05-09net: cdc_mbim: handle unaccelerated VLAN tagged framesBjørn Mork1-11/+28
2014-05-07net: cdc_mbim: __vlan_find_dev_deep need rcu_read_lockBjørn Mork1-5/+13
2013-11-04net: cdc_mbim: fixup error return valueBjørn Mork1-4/+2
2013-11-04net: cdc_mbim: no need to check for resume if suspend existsBjørn Mork1-1/+1
2013-11-04net: cdc_mbim: manage_power should always set needs_remote_wakeupBjørn Mork1-5/+3
2013-11-02net: cdc_ncm: remove redundant netdev fieldBjørn Mork1-1/+1
2013-11-02net: cdc_mbim: change the default to send ZLPsBjørn Mork1-11/+17
2013-11-02net: cdc_mbim: handle IPv6 Neigbor SolicitationsBjørn Mork1-0/+58
2013-08-28net: usb: Add HP hs2434 device to ZLP exception tableRob Gardner1-0/+4
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2013-04-29Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+5
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-1/+1
2013-04-16net: cdc_mbim: remove bogus sizeof()Bjørn Mork1-1/+1
2013-03-25usbnet: cdc_mbim: comments on suspend failureMing Lei1-0/+5
2013-03-17net: cdc_ncm, cdc_mbim: allow user to prefer NCM for backwards compatibilityBjørn Mork1-10/+1
2013-01-23net: cdc_mbim: send ZLP only for the specific buggy deviceBjørn Mork1-0/+19
2013-01-21net: cdc_mbim: send ZLP after max sized NTBsBjørn Mork1-1/+1
2012-10-23net: cdc_mbim: Device Service Stream supportBjørn Mork1-23/+35
2012-10-23net: cdc_ncm: map MBIM IPS SessionID to VLAN IDBjørn Mork1-8/+43
2012-10-23net: cdc_mbim: adding MBIM driverGreg Suarez1-0/+365