aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence/macb_main.c
AgeCommit message (Expand)Author
2023-04-20net: macb: fix a memory corruption in extended buffer descriptor modeRoman Gushchin
2023-02-01net: macb: fix PTP TX timestamp failure due to packet paddingRobert Hancock
2022-05-25net: macb: Increment rx bd head after allocating skb and bufferHarini Katakam
2022-04-27net: macb: Restart tx only if queue pointer is laggingTomas Melin
2022-03-16net: macb: Fix lost RX packet wakeup race in NAPI receiveRobert Hancock
2022-02-23net: macb: Align the dma and coherent dma masksMarc St-Amand
2021-06-16net: macb: ensure the device is available before accessing GEMGXL control reg...Zong Li
2021-04-21net: macb: fix the restore of cmp registersClaudiu Beznea
2021-04-14net: macb: restore cmp registers on resume pathClaudiu Beznea
2020-10-31cadence: force nonlinear buffers to be clonedMark Deneen
2020-10-13macb: support the two tx descriptors on at91rm9200Willy Tarreau
2020-10-13macb: prepare at91 to use a 2-frame TX queueWilly Tarreau
2020-09-30net: macb: move pdata to private headerAlexandre Belloni
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-14net: macb: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-06net: macb: fix for pause frame receive enable bitParshuram Thombare
2020-08-04net: macb: Properly handle phylink on at91sam9xStefan Roese
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-20net: macb: Add WoL interrupt support for MACB type of Ethernet controllerNicolas Ferre
2020-07-20net: macb: WoL support for GEM type of Ethernet controllerNicolas Ferre
2020-07-17net: macb: use phy_interface_mode_is_rgmii everywhereAlexandre Belloni
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-10net: macb: fix call to pm_runtime in the suspend/resume functionsNicolas Ferre
2020-07-10net: macb: fix macb_suspend() by removing call to netif_carrier_off()Nicolas Ferre
2020-07-10net: macb: fix macb_get/set_wol() when moving to phylinkNicolas Ferre
2020-07-10net: macb: mark device wake capable when "magic-packet" property presentNicolas Ferre
2020-07-10net: macb: fix wakeup test in runtime suspend/resume routinesNicolas Ferre
2020-07-02net: macb: remove is_udp variableClaudiu Beznea
2020-07-02net: macb: do not initialize queue variableClaudiu Beznea
2020-07-02net: macb: use hweight32() to count set bits in queue_maskClaudiu Beznea
2020-07-02net: macb: do not set again bit 0 of queue_maskClaudiu Beznea
2020-06-25net: macb: free resources on failure path of at91ether_open()Claudiu Beznea
2020-06-25net: macb: call pm_runtime_put_sync on failure pathClaudiu Beznea
2020-06-19net: macb: undo operations in case of failureClaudiu Beznea
2020-06-15net: macb: Only disable NAPI on the actual error pathCharles Keepax
2020-06-10net: cadence: macb: disable NAPI on errorCorentin Labbe
2020-05-03net: macb: fix an issue about leak related system resourcesDejin Zheng
2020-04-30net: macb: Fix runtime PM refcountingAndy Shevchenko
2020-03-31net: macb: Fix handling of fixed-link nodeCodrin Ciubotariu
2020-02-27net: macb: use resolved link config in mac_link_up()Russell King
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King
2020-02-20net: macb: Properly handle phylink on at91rm9200Alexandre Belloni
2020-02-16net: macb: ensure interface is not suspended on at91rm9200Alexandre Belloni
2020-02-05net: macb: Limit maximum GEM TX length in TSOHarini Katakam
2020-02-05net: macb: Remove unnecessary alignment check for TSOHarini Katakam
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-13net: macb: fix for fixed-link modeMilind Parab
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-09net: macb: add support for C45 MDIO read/writeMilind Parab