aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-15mlxsw: spectrum_switchdev: Fix port_vlan refcountingPetr Machata1-1/+3
2018-06-04mlxsw: spectrum_switchdev: Postpone respin on object deletionPetr Machata1-1/+1
2018-05-31mlxsw: spectrum_switchdev: Schedule respin during trans preparePetr Machata1-1/+1
2018-05-31mlxsw: spectrum_switchdev: Ignore bridge VLAN eventsPetr Machata1-0/+6
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+5
2018-05-03switchdev: Add fdb.added_by_user to switchdev notificationsPetr Machata1-0/+4
2018-04-30mlxsw: Respin SPAN on switchdev eventsPetr Machata1-4/+59
2018-04-30mlxsw: spectrum_switchdev: Publish two functionsPetr Machata1-1/+8
2018-04-27mlxsw: spectrum_switchdev: Do not remove mrouter port from MDB's ports listIdo Schimmel1-7/+5
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+27
2018-03-04mlxsw: spectrum_switchdev: Check success of FDB add operationShalom Toledo1-2/+27
2018-02-26mlxsw: spectrum_switchdev: Allow port enslavement to a VLAN-unaware bridgeIdo Schimmel1-7/+5
2018-02-13mlxsw: spectrum: Use NL_SET_ERR_MSG_MODArkadi Sharshevsky1-3/+3
2018-01-02mlxsw: spectrum: Relax sanity checks during enslavementIdo Schimmel1-0/+6
2017-10-09mlxsw: spectrum_switchdev: Support bridge mrouter notificationsYotam Gigi1-2/+63
2017-10-09mlxsw: spectrum_switchdev: Add support for router port in SMID entriesYotam Gigi1-2/+11
2017-10-08mlxsw: spectrum: Propagate extack further for bridge enslavementsIdo Schimmel1-8/+17
2017-09-20mlxsw: spectrum_switchdev: Consider mrouter status for mdb changesNogah Frankel1-4/+9
2017-09-20mlxsw: spectrum_switchdev: Remove mrouter flood in mdb flushNogah Frankel1-0/+3
2017-09-20mlxsw: spectrum_switchdev: Update the mdb of mrouter port changeNogah Frankel1-0/+23
2017-09-20mlxsw: spectrum_switchdev: Flood all mc packets to mrouter portsNogah Frankel1-5/+60
2017-09-20mlxsw: spectrum_switchdev: Flush the mdb when a port is being removedNogah Frankel1-10/+29
2017-09-20mlxsw: spectrum_switchdev: Flood mc when mc is disabled by user flagNogah Frankel1-4/+17
2017-09-20mlxsw: spectrum_switchdev: Use generic mc flood functionNogah Frankel1-9/+9
2017-09-20mlxsw: spectrum_switchdev: Disable mdb when mc is disabledNogah Frankel1-4/+37
2017-09-20mlxsw: spectrum_switchdev: Don't write mids to the HW when mc is disabledNogah Frankel1-4/+17
2017-09-20mlxsw: spectrum_switchdev: Break mid deletion into two functionNogah Frankel1-12/+20
2017-09-20mlxsw: spectrum_switchdev: Attach mid id allocation to HW writeNogah Frankel1-33/+55
2017-09-20mlxsw: spectrum_switchdev: Break smid write functionNogah Frankel1-12/+30
2017-09-20mlxsw: spectrum_switchdev: Save mids list per bridge deviceNogah Frankel1-25/+24
2017-09-20mlxsw: spectrum_switchdev: Remove reference count from midNogah Frankel1-10/+10
2017-09-20mlxsw: spectrum_switchdev: Add a ports bitmap to the mid dbNogah Frankel1-3/+17
2017-09-20mlxsw: spectrum_switchdev: Change mc_router to mrouterNogah Frankel1-9/+9
2017-08-22mlxsw: spectrum_switchdev: Fix mrouter flag updateNogah Frankel1-4/+11
2017-08-04mlxsw: spectrum_switchdev: Release multicast groups during finiIdo Schimmel1-1/+12
2017-08-04mlxsw: spectrum_switchdev: Don't warn about valid situationsIdo Schimmel1-12/+12
2017-07-12mlxsw: spectrum_switchdev: Check status of memory allocationIdo Schimmel1-0/+6
2017-07-12mlxsw: spectrum_switchdev: Remove unused variableIdo Schimmel1-3/+0
2017-06-08mlxsw: spectrum: Remove support for bridge bypass FDB add/delArkadi Sharshevsky1-200/+0
2017-06-08mlxsw: spectrum_switchdev: Add support for learning FDB through notificationArkadi Sharshevsky1-0/+137
2017-06-08mlxsw: spectrum_switchdev: Change switchdev notifier APIArkadi Sharshevsky1-8/+11
2017-06-08mlxsw: spectrum: Remove support for bypass bridge port attributes/vlan setArkadi Sharshevsky1-41/+0
2017-06-08mlxsw: spectrum_switchdev: Add support for querying supported bridge flagsArkadi Sharshevsky1-0/+3
2017-06-08mlxsw: spectrum: Remove support for bridge FDB learning syncArkadi Sharshevsky1-11/+9
2017-06-08net: bridge: Add support for notifying devices about FDB add/delArkadi Sharshevsky1-1/+1
2017-05-26mlxsw: spectrum: Implement common FID coreIdo Schimmel1-340/+79
2017-05-26mlxsw: spectrum: Replace vPorts with Port-VLANIdo Schimmel1-479/+1286
2017-05-26mlxsw: spectrum: Set port's mode according to FID mappingsIdo Schimmel1-1/+1
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2017-05-18mlxsw: spectrum: Avoid possible NULL pointer dereferenceIdo Schimmel1-4/+2