index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-22
net: usb: don't write directly to netdev->dev_addr
Jakub Kicinski
8
-13
/
+24
2021-10-22
net: qmi_wwan: use dev_addr_mod()
Jakub Kicinski
1
-2
/
+5
2021-10-22
usb: smsc: use eth_hw_addr_set()
Jakub Kicinski
2
-4
/
+8
2021-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-0
/
+5
2021-10-21
usbnet: sanity check for maxpacket
Oliver Neukum
1
-0
/
+4
2021-10-15
lan78xx: select CRC32
Vegard Nossum
1
-0
/
+1
2021-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2021-10-14
ethernet: manually convert memcpy(dev_addr,..., sizeof(addr))
Jakub Kicinski
1
-1
/
+1
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
6
-9
/
+12
2021-10-13
net: remove single-byte netdev->dev_addr writes
Jakub Kicinski
1
-1
/
+3
2021-10-12
r8152: select CRC32 and CRYPTO/CRYPTO_HASH/CRYPTO_SHA256
Vegard Nossum
1
-0
/
+4
2021-10-08
ethernet: use platform_get_ethdev_address()
Jakub Kicinski
2
-4
/
+2
2021-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+15
2021-10-05
net: usb: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
5
-5
/
+5
2021-10-05
r8152: avoid to resubmit rx immediately
Hayes Wang
1
-1
/
+15
2021-10-02
net: usb: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
5
-6
/
+6
2021-10-02
net: usb: use eth_hw_addr_set()
Jakub Kicinski
8
-9
/
+9
2021-09-24
smsc95xx: fix stalled rx after link change
Aaro Koskinen
1
-0
/
+3
2021-09-17
net: hso: fix muxed tty registration
Johan Hovold
1
-7
/
+5
2021-09-08
Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-3
/
+14
2021-09-03
net: usb: qmi_wwan: add Telit 0x1060 composition
Carlo Lobrano
1
-0
/
+1
2021-09-02
net: usb: cdc_mbim: avoid altsetting toggling for Telit LN920
Daniele Palmas
1
-0
/
+5
2021-09-02
net: hso: add failure handler for add_net_device
Ziyang Xuan
1
-3
/
+8
2021-09-01
Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-6
/
+6
2021-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-24
/
+30
2021-08-26
net: usb: asix: ax88772: fix boolconv.cocci warnings
kernel test robot
1
-1
/
+1
2021-08-25
lan78xx: Limit number of driver warning messages
John Efstathiades
1
-2
/
+3
2021-08-25
lan78xx: Fix race condition in disconnect handling
John Efstathiades
1
-9
/
+57
2021-08-25
lan78xx: Fix race conditions in suspend/resume handling
John Efstathiades
1
-135
/
+284
2021-08-25
lan78xx: Fix partial packet errors on suspend/resume
John Efstathiades
1
-106
/
+197
2021-08-25
lan78xx: Fix exception on link speed change
John Efstathiades
1
-6
/
+48
2021-08-25
lan78xx: Add missing return code checks
John Efstathiades
1
-66
/
+333
2021-08-25
lan78xx: Remove unused pause frame queue
John Efstathiades
1
-9
/
+0
2021-08-25
lan78xx: Set flow control threshold to prevent packet loss
John Efstathiades
1
-2
/
+15
2021-08-25
lan78xx: Remove unused timer
John Efstathiades
1
-3
/
+1
2021-08-25
lan78xx: Fix white space and style issues
John Efstathiades
1
-38
/
+42
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
1
-2
/
+6
2021-08-23
net: usb: asix: do not call phy_disconnect() for ax88178
Oleksij Rempel
1
-1
/
+7
2021-08-23
net: usb: asix: ax88772: move embedded PHY detection as early as possible
Oleksij Rempel
2
-21
/
+21
2021-08-20
net: usb: pegasus: fixes of set_register(s) return value evaluation;
Petko Manolov
1
-2
/
+2
2021-08-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-43
/
+50
2021-08-19
r8152: fix the maximum number of PLA bp for RTL8153C
Hayes Wang
1
-2
/
+19
2021-08-19
r8152: fix writing USB_BP2_EN
Hayes Wang
1
-1
/
+1
2021-08-18
net: asix: fix uninit value bugs
Pavel Skripkin
1
-40
/
+30
2021-08-14
net: hso: drop unused function argument
Pavel Skripkin
1
-4
/
+3
2021-08-09
Merge 5.14-rc5 into tty-next
Greg Kroah-Hartman
4
-88
/
+143
2021-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-68
/
+100
2021-08-05
net: pegasus: fix uninit-value in get_interrupt_interval
Pavel Skripkin
1
-3
/
+11
2021-08-04
net: usb: lan78xx: don't modify phy_device state concurrently
Ivan T. Ivanov
1
-4
/
+12
2021-08-04
net: usb: pegasus: Remove the changelog and DRIVER_VERSION.
Petko Manolov
1
-28
/
+2
[next]