summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence/macb_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: macb: Change interrupt and napi enable order in openHarini Katakam2019-05-161-3/+3
* net: macb: Add null check for PCLK and HCLKHarini Katakam2019-05-041-2/+8
* net: macb: Apply RXUBR workaround only to versions with errataHarini Katakam2019-03-131-11/+17
* net: macb: add missing barriers when reading descriptorsAnssi Hannula2019-01-131-3/+10
* net: macb: fix dropped RX frames due to a raceAnssi Hannula2019-01-131-2/+7
* net: macb: fix random memory corruption on RX with 64-bit DMAAnssi Hannula2019-01-131-0/+5
* net: macb: restart tx after tx used bit readClaudiu Beznea2019-01-091-1/+20
* net: macb: Clean 64b dma addresses if they are not detectedMichal Simek2018-09-251-0/+1
* net: macb: disable scatter-gather for macb on sama5d3Nicolas Ferre2018-09-171-0/+8
* net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()Jia-Ju Bai2018-09-031-1/+1
* net: macb: do not disable MDIO bus at open/close timeAnssi Hannula2018-08-261-3/+6
* net: macb: Fix regression breaking non-MDIO fixed-link PHYsAhmad Fatoum2018-08-261-10/+17
* net: macb: add support for padding and fcs computationClaudiu Beznea2018-08-071-0/+70
* net: macb: move checksum clearing outside of spinlockClaudiu Beznea2018-08-071-5/+5
* net: macb: use netdev_tx_t return type for ndo_start_xmit functionsClaudiu Beznea2018-08-071-3/+5
* net: macb: Allocate valid memory for TX and RX BD prefetchHarini Katakam2018-07-071-6/+21
* net: macb: Free RX ring for all queuesHarini Katakam2018-07-071-6/+5Star
* net: macb: initialize bp->queues[0].bp for at91rm9200Alexandre Belloni2018-06-281-0/+2
* drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli2018-05-161-9/+3Star
* net: macb: Try to retrieve MAC addess from nvmem providerMike Looijmans2018-03-301-3/+9
* net: macb: Add phy-handle DT supportBrad Mouring2018-03-161-3/+5
* net: macb: Remove redundant poll irq assignmentBrad Mouring2018-03-161-4/+1Star
* net: macb: Reorganize macb_mii bringupBrad Mouring2018-03-161-38/+41
* net: macb: Handle HRESP errorHarini Katakam2018-01-291-4/+55
* net: macb: change GFP_ATOMIC to GFP_KERNELJulia Cartwright2017-12-061-1/+1
* net: macb: reduce scope of rx_fs_lock-protected regionsJulia Cartwright2017-12-061-5/+11
* net: macb: kill useless use of list_empty()Julia Cartwright2017-12-061-19/+12Star
* macb: Kill PHY reset codeSergei Shtylyov2017-12-051-21/+0Star
* net: macb: change GFP_KERNEL to GFP_ATOMICJulia Lawall2017-12-051-1/+1
* net: macb: Added support for RX filteringRafal Ozieblo2017-11-301-1/+335
* net: macb: Added some queue statisticsRafal Ozieblo2017-11-301-3/+34
* net: macb: Added support for many RX queuesRafal Ozieblo2017-11-301-131/+175
* net: macb: add of_node_put to error pathsMichael Grzeschik2017-11-111-0/+2
* net: macb: add of_phy_deregister_fixed_link to error pathsMichael Grzeschik2017-11-111-0/+7
* net: macb: remove redundant assignment to variable work_doneColin Ian King2017-11-011-2/+0Star
* macb: Remove bogus reference to NETIF_F_UFO.David S. Miller2017-07-171-1/+1
* net: macb: Adding Support for Jumbo Frames up to 10240 Bytes in SAMA5D3vishnuvardhan2017-07-081-1/+2
* net: macb: remove extraneous return when MACB_EXT_DESC is definedColin Ian King2017-07-051-1/+0Star
* net: macb: Add hardware PTP supportRafal Ozieblo2017-06-301-6/+84
* net: macb: macb.c changed to macb_main.cRafal Ozieblo2017-06-301-0/+3588