summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip (follow)
Commit message (Expand)AuthorAgeFilesLines
* ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski2021-10-181-1/+3
* net: microchip: lan743x: add support for PTP pulse width (duty cycle)Yuiko Oshino2021-10-152-11/+81
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-153-5/+14
|\
| * net: encx24j600: check error in devm_regmap_init_encx24j600Nanyong Sun2021-10-143-5/+14
* | ethernet: make more use of device_get_ethdev_address()Jakub Kicinski2021-10-071-4/+1
* | eth: fwnode: remove the addr len from mac helpersJakub Kicinski2021-10-071-1/+1
* | eth: fwnode: change the return type of mac address helpersJakub Kicinski2021-10-071-1/+1
* | ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* | ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-023-5/+5
* | net: sparx5: fix resource_size.cocci warningsYang Li2021-09-271-2/+1
* | net: microchip: encx24j600: drop unneeded MODULE_ALIASKrzysztof Kozlowski2021-09-171-1/+0
|/
* net: sparx5: switchdev: adding frame DMA functionalitySteen Hegelund2021-08-207-10/+693
* ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-141-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-1/+1
|\
| * net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean2021-08-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-061-7/+14
|\|
| * net: sparx5: fix bitmask on 32-bit targetsArnd Bergmann2021-08-031-1/+1
| * net: sparx5: fix compiletime_assert for GCC 4.9Jakub Kicinski2021-08-021-6/+13
* | Revert "net: build all switchdev drivers as modules when the bridge is a module"Vladimir Oltean2021-08-041-1/+0
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* | net: build all switchdev drivers as modules when the bridge is a moduleVladimir Oltean2021-07-271-0/+1
* | net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz2021-07-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-231-0/+1
|\|
| * net: sparx5: fix unmet dependencies warningRandy Dunlap2021-07-221-0/+1
* | net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean2021-07-221-2/+3
* | net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean2021-07-221-3/+20
|/
* net: microchip: sparx5: fix kconfig warningRandy Dunlap2021-07-081-0/+1
* net: sparx5: Do not use mac_addr uninitialized in mchp_sparx5_probe()Nathan Chancellor2021-06-291-4/+1
* net: sparx5: fix error return code in sparx5_register_notifier_blocks()Yang Yingliang2021-06-281-1/+3
* net: sparx5: fix return value check in sparx5_create_targets()Yang Yingliang2021-06-281-2/+2
* net: sparx5: check return value after calling platform_get_resource()Yang Yingliang2021-06-281-0/+4
* net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean2021-06-281-1/+1
* net: sparx5: add ethtool configuration and statistics supportSteen Hegelund2021-06-245-1/+1248
* net: sparx5: add calendar bandwidth allocation supportSteen Hegelund2021-06-244-2/+609
* net: sparx5: add switching supportSteen Hegelund2021-06-247-1/+544
* net: sparx5: add vlan supportSteen Hegelund2021-06-244-4/+246
* net: sparx5: add mactable supportSteen Hegelund2021-06-245-2/+565
* net: sparx5: add port module supportSteen Hegelund2021-06-246-12/+1279
* net: sparx5: add hostmode with phylink supportSteen Hegelund2021-06-246-10/+841
* net: sparx5: add the basic sparx5 driverSteen Hegelund2021-06-247-0/+5680
* net: encx24j600: fix kernel-doc syntax in file headersAditya Srivastava2021-05-212-2/+2
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-101-4/+4
|\
| * lan743x: fix ethernet frame cutoff issueSven Van Asbroeck2021-04-091-4/+4
* | net: encx24j600: use module_spi_driver to simplify the codeWei Yongjun2021-04-081-11/+1
* | lan743x: remove redundant semi-colonYang Yingliang2021-04-021-1/+1
* | lan743x: remove redundant intializations of pointers adapter and phydevColin Ian King2021-03-291-2/+2
* | ethernet/microchip:remove unneeded variable: "ret"dingsenjie2021-03-171-2/+1
|/
* lan743x: trim all 4 bytes of the FCS; not just 2George McCollister2021-03-051-1/+1
* lan743x: sync only the received area of an rx ring bufferSven Van Asbroeck2021-02-171-9/+26