aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-dpaa2/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-05staging: fsl-dpaa2/eth: Use named arguments in function definitionIoana Radulescu1-4/+4
2018-08-02staging: fsl-dpaa2/eth: Merge header filesIoana Radulescu2-358/+349
2018-08-02staging: fsl-dpaa2/eth: Use BIT() macroIoana Radulescu1-229/+219
2018-08-02staging: fsl-dpaa2/eth: Remove dead codeIoana Radulescu1-85/+0
2018-08-02staging: fsl-dpaa2/eth: Cleanup commentsIoana Radulescu1-38/+38
2018-08-02staging: fsl-dpaa2/eth: add SPDX license identifiersIoana Ciornei10-257/+10
2018-08-02staging: fsl-dpaa2/eth: convert documentation to .rst formatIoana Ciornei1-20/+19
2018-07-27staging: fsl-dpaa2/eth: document nested structs as per kernel-docIoana Ciornei2-100/+99
2018-07-27staging: fsl-dpaa2/eth: Remove unused driver versionIoana Radulescu3-5/+0
2018-07-27staging: fsl-dpaa2/eth: Update default hash keyIoana Radulescu2-4/+7
2018-07-13staging: fsl-dpaa2/eth: Remove unnecessary castIoana Radulescu1-1/+1
2018-07-10staging: fsl-dpaa2/eth: Remove Rx frame size checkIoana Radulescu1-20/+6
2018-07-10staging: fsl-dpaa2/eth: MTU cleanupIoana Radulescu1-2/+1
2018-07-10staging: fsl-dpaa2/eth: Remove pointless instructionIoana Radulescu1-1/+0
2018-07-10staging: fsl-dpaa2/eth: Remove obsolete referenceIoana Radulescu1-2/+0
2018-07-10staging: fsl-dpaa2/eth: Fix DMA mapping directionIoana Radulescu1-1/+1
2018-04-29staging: fsl-dpaa2/eth: add the get_ts_info interface for ethtoolYangbo Lu2-0/+24
2018-04-29staging: fsl-dpaa2/eth: Add support for hardware timestampingIoana Radulescu2-6/+153
2018-03-23staging: fsl-dpaa2/eth: Use debug level for messageIoana Radulescu1-1/+1
2018-03-23staging: fsl-dpaa2/eth: Change max number of Tx queuesIoana Radulescu1-2/+2
2018-03-23staging: fsl-dpaa2/eth: Fix SGT allocationIoana Radulescu1-1/+1
2018-03-23staging: fsl-dpaa2/eth: Cleanup TX frame freeing codeIoana Radulescu2-13/+6
2018-03-23staging: fsl-dpaa2/eth: Change link settings on the flyIoana Radulescu1-6/+9
2018-03-23staging: fsl-dpaa2/eth: Add DPNI version checkIoana Radulescu3-9/+27
2018-03-23staging: fsl-dpaa2/eth: Remove packed attributeIoana Radulescu1-1/+1
2018-03-23staging: fsl-dpaa2/eth: Remove unused fieldIoana Radulescu1-1/+0
2018-03-23staging: fsl-dpaa2/eth: Move print messageIoana Radulescu1-1/+2
2018-03-23staging: fsl-dpaa2/eth: Use generic irq handlerIoana Radulescu1-7/+1
2018-03-23bus: fsl-mc: change mc_command in fsl_mc_commandIoana Ciornei1-42/+42
2018-03-22staging: fsl-dpaa2/eth: Defer probing if no MC portal availableIoana Radulescu1-1/+4
2018-03-19staging: fsl-dpaa2/eth: Fix incorrect kfreeIoana Radulescu1-4/+6
2018-03-14staging: fsl-mc: Move DPCON out of stagingBogdan Purcareata1-1/+0
2018-03-14staging: fsl-mc: Move DPBP out of stagingBogdan Purcareata1-1/+1
2018-03-12staging: fsl-dpaa2/eth: Use __leXX types where neededIoana Radulescu1-2/+2
2018-03-01staging: fsl-dpaa2/eth: Fix incorrect castsIoana Radulescu1-3/+3
2018-02-22staging: fsl-mc: Move core bus out of stagingBogdan Purcareata3-3/+3
2018-02-16Staging: fsl-dpaa2: ethernet: dpaa2-eth.c: Fixed a style issueSantha Meena Ramamoorthy1-1/+0
2018-01-08staging: fsl-dpaa2/eth: Use affine DPIO servicesIoana Radulescu2-10/+15
2017-12-21staging: fsl-dpaa2/eth: Flow affinity for non-forwarded trafficIoana Radulescu1-1/+13
2017-12-21staging: fsl-dpaa2/eth: Flow affinity for IP forwardingIoana Radulescu2-7/+12
2017-12-08staging: fsl-dpaa2/eth: Make Tx buffer alignment optionalIoana Radulescu2-5/+11
2017-12-08staging: fsl-dpaa2/eth: Compute needed headroom per frameIoana Radulescu2-6/+14
2017-12-08staging: fsl-dpaa2/eth: Don't enable FAS on TxIoana Radulescu2-66/+13
2017-12-08staging: fsl-dpaa2/eth: Add counter for skb reallocsIoana Radulescu3-0/+3
2017-12-08staging: fsl-dpaa2/eth: Don't set netdev->needed_headroomIoana Radulescu2-23/+3
2017-12-08staging: fsl-dpaa2/eth: Fix access to FAS fieldIoana Radulescu2-8/+13
2017-11-03staging: fsl-dpaa2/eth: Extra headroom in RX buffersBogdan Purcareata2-48/+76
2017-11-03staging: fsl-dpaa2/eth: Change RX buffer alignmentBogdan Purcareata2-12/+33
2017-11-03staging: fsl-dpaa2/eth: Don't account SWA in tx_data_offsetBogdan Purcareata1-3/+0
2017-11-03staging: fsl-dpaa2/eth: Split functionIoana Radulescu1-34/+45