index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: smsc95xx: add support for Microchip EVB-LAN8670-USB
Parthiban Veerasooran
2022-06-13
1
-0
/
+5
*
net: adopt u64_stats_t in struct pcpu_sw_netstats
Eric Dumazet
2022-06-10
1
-4
/
+4
*
Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2022-06-03
4
-7
/
+7
|
\
|
*
Merge 5.18-rc5 into usb-next
Greg Kroah-Hartman
2022-05-03
1
-2
/
+7
|
|
\
|
*
|
net: remove third argument of usb_maxpacket()
Vincent Mailhol
2022-04-23
4
-7
/
+7
*
|
|
net: usb: qmi_wwan: Add support for Cinterion MV31 with new baseline
Slark Xiao
2022-06-02
1
-0
/
+1
*
|
|
net: usb: qmi_wwan: add Telit 0x1250 composition
Carlo Lobrano
2022-05-27
1
-0
/
+1
*
|
|
net: usb: r8152: Add in new Devices that are supported for Mac-Passthru
David Ober
2022-05-20
1
-7
/
+26
*
|
|
usbnet: smsc95xx: Forward PHY interrupts to PHY driver to avoid polling
Lukas Wunner
2022-05-13
1
-52
/
+61
*
|
|
usbnet: smsc95xx: Avoid link settings race on interrupt reception
Lukas Wunner
2022-05-13
1
-7
/
+9
*
|
|
usbnet: smsc95xx: Don't reset PHY behind PHY driver's back
Lukas Wunner
2022-05-13
1
-18
/
+0
*
|
|
usbnet: smsc95xx: Don't clear read-only PHY interrupt
Lukas Wunner
2022-05-13
1
-4
/
+0
*
|
|
usbnet: Run unregister_netdev() before unbind() again
Lukas Wunner
2022-05-13
3
-10
/
+5
*
|
|
r8152: switch to netif_napi_add_weight()
Jakub Kicinski
2022-05-08
1
-4
/
+2
*
|
|
net: make drivers set the TSO limit not the GSO limit
Jakub Kicinski
2022-05-06
4
-4
/
+4
*
|
|
usb: lan78xx: remove a copy of the NAPI_POLL_WEIGHT define
Jakub Kicinski
2022-04-29
1
-3
/
+1
*
|
|
net: usb: qmi_wwan: add support for Sierra Wireless EM7590
Ethan Yang
2022-04-26
1
-0
/
+1
*
|
|
USB2NET : SR9800 : change SR9800_BULKIN_SIZE from global to static
Tom Rix
2022-04-22
1
-1
/
+1
*
|
|
net: cdc-ncm: Move spin_lock_bh() to spin_lock()
Yunbo Yu
2022-04-22
1
-4
/
+4
*
|
|
rndis_host: limit scope of bogus MAC address detection to ZTE devices
Lech Perczak
2022-04-14
1
-5
/
+12
*
|
|
rndis_host: enable the bogus MAC fixup for ZTE devices from cdc_ether
Lech Perczak
2022-04-14
1
-0
/
+32
*
|
|
cdc_ether: export usbnet_cdc_zte_rx_fixup
Lech Perczak
2022-04-14
1
-1
/
+2
*
|
|
net: usb: qmi_wwan: add Telit 0x1057 composition
Daniele Palmas
2022-04-12
1
-0
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-04-08
1
-2
/
+7
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
net: usb: aqc111: Fix out-of-bounds accesses in RX fixup
Marcin Kozlowski
2022-04-06
1
-2
/
+7
|
|
/
*
/
net: usb: remove duplicate assignment
Wang Qing
2022-04-06
1
-1
/
+0
|
/
*
net: usb: ax88179_178a: add Allied Telesis AT-UMCs
Greg Jesionowski
2022-03-25
1
-0
/
+51
*
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2022-03-24
8
-107
/
+119
|
\
|
*
net: usb: asix: suspend embedded PHY if external is used
Oleksij Rempel
2022-03-12
2
-1
/
+20
|
*
net: usb: asix: make use of mdiobus_get_phy and phy_connect_direct
Oleksij Rempel
2022-03-12
2
-10
/
+10
|
*
net: usb: asix: store chipid to avoid reading it on reset
Oleksij Rempel
2022-03-12
2
-12
/
+8
|
*
net: usb: asix: unify ax88772_resume code
Oleksij Rempel
2022-03-12
2
-24
/
+9
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-11
1
-8
/
+20
|
|
\
|
*
|
net: asix: remove code duplicates in asix_mdio_read/write and asix_mdio_read/...
Oleksij Rempel
2022-02-25
1
-55
/
+19
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-25
1
-1
/
+1
|
|
\
\
|
*
|
|
usbnet: gl620a: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2022-02-23
1
-1
/
+1
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-17
5
-33
/
+72
|
|
\
\
\
|
*
|
|
|
net: hso: Use GFP_KERNEL instead of GFP_ATOMIC when possible
Christophe JAILLET
2022-02-15
1
-1
/
+1
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-11
1
-0
/
+2
|
|
\
\
\
\
|
*
|
|
|
|
net: usb: smsc95xx: add generic selftest support
Oleksij Rempel
2022-02-09
2
-0
/
+26
|
*
|
|
|
|
net: asix: add proper error handling of usb read errors
Pavel Skripkin
2022-02-07
3
-11
/
+33
|
*
|
|
|
|
net: don't include ndisc.h from ipv6.h
Jakub Kicinski
2022-02-04
1
-0
/
+1
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-04
1
-3
/
+3
|
|
\
\
\
\
\
|
*
|
|
|
|
|
net: usb: asix: remove redundant assignment to variable reg
Colin Ian King
2022-01-25
1
-1
/
+0
*
|
|
|
|
|
|
Merge tag 'v5.17-rc8' into irq/core, to fix conflicts
Ingo Molnar
2022-03-14
2
-9
/
+21
|
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
smsc95xx: Ignore -ENODEV errors when device is unplugged
Fabio Estevam
2022-03-07
1
-8
/
+20
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
sr9700: sanity check for packet length
Oliver Neukum
2022-02-18
1
-1
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
/
|
|
|
net: usb: lan78xx: Use generic_handle_irq_safe().
Sebastian Andrzej Siewior
2022-03-02
1
-5
/
+2
|
/
/
/
/
*
|
|
|
Merge tag 'net-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-02-17
4
-4
/
+33
|
\
\
\
\
|
*
|
|
|
net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990
Daniele Palmas
2022-02-17
1
-0
/
+5
[next]