summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence/macb_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: cdns,macb: use correct xlnx prefix for XilinxKrzysztof Kozlowski2022-07-281-3/+5
* net: macb: Update tsu clk usage in runtime suspend/resume for VersalHarini Katakam2022-07-251-2/+15
* net: macb: fixup sparse warnings on __be16 portsBen Dooks2022-07-191-3/+4
* net: macb: sort init_reset_optional() with other init()sConor Dooley2022-07-081-34/+34
* net: macb: simplify error paths in init_reset_optional()Conor Dooley2022-07-081-13/+7
* net: macb: unify macb_config alignment styleConor Dooley2022-07-081-8/+8
* net: macb: add polarfire soc reset supportConor Dooley2022-07-081-8/+18
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-1/+1
* 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-241-4/+36
|\
| * net: macb: Fix PTP one step sync supportHarini Katakam2022-05-201-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-141-1/+1
* | net: macb: use NAPI for TX completion pathRobert Hancock2022-05-121-72/+156
* | net: macb: simplify/cleanup NAPI reschedule checkingRobert Hancock2022-05-121-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-121-0/+8
* | net/cadence: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-04-121-14/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-111-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-111-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-261-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-161-39/+73
* net: macb: Fix mdio child node detectionGuenter Roeck2021-10-281-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-141-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-241-0/+3
* net: macb: Remove redundant assignment to queueJiapeng Chong2021-04-301-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-101-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-131-0/+16
* | net: macb: poll for fixed link state in SGMII modeRobert Hancock2021-03-131-0/+14
|/