summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence
Commit message (Expand)AuthorAgeFilesLines
...
* macb: add RM9200's interrupt flag TBREWilly Tarreau2020-10-131-0/+2
* net: macb: move pdata to private headerAlexandre Belloni2020-09-303-2/+11
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-3/+3
* drivers/net/ethernet: add some basic kdoc tagsJesse Brandeburg2020-09-251-1/+1
* 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
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* 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-202-27/+129
* | 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
* | Replace HTTP links with HTTPS ones: ATMEL MACB ETHERNET DRIVERAlexander A. Klimov2020-07-082-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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-1/+4
|\
| * net: cadence: macb: disable NAPI on errorCorentin Labbe2020-06-101-1/+4
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-4/+4
|/
* net: macb: fix an issue about leak related system resourcesDejin Zheng2020-05-031-9/+3
* net: Make PTP-specific drivers depend on PTP_1588_CLOCKClay McClure2020-05-011-1/+1
* 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-272-22/+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-202-28/+33
* net: macb: ensure interface is not suspended on at91rm9200Alexandre Belloni2020-02-161-1/+5
* net: macb: Limit maximum GEM TX length in TSOHarini Katakam2020-02-051-1/+5
* net: macb: Remove unnecessary alignment check for TSOHarini Katakam2020-02-051-5/+3
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-13/+17
|\
| * net: macb: fix for fixed-link modeMilind Parab2020-01-131-13/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-091-3/+1
|\|
| * macb: Don't unregister clks unconditionallyStephen Boyd2020-01-051-3/+1
* | net: macb: add support for C45 MDIO read/writeMilind Parab2020-01-092-15/+61
|/
* net: macb: fix probing of PHY not described in the dtAntoine Tenart2019-12-191-4/+23
* net: macb: add missed tasklet_killChuhong Yuan2019-11-281-0/+1
* net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King2019-11-231-4/+4
* net: macb: convert to phylinkAntoine Tenart2019-11-133-219/+237