index
:
linux/linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
/
smsc95xx.c
Age
Commit message (
Expand
)
Author
2023-03-17
net: usb: smsc95xx: Limit packet length to skb->len
Szymon Heidrich
2022-11-17
net: usb: smsc95xx: fix external PHY reset
Alexandru Tachici
2022-07-04
usbnet: smsc95xx: Clean up unnecessary BUG_ON() upon register access
Lukas Wunner
2022-07-04
usbnet: smsc95xx: Clean up nopm handling
Lukas Wunner
2022-07-04
usbnet: smsc95xx: Fix deadlock on runtime resume
Lukas Wunner
2022-06-13
net: smsc95xx: add support for Microchip EVB-LAN8670-USB
Parthiban Veerasooran
2022-05-13
usbnet: smsc95xx: Forward PHY interrupts to PHY driver to avoid polling
Lukas Wunner
2022-05-13
usbnet: smsc95xx: Avoid link settings race on interrupt reception
Lukas Wunner
2022-05-13
usbnet: smsc95xx: Don't reset PHY behind PHY driver's back
Lukas Wunner
2022-05-13
usbnet: smsc95xx: Don't clear read-only PHY interrupt
Lukas Wunner
2022-05-13
usbnet: Run unregister_netdev() before unbind() again
Lukas Wunner
2022-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-07
smsc95xx: Ignore -ENODEV errors when device is unplugged
Fabio Estevam
2022-02-09
net: usb: smsc95xx: add generic selftest support
Oleksij Rempel
2022-01-14
net: usb: Correct reset handling of smsc95xx
Markus Reichl
2021-11-23
net: usb: Correct PHY handling of smsc95xx
Martyn Welch
2021-10-22
usb: smsc: use eth_hw_addr_set()
Jakub Kicinski
2021-10-08
ethernet: use platform_get_ethdev_address()
Jakub Kicinski
2021-09-24
smsc95xx: fix stalled rx after link change
Aaro Koskinen
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2020-11-12
net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 alias
Heiner Kallweit
2020-10-02
net/smscx5xx: change to of_get_mac_address() eth_platform_get_mac_address()
Łukasz Stelmach
2020-08-28
smsc95xx: add phylib support
Andre Edich
2020-08-28
smsc95xx: use usbnet->driver_priv
Andre Edich
2020-08-28
smsc95xx: remove redundant function arguments
Andre Edich
2020-07-06
smsc95xx: avoid memory leak in smsc95xx_bind
Andre Edich
2020-07-06
smsc95xx: check return value of smsc95xx_reset
Andre Edich
2020-06-22
usbnet: smsc95xx: Fix use-after-free after removal
Tuomas Tynkkynen
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
2019-05-07
net: usb: smsc: fix warning reported by kbuild test robot
Petr Štetiar
2019-05-05
net: usb: support of_get_mac_address new ERR_PTR error
Petr Štetiar
2018-11-16
usbnet: smsc95xx: check for csum being in last four bytes
Ben Dooks
2018-11-16
usbnet: smsc95xx: fix memcpy for accessing rx-data
Ben Dooks
2018-11-16
usbnet: smsc95xx: simplify tx_fixup code
Ben Dooks
2018-11-16
usbnet: smsc95xx: fix rx packet alignment
Ben Dooks
2018-11-08
net: smsc95xx: Fix MTU range
Stefan Wahren
2018-11-02
usbnet: smsc95xx: disable carrier check while suspending
Frieder Schrempf
2018-09-29
smsc95xx: Check for Wake-on-LAN modes
Florian Fainelli
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2017-09-12
smsc95xx: Configure pause time to 0xffff when tx flow control enabled
Nisar Sayed
2017-07-14
smsc95xx: use ethtool_op_get_ts_info()
Petr Kulhavy
2017-05-21
smsc95xx: Support only IPv4 TCP/UDP csum offload
Nisar Sayed
2017-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-20
smsc95xx: Use skb_cow_head to deal with cloned skbs
James Hughes
2017-04-17
smsc95xx: Add comments to the registers definition
Martin Wetterwald
2017-04-03
net: usbnet: support 64bit stats
Greg Ungerer
2017-03-21
net: usb: smsc95xx: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-09-06
smsc95xx: Add mdix control via ethtool
Woojung Huh
2016-05-31
usbnet: smsc95xx: fix link detection for disabled autonegotiation
Christoph Fritz
2016-05-04
usbnet: smsc95xx: silence an uninitialized variable warning
Dan Carpenter
[next]