aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fman/fman_tgec.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-07net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)1-1/+0
2022-10-19net: dpaa: Convert to phylinkSean Anderson1-72/+59
2022-09-05net: dpaa: Adjust queue depth on rate changeSean Anderson1-2/+5
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-2/+3
2022-09-05net: fman: Use mac_dev for some paramsSean Anderson1-7/+5
2022-09-05net: fman: Pass params directly to mac initSean Anderson1-7/+3
2022-09-05net: fman: Inline several functions into initializationSean Anderson1-36/+7
2022-09-05net: fman: Mark mac methods staticSean Anderson1-18/+22
2022-09-05net: fman: Move initialization to mac-specific filesSean Anderson1-0/+65
2022-08-19net: fman: Don't pass comm_mode to enable/disableSean Anderson1-10/+4
2022-08-19net: fman: Convert to SPDX identifiersSean Anderson1-29/+2
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-4/+4
2020-08-03fsl/fman: check dereferencing null pointerFlorinel Iordache1-1/+1
2020-03-08fsl/fman: tolerate missing MAC address in device treeMadalin Bucur1-6/+4
2018-12-28fsl/fman: Use GFP_ATOMIC in {memac,tgec}_add_hash_mac_address()Scott Wood1-1/+1
2018-06-26fsl/fman: add set_tstamp interfaceYangbo Lu1-0/+21
2018-02-27dpaa_eth: Add allmulti optionRadu Bulie1-3/+30
2016-11-25fsl/fman: fix a leak in tgec_free()Dan Carpenter1-3/+0
2015-12-27fsl/fman: Add FMan MAC supportIgal Liberman1-0/+786