index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
11
-13
/
+13
2021-07-27
net: usb: use ndo_siocdevprivate
Arnd Bergmann
2
-4
/
+6
2021-07-27
phonet: use siocdevprivate
Arnd Bergmann
1
-2
/
+3
2021-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-10
/
+20
2021-07-22
net: usb: asix: ax88772: add missing stop
Oleksij Rempel
1
-0
/
+1
2021-07-22
net: usb: asix: ax88772: do not poll for PHY before registering it
Oleksij Rempel
1
-5
/
+0
2021-07-21
usb: hso: remove the bailout parameter
Dongliang Mu
1
-3
/
+3
2021-07-21
usb: hso: fix error handling code of hso_create_net_device
Dongliang Mu
1
-10
/
+23
2021-07-15
usb: hso: fix error handling code of hso_create_net_device
Dongliang Mu
1
-10
/
+23
2021-07-14
r8152: Fix a deadlock by doubly PM resume
Takashi Iwai
1
-9
/
+18
2021-07-14
r8152: Fix potential PM refcount imbalance
Takashi Iwai
1
-1
/
+2
2021-07-14
Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+1
2021-07-05
Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-4
/
+4
2021-07-01
net: usb: asix: ax88772: suspend PHY on driver probe
Oleksij Rempel
1
-0
/
+1
2021-06-24
usbnet: add usbnet_event_names[] for kevent
Yajun Deng
1
-2
/
+19
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-8
/
+10
2021-06-17
r8152: store the information of the pipes
Hayes Wang
1
-5
/
+13
2021-06-17
net: cdc_eem: fix tx fixup skb leak
Linyu Yuan
1
-1
/
+1
2021-06-16
r8152: Avoid memcpy() over-reading of ETH_SS_STATS
Kees Cook
1
-1
/
+1
2021-06-16
net: usb: fix possible use-after-free in smsc75xx_bind
Dongliang Mu
1
-4
/
+6
2021-06-15
qmi_wwan: Do not call netif_rx from rx_fixup
Kristian Evensen
1
-1
/
+1
2021-06-15
net: cdc_ncm: switch to eth%d interface naming
Maciej Żenczykowski
1
-1
/
+1
2021-06-11
net: usb: asix: ax88772: manage PHY PM from MAC
Oleksij Rempel
1
-31
/
+12
2021-06-09
net: usb: asix: ax88772: Fix less than zero comparison of a u16
Colin Ian King
1
-4
/
+4
2021-06-09
net: usb: asix: Fix less than zero comparison of a u16
Colin Ian King
1
-3
/
+5
2021-06-07
usbnet: run unbind() before unregister_netdev()
Oleksij Rempel
1
-3
/
+3
2021-06-07
net: usb: asix: add error handling for asix_mdio_* functions
Oleksij Rempel
1
-14
/
+28
2021-06-07
net: usb: asix: ax88772: add generic selftest support
Oleksij Rempel
3
-0
/
+25
2021-06-07
net: usb: asix: ax88772: add phylib support
Oleksij Rempel
4
-58
/
+122
2021-06-07
net: usb/phy: asix: add support for ax88772A/C PHYs
Oleksij Rempel
1
-0
/
+1
2021-06-07
net: usb: asix: refactor asix_read_phy_addr() and handle errors on return
Oleksij Rempel
4
-20
/
+34
2021-06-07
net: usb: asix: ax88772_bind: use devm_kzalloc() instead of kzalloc()
Oleksij Rempel
1
-4
/
+3
2021-06-01
net: usb: Fix spelling mistakes
Zheng Yongjun
8
-13
/
+13
2021-06-01
r8152: support pauseparam of ethtool_ops
Hayes Wang
1
-0
/
+75
2021-05-31
Merge 5.13-rc4 into tty-next
Greg Kroah-Hartman
5
-31
/
+67
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-31
/
+67
2021-05-24
net: usb: fix memory leak in smsc75xx_bind
Pavel Skripkin
1
-2
/
+6
2021-05-24
net: hso: fix control-request directions
Johan Hovold
1
-2
/
+2
2021-05-24
r8152: check the informaton of the device
Hayes Wang
1
-5
/
+37
2021-05-20
net: cdc_ncm: use DEVICE_ATTR_RW macro
YueHaibing
1
-12
/
+24
2021-05-20
net: usb: hso: use DEVICE_ATTR_RO macro
YueHaibing
1
-4
/
+3
2021-05-20
net: usb: remove leading spaces before tabs
Hui Tang
1
-1
/
+1
2021-05-19
net: hso: bail out on interrupt URB allocation failure
Johan Hovold
1
-7
/
+7
2021-05-18
net: lan78xx: advertise tx software timestamping support
Markus Bloechl
1
-0
/
+1
2021-05-17
drivers/net: Remove leading spaces in Kconfig
Juerg Haefliger
1
-5
/
+5
2021-05-17
net: hso: check for allocation failure in hso_create_bulk_serial_device()
Dan Carpenter
1
-19
/
+18
2021-05-14
net: cdc_eem: fix URL to CDC EEM 1.0 spec
Jonathan Davies
1
-1
/
+1
2021-05-13
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
1
-2
/
+2
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
1
-2
/
+2
2021-05-11
usb: class: cdc-wdm: WWAN framework integration
Loic Poulain
3
-1
/
+4
[next]