summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpaa2
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-19dpaa2-eth: utilize skb->cb[0] for hardware timestampingYangbo Lu2-16/+23
2020-09-19dpaa2-eth: invoke dpaa2_eth_enable_tx_tstamp() once in codeYangbo Lu1-15/+16
2020-09-19dpaa2-eth: define a global ptp_qoriq structure pointerYangbo Lu4-1/+11
2020-09-19dpaa2-eth: add APIs of 1588 single step timestampingYangbo Lu3-0/+131
2020-09-18dpaa2-eth: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-57/+6
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2020-09-01dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth-dcb.cIoana Ciornei1-4/+4
2020-09-01dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth.cIoana Ciornei1-200/+200
2020-09-01dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-ethtool.cIoana Ciornei1-44/+45
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-05dpaa2-eth: Fix passing zero to 'PTR_ERR' warningYueHaibing1-3/+3
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+0
2020-08-04dpaa2-eth: use napi_schedule to be compatible with PREEMPT_RTJiafei Pan1-1/+1
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-5/+0
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-22dpaa2-eth: add support for TBF offloadIoana Ciornei2-1/+48
2020-07-22dpaa2-eth: add API for Tx shapingIoana Ciornei3-0/+65
2020-07-22dpaa2-eth: move the mqprio setup into a separate functionIoana Ciornei1-6/+13
2020-07-16dpaa2-eth: check fsl_mc_get_endpoint for IS_ERR_OR_NULL()Ioana Ciornei1-1/+1
2020-07-06dpaa2-eth: fix draining of S/G cacheIoana Ciornei1-1/+1
2020-06-30dpaa2-eth: add software counter for Tx frames converted to S/GIoana Ciornei4-3/+11
2020-06-30dpaa2-eth: send a scatter-gather FD instead of realloc-ingIoana Ciornei4-34/+160
2020-06-26dpaa2-eth: fix misspelled function parameters in dpni_[set/get]_taildropIoana Ciornei1-4/+4
2020-06-26dpaa2-eth: fix recursive header includeIoana Ciornei1-1/+0
2020-06-26dpaa2-eth: fix condition for number of buffer acquire retriesIoana Ciornei1-1/+1
2020-06-26dpaa2-eth: check the result of skb_to_sgvec()Ioana Ciornei1-0/+4