summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpaa2
Commit message (Expand)AuthorAgeFilesLines
* dpaa2-eth: Replace strlcpy with strscpyJason Wang2021-08-311-4/+4
* net: dpaa2-switch: call dpaa2_switch_port_disconnect_mac on probe error pathVladimir Oltean2021-08-201-5/+14
* net: dpaa2-switch: phylink_disconnect_phy needs rtnl_lockVladimir Oltean2021-08-201-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-191-18/+18
|\
| * net: dpaa2-switch: disable the control interface on error pathVladimir Oltean2021-08-191-18/+18
* | devlink: Set device as early as possibleLeon Romanovsky2021-08-091-2/+3
* | dpaa2-switch: export MAC statistics in ethtoolIoana Ciornei2021-08-041-5/+19
* | dpaa2-switch: add a prefix to HW ethtool statsIoana Ciornei2021-08-041-12/+12
* | dpaa2-switch: integrate the MAC endpoint supportIoana Ciornei2021-08-045-7/+130
* | bus: fsl-mc: extend fsl_mc_get_endpoint() to pass interface IDIoana Ciornei2021-08-041-1/+1
* | dpaa2-switch: no need to check link state right after ndo_openIoana Ciornei2021-08-041-14/+0
* | dpaa2-switch: do not enable the DPSW at probe timeIoana Ciornei2021-08-041-6/+0
* | dpaa2-switch: use the port index in the IRQ handlerIoana Ciornei2021-08-041-16/+11
* | dpaa2-switch: request all interrupts sources on the DPSWIoana Ciornei2021-08-041-8/+6
* | dpaa2-eth: make the array faf_bits static const, makes object smallerColin Ian King2021-08-021-1/+1
* | dpaa2-switch: offload shared block mirror filters when binding to a portIoana Ciornei2021-07-293-0/+71
* | dpaa2-switch: add VLAN based mirroringIoana Ciornei2021-07-291-5/+138
* | dpaa2-switch: add support for port mirroringIoana Ciornei2021-07-293-5/+182
* | dpaa2-switch: add API for setting up mirroringIoana Ciornei2021-07-293-0/+130
* | dpaa2-switch: reorganize dpaa2_switch_cls_matchall_replaceIoana Ciornei2021-07-291-6/+25
* | dpaa2-switch: reorganize dpaa2_switch_cls_flower_replaceIoana Ciornei2021-07-291-6/+26
* | dpaa2-switch: rename dpaa2_switch_acl_tbl into filter_blockIoana Ciornei2021-07-293-125/+130
* | dpaa2-switch: rename dpaa2_switch_tc_parse_action to specify the ACLIoana Ciornei2021-07-291-8/+8
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+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-8/+8
|\ \ | |/
| * dpaa2-switch: seed the buffer pool after allocating the swpIoana Ciornei2021-07-221-8/+8
* | net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean2021-07-221-2/+10
* | net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean2021-07-221-0/+13
* | net: dpaa2-switch: refactor prechangeupper sanity checksVladimir Oltean2021-07-221-11/+26
* | net: dpaa2-switch: use extack in dpaa2_switch_port_bridge_joinVladimir Oltean2021-07-221-4/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-281-3/+0
|\
| * freescale: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-3/+0
* | net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean2021-06-281-1/+1
|/
* net: dpaa2-mac: Add ACPI support for DPAA2 MAC driverCalvin Johnson2021-06-112-37/+53
* dpaa2-eth: don't print error from dpaa2_mac_connect if that's EPROBE_DEFERVladimir Oltean2021-05-211-3/+4
* dpaa2-eth: name the debugfs directory after the DPNI objectIoana Ciornei2021-05-211-1/+5
* dpaa2-eth: setup the of_node field of the deviceIoana Ciornei2021-05-212-12/+14
* net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean2021-04-161-2/+2
* dpaa2-switch: reuse dpaa2_switch_acl_entry_add() for STP frames trapIoana Ciornei2021-04-133-46/+12
* dpaa2-switch: add tc matchall filter supportIoana Ciornei2021-04-133-0/+79
* dpaa2-switch: add tc flower hardware offload on ingress trafficIoana Ciornei2021-04-137-14/+768
* dpaa2-switch: install default STP trap rule with the highest priorityIoana Ciornei2021-04-131-8/+1
* dpaa2-switch: create a central dpaa2_switch_acl_tbl structureIoana Ciornei2021-04-132-10/+44
* dpaa2-eth: export the rx copybreak value as an ethtool tunableIoana Ciornei2021-04-023-2/+47
* dpaa2-eth: add rx copybreak supportIoana Ciornei2021-04-022-3/+36
* dpaa2-eth: rename dpaa2_eth_xdp_release_buf into dpaa2_eth_recycle_bufIoana Ciornei2021-04-022-15/+17
* dpaa2-switch: setup learning state on STP state changeIoana Ciornei2021-03-301-8/+26
* dpaa2-switch: trap STP frames to the CPUIoana Ciornei2021-03-305-0/+289
* dpaa2-switch: keep track of the current learning state per portIoana Ciornei2021-03-302-0/+5