summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpaa2
AgeCommit message (Expand)Author
2022-02-15dpaa2-eth: Initialize mutex used in one step timestamping pathRadu Bulie
2022-02-15dpaa2-switch: fix default return of dpaa2_switch_flower_parse_mirror_keyTom Rix
2022-02-10dpaa2-eth: unregister the netdev before disconnecting from the PHYRobert-Ionut Alexa
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-06dpaa2-switch: check if the port priv is validIoana Ciornei
2022-01-06dpaa2-mac: return -EPROBE_DEFER from dpaa2_mac_open in case the fwnode is not...Ioana Ciornei
2022-01-06dpaa2-mac: bail if the dpmacs fwnode is not foundRobert-Ionut Alexa
2022-01-02net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-16bus: fsl-mc: fsl-mc-allocator: Rework MSI handlingThomas Gleixner
2021-12-15dpaa2-eth: fix ethtool statisticsIoana Ciornei
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-30dpaa2-eth: destroy workqueue at the end of remove functionDongliang Mu
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-18net: dpaa2-mac: use phylink_generic_validate()Russell King (Oracle)
2021-11-18net: dpaa2-mac: remove interface checks in dpaa2_mac_validate()Russell King (Oracle)
2021-11-18net: dpaa2-mac: populate supported_interfaces memberRussell King
2021-11-17net: dpaa2-eth: fix use-after-free in dpaa2_eth_removePavel Skripkin
2021-10-15net: dpaa2: add adaptive interrupt coalescingIoana Ciornei
2021-10-15net: dpaa2: add support for manual setup of IRQ coalesingIoana Ciornei
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-10-04net: ethernet: use phylink_set_10g_modes()Russell King (Oracle)
2021-09-27dpaa2-eth: Register devlink instance at the end of probeLeon Romanovsky
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky
2021-09-19net: dpaa2-mac: add support for more ethtool 10G link modesRussell King
2021-08-31dpaa2-eth: Replace strlcpy with strscpyJason Wang
2021-08-20net: dpaa2-switch: call dpaa2_switch_port_disconnect_mac on probe error pathVladimir Oltean
2021-08-20net: dpaa2-switch: phylink_disconnect_phy needs rtnl_lockVladimir Oltean
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-19net: dpaa2-switch: disable the control interface on error pathVladimir Oltean
2021-08-09devlink: Set device as early as possibleLeon Romanovsky
2021-08-04dpaa2-switch: export MAC statistics in ethtoolIoana Ciornei
2021-08-04dpaa2-switch: add a prefix to HW ethtool statsIoana Ciornei
2021-08-04dpaa2-switch: integrate the MAC endpoint supportIoana Ciornei
2021-08-04bus: fsl-mc: extend fsl_mc_get_endpoint() to pass interface IDIoana Ciornei
2021-08-04dpaa2-switch: no need to check link state right after ndo_openIoana Ciornei
2021-08-04dpaa2-switch: do not enable the DPSW at probe timeIoana Ciornei
2021-08-04dpaa2-switch: use the port index in the IRQ handlerIoana Ciornei
2021-08-04dpaa2-switch: request all interrupts sources on the DPSWIoana Ciornei
2021-08-02dpaa2-eth: make the array faf_bits static const, makes object smallerColin Ian King
2021-07-29dpaa2-switch: offload shared block mirror filters when binding to a portIoana Ciornei
2021-07-29dpaa2-switch: add VLAN based mirroringIoana Ciornei
2021-07-29dpaa2-switch: add support for port mirroringIoana Ciornei
2021-07-29dpaa2-switch: add API for setting up mirroringIoana Ciornei
2021-07-29dpaa2-switch: reorganize dpaa2_switch_cls_matchall_replaceIoana Ciornei
2021-07-29dpaa2-switch: reorganize dpaa2_switch_cls_flower_replaceIoana Ciornei
2021-07-29dpaa2-switch: rename dpaa2_switch_acl_tbl into filter_blockIoana Ciornei
2021-07-29dpaa2-switch: rename dpaa2_switch_tc_parse_action to specify the ACLIoana Ciornei