summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-dpaa2
AgeCommit message (Expand)AuthorLines
2021-03-10staging: dpaa2-switch: move the driver out of stagingIoana Ciornei-6118/+0
2021-03-10staging: dpaa2-switch: prevent joining a bridge while VLAN uppers are presentIoana Ciornei-1/+29
2021-03-10staging: dpaa2-switch: add fast-ageing on bridge leaveIoana Ciornei-16/+63
2021-03-10staging: dpaa2-switch: accept only vlan-aware upper devicesIoana Ciornei-19/+76
2021-03-10staging: dpaa2-switch: move the notifier register to module_init()Ioana Ciornei-87/+95
2021-03-10staging: dpaa2-switch: properly setup switching domainsIoana Ciornei-41/+514
2021-03-10staging: dpaa2-switch: enable the control interfaceIoana Ciornei-0/+53
2021-03-10staging: dpaa2-switch: add .ndo_start_xmit() callbackIoana Ciornei-16/+245
2021-03-10staging: dpaa2-switch: handle Rx path on control interfaceIoana Ciornei-12/+460
2021-03-10staging: dpaa2-switch: setup dpioIoana Ciornei-0/+137
2021-03-10staging: dpaa2-switch: setup buffer pool and RX path ringsIoana Ciornei-0/+209
2021-03-10staging: dpaa2-switch: get control interface attributesIoana Ciornei-11/+136
2021-03-10staging: dpaa2-switch: remove obsolete .ndo_fdb_{add|del} callbacksIoana Ciornei-27/+0
2021-03-10staging: dpaa2-switch: fix up initial forwarding configuration done by firmwareIoana Ciornei-29/+51
2021-03-10staging: dpaa2-switch: remove broken learning and flooding supportIoana Ciornei-259/+0
2021-02-20Merge tag 'staging-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+3
2021-02-12net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean-13/+21
2021-02-04staging: fsl-dpaa2: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi-3/+3
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean-16/+5
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean-31/+28
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean-32/+15
2020-12-15Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-7/+20
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski-0/+2
2020-11-23staging: dpaa2-switch: pack the firmware command structuresIoana Ciornei-0/+2
2020-11-23staging: dpaa2-switch: make sure that the VLAN is not already configuredIoana Ciornei-1/+8
2020-11-23staging: dpaa2-switch: export the 'no buffer' counter in ethtoolIonut-robert Aron-6/+10
2020-10-10staging: dpaa2-switch: add a dpaa2_switch prefix to all functions in ethsw.cIoana Ciornei-220/+219
2020-10-10staging: dpaa2-switch: add a dpaa2_switch_ prefix to all functions in ethsw-e...Ioana Ciornei-29/+30
2020-07-21staging: dpaa2-ethsw: check if there is space for a new VLANIoana Ciornei-2/+19
2020-07-21staging: dpaa2-ethsw: read the port state from firmwareIoana Ciornei-1/+20
2020-07-21staging: dpaa2-ethsw: destroy workqueue after deregistering the notifiersIoana Ciornei-2/+3
2020-07-21staging: dpaa2-ethsw: setup the STP state for all installed VLANsIoana Ciornei-8/+13
2020-07-21staging: dpaa2-ethsw: don't allow interfaces from different DPSWs to be bridgedIoana Ciornei-0/+15
2020-07-21staging: dpaa2-ethsw: verify the nofifier blockIoana Ciornei-11/+20
2020-07-21staging: dpaa2-ethsw: fix switch/case fallthrough warningMarian Posteuca-1/+1
2020-07-15staging: dpaa2-ethsw: setup MAC address of switch netdevicesIoana Ciornei-1/+190
2020-07-15staging: dpaa2-ethsw: store version information of the DPSW objectIoana Ciornei-8/+9
2020-07-15staging: dpaa2-ethsw: disable switch ports are probe timeIoana Ciornei-0/+4
2020-07-15staging: dpaa2-ethsw: use netif_running when checking for port upIoana Ciornei-5/+5
2020-07-15staging: dpaa2-ethsw: ignore state interrupts when the interface is not runningIoana Ciornei-0/+6
2020-07-15staging: dpaa2-ethsw: fix reported link stateIoana Ciornei-0/+7
2020-06-07Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+4
2020-04-30docs: networking: convert switchdev.txt to ReSTMauro Carvalho Chehab-1/+1
2020-04-13staging: fsl-dpaa2: ethsw: Fix parenthesis alignmentJohn B. Wyatt IV-2/+4
2020-02-17staging: fsl-dpaa2: ethsw: ethsw.c: Fix line over 80 charactersSandesh Kenjana Ashok-1/+2
2019-11-13staging: dpaa2-ethsw: ordered workqueue should be per ethswIoana Ciornei-8/+10
2019-11-13staging: dpaa2-ethsw: move port switchdev blocking notifier per ethswIoana Ciornei-6/+4
2019-11-13staging: dpaa2-ethsw: move port switchdev notifier per ethswIoana Ciornei-7/+5
2019-11-13staging: dpaa2-ethsw: move port notifier per ethswIoana Ciornei-7/+8
2019-08-14staging: fsl-dpaa2/ethsw: do not force user to bring interface downIoana Ciornei-9/+23