summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-dpaa2
Commit message (Expand)AuthorAgeFilesLines
* staging: fsl-dpaa2/ethsw: fix memory leak of switchdev_workColin Ian King2019-06-091-0/+1
* staging: fsl-dpaa2: use help instead of ---help--- in KconfigMoses Christopher2019-05-201-4/+4
* staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman2019-04-031-0/+1
* staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman2019-04-031-0/+1
* staging: fsl-dpaa2: ethsw: Remove return variableNishka Dasgupta2019-03-201-3/+1
* Merge tag 'staging-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-063-3/+3
|\
| * staging: fsl-dpaa2: ethsw: Add missing netdevice checkFlorian Fainelli2019-02-261-0/+3
| * staging: fsl-dpaa2: fix SPDX identifiers in header filesMichael Straube2019-01-073-3/+3
* | net: Remove switchdev_opsFlorian Fainelli2019-02-271-5/+0
* | staging: fsl-dpaa2: ethsw: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli2019-02-271-0/+21
* | net: Get rid of switchdev_port_attr_get()Florian Fainelli2019-02-211-7/+0
* | net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORTFlorian Fainelli2019-02-211-9/+1
* | staging: fsl-dpaa2: ethsw: Handle PORT_PRE_BRIDGE_FLAGSFlorian Fainelli2019-02-211-0/+14
* | staging: fsl-dpaa2: ethsw: Remove unused port_priv variableFlorian Fainelli2019-02-121-2/+0
* | staging: fsl-dpaa2: ethsw: Remove getting PORT_BRIDGE_FLAGSFlorian Fainelli2019-02-121-5/+0
* | staging: fsl-dpaa2: ethsw: Implement ndo_get_port_parent_id()Florian Fainelli2019-02-061-4/+12
|/
* net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-1/+1
* rocker, dsa, ethsw: Don't filter VLAN events on bridge itselfPetr Machata2018-11-231-3/+0
* switchdev: Replace port obj add/del SDO with a notificationPetr Machata2018-11-231-2/+0
* staging: fsl-dpaa2: ethsw: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata2018-11-231-0/+56
* staging: fsl-dpaa2: ethsw: Introduce ethsw_port_dev_check()Petr Machata2018-11-231-1/+6
* Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-291-4/+2
|\
| * staging: fsl-dpaa2/ethsw: Fix uninitialized variablesIoana Radulescu2018-09-101-2/+2
| * staging: fsl-dpaa2/ethsw: remove redundant pointer 'port_priv'Colin Ian King2018-09-101-2/+0
* | net: dpaa2: move DPAA2 PTP driver out of staging/Yangbo Lu2018-10-088-1261/+0
* | dpaa2-eth: Move DPAA2 Ethernet driver from staging to drivers/netIoana Radulescu2018-09-0113-7149/+0
* | staging: fsl-dpaa2/eth: Delay netdev_register() callIoana Radulescu2018-09-011-39/+32
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-232-17/+9
|\
| * staging: fsl-mc: Move DPIO from staging to drivers/soc/fslRoy Pledge2018-07-241-2/+2
| * staging: fsl-dpaa2: eth: move generic FD defines to DPIOHoria Geantă2018-07-242-15/+7
* | staging: fsl-dpaa2/eth: Use named arguments in function definitionIoana Radulescu2018-08-051-4/+4
* | staging: fsl-dpaa2/eth: Merge header filesIoana Radulescu2018-08-022-358/+349
* | staging: fsl-dpaa2/eth: Use BIT() macroIoana Radulescu2018-08-021-229/+219
* | staging: fsl-dpaa2/eth: Remove dead codeIoana Radulescu2018-08-021-85/+0
* | staging: fsl-dpaa2/eth: Cleanup commentsIoana Radulescu2018-08-021-38/+38
* | staging: fsl-dpaa2/eth: add SPDX license identifiersIoana Ciornei2018-08-0210-257/+10
* | staging: fsl-dpaa2/eth: convert documentation to .rst formatIoana Ciornei2018-08-021-20/+19
* | staging: fsl-dpaa2/ethsw: document nested structs as per kernel-docIoana Ciornei2018-07-271-15/+12
* | staging: fsl-dpaa2/eth: document nested structs as per kernel-docIoana Ciornei2018-07-272-100/+99
* | staging: fsl-dpaa2/eth: Remove unused driver versionIoana Radulescu2018-07-273-5/+0
* | staging: fsl-dpaa2/eth: Update default hash keyIoana Radulescu2018-07-272-4/+7
* | staging: fsl-dpaa2/ethsw: Fix error messageIoana Radulescu2018-07-271-1/+1
* | staging: fsl-dpaa2/eth: Remove unnecessary castIoana Radulescu2018-07-131-1/+1
* | staging: fsl-dpaa2/eth: Remove Rx frame size checkIoana Radulescu2018-07-101-20/+6
* | staging: fsl-dpaa2/eth: MTU cleanupIoana Radulescu2018-07-101-2/+1
* | staging: fsl-dpaa2/eth: Remove pointless instructionIoana Radulescu2018-07-101-1/+0
* | staging: fsl-dpaa2/eth: Remove obsolete referenceIoana Radulescu2018-07-101-2/+0
* | staging: fsl-dpaa2/eth: Fix DMA mapping directionIoana Radulescu2018-07-101-1/+1
|/
* Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-0915-29/+1519
|\
| * staging: fsl-dpaa2/rtc: fix PTP dependencyArnd Bergmann2018-05-251-1/+1