index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-23
net: usb: lan78xx: fix use of improperly initialized dev->chipid in lan78xx_reset
I Viswanath
1
-4
/
+4
2025-10-23
usbnet: Fix using smp_processor_id() in preemptible code warnings
Zqiang
1
-0
/
+2
2025-10-23
net: usb: lan78xx: Fix lost EEPROM write timeout error(-ETIMEDOUT) in lan78xx_write_raw_eeprom
Bhanu Seshu Kumar Valluri
1
-4
/
+7
2025-10-23
r8152: add error handling in rtl8152_driver_init
Yi Cong
1
-1
/
+6
2025-10-19
net: usb: lan78xx: Fix lost EEPROM read timeout error(-ETIMEDOUT) in lan78xx_read_raw_eeprom
Bhanu Seshu Kumar Valluri
1
-4
/
+7
2025-10-15
net: usb: asix: hold PM usage ref to avoid PM/MDIO + RTNL deadlock
Oleksij Rempel
1
-0
/
+29
2025-10-15
net: usb: Remove disruptive netif_wake_queue in rtl8150_set_multicast
I Viswanath
1
-2
/
+0
2025-08-26
net: usb: qmi_wwan: add Telit Cinterion LE910C4-WWX new compositions
Fabio Porcedda
1
-0
/
+3
2025-08-19
net: usb: asix_devices: Fix PHY address mask in MDIO bus initialization
Yuichiro Tsuji
1
-1
/
+1
2025-08-19
cdc_ncm: Flag Intel OEM version of Fibocom L850-GL as WWAN
Lubomir Rintel
1
-0
/
+7
2025-08-14
net: usb: asix_devices: add phy_mask for ax88772 mdio bus
Xu Yang
1
-0
/
+1
2025-08-11
net: usb: qmi_wwan: add Telit Cinterion FN990A w/audio composition
Fabio Porcedda
1
-0
/
+1
2025-08-06
net: usbnet: Fix the wrong netif_carrier_on() call
Ammar Faizi
1
-3
/
+3
2025-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+8
2025-07-25
usbnet: Set duplex status to unknown in the absence of MII
Yi Cong
1
-0
/
+7
2025-07-25
net: usbnet: Avoid potential RCU stall on LINK_CHANGE event
John Ernberg
1
-3
/
+8
2025-07-21
net: usb: smsc95xx: add support for ethtool pause parameters
Oleksij Rempel
1
-3
/
+69
2025-07-21
net: usb: cdc-ncm: check for filtering capability
Oliver Neukum
1
-4
/
+16
2025-07-21
net: usb: Remove duplicate assignments for net->pcpu_stat_type
Zqiang
1
-1
/
+0
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2025-07-15
usb: net: sierra: check for no status endpoint
Oliver Neukum
1
-0
/
+4
2025-07-09
net: usb: enable the work after stop usbnet by ip down/up
Zqiang
1
-2
/
+2
2025-07-07
net: usb: lan78xx: stop including phy_fixed.h
Heiner Kallweit
1
-1
/
+0
2025-07-01
net: usb: lan78xx: fix possible NULL pointer dereference in lan78xx_phy_init()
Oleksij Rempel
1
-4
/
+9
2025-06-30
net: usb: lan78xx: fix WARN in __netif_napi_del_locked on disconnect
Oleksij Rempel
1
-2
/
+0
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2025-06-21
net: usb: qmi_wwan: add SIMCom 8230C composition
Xiaowei Li
1
-0
/
+1
2025-06-19
net: usb: Convert tasklet API to new bottom half workqueue mechanism
Jun Miao
1
-18
/
+18
2025-06-19
net: usb: lan78xx: remove unused struct members
Oleksij Rempel
1
-4
/
+0
2025-06-19
net: usb: lan78xx: Integrate EEE support with phylink LPI API
Oleksij Rempel
1
-44
/
+79
2025-06-19
net: usb: lan78xx: port link settings to phylink API
Oleksij Rempel
1
-32
/
+2
2025-06-19
net: usb: lan78xx: Use ethtool_op_get_link to reflect current link status
Oleksij Rempel
1
-13
/
+1
2025-06-19
net: usb: lan78xx: Rename EVENT_LINK_RESET to EVENT_PHY_INT_ACK
Oleksij Rempel
1
-5
/
+5
2025-06-19
net: usb: lan78xx: Convert to PHYLINK for improved PHY and MAC management
Oleksij Rempel
2
-288
/
+262
2025-06-12
net: Use dev_fwnode()
Jiri Slaby (SUSE)
1
-4
/
+2
2025-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-4
/
+5
2025-06-12
Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+1
2025-06-11
net: usb: lan78xx: make struct fphy_status static const
Heiner Kallweit
1
-1
/
+1
2025-06-10
net: usb: r8152: Add device ID for TP-Link UE200
Lucas Sanchez Sagrado
1
-0
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
4
-4
/
+4
2025-05-30
net: usb: aqc111: debug info before sanitation
Oliver Neukum
1
-4
/
+4
2025-05-28
net: ch9200: fix uninitialised access during mii_nway_restart
Qasim Ijaz
1
-2
/
+5
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
7
-224
/
+390
2025-05-27
Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+4
2025-05-27
net: core: Convert dev_set_mac_address() to struct sockaddr_storage
Kees Cook
1
-1
/
+1
2025-05-27
net: usb: r8152: Convert to use struct sockaddr_storage internally
Kees Cook
1
-25
/
+27
2025-05-26
net: usb: aqc111: fix error handling of usbnet read calls
Nikita Zhandarovich
1
-2
/
+8
2025-05-20
net: phy: fixed_phy: remove irq argument from fixed_phy_register
Heiner Kallweit
1
-1
/
+1
2025-05-16
net: Switch to irq_domain_create_*()
Jiri Slaby (SUSE)
1
-5
/
+4
2025-05-07
net: usb: lan78xx: Extract flow control configuration to helper
Oleksij Rempel
1
-18
/
+87
[next]