summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence
Commit message (Expand)AuthorAgeFilesLines
* 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: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* 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
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-212-11/+36
|\
| * net: macb: Allocate valid memory for TX and RX BD prefetchHarini Katakam2018-07-072-6/+32
| * net: macb: Free RX ring for all queuesHarini Katakam2018-07-071-6/+5Star
* | net: ethernet: Add missing VENDOR to Cadence and Packet Engines symbolsGeert Uytterhoeven2018-07-051-3/+3
|/
* net: macb: initialize bp->queues[0].bp for at91rm9200Alexandre Belloni2018-06-281-0/+2
* net: macb: Fix ptp time adjustment for large negative deltaHarini Katakam2018-06-211-4/+1Star
* drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli2018-05-161-9/+3Star
* treewide: fix up files incorrectly marked executableLinus Torvalds2018-04-071-0/+0
* 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-292-4/+58
* 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-052-22/+0Star
* net: macb: change GFP_KERNEL to GFP_ATOMICJulia Lawall2017-12-051-1/+1
* net: macb: Added support for RX filteringRafal Ozieblo2017-11-302-1/+444
* net: macb: Added some queue statisticsRafal Ozieblo2017-11-302-4/+64
* net: macb: Added support for many RX queuesRafal Ozieblo2017-11-302-141/+191
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | net: macb: remove redundant assignment to variable work_doneColin Ian King2017-11-011-2/+0Star
|/
* net: ethernet: make ptp_clock_info constBhumika Goyal2017-08-221-1/+1
* net: cadence: macb: constify pci_device_id.Arvind Yadav2017-07-171-1/+1
* 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-304-6/+732
* net: macb: macb.c changed to macb_main.cRafal Ozieblo2017-06-302-0/+1
* net: macb: Add support for PTP timestamps in DMA descriptorsRafal Ozieblo2017-06-303-37/+122
* net: macb: add fixed-link node supportMichael Grzeschik2017-06-252-39/+60
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* net: macb: fix phy interrupt parsingAlexandre Belloni2017-05-011-8/+10
* net: macb: Use net_device_stats from struct net_deviceTobias Klauser2017-04-072-21/+20Star
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-1/+1
* net: macb: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King2017-02-101-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-022-61/+146
|\
| * net: macb: Fix 64 bit addressing support for GEMRafal Ozieblo2017-01-302-61/+147
* | drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1