summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip
AgeCommit message (Expand)AuthorLines
2021-11-24lan743x: fix deadlock in lan743x_phy_link_status_change()Heiner Kallweit-9/+3
2021-10-29net: ethernet: microchip: lan743x: Increase rx ring size to improve rx perfor...Yuiko Oshino-1/+1
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+31
2021-10-28net: ethernet: microchip: lan743x: Fix skb allocation failureYuiko Oshino-4/+9
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson-4/+3
2021-10-24net: ethernet: microchip: lan743x: Fix dma allocation failure by using dma_se...Yuiko Oshino-0/+20
2021-10-24net: ethernet: microchip: lan743x: Fix driver crash when lan743x_pm_resume failsYuiko Oshino-0/+2
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+1
2021-10-19ethernet: sparx5: use eth_hw_addr_gen()Jakub Kicinski-3/+1
2021-10-18net: sparx5: Add of_node_put() before gotoWan Jiabing-0/+1
2021-10-18ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski-1/+3
2021-10-14net: microchip: lan743x: add support for PTP pulse width (duty cycle)Yuiko Oshino-11/+81
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+14
2021-10-13net: encx24j600: check error in devm_regmap_init_encx24j600Nanyong Sun-5/+14
2021-10-07ethernet: make more use of device_get_ethdev_address()Jakub Kicinski-4/+1
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski-1/+1
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski-1/+1
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski-5/+5
2021-09-27net: sparx5: fix resource_size.cocci warningsYang Li-2/+1
2021-09-17net: microchip: encx24j600: drop unneeded MODULE_ALIASKrzysztof Kozlowski-1/+0
2021-08-20net: sparx5: switchdev: adding frame DMA functionalitySteen Hegelund-10/+693
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann-0/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean-1/+1
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+14
2021-08-04Revert "net: build all switchdev drivers as modules when the bridge is a module"Vladimir Oltean-1/+0
2021-08-03net: sparx5: fix bitmask on 32-bit targetsArnd Bergmann-1/+1
2021-08-02net: sparx5: fix compiletime_assert for GCC 4.9Jakub Kicinski-6/+13
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-1/+1
2021-07-27net: build all switchdev drivers as modules when the bridge is a moduleVladimir Oltean-0/+1
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz-1/+1
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+1
2021-07-22net: sparx5: fix unmet dependencies warningRandy Dunlap-0/+1
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean-2/+3
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean-3/+20
2021-07-08net: microchip: sparx5: fix kconfig warningRandy Dunlap-0/+1
2021-06-28net: sparx5: Do not use mac_addr uninitialized in mchp_sparx5_probe()Nathan Chancellor-4/+1
2021-06-28net: sparx5: fix error return code in sparx5_register_notifier_blocks()Yang Yingliang-1/+3
2021-06-28net: sparx5: fix return value check in sparx5_create_targets()Yang Yingliang-2/+2
2021-06-28net: sparx5: check return value after calling platform_get_resource()Yang Yingliang-0/+4
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean-1/+1
2021-06-24net: sparx5: add ethtool configuration and statistics supportSteen Hegelund-1/+1248
2021-06-24net: sparx5: add calendar bandwidth allocation supportSteen Hegelund-2/+609
2021-06-24net: sparx5: add switching supportSteen Hegelund-1/+544
2021-06-24net: sparx5: add vlan supportSteen Hegelund-4/+246
2021-06-24net: sparx5: add mactable supportSteen Hegelund-2/+565
2021-06-24net: sparx5: add port module supportSteen Hegelund-12/+1279
2021-06-24net: sparx5: add hostmode with phylink supportSteen Hegelund-10/+841
2021-06-24net: sparx5: add the basic sparx5 driverSteen Hegelund-0/+5680