summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cadence/macb_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: macb: fix negative max_mtu size for sama5d3Oleksij Rempel2022-06-171-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-231-4/+36
|\
| * net: macb: Fix PTP one step sync supportHarini Katakam2022-05-191-4/+36
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-1/+1
|\ \ | |/
| * net: macb: Increment rx bd head after allocating skb and bufferHarini Katakam2022-05-131-1/+1
* | net: macb: use NAPI for TX completion pathRobert Hancock2022-05-111-72/+156
* | net: macb: simplify/cleanup NAPI reschedule checkingRobert Hancock2022-05-111-34/+31
* | net: macb: In ZynqMP initialization make SGMII phy configuration optionalRadhey Shyam Pandey2022-04-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-151-0/+8
|\ \ | |/
| * net: macb: Restart tx only if queue pointer is laggingTomas Melin2022-04-111-0/+8
* | net/cadence: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-04-111-14/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-1/+24
|\
| * net: macb: Fix lost RX packet wakeup race in NAPI receiveRobert Hancock2022-03-041-1/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-101-1/+1
|\ \ | |/
| * net: macb: Align the dma and coherent dma masksMarc St-Amand2022-02-101-1/+1
* | net: macb: Added ZynqMP-specific initializationRobert Hancock2022-01-291-3/+60
|/
* net: macb: use .mac_select_pcs() interfaceRussell King (Oracle)2022-01-061-14/+12
* net: macb: convert to phylink_generic_validate()Russell King (Oracle)2021-11-251-103/+30
* Fix coverity issue 'Uninitialized scalar variable"Yacov Simhony2021-11-221-1/+1
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* net: macb: Fix several edge cases in validateSean Anderson2021-11-151-39/+73
* net: macb: Fix mdio child node detectionGuenter Roeck2021-10-271-1/+1
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-6/+5
* net: macb: Use mdio child node for MDIO bus if it existsSean Anderson2021-10-241-0/+11
* ethernet: manually convert memcpy(dev_addr,..., sizeof(addr))Jakub Kicinski2021-10-141-1/+1
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* net: ethernet: use phylink_set_10g_modes()Russell King (Oracle)2021-10-041-6/+1
* net: macb: enable mii on rgmii for sama7g5Claudiu Beznea2021-09-181-2/+4
* net: macb: add support for mii on rgmiiClaudiu Beznea2021-09-181-0/+3
* net: macb: Add PTP support for SAMA5D29Hari Prasath2021-08-131-0/+9
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-2/+2
* net: macb: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-071-2/+1
* net: macb: ensure the device is available before accessing GEMGXL control reg...Zong Li2021-05-231-0/+3
* net: macb: Remove redundant assignment to queueJiapeng Chong2021-04-291-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-1/+1
|\
| * net: macb: fix the restore of cmp registersClaudiu Beznea2021-04-141-1/+1
* | of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-8/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-0/+7
|\ \ | |/
| * net: macb: restore cmp registers on resume pathClaudiu Beznea2021-04-021-0/+7
* | net: macb: simplify clk_init with dev_err_probeMichael Tretter2021-03-171-11/+9
* | net: macb: Disable PCS auto-negotiation for SGMII fixed-link modeRobert Hancock2021-03-121-0/+16
* | net: macb: poll for fixed link state in SGMII modeRobert Hancock2021-03-121-0/+14
|/
* net: macb: Add default usrio config to default gem configAtish Patra2021-03-031-7/+8
* net: macb: ignore tx_clk if MII is usedMichael Walle2021-01-211-0/+4
* net: macb: Correct usage of MACB_CAPS_CLK_HW_CHG flagCharles Keepax2021-01-041-1/+1
* Revert "macb: support the two tx descriptors on at91rm9200"Willy Tarreau2020-12-101-38/+8
* net: macb: add support for sama7g5 emac interfaceClaudiu Beznea2020-12-091-0/+9
* net: macb: add support for sama7g5 gem interfaceClaudiu Beznea2020-12-091-0/+17
* net: macb: unprepare clocks in case of failureClaudiu Beznea2020-12-091-6/+18
* net: macb: add function to disable all macb clocksClaudiu Beznea2020-12-091-17/+21