aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-dpaa2 (follow)
AgeCommit message (Expand)AuthorFilesLines
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/gregkh/stagingLinus 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
2019-02-26staging: fsl-dpaa2: ethsw: Add missing netdevice checkFlorian Fainelli1-0/+3
2019-02-21net: Get rid of switchdev_port_attr_get()Florian Fainelli1-7/+0
2019-02-21net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORTFlorian Fainelli1-9/+1
2019-02-21staging: fsl-dpaa2: ethsw: Handle PORT_PRE_BRIDGE_FLAGSFlorian Fainelli1-0/+14
2019-02-12staging: fsl-dpaa2: ethsw: Remove unused port_priv variableFlorian Fainelli1-2/+0
2019-02-12staging: fsl-dpaa2: ethsw: Remove getting PORT_BRIDGE_FLAGSFlorian Fainelli1-5/+0
2019-02-06staging: fsl-dpaa2: ethsw: Implement ndo_get_port_parent_id()Florian Fainelli1-4/+12
2019-01-07staging: fsl-dpaa2: fix SPDX identifiers in header filesMichael Straube3-3/+3
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata1-1/+1
2018-11-23rocker, dsa, ethsw: Don't filter VLAN events on bridge itselfPetr Machata1-3/+0
2018-11-23switchdev: Replace port obj add/del SDO with a notificationPetr Machata1-2/+0
2018-11-23staging: fsl-dpaa2: ethsw: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata1-0/+56
2018-11-23staging: fsl-dpaa2: ethsw: Introduce ethsw_port_dev_check()Petr Machata1-1/+6
2018-10-29Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-4/+2
2018-10-08net: dpaa2: move DPAA2 PTP driver out of staging/Yangbo Lu8-1261/+0
2018-09-10staging: fsl-dpaa2/ethsw: Fix uninitialized variablesIoana Radulescu1-2/+2
2018-09-10staging: fsl-dpaa2/ethsw: remove redundant pointer 'port_priv'Colin Ian King1-2/+0
2018-09-01dpaa2-eth: Move DPAA2 Ethernet driver from staging to drivers/netIoana Radulescu13-7149/+0
2018-09-01staging: fsl-dpaa2/eth: Delay netdev_register() callIoana Radulescu1-39/+32
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-17/+9
2018-08-05staging: fsl-dpaa2/eth: Use named arguments in function definitionIoana Radulescu1-4/+4