summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence/macb_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: macb: restore cmp registers on resume pathClaudiu Beznea2021-04-021-0/+7
* 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
* net: macb: add capability to not set the clock rateClaudiu Beznea2020-12-091-9/+9
* net: macb: add userio bits as platform configurationClaudiu Beznea2020-12-091-4/+24
* net: macb: Fix passing zero to 'PTR_ERR'YueHaibing2020-11-141-8/+2
* net: macb: fix NULL dereference due to no pcs_config methodParshuram Thombare2020-11-071-2/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-061-1/+2
|\
| * cadence: force nonlinear buffers to be clonedMark Deneen2020-10-311-1/+2
* | net: macb: add support for high speed interfaceParshuram Thombare2020-10-311-6/+122
|/
* macb: support the two tx descriptors on at91rm9200Willy Tarreau2020-10-131-8/+38
* macb: prepare at91 to use a 2-frame TX queueWilly Tarreau2020-10-131-12/+16
* net: macb: move pdata to private headerAlexandre Belloni2020-09-301-1/+0
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-2/+1
|\
| * net: macb: fix for pause frame receive enable bitParshuram Thombare2020-09-061-2/+1
* | net: macb: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-4/+3
|/
* net: macb: Properly handle phylink on at91sam9xStefan Roese2020-08-041-4/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-1/+1
|\
| * net: macb: use phy_interface_mode_is_rgmii everywhereAlexandre Belloni2020-07-171-1/+1
* | net: macb: Add WoL interrupt support for MACB type of Ethernet controllerNicolas Ferre2020-07-201-1/+39
* | net: macb: WoL support for GEM type of Ethernet controllerNicolas Ferre2020-07-201-27/+126
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-12/+19
|\|
| * net: macb: fix call to pm_runtime in the suspend/resume functionsNicolas Ferre2020-07-101-2/+4
| * net: macb: fix macb_suspend() by removing call to netif_carrier_off()Nicolas Ferre2020-07-101-1/+0
| * net: macb: fix macb_get/set_wol() when moving to phylinkNicolas Ferre2020-07-101-6/+12
| * net: macb: mark device wake capable when "magic-packet" property presentNicolas Ferre2020-07-101-1/+1
| * net: macb: fix wakeup test in runtime suspend/resume routinesNicolas Ferre2020-07-101-2/+2
* | net: macb: remove is_udp variableClaudiu Beznea2020-07-021-4/+2
* | net: macb: do not initialize queue variableClaudiu Beznea2020-07-021-1/+1
* | net: macb: use hweight32() to count set bits in queue_maskClaudiu Beznea2020-07-021-6/+1
* | net: macb: do not set again bit 0 of queue_maskClaudiu Beznea2020-07-021-3/+1
|/
* net: macb: free resources on failure path of at91ether_open()Claudiu Beznea2020-06-251-43/+73
* net: macb: call pm_runtime_put_sync on failure pathClaudiu Beznea2020-06-251-2/+6
* net: macb: undo operations in case of failureClaudiu Beznea2020-06-191-2/+4
* net: macb: Only disable NAPI on the actual error pathCharles Keepax2020-06-151-5/+4
* net: cadence: macb: disable NAPI on errorCorentin Labbe2020-06-101-1/+4
* net: macb: fix an issue about leak related system resourcesDejin Zheng2020-05-031-9/+3
* net: macb: Fix runtime PM refcountingAndy Shevchenko2020-04-301-3/+9
* net: macb: Fix handling of fixed-link nodeCodrin Ciubotariu2020-03-311-0/+3
* net: macb: use resolved link config in mac_link_up()Russell King2020-02-271-21/+29
* net: phylink: propagate resolved link config via mac_link_up()Russell King2020-02-271-2/+5
* net: macb: Properly handle phylink on at91rm9200Alexandre Belloni2020-02-201-28/+32
* net: macb: ensure interface is not suspended on at91rm9200Alexandre Belloni2020-02-161-1/+5