aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-27mlxsw: spectrum: Change stats cache to be localNogah Frankel2-19/+9
2017-10-24mlxsw: spectrum: mr_tcam: Include the mr_tcam header fileYotam Gigi1-0/+1
2017-10-24mlxsw: spectrum: mr: Make the function mlxsw_sp_mr_dev_vif_lookup staticYotam Gigi1-1/+1
2017-10-24mlxsw: spectrum: mr: Fix various endianness issuesYotam Gigi1-5/+6
2017-10-24mlxsw: spectrum_dpipe: Fix entries dump of the adjacency tableArkadi Sharshevsky1-0/+1
2017-10-23mlxsw: spectrum: Add another partition to KVD linearIdo Schimmel1-2/+17
2017-10-23mlxsw: spectrum: Increase number of linear entriesIdo Schimmel2-3/+3
2017-10-23mlxsw: spectrum_router: Populate adjacency entries according to weightsIdo Schimmel1-12/+99
2017-10-23mlxsw: spectrum_router: Prepare for large adjacency groupsIdo Schimmel1-0/+58
2017-10-23mlxsw: spectrum_router: Store weight in nexthop structIdo Schimmel1-0/+7
2017-10-23mlxsw: spectrum: Add ability to query KVDL allocation sizeIdo Schimmel2-0/+18
2017-10-23mlxsw: spectrum: Better represent KVDL partitionsIdo Schimmel3-37/+238
2017-10-23mlxsw: spectrum_dpipe: Add adjacency group sizeIdo Schimmel3-7/+44
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+51
2017-10-22mlxsw: spectrum_router: Configure TIGCR on initPetr Machata1-1/+10
2017-10-22mlxsw: reg: Add Tunneling IPinIP General Configuration RegisterPetr Machata1-0/+31
2017-10-21net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko1-3/+0
2017-10-21mlxsw: spectrum: Convert ndo_setup_tc offloads to block callbacksJiri Pirko1-22/+60
2017-10-21spectrum: Convert fib event handlers to use container_of on info argDavid Ahern1-6/+23
2017-10-20mlxsw: spectrum_router: Add extack message for RIF and VRF overflowDavid Ahern1-45/+69
2017-10-20mlxsw: spectrum: router: Add support for address validator notifierDavid Ahern3-1/+70
2017-10-18mlxsw: core: Fix possible deadlockIdo Schimmel1-1/+10
2017-10-16mlxsw: spectrum: Drop refcounting of IPIP entriesPetr Machata2-30/+20
2017-10-16mlxsw: spectrum: Support IPIP overlay VRF migrationPetr Machata3-3/+49
2017-10-16mlxsw: spectrum: Support decap-only IP-in-IP tunnelsPetr Machata3-10/+109
2017-10-16mlxsw: spectrum_router: Move mlxsw_sp_netdev_ipip_type()Petr Machata1-19/+19
2017-10-16mlxsw: spectrum: Move netdevice NB to struct mlxsw_spPetr Machata2-7/+17
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+0
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-09mlxsw: spectrum: router: Export the mlxsw_sp_router_port functionYotam Gigi2-1/+2
2017-10-08mlxsw: spectrum: Propagate extack further for bridge enslavementsIdo Schimmel3-11/+23
2017-10-08mlxsw: spectrum: Add extack for VLAN enslavementsIdo Schimmel1-2/+10
2017-10-08mlxsw: spectrum_router: Avoid expensive lookup during route removalIdo Schimmel1-14/+0
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+14
2017-10-04mlxsw: spectrum: Add extack messages for enslave failuresDavid Ahern1-10/+37
2017-10-03mlxsw: spectrum: Add missing error code on allocation failureDan Carpenter1-1/+3
2017-10-03mlxsw: spectrum: Fix check for IS_ERR() instead of NULLDan Carpenter1-2/+2
2017-10-03mlxsw: spectrum: mr: Support trap-and-forward routesYotam Gigi1-9/+8
2017-10-03mlxsw: spectrum: mr_tcam: Add trap-and-forward multicast routeYotam Gigi2-0/+9
2017-10-03mlxsw: spectrum: Add trap for multicast trap-and-forward routesYotam Gigi2-0/+15
2017-10-03mlxsw: acl: Introduce ACL trap and forward actionYotam Gigi2-0/+19
2017-10-02mlxsw: spectrum_router: Drop a redundant conditionPetr Machata1-1/+1
2017-10-02mlxsw: spectrum_router: Fix a typoPetr Machata1-1/+1
2017-10-02mlxsw: spectrum_router: Track RIF of IPIP next hopsPetr Machata1-2/+11
2017-10-02mlxsw: spectrum_router: Move VRF refcountingPetr Machata1-2/+3
2017-10-01mlxsw: spectrum: fix uninitialized value in errColin Ian King1-3/+1
2017-09-27mlxsw: spectrum: router: Don't ignore IPMR notificationsYotam Gigi1-1/+2
2017-09-27mlxsw: spectrum: Notify multicast router on RIF MTU changesYotam Gigi1-0/+11
2017-09-27mlxsw: spectrum_router: Add multicast routes notification handling functionalityYotam Gigi1-2/+185