summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cadence
AgeCommit message (Expand)Author
2022-03-04net: macb: Fix lost RX packet wakeup race in NAPI receiveRobert Hancock
2022-02-10net: macb: Align the dma and coherent dma masksMarc St-Amand
2022-01-06net: macb: use .mac_select_pcs() interfaceRussell King (Oracle)
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-11-25net: macb: convert to phylink_generic_validate()Russell King (Oracle)
2021-11-22Fix coverity issue 'Uninitialized scalar variable"Yacov Simhony
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-15net: macb: Fix several edge cases in validateSean Anderson
2021-10-27net: macb: Fix mdio child node detectionGuenter Roeck
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-10-24net: macb: Use mdio child node for MDIO bus if it existsSean Anderson
2021-10-14ethernet: manually convert memcpy(dev_addr,..., sizeof(addr))Jakub Kicinski
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski
2021-10-04net: ethernet: use phylink_set_10g_modes()Russell King (Oracle)
2021-09-30net: macb: ptp: Switch to gettimex64() interfaceLars-Peter Clausen
2021-09-18net: macb: enable mii on rgmii for sama7g5Claudiu Beznea
2021-09-18net: macb: add support for mii on rgmiiClaudiu Beznea
2021-09-18net: macb: align for OSSMODE offsetClaudiu Beznea
2021-09-18net: macb: add description for SRTSMClaudiu Beznea
2021-09-09net: macb: fix use after free on rmmodTong Zhang
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-25net: macb: Add a NULL check on desc_ptpHarini Katakam
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann
2021-08-13net: macb: Add PTP support for SAMA5D29Hari Prasath
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-06-07net: macb: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-23net: macb: ensure the device is available before accessing GEMGXL control reg...Zong Li
2021-05-17net: cadence: Demote non-compliant kernel-doc headersYang Shen
2021-04-29net: macb: Remove redundant assignment to queueJiapeng Chong
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-14net: macb: fix the restore of cmp registersClaudiu Beznea
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-02net: macb: restore cmp registers on resume pathClaudiu Beznea
2021-03-17net: macb: simplify clk_init with dev_err_probeMichael Tretter
2021-03-12net: macb: Disable PCS auto-negotiation for SGMII fixed-link modeRobert Hancock
2021-03-12net: macb: poll for fixed link state in SGMII modeRobert Hancock
2021-03-03net: macb: Add default usrio config to default gem configAtish Patra
2021-01-21net: macb: ignore tx_clk if MII is usedMichael Walle
2021-01-04net: macb: Correct usage of MACB_CAPS_CLK_HW_CHG flagCharles Keepax
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-10Revert "macb: support the two tx descriptors on at91rm9200"Willy Tarreau
2020-12-09net: macb: add support for sama7g5 emac interfaceClaudiu Beznea
2020-12-09net: macb: add support for sama7g5 gem interfaceClaudiu Beznea
2020-12-09net: macb: unprepare clocks in case of failureClaudiu Beznea
2020-12-09net: macb: add function to disable all macb clocksClaudiu Beznea
2020-12-09net: macb: add capability to not set the clock rateClaudiu Beznea
2020-12-09net: macb: add userio bits as platform configurationClaudiu Beznea
2020-12-04ethernet: select CONFIG_CRC32 as neededArnd Bergmann