summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cadence
AgeCommit message (Expand)AuthorFilesLines
2022-04-27net: macb: Restart tx only if queue pointer is laggingTomas Melin1-0/+8
2022-03-16net: macb: Fix lost RX packet wakeup race in NAPI receiveRobert Hancock1-1/+24
2022-02-23net: macb: Align the dma and coherent dma masksMarc St-Amand1-1/+1
2021-09-09net: macb: fix use after free on rmmodTong Zhang1-1/+1
2021-08-27Merge 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-14ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann1-0/+1
2021-08-14net: macb: Add PTP support for SAMA5D29Hari Prasath1-0/+9
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-2/+2
2021-06-08net: 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-24net: macb: ensure the device is available before accessing GEMGXL control reg...Zong Li1-0/+3
2021-05-18net: cadence: Demote non-compliant kernel-doc headersYang Shen2-2/+2
2021-04-30net: 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-14of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-8/+3
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2021-04-03net: macb: restore cmp registers on resume pathClaudiu Beznea1-0/+7
2021-03-18net: macb: simplify clk_init with dev_err_probeMichael Tretter1-11/+9
2021-03-13net: macb: Disable PCS auto-negotiation for SGMII fixed-link modeRobert Hancock2-0/+30
2021-03-13net: macb: poll for fixed link state in SGMII modeRobert Hancock1-0/+14
2021-03-04net: macb: Add default usrio config to default gem configAtish Patra1-7/+8
2021-01-22net: macb: ignore tx_clk if MII is usedMichael Walle1-0/+4
2021-01-05net: macb: Correct usage of MACB_CAPS_CLK_HW_CHG flagCharles Keepax1-1/+1
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2020-12-11Revert "macb: support the two tx descriptors on at91rm9200"Willy Tarreau2-40/+8
2020-12-10net: macb: add support for sama7g5 emac interfaceClaudiu Beznea1-0/+9
2020-12-10net: macb: add support for sama7g5 gem interfaceClaudiu Beznea1-0/+17
2020-12-10net: macb: unprepare clocks in case of failureClaudiu Beznea1-6/+18
2020-12-10net: macb: add function to disable all macb clocksClaudiu Beznea1-17/+21
2020-12-10net: macb: add capability to not set the clock rateClaudiu Beznea2-9/+10
2020-12-10net: macb: add userio bits as platform configurationClaudiu Beznea2-4/+34
2020-12-05ethernet: select CONFIG_CRC32 as neededArnd Bergmann1-0/+1
2020-11-14net: macb: Fix passing zero to 'PTR_ERR'YueHaibing1-8/+2
2020-11-08net: macb: fix NULL dereference due to no pcs_config methodParshuram Thombare1-2/+15
2020-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2020-11-01cadence: force nonlinear buffers to be clonedMark Deneen1-1/+2
2020-11-01net: macb: add support for high speed interfaceParshuram Thombare2-6/+166
2020-10-14macb: support the two tx descriptors on at91rm9200Willy Tarreau2-8/+40
2020-10-14macb: prepare at91 to use a 2-frame TX queueWilly Tarreau2-16/+18
2020-10-14macb: add RM9200's interrupt flag TBREWilly Tarreau1-0/+2
2020-10-01net: macb: move pdata to private headerAlexandre Belloni3-2/+11
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-3/+3
2020-09-26drivers/net/ethernet: add some basic kdoc tagsJesse Brandeburg1-1/+1
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+1
2020-09-14net: macb: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-09-06net: macb: fix for pause frame receive enable bitParshuram Thombare1-2/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-05net: macb: Properly handle phylink on at91sam9xStefan Roese1-4/+7