summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpaa2
AgeCommit message (Expand)AuthorFilesLines
2021-04-17net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean1-2/+2
2021-04-14dpaa2-switch: reuse dpaa2_switch_acl_entry_add() for STP frames trapIoana Ciornei3-46/+12
2021-04-14dpaa2-switch: add tc matchall filter supportIoana Ciornei3-0/+79
2021-04-14dpaa2-switch: add tc flower hardware offload on ingress trafficIoana Ciornei7-14/+768
2021-04-14dpaa2-switch: install default STP trap rule with the highest priorityIoana Ciornei1-8/+1
2021-04-14dpaa2-switch: create a central dpaa2_switch_acl_tbl structureIoana Ciornei2-10/+44
2021-04-03dpaa2-eth: export the rx copybreak value as an ethtool tunableIoana Ciornei3-2/+47
2021-04-03dpaa2-eth: add rx copybreak supportIoana Ciornei2-3/+36
2021-04-03dpaa2-eth: rename dpaa2_eth_xdp_release_buf into dpaa2_eth_recycle_bufIoana Ciornei2-15/+17
2021-03-31dpaa2-switch: setup learning state on STP state changeIoana Ciornei1-8/+26
2021-03-31dpaa2-switch: trap STP frames to the CPUIoana Ciornei5-0/+289
2021-03-31dpaa2-switch: keep track of the current learning state per portIoana Ciornei2-0/+5
2021-03-31dpaa2-switch: create and assign an ACL table per portIoana Ciornei5-1/+193
2021-03-31dpaa2-switch: fix the translation between the bridge and dpsw STP statesIoana Ciornei1-3/+20
2021-03-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+0
2021-03-23dpaa2-switch: mark skbs with offload_fwd_markIoana Ciornei1-0/+3
2021-03-23dpaa2-switch: add support for configuring per port unknown floodingIoana Ciornei2-3/+21
2021-03-23dpaa2-switch: add support for configuring per port broadcast floodingIoana Ciornei2-3/+31
2021-03-23dpaa2-switch: add support for configuring learning state per portIoana Ciornei4-11/+121
2021-03-23dpaa2-switch: refactor the egress flooding domain setupIoana Ciornei1-13/+25
2021-03-23dpaa2-switch: move the dpaa2_switch_fdb_set_egress_flood functionIoana Ciornei1-42/+42
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi1-2/+0
2021-03-17dpaa2-eth: fixup kdoc warningsIoana Ciornei5-118/+82
2021-03-17dpaa2-switch: fit the function declaration on the same lineIoana Ciornei2-286/+107
2021-03-17dpaa2-switch: reduce the size of the if_id bitmap to 64 bitsIoana Ciornei2-10/+12
2021-03-17dpaa2-switch: fix kdoc warningsIoana Ciornei2-44/+15
2021-03-17dpaa2-switch: remove unused ABI functionsIoana Ciornei3-82/+1
2021-03-11staging: dpaa2-switch: move the driver out of stagingIoana Ciornei8-0/+5973
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+12
2021-02-12dpaa2-eth: fix memory leak in XDP_REDIRECTIoana Ciornei1-2/+12
2021-02-07net: dpaa2-mac: add backplane link mode supportRussell King2-3/+6
2021-02-07net: dpaa2-mac: add 1000BASE-X supportRussell King1-3/+17
2021-02-06net: dpaa2: Use napi_alloc_frag_align() to avoid the memory wasteKevin Hao1-2/+1
2021-02-06dpaa2-eth: Simplify the calculation of variablesJiapeng Chong1-1/+1
2021-01-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-9/+5
2021-01-14dpaa2-mac: fix the remove path for non-MAC interfacesIoana Ciornei1-0/+3
2021-01-14dpaa2-eth: add support for Rx VLAN filteringIonut-robert Aron4-0/+184
2021-01-10dpaa2-mac: remove a comment regarding pause settingsIoana Ciornei1-3/+0
2021-01-10dpaa2-mac: remove an unnecessary checkIoana Ciornei1-24/+19
2021-01-10dpaa2-eth: retry the probe when the MAC is not yet discovered on the busIoana Ciornei1-1/+5
2021-01-10dpaa2-mac: export MAC counters even when in TYPE_FIXEDIoana Ciornei4-53/+39
2021-01-10dpaa2-mac: split up initializing the MAC object from connecting to itIoana Ciornei3-29/+59
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-9/+5
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-4/+4
2020-12-16dpaa2-eth: fix the size of the mapped SGT bufferIoana Ciornei1-1/+1
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2020-12-08dpaa2-mac: Add a missing of_node_put after of_device_is_availableChristophe JAILLET1-0/+1
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2