summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpaa2
AgeCommit message (Expand)Author
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
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-07-22dpaa2-switch: seed the buffer pool after allocating the swpIoana Ciornei
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean
2021-07-22net: dpaa2-switch: refactor prechangeupper sanity checksVladimir Oltean
2021-07-22net: dpaa2-switch: use extack in dpaa2_switch_port_bridge_joinVladimir Oltean
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean
2021-06-24freescale: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-06-11net: dpaa2-mac: Add ACPI support for DPAA2 MAC driverCalvin Johnson
2021-05-21dpaa2-eth: don't print error from dpaa2_mac_connect if that's EPROBE_DEFERVladimir Oltean
2021-05-21dpaa2-eth: name the debugfs directory after the DPNI objectIoana Ciornei
2021-05-21dpaa2-eth: setup the of_node field of the deviceIoana Ciornei
2021-04-16net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean
2021-04-13dpaa2-switch: reuse dpaa2_switch_acl_entry_add() for STP frames trapIoana Ciornei
2021-04-13dpaa2-switch: add tc matchall filter supportIoana Ciornei
2021-04-13dpaa2-switch: add tc flower hardware offload on ingress trafficIoana Ciornei
2021-04-13dpaa2-switch: install default STP trap rule with the highest priorityIoana Ciornei
2021-04-13dpaa2-switch: create a central dpaa2_switch_acl_tbl structureIoana Ciornei
2021-04-02dpaa2-eth: export the rx copybreak value as an ethtool tunableIoana Ciornei
2021-04-02dpaa2-eth: add rx copybreak supportIoana Ciornei
2021-04-02dpaa2-eth: rename dpaa2_eth_xdp_release_buf into dpaa2_eth_recycle_bufIoana Ciornei
2021-03-30dpaa2-switch: setup learning state on STP state changeIoana Ciornei
2021-03-30dpaa2-switch: trap STP frames to the CPUIoana Ciornei
2021-03-30dpaa2-switch: keep track of the current learning state per portIoana Ciornei
2021-03-30dpaa2-switch: create and assign an ACL table per portIoana Ciornei
2021-03-30dpaa2-switch: fix the translation between the bridge and dpsw STP statesIoana Ciornei
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-22dpaa2-switch: mark skbs with offload_fwd_markIoana Ciornei
2021-03-22dpaa2-switch: add support for configuring per port unknown floodingIoana Ciornei