aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-06mlxsw: spectrum_mr: Update egress RIF list before route's actionIdo Schimmel1-15/+15
2020-12-06mlxsw: spectrum_mr: Use flexible-array member instead of zero-length arrayIdo Schimmel1-1/+1
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2020-03-26mlxsw: spectrum_mr: Fix list iteration in error pathIdo Schimmel1-4/+4
2020-02-22mlxsw: spectrum_mr: Protect multicast route list with a lockIdo Schimmel1-4/+20
2020-02-22mlxsw: spectrum_mr: Protect multicast table list with a lockIdo Schimmel1-0/+11
2020-02-22mlxsw: spectrum_mr: Publish multicast route after writing it to the deviceIdo Schimmel1-9/+8
2020-02-19mlxsw: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2018-08-09mlxsw: Replace license text with SPDX identifiers and adjust copyrightsJiri Pirko1-33/+2
2018-07-09mlxsw: spectrum_mr_tcam: Push Spectrum-specific operations into a separate fileJiri Pirko1-1/+1
2018-03-26mlxsw: spectrum_mr: Add ipv6 specific operationsYuval Mintz1-0/+56
2018-03-26mlxsw: spectrum_router: Make IPMR-related APIs family agnosticYuval Mintz1-33/+19
2018-03-26mlxsw: spectrum_mr: Convert into using mr_mfcYuval Mintz1-84/+108
2018-03-26mlxsw: spectrum_mr: Pass protocol as part of catchall route paramsYuval Mintz1-0/+1
2018-03-26ip6mr: Add refcounting to mfcYuval Mintz1-3/+3
2018-03-01ipmr, ip6mr: Make mfc_cache a common structureYuval Mintz1-10/+11
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-03mlxsw: spectrum: mr: Support trap-and-forward routesYotam Gigi1-9/+8
2017-10-01mlxsw: spectrum: fix uninitialized value in errColin Ian King1-3/+1
2017-09-27mlxsw: spectrum: Add the multicast routing offloading logicYotam Gigi1-0/+1014