aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence/macb_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-3/+3
2020-09-22Merge 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-04net: macb: Properly handle phylink on at91sam9xStefan Roese1-4/+7
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-20net: macb: Add WoL interrupt support for MACB type of Ethernet controllerNicolas Ferre1-1/+39
2020-07-20net: macb: WoL support for GEM type of Ethernet controllerNicolas Ferre1-27/+126
2020-07-17net: macb: use phy_interface_mode_is_rgmii everywhereAlexandre Belloni1-1/+1
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+19
2020-07-10net: macb: fix call to pm_runtime in the suspend/resume functionsNicolas Ferre1-2/+4
2020-07-10net: macb: fix macb_suspend() by removing call to netif_carrier_off()Nicolas Ferre1-1/+0
2020-07-10net: macb: fix macb_get/set_wol() when moving to phylinkNicolas Ferre1-6/+12
2020-07-10net: macb: mark device wake capable when "magic-packet" property presentNicolas Ferre1-1/+1
2020-07-10net: macb: fix wakeup test in runtime suspend/resume routinesNicolas Ferre1-2/+2
2020-07-02net: macb: remove is_udp variableClaudiu Beznea1-4/+2
2020-07-02net: macb: do not initialize queue variableClaudiu Beznea1-1/+1
2020-07-02net: macb: use hweight32() to count set bits in queue_maskClaudiu Beznea1-6/+1
2020-07-02net: macb: do not set again bit 0 of queue_maskClaudiu Beznea1-3/+1
2020-06-25net: macb: free resources on failure path of at91ether_open()Claudiu Beznea1-43/+73
2020-06-25net: macb: call pm_runtime_put_sync on failure pathClaudiu Beznea1-2/+6
2020-06-19net: macb: undo operations in case of failureClaudiu Beznea1-2/+4
2020-06-15net: macb: Only disable NAPI on the actual error pathCharles Keepax1-5/+4
2020-06-10net: cadence: macb: disable NAPI on errorCorentin Labbe1-1/+4
2020-05-03net: macb: fix an issue about leak related system resourcesDejin Zheng1-9/+3