index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-31
net: usb: lan78xx: Fix suspend/resume PHY register access error
Cristian Birsan
1
-0
/
+1
2019-11-22
r8152: avoid to call napi_disable twice
Hayes Wang
1
-8
/
+20
2019-11-20
r8152: Re-order napi_disable in rtl8152_close
Prashant Malani
1
-1
/
+1
2019-11-15
ax88172a: fix information leak on short answers
Oliver Neukum
1
-1
/
+1
2019-11-13
net: cdc_ncm: Signedness bug in cdc_ncm_set_dgram_size()
Dan Carpenter
1
-1
/
+1
2019-11-13
net: usb: qmi_wwan: add support for Foxconn T77W968 LTE modules
Aleksander Morgado
1
-0
/
+2
2019-11-07
net: usb: qmi_wwan: add support for DW5821e with eSIM support
Aleksander Morgado
1
-0
/
+1
2019-11-07
CDC-NCM: handle incomplete transfer of MTU
Oliver Neukum
1
-3
/
+3
2019-10-28
net: usb: lan78xx: Disable interrupts before calling generic_handle_irq()
Daniel Wagner
1
-1
/
+4
2019-10-21
r8152: add device id for Lenovo ThinkPad USB-C Dock Gen 2
Kazutoshi Noguchi
2
-0
/
+8
2019-10-18
net: usb: lan78xx: Connect PHY before registering MAC
Andrew Lunn
1
-6
/
+6
2019-10-17
usb: hso: obey DMA rules in tiocmget
Oliver Neukum
1
-4
/
+9
2019-10-15
net: usb: sr9800: fix uninitialized local variable
Valentin Vidic
1
-1
/
+1
2019-10-09
net: usb: qmi_wwan: add Telit 0x1050 composition
Daniele Palmas
1
-0
/
+1
2019-10-04
r8152: Set macpassthru in reset_resume callback
Kai-Heng Feng
1
-2
/
+1
2019-10-04
qmi_wwan: add support for Cinterion CLS8 devices
Reinhard Speyerer
1
-0
/
+1
2019-10-01
hso: fix NULL-deref on tty open
Johan Hovold
1
-4
/
+8
2019-09-21
usbnet: ignore endpoints with invalid wMaxPacketSize
Bjørn Mork
1
-0
/
+5
2019-09-21
cdc_ncm: fix divide-by-zero caused by invalid wMaxPacketSize
Bjørn Mork
1
-1
/
+5
2019-09-19
usbnet: sanity checking of packet sizes and device mtu
Oliver Neukum
1
-0
/
+3
2019-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+9
2019-09-13
cdc_ether: fix rndis support for Mediatek based smartphones
Bjørn Mork
1
-1
/
+9
2019-09-05
r8152: adjust the settings of ups flags
Hayes Wang
1
-88
/
+120
2019-09-05
r8152: modify rtl8152_set_speed function
Hayes Wang
1
-64
/
+132
2019-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-4
/
+1
2019-08-28
r8152: remove calling netif_napi_del
Hayes Wang
1
-2
/
+0
2019-08-28
Revert "r8152: napi hangup fix after disconnect"
Hayes Wang
1
-2
/
+1
2019-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+4
2019-08-25
r8152: Set memory to all 0xFFs on failed reg reads
Prashant Malani
1
-1
/
+4
2019-08-23
r8152: add a helper function about setting EEE
Hayes Wang
1
-91
/
+77
2019-08-23
r8152: saving the settings of EEE
Hayes Wang
1
-30
/
+50
2019-08-22
net: usb: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
2
-7
/
+3
2019-08-20
r8152: divide the tx and rx bottom functions
Hayes Wang
1
-13
/
+26
2019-08-19
r8152: fix accessing skb after napi_gro_receive
Hayes Wang
1
-1
/
+1
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-7
/
+10
2019-08-18
net: kalmia: fix memory leaks
Wenwen Wang
1
-3
/
+3
2019-08-18
cx82310_eth: fix a memory leak bug
Wenwen Wang
1
-1
/
+2
2019-08-16
lan78xx: Fix memory leaks
Wenwen Wang
1
-3
/
+5
2019-08-13
r8152: change rx_copybreak and rx_pending through ethtool
Hayes Wang
1
-5
/
+86
2019-08-13
r8152: support skb_add_rx_frag
Hayes Wang
1
-15
/
+105
2019-08-13
r8152: use alloc_pages for rx buffer
Hayes Wang
1
-20
/
+11
2019-08-13
r8152: replace array with linking list for rx information
Hayes Wang
1
-57
/
+125
2019-08-13
r8152: separate the rx buffer size
Hayes Wang
1
-4
/
+8
2019-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-7
/
+8
2019-08-02
r8152: fix typo in register name
Kevin Lo
1
-6
/
+6
2019-08-01
net: usb: pegasus: fix improper read if get_registers() fail
Denis Kirjanov
1
-1
/
+1
2019-07-30
net: Use skb_frag_off accessors
Jonathan Lemon
1
-1
/
+1
2019-07-26
net: usb: qmi_wwan: Add the BroadMobi BM818 card
Bob Ham
1
-0
/
+1
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-2
/
+2
2019-07-22
net: usb: Merge cpu_to_le32s + memcpy to put_unaligned_le32
Chuhong Yuan
5
-31
/
+20
[next]