aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cadence
AgeCommit message (Expand)Author
2018-10-25net: ethernet: cadence: fix socket buffer corruption problemTristram Ha
2018-10-21net: ethernet: cadence: macb_main: simplify getting .driver_dataWolfram Sang
2018-09-25net: macb: Clean 64b dma addresses if they are not detectedMichal Simek
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-17net: macb: disable scatter-gather for macb on sama5d3Nicolas Ferre
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn
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: Mark expected switch fall-throughGustavo A. R. Silva
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-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
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-07-05net: ethernet: Add missing VENDOR to Cadence and Packet Engines symbolsGeert Uytterhoeven
2018-06-28net: macb: initialize bp->queues[0].bp for at91rm9200Alexandre Belloni
2018-06-21net: macb: Fix ptp time adjustment for large negative deltaHarini Katakam
2018-05-16drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli
2018-04-07treewide: fix up files incorrectly marked executableLinus Torvalds
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-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01net: macb: remove redundant assignment to variable work_doneColin Ian King
2017-08-22net: ethernet: make ptp_clock_info constBhumika Goyal
2017-07-17net: cadence: macb: constify pci_device_id.Arvind Yadav
2017-07-17macb: Remove bogus reference to NETIF_F_UFO.David S. Miller
2017-07-08net: macb: Adding Support for Jumbo Frames up to 10240 Bytes in SAMA5D3vishnuvardhan
2017-07-05net: macb: remove extraneous return when MACB_EXT_DESC is definedColin Ian King
2017-06-30net: macb: Add hardware PTP supportRafal Ozieblo
2017-06-30net: macb: macb.c changed to macb_main.cRafal Ozieblo
2017-06-30net: macb: Add support for PTP timestamps in DMA descriptorsRafal Ozieblo
2017-06-25net: macb: add fixed-link node supportMichael Grzeschik
2017-06-16networking: introduce and use skb_put_data()Johannes Berg