summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fman/fman_dtsec.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-23net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()Russell King (Oracle)1-3/+4
2023-01-03net: dpaa: Fix dtsec check for PCS availabilitySean Anderson1-1/+1
2022-11-08net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)1-1/+0
2022-10-19net: dpaa: Convert to phylinkSean Anderson1-246/+212
2022-09-05net: dpaa: Adjust queue depth on rate changeSean Anderson1-0/+1
2022-09-05net: fman: Change return type of disable to voidSean Anderson1-5/+2
2022-09-05net: fman: Specify type of mac_dev for exception_cbSean Anderson1-1/+1
2022-09-05net: fman: Use mac_dev for some paramsSean Anderson1-9/+7
2022-09-05net: fman: Pass params directly to mac initSean Anderson1-7/+3
2022-09-05net: fman: Remove internal_phy_node from paramsSean Anderson1-16/+17
2022-09-05net: fman: Inline several functions into initializationSean Anderson1-50/+9
2022-09-05net: fman: Mark mac methods staticSean Anderson1-22/+26
2022-09-05net: fman: Move initialization to mac-specific filesSean Anderson1-0/+88
2022-08-20net: fman: dtsec: Always gracefully stop/startSean Anderson1-64/+30
2022-08-20net: fman: Don't pass comm_mode to enable/disableSean Anderson1-14/+6
2022-08-20net: fman: Convert to SPDX identifiersSean Anderson1-29/+2
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-4/+4
2020-08-04fsl/fman: check dereferencing null pointerFlorinel Iordache1-2/+2
2020-03-09fsl/fman: tolerate missing MAC address in device treeMadalin Bucur1-6/+4
2020-03-09fsl/fman: reuse set_mac_address() in dtsec init()Madalin Bucur1-25/+19
2018-06-26fsl/fman: add set_tstamp interfaceYangbo Lu1-0/+27
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-03-07fsl/fman: avoid sleeping in atomic context while adding an addressDenis Kirjanov1-1/+1
2018-02-27dpaa_eth: Add allmulti optionRadu Bulie1-0/+19
2017-08-12fsl/fman: implement several errata workaroundsFlorinel Iordache1-25/+93
2017-04-01fsl/fman: take into account all RGMII modesMadalin Bucur1-1/+7
2017-02-20fsl/fman: fix spelling mistake in variable name en_tsu_err_exeptionColin Ian King1-4/+4
2016-03-14fsl/fman: fix dtsec_set_tx_pause_framesIgal Liberman1-4/+3
2016-01-14fsl/fman: Delete one function call "put_device" in dtsec_config()Markus Elfring1-1/+0
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-3/+3
2016-01-06fsl/fman: fix the pause_time testDan Carpenter1-1/+1
2015-12-28fsl/fman: Add FMan MAC supportIgal Liberman1-0/+1453