summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence/macb_main.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-11net: macb: Restart tx only if queue pointer is laggingTomas Melin1-0/+8
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+24
2022-03-04net: macb: Fix lost RX packet wakeup race in NAPI receiveRobert Hancock1-1/+24
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-02-10net: macb: Align the dma and coherent dma masksMarc St-Amand1-1/+1
2022-01-29net: macb: Added ZynqMP-specific initializationRobert Hancock1-3/+60
2022-01-06net: macb: use .mac_select_pcs() interfaceRussell King (Oracle)1-14/+12
2021-11-25net: macb: convert to phylink_generic_validate()Russell King (Oracle)1-103/+30
2021-11-22Fix coverity issue 'Uninitialized scalar variable"Yacov Simhony1-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-15net: macb: Fix several edge cases in validateSean Anderson1-39/+73
2021-10-27net: macb: Fix mdio child node detectionGuenter Roeck1-1/+1
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-6/+5
2021-10-24net: macb: Use mdio child node for MDIO bus if it existsSean Anderson1-0/+11
2021-10-14ethernet: manually convert memcpy(dev_addr,..., sizeof(addr))Jakub Kicinski1-1/+1
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-18net: macb: enable mii on rgmii for sama7g5Claudiu Beznea1-2/+4
2021-09-18net: macb: add support for mii on rgmiiClaudiu Beznea1-0/+3
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-23net: macb: ensure the device is available before accessing GEMGXL control reg...Zong Li1-0/+3
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 Hancock1-0/+16
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-10Revert "macb: support the two tx descriptors on at91rm9200"Willy Tarreau1-38/+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 Beznea1-9/+9
2020-12-09net: macb: add userio bits as platform configurationClaudiu Beznea1-4/+24
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 Thombare1-6/+122
2020-10-13macb: support the two tx descriptors on at91rm9200Willy Tarreau1-8/+38
2020-10-13macb: prepare at91 to use a 2-frame TX queueWilly Tarreau1-12/+16
2020-09-30net: macb: move pdata to private headerAlexandre Belloni1-1/+0