summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-dpaa2
AgeCommit message (Expand)AuthorFilesLines
2020-07-21staging: dpaa2-ethsw: check if there is space for a new VLANIoana Ciornei1-2/+19
2020-07-21staging: dpaa2-ethsw: read the port state from firmwareIoana Ciornei1-1/+20
2020-07-21staging: dpaa2-ethsw: destroy workqueue after deregistering the notifiersIoana Ciornei1-2/+3
2020-07-21staging: dpaa2-ethsw: setup the STP state for all installed VLANsIoana Ciornei1-8/+13
2020-07-21staging: dpaa2-ethsw: don't allow interfaces from different DPSWs to be bridgedIoana Ciornei1-0/+15
2020-07-21staging: dpaa2-ethsw: verify the nofifier blockIoana Ciornei1-11/+20
2020-07-21staging: dpaa2-ethsw: fix switch/case fallthrough warningMarian Posteuca1-1/+1
2020-07-15staging: dpaa2-ethsw: setup MAC address of switch netdevicesIoana Ciornei5-1/+190
2020-07-15staging: dpaa2-ethsw: store version information of the DPSW objectIoana Ciornei2-8/+9
2020-07-15staging: dpaa2-ethsw: disable switch ports are probe timeIoana Ciornei1-0/+4
2020-07-15staging: dpaa2-ethsw: use netif_running when checking for port upIoana Ciornei1-5/+5
2020-07-15staging: dpaa2-ethsw: ignore state interrupts when the interface is not runningIoana Ciornei1-0/+6
2020-07-15staging: dpaa2-ethsw: fix reported link stateIoana Ciornei1-0/+7
2020-06-07Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+4
2020-04-30docs: networking: convert switchdev.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-13staging: fsl-dpaa2: ethsw: Fix parenthesis alignmentJohn B. Wyatt IV1-2/+4
2020-02-17staging: fsl-dpaa2: ethsw: ethsw.c: Fix line over 80 charactersSandesh Kenjana Ashok1-1/+2
2019-11-13staging: dpaa2-ethsw: ordered workqueue should be per ethswIoana Ciornei2-8/+10
2019-11-13staging: dpaa2-ethsw: move port switchdev blocking notifier per ethswIoana Ciornei2-6/+4
2019-11-13staging: dpaa2-ethsw: move port switchdev notifier per ethswIoana Ciornei2-7/+5
2019-11-13staging: dpaa2-ethsw: move port notifier per ethswIoana Ciornei2-7/+8
2019-08-14staging: fsl-dpaa2/ethsw: do not force user to bring interface downIoana Ciornei1-9/+23
2019-08-14staging: fsl-dpaa2/ethsw: register_netdev only when readyIoana Ciornei1-8/+6
2019-08-14staging: fsl-dpaa2/ethsw: reword error messageIoana Ciornei1-2/+1
2019-08-14staging: fsl-dpaa2/ethsw: remove redundant VLAN checkIoana Ciornei1-5/+0
2019-08-14staging: fsl-dpaa2/ethsw: remove unnecessary memsetIoana Ciornei1-3/+0
2019-08-14staging: fsl-dpaa2/ethsw: use bool when encoding learning/flooding stateIoana Ciornei1-6/+6
2019-08-14staging: fsl-dpaa2/ethsw: remove debug messageIoana Ciornei1-7/+0
2019-08-14staging: fsl-dpaa2/ethsw: add line terminator to all formatsIoana Ciornei2-6/+6
2019-08-14staging: fsl-dpaa2/ethsw: enable switch ports only on dev_openIoana Ciornei1-53/+6
2019-08-14staging: fsl-dpaa2/ethsw: remove IGMP default addressIoana Ciornei1-5/+2
2019-08-02staging: fsl-dpaa2/ethsw: Remove useless set memory to zero use memset()Wei Yongjun1-2/+0
2019-07-30staging: fsl-dpaa2/ethsw: add .ndo_fdb[add|del] callbacksIoana Ciornei1-0/+27
2019-07-30staging: fsl-dpaa2/ethsw: check added_by_user flagIoana Ciornei1-0/+4
2019-07-30staging: fsl-dpaa2/ethsw: add .ndo_fdb_dump callbackIoana Ciornei5-3/+224
2019-07-30staging: fsl-dpaa2/ethsw: notify switchdev of offloaded entryIoana Ciornei1-2/+10
2019-07-30staging: fsl-dpaa2/ethsw: remove unused structureIoana Ciornei1-31/+0
2019-07-22staging: fsl-dpaa2/ethsw: Add comments to ETHSW_VLAN flagsRazvan Stefanescu1-0/+4
2019-07-22staging: fsl-dpaa2/ethsw: Add ndo_get_phys_port_nameRazvan Stefanescu1-0/+14
2019-07-22staging: fsl-dpaa2/ethsw: Remove netdevice on port probing errorRazvan Stefanescu1-3/+13
2019-07-22staging: fsl-dpaa2/ethsw: Add network interface statisticsRazvan Stefanescu1-1/+3
2019-07-22staging: fsl-dpaa2/ethsw: Fix setting port learning/flooding flagsRazvan Stefanescu1-2/+3
2019-06-09staging: fsl-dpaa2/ethsw: fix memory leak of switchdev_workColin Ian King1-0/+1
2019-05-20staging: fsl-dpaa2: use help instead of ---help--- in KconfigMoses Christopher1-4/+4
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman1-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-03-20staging: fsl-dpaa2: ethsw: Remove return variableNishka Dasgupta1-3/+1
2019-03-06Merge tag 'staging-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+3
2019-02-27net: Remove switchdev_opsFlorian Fainelli1-5/+0
2019-02-27staging: fsl-dpaa2: ethsw: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli1-0/+21