summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip
AgeCommit message (Expand)Author
2023-07-27ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2023-07-23net: lan743x: Don't sleep in atomic contextMoritz Fischer
2023-01-12net: sparx5: Fix reading of the MAC addressHoratiu Vultur
2022-12-14net: microchip: sparx5: Fix missing destroy_workqueue of mact_queueQiheng Lin
2022-12-14net: encx24j600: Fix invalid logic in reading of MISTAT registerValentina Goncharenko
2022-12-14net: encx24j600: Add parentheses to fix precedenceValentina Goncharenko
2022-12-02net: sparx5: fix error handling in sparx5_port_open()Liu Jian
2022-11-26net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() an...Shang XiaoJing
2022-09-08net: sparx5: fix handling uneven length packets in manual extractionCasper Andersson
2022-04-08net: sparx5: uses, depends on BRIDGE or !BRIDGERandy Dunlap
2022-04-08net: sparx5: switchdev: fix possible NULL pointer dereferenceZheng Yongjun
2022-04-08net: sparx5: depends on PTP_1588_CLOCK_OPTIONALRandy Dunlap
2022-03-08net: sparx5: Fix add vlan when invalid operationCasper Andersson
2022-02-23net: sparx5: do not refer to skb after passing it onSteen Hegelund
2022-02-16net: sparx5: Fix get_stat64 crash in tcpdumpSteen Hegelund
2021-12-01lan743x: fix deadlock in lan743x_phy_link_status_change()Heiner Kallweit
2021-10-28net: ethernet: microchip: lan743x: Fix skb allocation failureYuiko Oshino
2021-10-24net: ethernet: microchip: lan743x: Fix dma allocation failure by using dma_se...Yuiko Oshino
2021-10-24net: ethernet: microchip: lan743x: Fix driver crash when lan743x_pm_resume failsYuiko Oshino
2021-10-18net: sparx5: Add of_node_put() before gotoWan Jiabing
2021-10-13net: encx24j600: check error in devm_regmap_init_encx24j600Nanyong Sun
2021-08-20net: sparx5: switchdev: adding frame DMA functionalitySteen Hegelund
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-04Revert "net: build all switchdev drivers as modules when the bridge is a module"Vladimir Oltean
2021-08-03net: sparx5: fix bitmask on 32-bit targetsArnd Bergmann
2021-08-02net: sparx5: fix compiletime_assert for GCC 4.9Jakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-27net: build all switchdev drivers as modules when the bridge is a moduleVladimir Oltean
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-07-22net: sparx5: fix unmet dependencies warningRandy Dunlap
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean
2021-07-08net: microchip: sparx5: fix kconfig warningRandy Dunlap
2021-06-28net: sparx5: Do not use mac_addr uninitialized in mchp_sparx5_probe()Nathan Chancellor
2021-06-28net: sparx5: fix error return code in sparx5_register_notifier_blocks()Yang Yingliang
2021-06-28net: sparx5: fix return value check in sparx5_create_targets()Yang Yingliang
2021-06-28net: sparx5: check return value after calling platform_get_resource()Yang Yingliang
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean
2021-06-24net: sparx5: add ethtool configuration and statistics supportSteen Hegelund
2021-06-24net: sparx5: add calendar bandwidth allocation supportSteen Hegelund
2021-06-24net: sparx5: add switching supportSteen Hegelund
2021-06-24net: sparx5: add vlan supportSteen Hegelund
2021-06-24net: sparx5: add mactable supportSteen Hegelund
2021-06-24net: sparx5: add port module supportSteen Hegelund
2021-06-24net: sparx5: add hostmode with phylink supportSteen Hegelund
2021-06-24net: sparx5: add the basic sparx5 driverSteen Hegelund