index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
tsec.c
Age
Commit message (
Expand
)
Author
2022-04-10
treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA
Marek BehĂșn
2022-04-10
net: introduce helpers to get PHY interface mode from a device/ofnode
Marek BehĂșn
2021-11-23
net: tsec: Make redundant_init() static
Bin Meng
2021-11-23
cmd: pxe_utils: Check fdtcontroladdr in label_boot
Peter Hoyes
2021-11-23
net: tsec: add support for promiscuous mode
Vladimir Oltean
2021-09-28
net: tsec: read the phy-mode property as fallback to phy-connection-type
Vladimir Oltean
2021-09-28
net: tsec: only call tsec_get_interface as fallback to DT-specified PHY mode
Vladimir Oltean
2021-09-28
net: tsec: Mark tsec_get_interface as __maybe_unused
Ramon Fried
2021-06-17
net: tsec: add option to set device max-speed via dts
Aleksandar Gerasimovski
2021-04-15
net: tsec: Support <reg> property from the subnode "queue-group"
Bin Meng
2021-04-15
net: tsec: Use map_physmem() directly instead of dev_remap_addr()
Bin Meng
2021-04-15
net: tsec: Use dm_eth_phy_connect() directly for the DM case
Vladimir Oltean
2021-01-05
dm: core: Access device ofnode through functions
Simon Glass
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
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-24
net: tsec: Add the compatible string "gianfar" support
Hou Zhiqiang
2020-09-24
net: tsec: Add fixed-link PHY support
Hou Zhiqiang
2020-09-24
net: tsec: convert to use DM_MDIO when DM_ETH enabled
Hou Zhiqiang
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-06-04
net: tsec: Access TBI PHY through the corresponding MII
Hou Zhiqiang
2020-06-04
net: tsec: Access eTSEC registers using virtual address
Hou Zhiqiang
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2019-07-25
net: tsec: Change compatible strings to match Linux
Vladimir Oltean
2019-07-25
net: tsec: Common handling of MAC station address for DM_ETH
Vladimir Oltean
2019-07-25
net: tsec: Make errors visible
Vladimir Oltean
2019-07-25
net: tsec: Reverse Christmas tree notation
Vladimir Oltean
2019-07-25
net: tsec: Fix offset of MDIO registers for DM_ETH
Vladimir Oltean
2019-07-25
net: tsec: Refactor the readout of the tbi-handle property
Vladimir Oltean
2019-01-24
net: remove CONFIG_MCAST_TFTP
Chris Packham
2019-01-24
net: move ether_crc to tsec driver
Chris Packham
2018-06-13
tsec: Fix reading phy registers from DT
Mario Six
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-02-26
net: tsec: Make live-tree compatible
Mario Six
2018-02-26
net: tsec: Fix memory leak in error path
Mario Six
2018-02-26
net: tsec: Fix style violations
Mario Six
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-01-28
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
2016-01-28
net: tsec: Use priv->tbiaddr to initialize TBI PHY address
Bin Meng
2016-01-28
net: tsec: Add driver model ethernet support
Bin Meng
2016-01-28
net: tsec: Use tsec_private pointer as the parameter for internal routines
Bin Meng
2016-01-28
net: tsec: Adjust orders to avoid forward declaration of tsec_send()
Bin Meng
2016-01-28
net: tsec: Move rxbd and txbd to struct tsec_private
Bin Meng
2016-01-28
net: tsec: Move rx_idx and tx_idx to struct tsec_private
Bin Meng
2016-01-28
net: tsec: fsl_mdio: Fix several cosmetic issues
Bin Meng
2016-01-14
Fix GCC format-security errors and convert sprintfs.
Ben Whitten
[next]