index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
/
cdc_mbim.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-03-29
ipv6: Move ipv6 stubs to a separate header file
David Ahern
1
-0
/
+1
2018-06-01
net: usb: cdc_mbim: add flag FLAG_SEND_ZLP
Daniele Palmas
1
-1
/
+1
2017-07-03
net: cdc_mbim: apply "NDP to end" quirk to HP lt4132
Tore Anderson
1
-0
/
+7
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-1
/
+1
2017-04-04
net: usbnet: support 64bit stats
Greg Ungerer
1
-0
/
+1
2016-12-08
NET: usb: cdc_mbim: add quirk for supporting Telit LE922A
Daniele Palmas
1
-0
/
+21
2016-04-15
cdc_mbim: apply "NDP to end" quirk to all Huawei devices
Bjørn Mork
1
-2
/
+7
2015-12-24
net: cdc_ncm: avoid changing RX/TX buffers on MTU changes
Bjørn Mork
1
-1
/
+1
2015-12-06
net: cdc_mbim: add "NDP to end" quirk for Huawei E3372
Bjørn Mork
1
-1
/
+25
2015-09-24
ipv6: remove unused neigh parameter from ndisc functions
Jiri Benc
1
-1
/
+1
2015-07-10
cdc_ncm: Add support for moving NDP to end of NCM frame
Enrico Mioso
1
-1
/
+1
2015-03-04
net: usb: Use eth_<foo>_addr instead of memset
Joe Perches
1
-1
/
+1
2014-11-21
vlan: kill vlan_put_tag helper
Jiri Pirko
1
-1
/
+1
2014-05-17
net: cdc_ncm/cdc_mbim: adding NCM protocol statistics
Bjørn Mork
1
-0
/
+6
2014-05-14
net: cdc_ncm/cdc_mbim: rework probing of NCM/MBIM functions
Bjørn Mork
1
-2
/
+41
2014-05-14
net: cdc_mbim: reject IP packets on DSS VLANs
Bjørn Mork
1
-0
/
+2
2014-05-14
net: cdc_mbim: optionally use VLAN ID 4094 for IP session 0
Bjørn Mork
1
-6
/
+68
2014-05-12
vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()
dingtianhong
1
-2
/
+2
2014-05-09
net: cdc_mbim: handle unaccelerated VLAN tagged frames
Bjørn Mork
1
-11
/
+28
2014-05-07
net: cdc_mbim: __vlan_find_dev_deep need rcu_read_lock
Bjørn Mork
1
-5
/
+13
2013-11-05
net: cdc_mbim: fixup error return value
Bjørn Mork
1
-4
/
+2
2013-11-05
net: cdc_mbim: no need to check for resume if suspend exists
Bjørn Mork
1
-1
/
+1
2013-11-05
net: cdc_mbim: manage_power should always set needs_remote_wakeup
Bjørn Mork
1
-5
/
+3
2013-11-02
net: cdc_ncm: remove redundant netdev field
Bjørn Mork
1
-1
/
+1
2013-11-02
net: cdc_mbim: change the default to send ZLPs
Bjørn Mork
1
-11
/
+17
2013-11-02
net: cdc_mbim: handle IPv6 Neigbor Solicitations
Bjørn Mork
1
-0
/
+58
2013-08-29
net: usb: Add HP hs2434 device to ZLP exception table
Rob Gardner
1
-0
/
+4
2013-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-2
/
+2
2013-04-29
Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+5
2013-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
1
-1
/
+1
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
1
-1
/
+1
2013-04-17
net: cdc_mbim: remove bogus sizeof()
Bjørn Mork
1
-1
/
+1
2013-03-25
usbnet: cdc_mbim: comments on suspend failure
Ming Lei
1
-0
/
+5
2013-03-17
net: cdc_ncm, cdc_mbim: allow user to prefer NCM for backwards compatibility
Bjørn Mork
1
-10
/
+1
2013-01-23
net: cdc_mbim: send ZLP only for the specific buggy device
Bjørn Mork
1
-0
/
+19
2013-01-21
net: cdc_mbim: send ZLP after max sized NTBs
Bjørn Mork
1
-1
/
+1
2012-10-23
net: cdc_mbim: Device Service Stream support
Bjørn Mork
1
-23
/
+35
2012-10-23
net: cdc_ncm: map MBIM IPS SessionID to VLAN ID
Bjørn Mork
1
-8
/
+43
2012-10-23
net: cdc_mbim: adding MBIM driver
Greg Suarez
1
-0
/
+365