summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-dpaa2
AgeCommit message (Expand)Author
2020-12-15Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-11-23staging: dpaa2-switch: pack the firmware command structuresIoana Ciornei
2020-11-23staging: dpaa2-switch: make sure that the VLAN is not already configuredIoana Ciornei
2020-11-23staging: dpaa2-switch: export the 'no buffer' counter in ethtoolIonut-robert Aron
2020-10-10staging: dpaa2-switch: add a dpaa2_switch prefix to all functions in ethsw.cIoana Ciornei
2020-10-10staging: dpaa2-switch: add a dpaa2_switch_ prefix to all functions in ethsw-e...Ioana Ciornei
2020-07-21staging: dpaa2-ethsw: check if there is space for a new VLANIoana Ciornei
2020-07-21staging: dpaa2-ethsw: read the port state from firmwareIoana Ciornei
2020-07-21staging: dpaa2-ethsw: destroy workqueue after deregistering the notifiersIoana Ciornei
2020-07-21staging: dpaa2-ethsw: setup the STP state for all installed VLANsIoana Ciornei
2020-07-21staging: dpaa2-ethsw: don't allow interfaces from different DPSWs to be bridgedIoana Ciornei
2020-07-21staging: dpaa2-ethsw: verify the nofifier blockIoana Ciornei
2020-07-21staging: dpaa2-ethsw: fix switch/case fallthrough warningMarian Posteuca
2020-07-15staging: dpaa2-ethsw: setup MAC address of switch netdevicesIoana Ciornei
2020-07-15staging: dpaa2-ethsw: store version information of the DPSW objectIoana Ciornei
2020-07-15staging: dpaa2-ethsw: disable switch ports are probe timeIoana Ciornei
2020-07-15staging: dpaa2-ethsw: use netif_running when checking for port upIoana Ciornei
2020-07-15staging: dpaa2-ethsw: ignore state interrupts when the interface is not runningIoana Ciornei
2020-07-15staging: dpaa2-ethsw: fix reported link stateIoana Ciornei
2020-06-07Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-04-30docs: networking: convert switchdev.txt to ReSTMauro Carvalho Chehab
2020-04-13staging: fsl-dpaa2: ethsw: Fix parenthesis alignmentJohn B. Wyatt IV
2020-02-17staging: fsl-dpaa2: ethsw: ethsw.c: Fix line over 80 charactersSandesh Kenjana Ashok
2019-11-13staging: dpaa2-ethsw: ordered workqueue should be per ethswIoana Ciornei
2019-11-13staging: dpaa2-ethsw: move port switchdev blocking notifier per ethswIoana Ciornei
2019-11-13staging: dpaa2-ethsw: move port switchdev notifier per ethswIoana Ciornei
2019-11-13staging: dpaa2-ethsw: move port notifier per ethswIoana Ciornei
2019-08-14staging: fsl-dpaa2/ethsw: do not force user to bring interface downIoana Ciornei
2019-08-14staging: fsl-dpaa2/ethsw: register_netdev only when readyIoana Ciornei
2019-08-14staging: fsl-dpaa2/ethsw: reword error messageIoana Ciornei
2019-08-14staging: fsl-dpaa2/ethsw: remove redundant VLAN checkIoana Ciornei
2019-08-14staging: fsl-dpaa2/ethsw: remove unnecessary memsetIoana Ciornei
2019-08-14staging: fsl-dpaa2/ethsw: use bool when encoding learning/flooding stateIoana Ciornei
2019-08-14staging: fsl-dpaa2/ethsw: remove debug messageIoana Ciornei
2019-08-14staging: fsl-dpaa2/ethsw: add line terminator to all formatsIoana Ciornei
2019-08-14staging: fsl-dpaa2/ethsw: enable switch ports only on dev_openIoana Ciornei
2019-08-14staging: fsl-dpaa2/ethsw: remove IGMP default addressIoana Ciornei
2019-08-02staging: fsl-dpaa2/ethsw: Remove useless set memory to zero use memset()Wei Yongjun
2019-07-30staging: fsl-dpaa2/ethsw: add .ndo_fdb[add|del] callbacksIoana Ciornei
2019-07-30staging: fsl-dpaa2/ethsw: check added_by_user flagIoana Ciornei
2019-07-30staging: fsl-dpaa2/ethsw: add .ndo_fdb_dump callbackIoana Ciornei
2019-07-30staging: fsl-dpaa2/ethsw: notify switchdev of offloaded entryIoana Ciornei
2019-07-30staging: fsl-dpaa2/ethsw: remove unused structureIoana Ciornei
2019-07-22staging: fsl-dpaa2/ethsw: Add comments to ETHSW_VLAN flagsRazvan Stefanescu
2019-07-22staging: fsl-dpaa2/ethsw: Add ndo_get_phys_port_nameRazvan Stefanescu
2019-07-22staging: fsl-dpaa2/ethsw: Remove netdevice on port probing errorRazvan Stefanescu
2019-07-22staging: fsl-dpaa2/ethsw: Add network interface statisticsRazvan Stefanescu
2019-07-22staging: fsl-dpaa2/ethsw: Fix setting port learning/flooding flagsRazvan Stefanescu
2019-06-09staging: fsl-dpaa2/ethsw: fix memory leak of switchdev_workColin Ian King