aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-02mlxsw: spectrum: Initialize ports at the end of init sequenceIdo Schimmel1-14/+11
2016-07-02mlxsw: reg: Add Router General Configuration RegisterIdo Schimmel1-1/+77
2016-07-02mlxsw: spectrum: Remove RIF from PVID vPort when joining / leaving LAGIdo Schimmel1-0/+13
2016-07-02mlxsw: spectrum: Sync PVID vPort LAG statusIdo Schimmel1-0/+31
2016-07-02mlxsw: spectrum: Remove VLANs configuration via SELF flagIdo Schimmel3-66/+6
2016-07-02mlxsw: spectrum: Send untagged packets through a port netdevIdo Schimmel1-1/+2
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+9
2016-06-21mlxsw: spectrum: Add debug printsIdo Schimmel2-0/+14
2016-06-21mlxsw: spectrum: Free resources upon vPort destructionIdo Schimmel2-35/+15
2016-06-21mlxsw: spectrum: Refactor FDB flushing logicIdo Schimmel3-89/+47
2016-06-21mlxsw: spectrum: Don't count on FID being presentIdo Schimmel3-8/+11
2016-06-21mlxsw: spectrum: Add FID get / set functionsIdo Schimmel3-21/+32
2016-06-21mlxsw: spectrum: Check if port is vPort using its VIDIdo Schimmel1-6/+8
2016-06-21mlxsw: spectrum: Use per-FID struct for the VLAN-aware bridgeIdo Schimmel3-125/+195
2016-06-21mlxsw: spectrum: Remove unused function argumentIdo Schimmel1-6/+3
2016-06-21mlxsw: spectrum: Use join / leave functions for vFID operationsIdo Schimmel1-178/+126
2016-06-21mlxsw: spectrum: Make vFID struct genericIdo Schimmel3-150/+131
2016-06-21mlxsw: spectrum: Use FID instead of vFID to setup floodingIdo Schimmel3-10/+12
2016-06-21mlxsw: spectrum: Create a function to map vPort's FIDIdo Schimmel1-46/+38
2016-06-21mlxsw: spectrum: Use only one function to create vFIDsIdo Schimmel1-42/+37
2016-06-21mlxsw: spectrum: Remove redundant function argumentIdo Schimmel3-10/+8
2016-06-21mlxsw: spectrum: Use DECLARE_BITMAP() macroIdo Schimmel1-4/+4
2016-06-21mlxsw: spectrum: Centralize VLAN-aware bridge ref countingIdo Schimmel1-28/+30
2016-06-21mlxsw: spectrum: Remove unnecessary function argumentIdo Schimmel1-4/+3
2016-06-21mlxsw: spectrum: Make unlinking functions return voidIdo Schimmel1-40/+28
2016-06-21mlxsw: spectrum: Use WARN_ON() return valueIdo Schimmel1-12/+4
2016-06-21mlxsw: spectrum: Remove unnecessary checks from event processingIdo Schimmel1-4/+2
2016-06-21mlxsw: spectrum: Forbid LAG slave from having VLAN uppersIdo Schimmel1-1/+6
2016-06-21mlxsw: spectrum: Sanitize port netdev upper devicesIdo Schimmel1-0/+7
2016-06-21mlxsw: spectrum: Use notifier_from_errno() in notifier blockIdo Schimmel1-63/+29
2016-06-17mlxsw: switchx2: Don't count internal TX header bytes to statsNogah Frankel1-1/+4
2016-06-17mlxsw: spectrum: Don't count internal TX header bytes to statsNogah Frankel1-1/+5
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-91/+117
2016-06-09mlxsw: core: Remove deprecated create_workqueueBhaktipriya Shridhar1-1/+1
2016-06-09mlxsw: spectrum: Don't sleep during ndo_get_phys_port_name()Ido Schimmel2-43/+26
2016-06-09mlxsw: spectrum: Make split flow match firmware requirementsIdo Schimmel1-52/+95
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+10
2016-05-06mlxsw: spectrum: Fix ordering in mlxsw_sp_finiJiri Pirko1-1/+1
2016-05-06mlxsw: spectrum: Add missing rollback in flood configurationIdo Schimmel1-0/+8
2016-05-06mlxsw: spectrum: Fix rollback order in LAG join failureIdo Schimmel1-2/+2
2016-04-15mlxsw: spectrum_buffers: Use MLXSW_SP_PB_UNUSED define for unused pbJiri Pirko1-1/+2
2016-04-15mlxsw: spectrum_buffers: Use designated initializers for mlxsw_sp_pbsJiri Pirko1-10/+2
2016-04-14mlxsw: spectrum_buffers: Implement occupancy monitoringJiri Pirko3-16/+293
2016-04-14mlxsw: core: Introduce support for asynchronous EMAD register accessJiri Pirko2-173/+334
2016-04-14mlxsw: core: Add mlxsw specific workqueue and use it for FDB notif. processingJiri Pirko3-4/+28
2016-04-14mlxsw: reg: Extend SBPM register for occupancy controlJiri Pirko2-2/+32
2016-04-14mlxsw: reg: Add Shared Buffer Status register definitionJiri Pirko1-0/+100
2016-04-14mlxsw: core: Add devlink shared buffer occupancy callbacksJiri Pirko2-8/+77
2016-04-14mlxsw: spectrum_buffers: Implement shared buffer configurationJiri Pirko3-1/+216
2016-04-14mlxsw: core: Add mlxsw_core_port_driver_priv helperJiri Pirko1-0/+9