aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-16drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli1-9/+3
2018-04-07treewide: fix up files incorrectly marked executableLinus Torvalds1-0/+0
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 Katakam2-4/+58
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 Shtylyov2-22/+0
2017-12-05net: macb: change GFP_KERNEL to GFP_ATOMICJulia Lawall1-1/+1
2017-11-30net: macb: Added support for RX filteringRafal Ozieblo2-1/+444
2017-11-30net: macb: Added some queue statisticsRafal Ozieblo2-4/+64
2017-11-30net: macb: Added support for many RX queuesRafal Ozieblo2-141/+191
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-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01net: macb: remove redundant assignment to variable work_doneColin Ian King1-2/+0
2017-08-22net: ethernet: make ptp_clock_info constBhumika Goyal1-1/+1
2017-07-17net: cadence: macb: constify pci_device_id.Arvind Yadav1-1/+1
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 Ozieblo4-6/+732
2017-06-30net: macb: macb.c changed to macb_main.cRafal Ozieblo2-0/+1
2017-06-30net: macb: Add support for PTP timestamps in DMA descriptorsRafal Ozieblo3-37/+122
2017-06-25net: macb: add fixed-link node supportMichael Grzeschik2-39/+60
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-04-30net: macb: fix phy interrupt parsingAlexandre Belloni1-8/+10
2017-04-07net: macb: Use net_device_stats from struct net_deviceTobias Klauser2-21/+20
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-02-10net: macb: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+2
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-61/+146
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-29net: macb: Fix 64 bit addressing support for GEMRafal Ozieblo2-61/+147
2017-01-19macb: Common code to enable ptp support for MACB/GEMAndrei.Pistirica@microchip.com2-2/+104
2017-01-03net: macb: Updated resource allocation function calls to new version of API.Bartosz Folta1-17/+10
2016-12-17net: macb: Added PCI wrapper for Platform Driver.Bartosz Folta4-5/+189
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2016-11-29net: macb: ensure ordering write to re-enable RX smoothlyZumeng Chen1-0/+2
2016-11-29net: macb: fix the RX queue reset in macb_rx()Cyrille Pitchen1-2/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2016-11-19net: macb: add check for dma mapping error in start_xmit()Alexey Khoroshilov1-0/+6
2016-11-16cadence: Add LSO support.Rafal Ozieblo2-12/+140
2016-10-19net: macb: Add ethtool get_ringparam and set_ringparam functionalityZach Brown1-0/+59
2016-10-19net: macb: Use variables with defaults for tx/rx ring sizes instead of hardcoded valuesZach Brown2-52/+65
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-11/+8
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0