index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
eth
/
r8152.c
Age
Commit message (
Expand
)
Author
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
usb: Remove <common.h> and add needed includes
Tom Rini
2022-12-07
usb: eth: r8152: Remove non-DM_ETH code
Tom Rini
2022-04-22
Add support for TP-Link UE200 dongle
Oleksii Titov
2021-09-30
WS cleanup: remove trailing empty lines
Wolfgang Denk
2021-01-05
Merge tag 'v2021.01-rc5' into next
Tom Rini
2020-12-16
eth/r8152: fix the aggregation issue
Hayes Wang
2020-12-16
eth/r8152: free previous memory if r8152_eth_probe fail
Hayes Wang
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-09-01
eth/r8152: support RTL8153B/RTL8154B
Hayes Wang
2020-09-01
eth/r8152: reset PHY after setting it
Hayes Wang
2020-09-01
eth/r8152: reset bmu after disabling Tx/Rx
Hayes Wang
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-05-29
eth/r8152: fix assigning the wrong endpoint
Hayes Wang
2020-05-22
eth/r8152: fix typo in register name
Hayes Wang
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2018-12-14
usb: composite: Move bitmap related operations to ./include/linux/bitmap.h
Lukasz Majewski
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-08-07
net: usb: r8152: fix "duplicate 'const' declaration specifier"
Philipp Tomsich
2016-12-08
net: usb: r8152: Use ALLOC_CACHE_ALIGN_BUFFER() to allocate the buffers
Stefan Roese
2016-08-07
net: usb: r8152: Add DM support
Stefan Roese
2016-01-23
usb: eth: add Realtek RTL8152B/RTL8153 DRIVER
Ted Chen