aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-24mlxsw: spectrum: Add missing flood to router portIdo Schimmel1-1/+42
2016-08-17net_sched: convert tcf_exts from list to pointer arrayWANG Cong1-1/+3
2016-08-17mlxsw: spectrum: Add missing rollbacks in error pathIdo Schimmel1-1/+3
2016-08-17mlxsw: spectrum: Trap loop-backed packetsIdo Schimmel1-0/+5
2016-08-17mlxsw: spectrum: Add missing packet trapsElad Raz1-0/+15
2016-08-17mlxsw: spectrum: Mark port as active before registering itIdo Schimmel1-2/+3
2016-08-17mlxsw: spectrum: Create PVID vPort before registering netdeviceIdo Schimmel1-9/+24
2016-08-17mlxsw: spectrum: Remove redundant errors from the codeIdo Schimmel1-16/+5
2016-08-17mlxsw: spectrum: Don't return upon error in removal pathIdo Schimmel1-22/+5
2016-08-08mlxsw: spectrum: Add missing DCB rollback in error pathIdo Schimmel1-0/+1
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