summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fman/fman_dtsec.c
Commit message (Expand)AuthorAgeFilesLines
* net: phylink: pass neg_mode into phylink_mii_c22_pcs_config()Russell King (Oracle)2023-06-221-3/+4
* net: dpaa: Fix dtsec check for PCS availabilitySean Anderson2023-01-031-1/+1
* net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-071-1/+0
* net: dpaa: Convert to phylinkSean Anderson2022-10-191-246/+212
* net: dpaa: Adjust queue depth on rate changeSean Anderson2022-09-051-0/+1
* net: fman: Change return type of disable to voidSean Anderson2022-09-051-5/+2
* net: fman: Specify type of mac_dev for exception_cbSean Anderson2022-09-051-1/+1
* net: fman: Use mac_dev for some paramsSean Anderson2022-09-051-9/+7
* net: fman: Pass params directly to mac initSean Anderson2022-09-051-7/+3
* net: fman: Remove internal_phy_node from paramsSean Anderson2022-09-051-16/+17
* net: fman: Inline several functions into initializationSean Anderson2022-09-051-50/+9
* net: fman: Mark mac methods staticSean Anderson2022-09-051-22/+26
* net: fman: Move initialization to mac-specific filesSean Anderson2022-09-051-0/+88
* net: fman: dtsec: Always gracefully stop/startSean Anderson2022-08-191-64/+30
* net: fman: Don't pass comm_mode to enable/disableSean Anderson2022-08-191-14/+6
* net: fman: Convert to SPDX identifiersSean Anderson2022-08-191-29/+2
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-4/+4
* fsl/fman: check dereferencing null pointerFlorinel Iordache2020-08-031-2/+2
* fsl/fman: tolerate missing MAC address in device treeMadalin Bucur2020-03-081-6/+4
* fsl/fman: reuse set_mac_address() in dtsec init()Madalin Bucur2020-03-081-25/+19
* fsl/fman: add set_tstamp interfaceYangbo Lu2018-06-261-0/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-1/+1
|\
| * fsl/fman: avoid sleeping in atomic context while adding an addressDenis Kirjanov2018-03-071-1/+1
* | dpaa_eth: Add allmulti optionRadu Bulie2018-02-271-0/+19
|/
* fsl/fman: implement several errata workaroundsFlorinel Iordache2017-08-111-25/+93
* fsl/fman: take into account all RGMII modesMadalin Bucur2017-04-011-1/+7
* fsl/fman: fix spelling mistake in variable name en_tsu_err_exeptionColin Ian King2017-02-201-4/+4
* fsl/fman: fix dtsec_set_tx_pause_framesIgal Liberman2016-03-141-4/+3
* fsl/fman: Delete one function call "put_device" in dtsec_config()Markus Elfring2016-01-141-1/+0
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-3/+3
* fsl/fman: fix the pause_time testDan Carpenter2016-01-061-1/+1
* fsl/fman: Add FMan MAC supportIgal Liberman2015-12-271-0/+1453