summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpaa2
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-25dpaa2-eth: Fix compile error due to missing devlink supportEzequiel Garcia1-0/+1
2020-11-24dpaa2-eth: use new PTP_MSGTYPE_* define(s)Christian Eggers1-2/+2
2020-11-21dpaa2-eth: select XGMAC_MDIO for MDIO bus supportIoana Ciornei1-0/+1
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2020-10-03dpaa2-eth: add support for devlink parser error drop trapsIoana Ciornei3-1/+385
2020-10-03dpaa2-eth: add basic devlink supportIoana Ciornei4-1/+119
2020-09-26dpaa2-mac: Fix potential null pointer dereferenceGustavo A. R. Silva1-1/+1
2020-09-26dpaa2-eth: install a single steering rule when SHARED_FS is enabledIonut-robert Aron3-1/+17
2020-09-26dpaa2-eth: no need to check link state right after ndo_openIoana Ciornei1-12/+1
2020-09-26dpaa2-mac: do not check for both child and parent DTS nodesIoana Ciornei1-2/+1
2020-09-26dpaa2-eth: fix command version for Tx shapingIoana Ciornei1-1/+3
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-1/+1
2020-09-25dpaa2-mac: add PCS support through the Lynx moduleIoana Ciornei3-1/+91
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-09-21dpaa2-eth: drop double zeroingJulia Lawall1-1/+1
2020-09-19dpaa2-eth: fix a build warning in dpmac.cYangbo Lu1-2/+2
2020-09-19dpaa2-eth: support PTP Sync packet one-step timestampingYangbo Lu3-16/+209