summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-03mlxsw: spectrum_router: avoid potential uninitialized data usageArnd Bergmann1-3/+7
2016-09-28mlxsw: spectrum_router: Use FIB notifications instead of switchdev callsJiri Pirko1-180/+257
2016-09-21mlxsw: spectrum: Implement max rif resourceNogah Frankel1-2/+29
2016-09-21mlxsw: spectrum: Implement max virtual routers resourceNogah Frankel1-6/+37
2016-09-20mlxsw: spectrum: Fix sparse warningsIdo Schimmel1-15/+26
2016-09-10mlxsw: spectrum_router: Fix error path in mlxsw_sp_router_initJiri Pirko1-1/+8
2016-09-01mlxsw: spectrum_router: Fix netevent notifier registrationJiri Pirko1-15/+2
2016-09-01mlxsw: spectrum_router: Fix fib entry update pathJiri Pirko1-6/+2
2016-09-01mlxsw: spectrum_router: Fix failure caused by double fib removal from HWJiri Pirko1-34/+92
2016-08-24mlxsw: router: Enable neighbors to be created on stacked devicesYotam Gigi1-1/+1
2016-08-15mlxsw: spectrum_router: Fix use after freeVincent1-1/+2
2016-07-15mlxsw: spectrum_router: Return -ENOENT in case of errorChristophe Jaillet1-1/+1
2016-07-05mlxsw: Add the unresolved next-hops probesYotam Gigi1-1/+32
2016-07-05mlxsw: spectrum_router: Add the nexthop neigh activity updateYotam Gigi1-15/+60
2016-07-05mlxsw: spectrum_router: Implement next-hop routingJiri Pirko1-2/+491
2016-07-05mlxsw: spectrum_router: Offload neighbours based on NUD state changeYotam Gigi1-0/+103
2016-07-05mlxsw: spectrum_router: Periodically update the kernel's neigh tableYotam Gigi1-2/+190
2016-07-05mlxsw: spectrum_router: Add private neigh tableJiri Pirko1-1/+145
2016-07-05mlxsw: spectrum_router: Implement fib4 add/del switchdev obj opsJiri Pirko1-0/+245
2016-07-05mlxsw: spectrum_router: Add virtual router managementJiri Pirko1-0/+228
2016-07-05mlxsw: spectrum_router: Implement LPM trees managementJiri Pirko1-1/+154
2016-07-05mlxsw: spectrum_router: Implement private fibJiri Pirko1-0/+120
2016-07-02mlxsw: spectrum_router: Add basic ipv4 router initializationIdo Schimmel1-0/+68