index
:
binx/bcachefs.git
bcachefs-garbage
master
Unnamed repository; edit this file 'description' to name the repository.
Hunter Shaffer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
dpaa2
/
dpaa2-mac.c
Age
Commit message (
Expand
)
Author
2023-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-20
net: dpaa2-mac: add 25gbase-r support
Josua Mayer
2023-06-08
net: dpaa2: use pcs-lynx's check for fwnode availability
Russell King (Oracle)
2023-06-08
net: dpaa2-mac: use lynx_pcs_create_fwnode()
Russell King (Oracle)
2023-06-08
net: dpaa2-mac: allow lynx PCS to manage mdiodev lifetime
Russell King (Oracle)
2023-05-29
net: dpaa2-mac: use correct interface to free mdiodev
Russell King (Oracle)
2023-03-22
net: dpaa2-mac: use Autoneg bit rather than an_enabled
Russell King (Oracle)
2022-12-01
net: dpaa2-mac: move rtnl_lock() only around phylink_{,dis}connect_phy()
Vladimir Oltean
2022-12-01
net: dpaa2-mac: remove defensive check in dpaa2_mac_disconnect()
Vladimir Oltean
2022-12-01
net: dpaa2-mac: absorb phylink_start() call into dpaa2_mac_start()
Vladimir Oltean
2022-11-07
net: remove explicit phylink_generic_validate() references
Russell King (Oracle)
2022-10-31
net: dpaa2: Add some debug prints on deferred probe
Sean Anderson
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-05-10
eth: dpaa2-mac: remove a dead-code NULL check on fwnode parent
Jakub Kicinski
2022-03-14
dpaa2-mac: configure the SerDes phy on a protocol change
Ioana Ciornei
2022-03-14
dpaa2-mac: move setting up supported_interfaces into a function
Ioana Ciornei
2022-03-14
dpaa2-mac: retrieve API version and detect features
Ioana Ciornei
2022-01-26
net: dpaa2-mac: use .mac_select_pcs() interface
Russell King (Oracle)
2022-01-06
dpaa2-mac: return -EPROBE_DEFER from dpaa2_mac_open in case the fwnode is not...
Ioana Ciornei
2022-01-06
dpaa2-mac: bail if the dpmacs fwnode is not found
Robert-Ionut Alexa
2022-01-02
net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcs
Colin Foster
2021-11-18
net: dpaa2-mac: use phylink_generic_validate()
Russell King (Oracle)
2021-11-18
net: dpaa2-mac: remove interface checks in dpaa2_mac_validate()
Russell King (Oracle)
2021-11-18
net: dpaa2-mac: populate supported_interfaces member
Russell King
2021-10-04
net: ethernet: use phylink_set_10g_modes()
Russell King (Oracle)
2021-09-19
net: dpaa2-mac: add support for more ethtool 10G link modes
Russell King
2021-06-11
net: dpaa2-mac: Add ACPI support for DPAA2 MAC driver
Calvin Johnson
2021-05-21
dpaa2-eth: setup the of_node field of the device
Ioana Ciornei
2021-02-06
net: dpaa2-mac: add backplane link mode support
Russell King
2021-02-06
net: dpaa2-mac: add 1000BASE-X support
Russell King
2021-01-09
dpaa2-mac: remove a comment regarding pause settings
Ioana Ciornei
2021-01-09
dpaa2-mac: remove an unnecessary check
Ioana Ciornei
2021-01-09
dpaa2-mac: export MAC counters even when in TYPE_FIXED
Ioana Ciornei
2021-01-09
dpaa2-mac: split up initializing the MAC object from connecting to it
Ioana Ciornei
2020-12-07
dpaa2-mac: Add a missing of_node_put after of_device_is_available
Christophe JAILLET
2020-09-25
dpaa2-mac: Fix potential null pointer dereference
Gustavo A. R. Silva
2020-09-25
dpaa2-mac: do not check for both child and parent DTS nodes
Ioana Ciornei
2020-09-24
dpaa2-mac: add PCS support through the Lynx module
Ioana Ciornei
2020-02-27
net: dpaa2-mac: use resolved link config in mac_link_up()
Russell King
2020-02-27
net: phylink: propagate resolved link config via mac_link_up()
Russell King
2019-11-07
dpaa2-eth: add ethtool MAC counters
Ioana Ciornei
2019-11-06
dpaa2-eth: fix an always true condition in dpaa2_mac_get_if_mode
Ioana Ciornei
2019-11-04
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
2019-10-31
dpaa2-eth: add MAC/PHY support through phylink
Ioana Ciornei