summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-12mlxsw: Convert RIF-has-netdevice queries to a dedicated helperPetr Machata1-1/+1
2022-07-19mlxsw: convert driver to use unlocked devlink API during init/finiJiri Pirko1-44/+44
2022-07-15net: devlink: make devlink_dpipe_headers_register() return voidJiri Pirko1-4/+2
2022-03-03mlxsw: spectrum_router: Drop mlxsw_sp arg from counter alloc/free functionsPetr Machata1-2/+2
2021-03-25mlxsw: spectrum_router: Pass payload pointer to nexthop update functionIdo Schimmel1-1/+2
2021-03-25mlxsw: spectrum_router: Add ability to overwrite adjacency entry only when in...Ido Schimmel1-1/+2
2021-03-22mlxsw: spectrum_router: Rename nexthop update function to reflect its typeIdo Schimmel1-2/+2
2021-03-22mlxsw: spectrum_router: Consolidate nexthop helpersIdo Schimmel1-9/+6
2020-11-24mlxsw: spectrum_router: Add support for blackhole nexthopsIdo Schimmel1-3/+6
2020-02-23mlxsw: spectrum: Remove RTNL where possibleIdo Schimmel1-17/+0
2020-02-23mlxsw: spectrum_dpipe: Take router lock from dpipe codeIdo Schimmel1-0/+18
2020-02-07mlxsw: spectrum_dpipe: Add missing error pathIdo Schimmel1-1/+2
2019-01-20mlxsw: spectrum_router: Support RIF without deviceNir Dotan1-1/+1
2018-08-09mlxsw: Replace license text with SPDX identifiers and adjust copyrightsJiri Pirko1-33/+2
2018-01-16mlxsw: spectrum_dpipe: Connect dpipe tables to resourcesArkadi Sharshevsky1-12/+69
2017-10-24mlxsw: spectrum_dpipe: Fix entries dump of the adjacency tableArkadi Sharshevsky1-0/+1
2017-10-23mlxsw: spectrum_dpipe: Add adjacency group sizeIdo Schimmel1-5/+41
2017-09-27mlxsw: spectrum_dpipe: Add support for controlling nexthop countersArkadi Sharshevsky1-0/+24
2017-09-27mlxsw: spectrum_dpipe: Add support for adjacency table dumpArkadi Sharshevsky1-0/+238
2017-09-27mlxsw: spectrum_dpipe: Add initial support for the router adjacency tableArkadi Sharshevsky1-1/+99
2017-09-27mlxsw: Add fields for mlxsw's meta header for adjacency tableArkadi Sharshevsky1-0/+12
2017-09-27mlxsw: spectrum_dpipe: Fix indentation in header descriptionArkadi Sharshevsky1-10/+13
2017-09-01mlxsw: spectrum_dpipe: Add support for controlling IPv6 neighbor countersArkadi Sharshevsky1-1/+17
2017-09-01mlxsw: spectrum_dpipe: Add support for IPv6 host table dumpArkadi Sharshevsky1-5/+70
2017-09-01mlxsw: spectrum_dpipe: Make host entry fill handler more genericArkadi Sharshevsky1-8/+5
2017-09-01mlxsw: spectrum_dpipe: Add IPv6 host table initial supportArkadi Sharshevsky1-6/+70
2017-08-29mlxsw: spectrum_dpipe: Fix host table dumpArkadi Sharshevsky1-0/+3
2017-08-24mlxsw: spectrum_dpipe: Add support for controlling neighbor countersArkadi Sharshevsky1-0/+33
2017-08-24mlxsw: spectrum_dpipe: Add support for IPv4 host table dumpArkadi Sharshevsky1-0/+247
2017-08-24mlxsw: spectrum_dpipe: Add IPv4 host table initial supportArkadi Sharshevsky1-0/+102
2017-08-24mlxsw: spectrum_dpipe: Fix label nameArkadi Sharshevsky1-2/+2
2017-08-24devlink: Move dpipe entry clear function into devlinkArkadi Sharshevsky1-22/+2
2017-08-24devlink: Add support for dynamic table sizeArkadi Sharshevsky1-4/+9
2017-08-24mlxsw: spectrum_dpipe: Fix erif table op name spaceArkadi Sharshevsky1-5/+5
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-05-18mlxsw: spectrum_dpipe: Fix sparse warningsArkadi Sharshevsky1-1/+4
2017-05-18mlxsw: spectrum_dpipe: Fix incorrect entry indexArkadi Sharshevsky1-1/+2
2017-05-17mlxsw: spectrum_router: Move RIFs array to its rightful placeIdo Schimmel1-8/+9
2017-03-29mlxsw: spectrum: Add Support for erif table entries accessArkadi Sharshevsky1-0/+185
2017-03-29mlxsw: spectrum: Add definition for egress rif tableArkadi Sharshevsky1-4/+113
2017-03-29mlxsw: spectrum: Add placeholder for dpipeArkadi Sharshevsky1-0/+57