summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpaa2
AgeCommit message (Expand)Author
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
2021-03-22dpaa2-switch: add support for configuring per port broadcast floodingIoana Ciornei
2021-03-22dpaa2-switch: add support for configuring learning state per portIoana Ciornei
2021-03-22dpaa2-switch: refactor the egress flooding domain setupIoana Ciornei
2021-03-22dpaa2-switch: move the dpaa2_switch_fdb_set_egress_flood functionIoana Ciornei
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-03-16dpaa2-eth: fixup kdoc warningsIoana Ciornei
2021-03-16dpaa2-switch: fit the function declaration on the same lineIoana Ciornei
2021-03-16dpaa2-switch: reduce the size of the if_id bitmap to 64 bitsIoana Ciornei
2021-03-16dpaa2-switch: fix kdoc warningsIoana Ciornei
2021-03-16dpaa2-switch: remove unused ABI functionsIoana Ciornei
2021-03-10staging: dpaa2-switch: move the driver out of stagingIoana Ciornei
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-11dpaa2-eth: fix memory leak in XDP_REDIRECTIoana Ciornei
2021-02-06net: dpaa2-mac: add backplane link mode supportRussell King
2021-02-06net: dpaa2-mac: add 1000BASE-X supportRussell King
2021-02-06net: dpaa2: Use napi_alloc_frag_align() to avoid the memory wasteKevin Hao
2021-02-06dpaa2-eth: Simplify the calculation of variablesJiapeng Chong
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-01-13dpaa2-mac: fix the remove path for non-MAC interfacesIoana Ciornei
2021-01-13dpaa2-eth: add support for Rx VLAN filteringIonut-robert Aron
2021-01-09dpaa2-mac: remove a comment regarding pause settingsIoana Ciornei
2021-01-09dpaa2-mac: remove an unnecessary checkIoana Ciornei
2021-01-09dpaa2-eth: retry the probe when the MAC is not yet discovered on the busIoana Ciornei
2021-01-09dpaa2-mac: export MAC counters even when in TYPE_FIXEDIoana Ciornei
2021-01-09dpaa2-mac: split up initializing the MAC object from connecting to itIoana Ciornei
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2020-12-16dpaa2-eth: fix the size of the mapped SGT bufferIoana Ciornei
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-07dpaa2-mac: Add a missing of_node_put after of_device_is_availableChristophe JAILLET
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-24dpaa2-eth: Fix compile error due to missing devlink supportEzequiel Garcia
2020-11-23dpaa2-eth: use new PTP_MSGTYPE_* define(s)Christian Eggers