aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence/macb_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-2/+2
2018-09-02net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()Jia-Ju Bai1-1/+1
2018-08-25net: macb: do not disable MDIO bus at open/close timeAnssi Hannula1-3/+6
2018-08-25net: macb: Fix regression breaking non-MDIO fixed-link PHYsAhmad Fatoum1-10/+17
2018-08-07net: macb: add support for padding and fcs computationClaudiu Beznea1-0/+70
2018-08-07net: macb: move checksum clearing outside of spinlockClaudiu Beznea1-5/+5
2018-08-07net: macb: use netdev_tx_t return type for ndo_start_xmit functionsClaudiu Beznea1-3/+5
2018-07-07net: macb: Allocate valid memory for TX and RX BD prefetchHarini Katakam1-6/+21
2018-07-07net: macb: Free RX ring for all queuesHarini Katakam1-6/+5
2018-06-28net: macb: initialize bp->queues[0].bp for at91rm9200Alexandre Belloni1-0/+2
2018-05-16drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli1-9/+3
2018-03-30net: macb: Try to retrieve MAC addess from nvmem providerMike Looijmans1-3/+9
2018-03-16net: macb: Add phy-handle DT supportBrad Mouring1-3/+5
2018-03-16net: macb: Remove redundant poll irq assignmentBrad Mouring1-4/+1
2018-03-16net: macb: Reorganize macb_mii bringupBrad Mouring1-38/+41
2018-01-29net: macb: Handle HRESP errorHarini Katakam1-4/+55
2017-12-05net: macb: change GFP_ATOMIC to GFP_KERNELJulia Cartwright1-1/+1
2017-12-05net: macb: reduce scope of rx_fs_lock-protected regionsJulia Cartwright1-5/+11
2017-12-05net: macb: kill useless use of list_empty()Julia Cartwright1-19/+12
2017-12-05macb: Kill PHY reset codeSergei Shtylyov1-21/+0
2017-12-05net: macb: change GFP_KERNEL to GFP_ATOMICJulia Lawall1-1/+1
2017-11-30net: macb: Added support for RX filteringRafal Ozieblo1-1/+335
2017-11-30net: macb: Added some queue statisticsRafal Ozieblo1-3/+34
2017-11-30net: macb: Added support for many RX queuesRafal Ozieblo1-131/+175
2017-11-11net: macb: add of_node_put to error pathsMichael Grzeschik1-0/+2
2017-11-11net: macb: add of_phy_deregister_fixed_link to error pathsMichael Grzeschik1-0/+7
2017-11-01net: macb: remove redundant assignment to variable work_doneColin Ian King1-2/+0
2017-07-17macb: Remove bogus reference to NETIF_F_UFO.David S. Miller1-1/+1
2017-07-08net: macb: Adding Support for Jumbo Frames up to 10240 Bytes in SAMA5D3vishnuvardhan1-1/+2
2017-07-05net: macb: remove extraneous return when MACB_EXT_DESC is definedColin Ian King1-1/+0
2017-06-30net: macb: Add hardware PTP supportRafal Ozieblo1-6/+84
2017-06-30net: macb: macb.c changed to macb_main.cRafal Ozieblo1-0/+3588