index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
fman
/
fman_memac.c
Age
Commit message (
Expand
)
Author
2024-04-03
net: fman: Remove some unused fields in some structure
Christophe JAILLET
2024-02-23
net: dpaa: fman_memac: accept phy-interface-type = "10gbase-r" in the device ...
Vladimir Oltean
2023-10-17
net: fman: convert to .mac_get_caps()
Russell King (Oracle)
2023-06-08
net: fman_memac: use pcs-lynx's check for fwnode availability
Russell King (Oracle)
2023-06-08
net: fman_memac: use lynx_pcs_create_fwnode()
Russell King (Oracle)
2023-06-08
net: fman_memac: allow lynx PCS to handle mdiodev lifetime
Russell King (Oracle)
2023-02-24
Merge tag 'phy-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...
Linus Torvalds
2023-02-03
net: fman: memac: Convert to devm_of_phy_optional_get()
Geert Uytterhoeven
2023-01-31
net: fman: memac: free mdio device if lynx_pcs_create() fails
Vladimir Oltean
2022-10-19
net: dpaa: Convert to phylink
Sean Anderson
2022-10-19
net: fman: memac: Use lynx pcs driver
Sean Anderson
2022-10-19
net: fman: memac: Add serdes support
Sean Anderson
2022-09-05
net: dpaa: Adjust queue depth on rate change
Sean Anderson
2022-09-05
net: fman: Change return type of disable to void
Sean Anderson
2022-09-05
net: fman: Specify type of mac_dev for exception_cb
Sean Anderson
2022-09-05
net: fman: Use mac_dev for some params
Sean Anderson
2022-09-05
net: fman: Pass params directly to mac init
Sean Anderson
2022-09-05
net: fman: Remove internal_phy_node from params
Sean Anderson
2022-09-05
net: fman: Inline several functions into initialization
Sean Anderson
2022-09-05
net: fman: Mark mac methods static
Sean Anderson
2022-09-05
net: fman: Move initialization to mac-specific files
Sean Anderson
2022-08-19
net: fman: Don't pass comm_mode to enable/disable
Sean Anderson
2022-08-19
net: fman: Convert to SPDX identifiers
Sean Anderson
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2021-01-12
fsl/fman: Add MII mode support.
Maxim Kochetkov
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-03
fsl/fman: check dereferencing null pointer
Florinel Iordache
2020-08-03
fsl/fman: fix unreachable code
Florinel Iordache
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-16
net: fsl/fman: treat all RGMII modes in memac_adjust_link()
Madalin Bucur
2020-03-08
fsl/fman: tolerate missing MAC address in device tree
Madalin Bucur
2020-01-23
net: fsl/fman: rename IF_MODE_XGMII to IF_MODE_10G
Madalin Bucur
2018-12-28
fsl/fman: Use GFP_ATOMIC in {memac,tgec}_add_hash_mac_address()
Scott Wood
2018-06-26
fsl/fman: add set_tstamp interface
Yangbo Lu
2018-02-27
dpaa_eth: Add allmulti option
Radu Bulie
2017-04-01
fsl/fman: take into account all RGMII modes
Madalin Bucur
2017-02-10
net: fman: fix build errors when linux/phy*.h is removed from net/dsa.h
Russell King
2016-11-27
net: fsl/fman: fix phydev reference leak
Johan Hovold
2016-10-04
fsl/fman: check pcsphy pointer before use
Madalin Bucur
2016-10-04
fsl/fman: MEMAC may use QSGMII PHY interface mode
Madalin Bucur
2016-01-07
phy: Add an mdio_device structure
Andrew Lunn
2015-12-27
fsl/fman: Add FMan MAC support
Igal Liberman