summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpaa2
AgeCommit message (Expand)AuthorFilesLines
2021-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-11-18net: dpaa2-mac: use phylink_generic_validate()Russell King (Oracle)1-48/+5
2021-11-18net: dpaa2-mac: remove interface checks in dpaa2_mac_validate()Russell King (Oracle)1-35/+0
2021-11-18net: dpaa2-mac: populate supported_interfaces memberRussell King1-0/+21
2021-11-17net: dpaa2-eth: fix use-after-free in dpaa2_eth_removePavel Skripkin1-2/+2
2021-10-15net: dpaa2: add adaptive interrupt coalescingIoana Ciornei3-2/+20
2021-10-15net: dpaa2: add support for manual setup of IRQ coalesingIoana Ciornei1-0/+51
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2-3/+3
2021-10-04net: ethernet: use phylink_set_10g_modes()Russell King (Oracle)1-6/+1
2021-09-27dpaa2-eth: Register devlink instance at the end of probeLeon Romanovsky3-7/+21
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-12/+1
2021-09-19net: dpaa2-mac: add support for more ethtool 10G link modesRussell King1-0/+5
2021-08-31dpaa2-eth: Replace strlcpy with strscpyJason Wang1-4/+4
2021-08-20net: dpaa2-switch: call dpaa2_switch_port_disconnect_mac on probe error pathVladimir Oltean1-5/+14
2021-08-20net: dpaa2-switch: phylink_disconnect_phy needs rtnl_lockVladimir Oltean1-0/+4
2021-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+18
2021-08-19net: dpaa2-switch: disable the control interface on error pathVladimir Oltean1-18/+18
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-2/+3
2021-08-04dpaa2-switch: export MAC statistics in ethtoolIoana Ciornei1-5/+19
2021-08-04dpaa2-switch: add a prefix to HW ethtool statsIoana Ciornei1-12/+12
2021-08-04dpaa2-switch: integrate the MAC endpoint supportIoana Ciornei5-7/+130
2021-08-04bus: fsl-mc: extend fsl_mc_get_endpoint() to pass interface IDIoana Ciornei1-1/+1
2021-08-04dpaa2-switch: no need to check link state right after ndo_openIoana Ciornei1-14/+0
2021-08-04dpaa2-switch: do not enable the DPSW at probe timeIoana Ciornei1-6/+0
2021-08-04dpaa2-switch: use the port index in the IRQ handlerIoana Ciornei1-16/+11
2021-08-04dpaa2-switch: request all interrupts sources on the DPSWIoana Ciornei1-8/+6
2021-08-03dpaa2-eth: make the array faf_bits static const, makes object smallerColin Ian King1-1/+1
2021-07-29dpaa2-switch: offload shared block mirror filters when binding to a portIoana Ciornei3-0/+71
2021-07-29dpaa2-switch: add VLAN based mirroringIoana Ciornei1-5/+138
2021-07-29dpaa2-switch: add support for port mirroringIoana Ciornei3-5/+182
2021-07-29dpaa2-switch: add API for setting up mirroringIoana Ciornei3-0/+130
2021-07-29dpaa2-switch: reorganize dpaa2_switch_cls_matchall_replaceIoana Ciornei1-6/+25
2021-07-29dpaa2-switch: reorganize dpaa2_switch_cls_flower_replaceIoana Ciornei1-6/+26
2021-07-29dpaa2-switch: rename dpaa2_switch_acl_tbl into filter_blockIoana Ciornei3-125/+130
2021-07-29dpaa2-switch: rename dpaa2_switch_tc_parse_action to specify the ACLIoana Ciornei1-8/+8
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+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-8/+8
2021-07-22dpaa2-switch: seed the buffer pool after allocating the swpIoana Ciornei1-8/+8
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean1-2/+10
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean1-0/+13
2021-07-22net: dpaa2-switch: refactor prechangeupper sanity checksVladimir Oltean1-11/+26
2021-07-22net: dpaa2-switch: use extack in dpaa2_switch_port_bridge_joinVladimir Oltean1-4/+7
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+0
2021-06-29net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean1-1/+1
2021-06-24freescale: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-3/+0
2021-06-11net: dpaa2-mac: Add ACPI support for DPAA2 MAC driverCalvin Johnson2-37/+53
2021-05-22dpaa2-eth: don't print error from dpaa2_mac_connect if that's EPROBE_DEFERVladimir Oltean1-3/+4
2021-05-22dpaa2-eth: name the debugfs directory after the DPNI objectIoana Ciornei1-1/+5
2021-05-22dpaa2-eth: setup the of_node field of the deviceIoana Ciornei2-12/+14