aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa2 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-19Merge 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-02dpaa2-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-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+0
2021-06-28net: 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-21dpaa2-eth: don't print error from dpaa2_mac_connect if that's EPROBE_DEFERVladimir Oltean1-3/+4
2021-05-21dpaa2-eth: name the debugfs directory after the DPNI objectIoana Ciornei1-1/+5
2021-05-21dpaa2-eth: setup the of_node field of the deviceIoana Ciornei2-12/+14
2021-04-16net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean1-2/+2
2021-04-13dpaa2-switch: reuse dpaa2_switch_acl_entry_add() for STP frames trapIoana Ciornei3-46/+12
2021-04-13dpaa2-switch: add tc matchall filter supportIoana Ciornei3-0/+79
2021-04-13dpaa2-switch: add tc flower hardware offload on ingress trafficIoana Ciornei7-14/+768
2021-04-13dpaa2-switch: install default STP trap rule with the highest priorityIoana Ciornei1-8/+1
2021-04-13dpaa2-switch: create a central dpaa2_switch_acl_tbl structureIoana Ciornei2-10/+44
2021-04-02dpaa2-eth: export the rx copybreak value as an ethtool tunableIoana Ciornei3-2/+47
2021-04-02dpaa2-eth: add rx copybreak supportIoana Ciornei2-3/+36
2021-04-02dpaa2-eth: rename dpaa2_eth_xdp_release_buf into dpaa2_eth_recycle_bufIoana Ciornei2-15/+17
2021-03-30dpaa2-switch: setup learning state on STP state changeIoana Ciornei1-8/+26
2021-03-30dpaa2-switch: trap STP frames to the CPUIoana Ciornei5-0/+289