summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence/macb_main.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-30net: macb: Fix runtime PM refcountingAndy Shevchenko1-3/+9
2020-03-31net: macb: Fix handling of fixed-link nodeCodrin Ciubotariu1-0/+3
2020-02-27net: macb: use resolved link config in mac_link_up()Russell King1-21/+29
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King1-2/+5
2020-02-20net: macb: Properly handle phylink on at91rm9200Alexandre Belloni1-28/+32
2020-02-16net: macb: ensure interface is not suspended on at91rm9200Alexandre Belloni1-1/+5
2020-02-05net: macb: Limit maximum GEM TX length in TSOHarini Katakam1-1/+5
2020-02-05net: macb: Remove unnecessary alignment check for TSOHarini Katakam1-5/+3
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-13/+17
2020-01-13net: macb: fix for fixed-link modeMilind Parab1-13/+17
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+1
2020-01-09net: macb: add support for C45 MDIO read/writeMilind Parab1-11/+50
2020-01-05macb: Don't unregister clks unconditionallyStephen Boyd1-3/+1
2019-12-19net: macb: fix probing of PHY not described in the dtAntoine Tenart1-4/+23
2019-11-28net: macb: add missed tasklet_killChuhong Yuan1-0/+1
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King1-4/+4
2019-11-13net: macb: convert to phylinkAntoine Tenart1-213/+232
2019-11-13net: macb: move the Tx and Rx buffer initialization into a functionAntoine Tenart1-15/+24
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-3/+4
2019-10-19macb: propagate errors when getting optional clocksMichael Tretter1-6/+6
2019-09-25net: macb: Remove dead codeShubhrajyoti Datta1-3/+2
2019-08-28macb: Update compatibility string for SiFive FU540-C000Yash Shah1-1/+1
2019-07-08macb: fix build warning for !CONFIG_OFArnd Bergmann1-2/+2
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1