summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-dpaa2
Commit message (Expand)AuthorAgeFilesLines
* staging: dpaa2-ethsw: ordered workqueue should be per ethswIoana Ciornei2019-11-132-8/+10
* staging: dpaa2-ethsw: move port switchdev blocking notifier per ethswIoana Ciornei2019-11-132-6/+4
* staging: dpaa2-ethsw: move port switchdev notifier per ethswIoana Ciornei2019-11-132-7/+5
* staging: dpaa2-ethsw: move port notifier per ethswIoana Ciornei2019-11-132-7/+8
* staging: fsl-dpaa2/ethsw: do not force user to bring interface downIoana Ciornei2019-08-141-9/+23
* staging: fsl-dpaa2/ethsw: register_netdev only when readyIoana Ciornei2019-08-141-8/+6
* staging: fsl-dpaa2/ethsw: reword error messageIoana Ciornei2019-08-141-2/+1
* staging: fsl-dpaa2/ethsw: remove redundant VLAN checkIoana Ciornei2019-08-141-5/+0
* staging: fsl-dpaa2/ethsw: remove unnecessary memsetIoana Ciornei2019-08-141-3/+0
* staging: fsl-dpaa2/ethsw: use bool when encoding learning/flooding stateIoana Ciornei2019-08-141-6/+6
* staging: fsl-dpaa2/ethsw: remove debug messageIoana Ciornei2019-08-141-7/+0
* staging: fsl-dpaa2/ethsw: add line terminator to all formatsIoana Ciornei2019-08-142-6/+6
* staging: fsl-dpaa2/ethsw: enable switch ports only on dev_openIoana Ciornei2019-08-141-53/+6
* staging: fsl-dpaa2/ethsw: remove IGMP default addressIoana Ciornei2019-08-141-5/+2
* staging: fsl-dpaa2/ethsw: Remove useless set memory to zero use memset()Wei Yongjun2019-08-021-2/+0
* staging: fsl-dpaa2/ethsw: add .ndo_fdb[add|del] callbacksIoana Ciornei2019-07-301-0/+27
* staging: fsl-dpaa2/ethsw: check added_by_user flagIoana Ciornei2019-07-301-0/+4
* staging: fsl-dpaa2/ethsw: add .ndo_fdb_dump callbackIoana Ciornei2019-07-305-3/+224
* staging: fsl-dpaa2/ethsw: notify switchdev of offloaded entryIoana Ciornei2019-07-301-2/+10
* staging: fsl-dpaa2/ethsw: remove unused structureIoana Ciornei2019-07-301-31/+0
* staging: fsl-dpaa2/ethsw: Add comments to ETHSW_VLAN flagsRazvan Stefanescu2019-07-221-0/+4
* staging: fsl-dpaa2/ethsw: Add ndo_get_phys_port_nameRazvan Stefanescu2019-07-221-0/+14
* staging: fsl-dpaa2/ethsw: Remove netdevice on port probing errorRazvan Stefanescu2019-07-221-3/+13
* staging: fsl-dpaa2/ethsw: Add network interface statisticsRazvan Stefanescu2019-07-221-1/+3
* staging: fsl-dpaa2/ethsw: Fix setting port learning/flooding flagsRazvan Stefanescu2019-07-221-2/+3
* 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