summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-23mlxsw: 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
2017-05-17mlxsw: spectrum: Move PVID code to appropriate placeIdo Schimmel1-57/+0
2017-05-17mlxsw: spectrum_switchdev: Don't batch learning operationsIdo Schimmel1-5/+3
2017-05-17mlxsw: spectrum_switchdev: Don't batch STP operationsIdo Schimmel1-42/+17
2017-05-17mlxsw: spectrum_switchdev: Don't batch VLAN operationsIdo Schimmel1-137/+80
2017-05-17mlxsw: spectrum_switchdev: Remove redundant checkIdo Schimmel1-9/+0
2017-05-17mlxsw: spectrum_switchdev: Reduce scope of bridge structIdo Schimmel1-13/+52
2017-04-20mlxsw: spectrum: Teach mlxsw_sp_port_vlan_set to accept any vlan rangeJiri Pirko1-27/+6
2017-03-24mlxsw: Query maximum number of ports from firmwareIdo Schimmel1-1/+1
2017-03-22mlxsw: spectrum: Cosmetic naming changeArkadi Sharshevsky1-2/+2
2017-02-10mlxsw: spectrum: Update mc_disabled flag by switchdev attrNogah Frankel1-0/+28
2017-02-10mlxsw: spectrum: Extend port_orig_get for bridge devicesNogah Frankel1-0/+13
2017-02-10mlxsw: spectrum: Add an option to flood mc by mc_router_portNogah Frankel1-2/+32
2017-02-10mlxsw: spectrum: Separate bc and mc floodsNogah Frankel1-6/+15
2017-02-10mlxsw: spectrum: Make port flood update more genericNogah Frankel1-13/+13
2017-02-10mlxsw: spectrum: Break flood set func to be per tableNogah Frankel1-20/+34
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+7
2016-10-31mlxsw: spectrum: Fix incorrect reuse of MID entriesIdo Schimmel1-7/+7
2016-10-24mlxsw: Convert resources into arrayJiri Pirko1-3/+4
2016-09-28mlxsw: spectrum_router: Use FIB notifications instead of switchdev callsJiri Pirko1-9/+0
2016-09-21mlxsw: spectrum: lag resources- use resources data instead of constsNogah Frankel1-1/+3
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+12
2016-09-01mlxsw: spectrum: Use existing flood setup when adding VLANsIdo Schimmel1-16/+9
2016-09-01mlxsw: spectrum: Don't take multiple references on a FIDIdo Schimmel1-0/+3
2016-08-24mlxsw: spectrum: Remove unnecessary check in FDB processingIdo Schimmel1-4/+0
2016-08-24mlxsw: spectrum: Offload learning to the switch ASICIdo Schimmel1-3/+44
2016-08-24mlxsw: spectrum: Configure learning for VLAN-aware bridge portIdo Schimmel1-0/+35
2016-08-24mlxsw: spectrum: Don't abort on first error when removing VLANsIdo Schimmel1-16/+4
2016-08-24mlxsw: spectrum: Make VLAN deletion function symmetricIdo Schimmel1-8/+8
2016-08-24mlxsw: spectrum: Limit number of FDB records per learning sessionIdo Schimmel1-12/+10
2016-08-18mlxsw: spectrum: Unmap 802.1Q FID before destroying itIdo Schimmel1-0/+2
2016-08-18mlxsw: spectrum: Create PVID vPort before registering netdeviceIdo Schimmel1-35/+5
2016-07-05mlxsw: spectrum: Enable L3 interfaces on top of bridge devicesIdo Schimmel1-0/+3
2016-07-05mlxsw: spectrum: Configure FIDs based on bridge eventsIdo Schimmel1-16/+2