aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence/macb_main.c
AgeCommit message (Expand)Author
2023-04-20net: macb: fix a memory corruption in extended buffer descriptor modeRoman Gushchin
2023-02-06net: macb: fix PTP TX timestamp failure due to packet paddingRobert Hancock
2022-05-25net: macb: Increment rx bd head after allocating skb and bufferHarini Katakam
2022-04-27net: macb: Restart tx only if queue pointer is laggingTomas Melin
2022-03-16net: macb: Fix lost RX packet wakeup race in NAPI receiveRobert Hancock
2022-02-23net: macb: Align the dma and coherent dma masksMarc St-Amand
2021-06-16net: macb: ensure the device is available before accessing GEMGXL control reg...Zong Li
2020-11-10cadence: force nonlinear buffers to be clonedMark Deneen
2020-07-16net: macb: mark device wake capable when "magic-packet" property presentNicolas Ferre
2020-02-11net: macb: Limit maximum GEM TX length in TSOHarini Katakam
2020-02-11net: macb: Remove unnecessary alignment check for TSOHarini Katakam
2019-12-05net: macb driver, check for SKBTX_HW_TSTAMPPaul Thomas
2019-12-05net: macb: add missed tasklet_killChuhong Yuan
2019-12-05net: macb: fix error format in dev_err()Luca Ceresoli
2019-12-01net: ethernet: cadence: fix socket buffer corruption problemTristram Ha
2019-05-16net: macb: Change interrupt and napi enable order in openHarini Katakam
2019-05-04net: macb: Add null check for PCLK and HCLKHarini Katakam
2019-03-13net: macb: Apply RXUBR workaround only to versions with errataHarini Katakam
2019-01-13net: macb: add missing barriers when reading descriptorsAnssi Hannula
2019-01-13net: macb: fix dropped RX frames due to a raceAnssi Hannula
2019-01-13net: macb: fix random memory corruption on RX with 64-bit DMAAnssi Hannula
2019-01-09net: macb: restart tx after tx used bit readClaudiu Beznea
2018-09-25net: macb: Clean 64b dma addresses if they are not detectedMichal Simek
2018-09-17net: macb: disable scatter-gather for macb on sama5d3Nicolas Ferre
2018-09-02net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()Jia-Ju Bai
2018-08-25net: macb: do not disable MDIO bus at open/close timeAnssi Hannula
2018-08-25net: macb: Fix regression breaking non-MDIO fixed-link PHYsAhmad Fatoum
2018-08-07net: macb: add support for padding and fcs computationClaudiu Beznea
2018-08-07net: macb: move checksum clearing outside of spinlockClaudiu Beznea
2018-08-07net: macb: use netdev_tx_t return type for ndo_start_xmit functionsClaudiu Beznea
2018-07-07net: macb: Allocate valid memory for TX and RX BD prefetchHarini Katakam
2018-07-07net: macb: Free RX ring for all queuesHarini Katakam
2018-06-28net: macb: initialize bp->queues[0].bp for at91rm9200Alexandre Belloni
2018-05-16drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli
2018-03-30net: macb: Try to retrieve MAC addess from nvmem providerMike Looijmans
2018-03-16net: macb: Add phy-handle DT supportBrad Mouring
2018-03-16net: macb: Remove redundant poll irq assignmentBrad Mouring
2018-03-16net: macb: Reorganize macb_mii bringupBrad Mouring
2018-01-29net: macb: Handle HRESP errorHarini Katakam
2017-12-05net: macb: change GFP_ATOMIC to GFP_KERNELJulia Cartwright
2017-12-05net: macb: reduce scope of rx_fs_lock-protected regionsJulia Cartwright
2017-12-05net: macb: kill useless use of list_empty()Julia Cartwright
2017-12-05macb: Kill PHY reset codeSergei Shtylyov
2017-12-05net: macb: change GFP_KERNEL to GFP_ATOMICJulia Lawall
2017-11-30net: macb: Added support for RX filteringRafal Ozieblo
2017-11-30net: macb: Added some queue statisticsRafal Ozieblo
2017-11-30net: macb: Added support for many RX queuesRafal Ozieblo
2017-11-11net: macb: add of_node_put to error pathsMichael Grzeschik
2017-11-11net: macb: add of_phy_deregister_fixed_link to error pathsMichael Grzeschik
2017-11-01net: macb: remove redundant assignment to variable work_doneColin Ian King