summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip
AgeCommit message (Expand)AuthorFilesLines
2023-01-12net: sparx5: Fix reading of the MAC addressHoratiu Vultur1-1/+1
2022-12-14net: microchip: sparx5: Fix missing destroy_workqueue of mact_queueQiheng Lin1-0/+3
2022-12-14net: encx24j600: Fix invalid logic in reading of MISTAT registerValentina Goncharenko1-2/+2
2022-12-14net: encx24j600: Add parentheses to fix precedenceValentina Goncharenko1-2/+2
2022-12-02net: sparx5: fix error handling in sparx5_port_open()Liu Jian1-2/+12
2022-11-26net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() an...Shang XiaoJing2-0/+6
2022-09-08net: sparx5: fix handling uneven length packets in manual extractionCasper Andersson1-0/+2
2022-04-08net: sparx5: uses, depends on BRIDGE or !BRIDGERandy Dunlap1-0/+1
2022-04-08net: sparx5: switchdev: fix possible NULL pointer dereferenceZheng Yongjun1-0/+2
2022-04-08net: sparx5: depends on PTP_1588_CLOCK_OPTIONALRandy Dunlap1-0/+1
2022-03-08net: sparx5: Fix add vlan when invalid operationCasper Andersson1-10/+10
2022-02-23net: sparx5: do not refer to skb after passing it onSteen Hegelund1-1/+1
2022-02-16net: sparx5: Fix get_stat64 crash in tcpdumpSteen Hegelund1-1/+1
2021-12-01lan743x: fix deadlock in lan743x_phy_link_status_change()Heiner Kallweit1-9/+3
2021-10-28net: ethernet: microchip: lan743x: Fix skb allocation failureYuiko Oshino1-4/+9
2021-10-24net: ethernet: microchip: lan743x: Fix dma allocation failure by using dma_se...Yuiko Oshino1-0/+20
2021-10-24net: ethernet: microchip: lan743x: Fix driver crash when lan743x_pm_resume failsYuiko Oshino1-0/+2
2021-10-18net: sparx5: Add of_node_put() before gotoWan Jiabing1-0/+1
2021-10-14net: encx24j600: check error in devm_regmap_init_encx24j600Nanyong Sun3-5/+14
2021-08-20net: sparx5: switchdev: adding frame DMA functionalitySteen Hegelund7-10/+693
2021-08-14ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann1-0/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean1-1/+1
2021-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+14
2021-08-04Revert "net: build all switchdev drivers as modules when the bridge is a module"Vladimir Oltean1-1/+0
2021-08-03net: sparx5: fix bitmask on 32-bit targetsArnd Bergmann1-1/+1
2021-08-02net: sparx5: fix compiletime_assert for GCC 4.9Jakub Kicinski1-6/+13
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-27net: build all switchdev drivers as modules when the bridge is a moduleVladimir Oltean1-0/+1
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz1-1/+1
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2021-07-22net: sparx5: fix unmet dependencies warningRandy Dunlap1-0/+1
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean1-2/+3
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean1-3/+20
2021-07-08net: microchip: sparx5: fix kconfig warningRandy Dunlap1-0/+1
2021-06-29net: sparx5: Do not use mac_addr uninitialized in mchp_sparx5_probe()Nathan Chancellor1-4/+1
2021-06-29net: sparx5: fix error return code in sparx5_register_notifier_blocks()Yang Yingliang1-1/+3
2021-06-29net: sparx5: fix return value check in sparx5_create_targets()Yang Yingliang1-2/+2
2021-06-29net: sparx5: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-06-29net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean1-1/+1
2021-06-24net: sparx5: add ethtool configuration and statistics supportSteen Hegelund5-1/+1248
2021-06-24net: sparx5: add calendar bandwidth allocation supportSteen Hegelund4-2/+609
2021-06-24net: sparx5: add switching supportSteen Hegelund7-1/+544
2021-06-24net: sparx5: add vlan supportSteen Hegelund4-4/+246
2021-06-24net: sparx5: add mactable supportSteen Hegelund5-2/+565
2021-06-24net: sparx5: add port module supportSteen Hegelund6-12/+1279
2021-06-24net: sparx5: add hostmode with phylink supportSteen Hegelund6-10/+841
2021-06-24net: sparx5: add the basic sparx5 driverSteen Hegelund7-0/+5680
2021-05-21net: encx24j600: fix kernel-doc syntax in file headersAditya Srivastava2-2/+2
2021-04-14of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-4/+1