aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum_ipip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin1-10/+16
2024-04-01ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin1-13/+17
2022-12-08mlxsw: spectrum_ipip: Add Spectrum-1 ip6gre supportIdo Schimmel1-75/+8
2022-12-08mlxsw: spectrum_ipip: Rename Spectrum-2 ip6gre operationsIdo Schimmel1-47/+47
2022-12-08mlxsw: spectrum_router: Add support for double entry RIFsIdo Schimmel1-0/+1
2022-05-12mlxsw: Avoid warning during ip6gre device removalAmit Cohen1-8/+3
2021-12-15mlxsw: spectrum_ipip: Use common hash table for IPv6 address mappingAmit Cohen1-22/+6
2021-09-24mlxsw: Add support for IP-in-IP with IPv6 underlay for Spectrum-2 and aboveAmit Cohen1-1/+226
2021-09-24mlxsw: spectrum_router: Increase parsing depth for IPv6 decapsulationAmit Cohen1-0/+2
2021-09-24mlxsw: spectrum_ipip: Add mlxsw_sp_ipip_gre6_opsAmit Cohen1-0/+65
2021-09-24mlxsw: Create separate ipip_ops_arr for different ASICsAmit Cohen1-1/+5
2021-09-24mlxsw: Take tunnel's type into account when searching underlay deviceAmit Cohen1-0/+15
2021-09-24mlxsw: spectrum_ipip: Create common function for mlxsw_sp_ipip_ol_netdev_change_gre()Amit Cohen1-24/+45
2021-09-24mlxsw: spectrum_ipip: Pass IP tunnel parameters by reference and as 'const'Amit Cohen1-33/+33
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+3
2021-03-29mlxsw: spectrum: Fix ECN marking in tunnel decapsulationIdo Schimmel1-4/+3
2021-03-24mlxsw: spectrum_router: Pass payload pointer to nexthop update functionIdo Schimmel1-2/+1
2021-03-24mlxsw: spectrum_router: Add ability to overwrite adjacency entry only when inactiveIdo Schimmel1-3/+6
2020-12-06mlxsw: spectrum_router: Reduce mlxsw_sp_ipip_fib_entry_op_gre4()Jiri Pirko1-41/+4
2020-11-14mlxsw: spectrum_ipip: Remove overlay protocol from can_offload() callbackIdo Schimmel1-2/+1
2020-11-12mlxsw: spectrum_router: Introduce fib_entry priv for low-level opsJiri Pirko1-5/+7
2020-11-12mlxsw: spectrum: Push RALUE packing and writing into low-level router opsJiri Pirko1-14/+13
2020-11-12mlxsw: spectrum: Export RALUE pack helper and use it from IPIPJiri Pirko1-15/+2
2020-11-12mlxsw: spectrum: Propagate context from work handler containing RALUE payloadJiri Pirko1-5/+6
2020-11-12mlxsw: spectrum_router: Use RALUE-independent op argJiri Pirko1-3/+16
2020-01-19mlxsw: Add ECN configurations with IPinIP tunnelsAmit Cohen1-0/+60
2019-01-20mlxsw: spectrum_router: Update tunnel decap propertiesNir Dotan1-0/+2
2018-08-09mlxsw: Replace license text with SPDX identifiers and adjust copyrightsJiri Pirko1-33/+2
2018-02-27mlxsw: spectrum_ipip: Support decoding IPv6 tunnel addressesPetr Machata1-2/+27
2018-02-27mlxsw: spectrum_ipip: Extract mlxsw_sp_l3addr_is_zeroPetr Machata1-5/+11
2018-02-13mlxsw: spectrum: Distinguish between IPv4/6 tunnelsPetr Machata1-86/+55
2017-11-04mlxsw: spectrum_ipip: Handle underlay device changePetr Machata1-2/+3
2017-11-04mlxsw: spectrum: Handle NETDEV_CHANGE on L3 tunnelsPetr Machata1-0/+67
2017-11-04mlxsw: spectrum_ipip: Split accessor functionsPetr Machata1-33/+67
2017-11-04mlxsw: spectrum: Move mlxsw_sp_ipip_netdev_{s, d}addr{, 4}()Petr Machata1-0/+53
2017-09-03mlxsw: spectrum_router: Support GRE tunnelsPetr Machata1-0/+176
2017-09-03mlxsw: spectrum_router: Add mlxsw_sp_ipip_opsPetr Machata1-0/+38