summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-dpaa2/ethsw/ethsw.c
Commit message (Expand)AuthorAgeFilesLines
* staging: dpaa2-switch: move the driver out of stagingIoana Ciornei2021-03-101-2901/+0
* staging: dpaa2-switch: prevent joining a bridge while VLAN uppers are presentIoana Ciornei2021-03-101-1/+29
* staging: dpaa2-switch: add fast-ageing on bridge leaveIoana Ciornei2021-03-101-16/+60
* staging: dpaa2-switch: accept only vlan-aware upper devicesIoana Ciornei2021-03-101-19/+69
* staging: dpaa2-switch: move the notifier register to module_init()Ioana Ciornei2021-03-101-82/+94
* staging: dpaa2-switch: properly setup switching domainsIoana Ciornei2021-03-101-31/+290
* staging: dpaa2-switch: enable the control interfaceIoana Ciornei2021-03-101-0/+9
* staging: dpaa2-switch: add .ndo_start_xmit() callbackIoana Ciornei2021-03-101-16/+138
* staging: dpaa2-switch: handle Rx path on control interfaceIoana Ciornei2021-03-101-12/+443
* staging: dpaa2-switch: setup dpioIoana Ciornei2021-03-101-0/+65
* staging: dpaa2-switch: setup buffer pool and RX path ringsIoana Ciornei2021-03-101-0/+126
* staging: dpaa2-switch: get control interface attributesIoana Ciornei2021-03-101-6/+50
* staging: dpaa2-switch: remove obsolete .ndo_fdb_{add|del} callbacksIoana Ciornei2021-03-101-27/+0
* staging: dpaa2-switch: fix up initial forwarding configuration done by firmwareIoana Ciornei2021-03-101-29/+51
* staging: dpaa2-switch: remove broken learning and flooding supportIoana Ciornei2021-03-101-123/+0
* 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
* staging: dpaa2-switch: make sure that the VLAN is not already configuredIoana Ciornei2020-11-231-1/+8
* 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-101-1/+1
* 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-151-1/+58
* staging: dpaa2-ethsw: store version information of the DPSW objectIoana Ciornei2020-07-151-8/+8
* 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
* staging: fsl-dpaa2: ethsw: Fix parenthesis alignmentJohn B. Wyatt IV2020-04-131-2/+4
* 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-131-8/+9
* staging: dpaa2-ethsw: move port switchdev blocking notifier per ethswIoana Ciornei2019-11-131-6/+3
* staging: dpaa2-ethsw: move port switchdev notifier per ethswIoana Ciornei2019-11-131-7/+4
* staging: dpaa2-ethsw: move port notifier per ethswIoana Ciornei2019-11-131-7/+6
* 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: use bool when encoding learning/flooding stateIoana Ciornei2019-08-141-6/+6
* staging: fsl-dpaa2/ethsw: add line terminator to all formatsIoana Ciornei2019-08-141-5/+5
* 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