aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cadence
AgeCommit message (Expand)Author
2021-10-06net: macb: fix use after free on rmmodTong Zhang
2021-09-22net: macb: Add a NULL check on desc_ptpHarini Katakam
2021-06-16net: macb: ensure the device is available before accessing GEMGXL control reg...Zong Li
2020-07-22net: macb: mark device wake capable when "magic-packet" property presentNicolas Ferre
2020-02-14net: macb: Limit maximum GEM TX length in TSOHarini Katakam
2020-02-14net: macb: Remove unnecessary alignment check for TSOHarini Katakam
2019-12-05net: macb driver, check for SKBTX_HW_TSTAMPPaul Thomas
2019-12-05net: macb: Fix SUBNS increment and increase resolutionHarini Katakam
2019-12-05net: macb: fix error format in dev_err()Luca Ceresoli
2019-05-04net: macb: Add null check for PCLK and HCLKHarini Katakam
2019-01-13net: macb: fix dropped RX frames due to a raceAnssi Hannula
2019-01-13net: macb: fix random memory corruption on RX with 64-bit DMAAnssi Hannula
2019-01-09net: macb: restart tx after tx used bit readClaudiu Beznea
2018-11-04net: macb: Clean 64b dma addresses if they are not detectedMichal Simek
2018-10-18net: macb: disable scatter-gather for macb on sama5d3Nicolas Ferre
2018-10-10net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()Jia-Ju Bai
2018-09-15net: macb: do not disable MDIO bus at open/close timeAnssi Hannula
2018-07-22net: macb: Fix ptp time adjustment for large negative deltaHarini Katakam
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-22net: ethernet: make ptp_clock_info constBhumika Goyal
2017-07-17net: cadence: macb: constify pci_device_id.Arvind Yadav
2017-07-17macb: Remove bogus reference to NETIF_F_UFO.David S. Miller
2017-07-08net: macb: Adding Support for Jumbo Frames up to 10240 Bytes in SAMA5D3vishnuvardhan
2017-07-05net: macb: remove extraneous return when MACB_EXT_DESC is definedColin Ian King
2017-06-30net: macb: Add hardware PTP supportRafal Ozieblo
2017-06-30net: macb: macb.c changed to macb_main.cRafal Ozieblo
2017-06-30net: macb: Add support for PTP timestamps in DMA descriptorsRafal Ozieblo
2017-06-25net: macb: add fixed-link node supportMichael Grzeschik
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-04-30net: macb: fix phy interrupt parsingAlexandre Belloni
2017-04-07net: macb: Use net_device_stats from struct net_deviceTobias Klauser
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-02-10net: macb: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-29net: macb: Fix 64 bit addressing support for GEMRafal Ozieblo
2017-01-19macb: Common code to enable ptp support for MACB/GEMAndrei.Pistirica@microchip.com
2017-01-03net: macb: Updated resource allocation function calls to new version of API.Bartosz Folta
2016-12-17net: macb: Added PCI wrapper for Platform Driver.Bartosz Folta
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-29net: macb: ensure ordering write to re-enable RX smoothlyZumeng Chen
2016-11-29net: macb: fix the RX queue reset in macb_rx()Cyrille Pitchen
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-19net: macb: add check for dma mapping error in start_xmit()Alexey Khoroshilov
2016-11-16cadence: Add LSO support.Rafal Ozieblo
2016-10-19net: macb: Add ethtool get_ringparam and set_ringparam functionalityZach Brown
2016-10-19net: macb: Use variables with defaults for tx/rx ring sizes instead of hardco...Zach Brown
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-10-07net: macb: NULL out phydev after removing mdio busNathan Sullivan