summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-dpaa2
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-201-3/+3
|\
| * staging: fsl-dpaa2: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi2021-02-041-3/+3
* | net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean2021-02-121-13/+21
* | net: switchdev: remove the transaction structure from port attributesVladimir Oltean2021-01-111-16/+5
* | net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean2021-01-111-31/+28
* | net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean2021-01-111-32/+15
|/
* Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-12-154-7/+20
|\
| * staging: dpaa2-switch: pack the firmware command structuresIoana Ciornei2020-11-231-0/+2
| * staging: dpaa2-switch: make sure that the VLAN is not already configuredIoana Ciornei2020-11-231-1/+8
| * staging: dpaa2-switch: export the 'no buffer' counter in ethtoolIonut-robert Aron2020-11-233-6/+10
* | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+2
|/
* staging: dpaa2-switch: add a dpaa2_switch prefix to all functions in ethsw.cIoana Ciornei2020-10-101-220/+219
* staging: dpaa2-switch: add a dpaa2_switch_ prefix to all functions in ethsw-e...Ioana Ciornei2020-10-103-29/+30
* staging: dpaa2-ethsw: check if there is space for a new VLANIoana Ciornei2020-07-211-2/+19
* staging: dpaa2-ethsw: read the port state from firmwareIoana Ciornei2020-07-211-1/+20
* staging: dpaa2-ethsw: destroy workqueue after deregistering the notifiersIoana Ciornei2020-07-211-2/+3
* staging: dpaa2-ethsw: setup the STP state for all installed VLANsIoana Ciornei2020-07-211-8/+13
* staging: dpaa2-ethsw: don't allow interfaces from different DPSWs to be bridgedIoana Ciornei2020-07-211-0/+15
* staging: dpaa2-ethsw: verify the nofifier blockIoana Ciornei2020-07-211-11/+20
* staging: dpaa2-ethsw: fix switch/case fallthrough warningMarian Posteuca2020-07-211-1/+1
* staging: dpaa2-ethsw: setup MAC address of switch netdevicesIoana Ciornei2020-07-155-1/+190
* staging: dpaa2-ethsw: store version information of the DPSW objectIoana Ciornei2020-07-152-8/+9
* staging: dpaa2-ethsw: disable switch ports are probe timeIoana Ciornei2020-07-151-0/+4
* staging: dpaa2-ethsw: use netif_running when checking for port upIoana Ciornei2020-07-151-5/+5
* staging: dpaa2-ethsw: ignore state interrupts when the interface is not runningIoana Ciornei2020-07-151-0/+6
* staging: dpaa2-ethsw: fix reported link stateIoana Ciornei2020-07-151-0/+7
* Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-071-2/+4
|\
| * staging: fsl-dpaa2: ethsw: Fix parenthesis alignmentJohn B. Wyatt IV2020-04-131-2/+4
* | docs: networking: convert switchdev.txt to ReSTMauro Carvalho Chehab2020-04-301-1/+1
|/
* staging: fsl-dpaa2: ethsw: ethsw.c: Fix line over 80 charactersSandesh Kenjana Ashok2020-02-171-1/+2
* 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