summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-25mlxsw: spectrum: Fix compilation error when CLS_ACT isn't setIdo Schimmel1-6/+5
2016-07-24mlxsw: spectrum: Add support in matchall mirror TC offloadingYotam Gigi1-1/+463
2016-07-24mlxsw: pci: Add resources query implementation.Nogah Frankel1-0/+1
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-25/+3
2016-07-20mlxsw: spectrum: Expose per-tc counters via ethtoolIdo Schimmel1-1/+47
2016-07-20mlxsw: spectrum: Expose per-priority counters via ethtoolIdo Schimmel1-9/+107
2016-07-15mlxsw: spectrum: Indicate support for autonegotiationIdo Schimmel1-1/+2
2016-07-15mlxsw: spectrum: Force link training according to admin stateIdo Schimmel1-24/+1
2016-07-05mlxsw: spectrum: Define sizes of KVD areasJiri Pirko1-0/+4
2016-07-05mlxsw: spectrum_router: Add private neigh tableJiri Pirko1-0/+2
2016-07-04mlxsw: spectrum: Enable L3 interfaces on top of bridge devicesIdo Schimmel1-1/+138
2016-07-04mlxsw: spectrum: Configure FIDs based on bridge eventsIdo Schimmel1-8/+78
2016-07-04mlxsw: spectrum: Unsplit the vFID rangeIdo Schimmel1-27/+28
2016-07-04mlxsw: spectrum: Introduce support for router interfacesIdo Schimmel1-206/+337
2016-07-04mlxsw: spectrum: Edit RIF properties based on netdev eventsIdo Schimmel1-1/+60
2016-07-04mlxsw: spectrum: Add couple of lower device helper functionsJiri Pirko1-5/+60
2016-07-02mlxsw: spectrum: Add traps needed for router implementationJiri Pirko1-0/+25
2016-07-02mlxsw: spectrum: Use action 'discard' when removing trapsIdo Schimmel1-2/+2
2016-07-02mlxsw: spectrum: Add router interface structIdo Schimmel1-0/+3
2016-07-02mlxsw: spectrum_router: Add basic ipv4 router initializationIdo Schimmel1-0/+9
2016-07-02mlxsw: spectrum: Initialize ports at the end of init sequenceIdo Schimmel1-14/+11
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 Schimmel1-20/+4
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. Miller1-1/+5
2016-06-21mlxsw: spectrum: Add debug printsIdo Schimmel1-0/+10
2016-06-21mlxsw: spectrum: Free resources upon vPort destructionIdo Schimmel1-35/+14
2016-06-21mlxsw: spectrum: Refactor FDB flushing logicIdo Schimmel1-89/+44
2016-06-21mlxsw: spectrum: Don't count on FID being presentIdo Schimmel1-1/+3
2016-06-21mlxsw: spectrum: Add FID get / set functionsIdo Schimmel1-8/+9
2016-06-21mlxsw: spectrum: Use per-FID struct for the VLAN-aware bridgeIdo Schimmel1-0/+2
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 Schimmel1-120/+109
2016-06-21mlxsw: spectrum: Use FID instead of vFID to setup floodingIdo Schimmel1-8/+7
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 Schimmel1-7/+5
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: spectrum: Don't count internal TX header bytes to statsNogah Frankel1-1/+5
2016-06-09mlxsw: spectrum: Don't sleep during ndo_get_phys_port_name()Ido Schimmel1-43/+21
2016-06-09mlxsw: spectrum: Make split flow match firmware requirementsIdo Schimmel1-52/+95