aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski1-1/+1
2021-10-04net: ethernet: use phylink_set_10g_modes()Russell King (Oracle)1-6/+1
2021-09-30net: macb: ptp: Switch to gettimex64() interfaceLars-Peter Clausen1-4/+9
2021-09-18net: macb: enable mii on rgmii for sama7g5Claudiu Beznea1-2/+4
2021-09-18net: macb: add support for mii on rgmiiClaudiu Beznea2-0/+6
2021-09-18net: macb: align for OSSMODE offsetClaudiu Beznea1-1/+1
2021-09-18net: macb: add description for SRTSMClaudiu Beznea1-1/+1
2021-09-09net: macb: fix use after free on rmmodTong Zhang1-1/+1
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+10
2021-08-25net: macb: Add a NULL check on desc_ptpHarini Katakam1-1/+10
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann1-0/+1
2021-08-13net: macb: Add PTP support for SAMA5D29Hari Prasath1-0/+9
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-2/+2
2021-06-07net: macb: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-05-23net: macb: ensure the device is available before accessing GEMGXL control registersZong Li1-0/+3
2021-05-17net: cadence: Demote non-compliant kernel-doc headersYang Shen2-2/+2
2021-04-29net: macb: Remove redundant assignment to queueJiapeng Chong1-2/+2
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-04-14net: macb: fix the restore of cmp registersClaudiu Beznea1-1/+1
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-8/+3
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2021-04-02net: macb: restore cmp registers on resume pathClaudiu Beznea1-0/+7
2021-03-17net: macb: simplify clk_init with dev_err_probeMichael Tretter1-11/+9
2021-03-12net: macb: Disable PCS auto-negotiation for SGMII fixed-link modeRobert Hancock2-0/+30
2021-03-12net: macb: poll for fixed link state in SGMII modeRobert Hancock1-0/+14
2021-03-03net: macb: Add default usrio config to default gem configAtish Patra1-7/+8
2021-01-21net: macb: ignore tx_clk if MII is usedMichael Walle1-0/+4
2021-01-04net: macb: Correct usage of MACB_CAPS_CLK_HW_CHG flagCharles Keepax1-1/+1
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2020-12-10Revert "macb: support the two tx descriptors on at91rm9200"Willy Tarreau2-40/+8
2020-12-09net: macb: add support for sama7g5 emac interfaceClaudiu Beznea1-0/+9
2020-12-09net: macb: add support for sama7g5 gem interfaceClaudiu Beznea1-0/+17
2020-12-09net: macb: unprepare clocks in case of failureClaudiu Beznea1-6/+18
2020-12-09net: macb: add function to disable all macb clocksClaudiu Beznea1-17/+21
2020-12-09net: macb: add capability to not set the clock rateClaudiu Beznea2-9/+10
2020-12-09net: macb: add userio bits as platform configurationClaudiu Beznea2-4/+34
2020-12-04ethernet: select CONFIG_CRC32 as neededArnd Bergmann1-0/+1
2020-11-14net: macb: Fix passing zero to 'PTR_ERR'YueHaibing1-8/+2
2020-11-07net: macb: fix NULL dereference due to no pcs_config methodParshuram Thombare1-2/+15
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2020-10-31cadence: force nonlinear buffers to be clonedMark Deneen1-1/+2
2020-10-31net: macb: add support for high speed interfaceParshuram Thombare2-6/+166
2020-10-13macb: support the two tx descriptors on at91rm9200Willy Tarreau2-8/+40
2020-10-13macb: prepare at91 to use a 2-frame TX queueWilly Tarreau2-16/+18
2020-10-13macb: add RM9200's interrupt flag TBREWilly Tarreau1-0/+2
2020-09-30net: macb: move pdata to private headerAlexandre Belloni3-2/+11
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-3/+3
2020-09-25drivers/net/ethernet: add some basic kdoc tagsJesse Brandeburg1-1/+1
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+1