aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-30net/mlx5e: fix memory leak of tlsColin Ian King1-1/+3
2020-06-29mlxsw: spectrum_ethtool: Add link extended stateAmit Cohen1-0/+145
2020-06-29mlxsw: reg: Port Diagnostics Database RegisterAmit Cohen1-0/+51
2020-06-29mlxsw: spectrum_ethtool: Move mlxsw_sp_port_type_speed_ops structsAmit Cohen3-660/+660
2020-06-29mlxsw: Move ethtool_ops to spectrum_ethtool.cAmit Cohen4-875/+892
2020-06-29mlxsw: spectrum_dcb: Rename mlxsw_sp_port_headroom_set()Amit Cohen1-3/+3
2020-06-27net/mlx5e: kTLS, Improve rx handler function callTariq Toukan7-21/+34
2020-06-27net/mlx5e: kTLS, Cleanup redundant capability checkTariq Toukan1-3/+0
2020-06-27net/mlx5e: Increase Async ICO SQ sizeTariq Toukan1-1/+9
2020-06-27net/mlx5e: kTLS, Add kTLS RX statsTariq Toukan3-3/+88
2020-06-27net/mlx5e: kTLS, Add kTLS RX resync supportTariq Toukan8-7/+381
2020-06-27net/mlx5e: kTLS, Add kTLS RX HW offload supportTariq Toukan19-32/+529
2020-06-27net/mlx5e: kTLS, Use kernel API to extract private offload contextTariq Toukan1-19/+9
2020-06-27net/mlx5e: kTLS, Improve TLS feature modularityTariq Toukan13-288/+376
2020-06-27net/mlx5e: Accel, Expose flow steering API for rules add/delTariq Toukan2-0/+129
2020-06-27net/mlx5e: Receive flow steering framework for accelerated TCP flowsBoris Pismenny5-3/+311
2020-06-27net/mlx5e: API to manipulate TTC rules destinationsSaeed Mahameed3-48/+86
2020-06-27net/mlx5e: Refactor build channel paramsTariq Toukan3-29/+29
2020-06-27net/mlx5e: Turn XSK ICOSQ into a general asynchronous oneTariq Toukan5-61/+42
2020-06-27Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed6-40/+19
2020-06-27net/mlx5: kTLS, Improve TLS params layout structuresTariq Toukan4-8/+12
2020-06-27net/mlx5: Avoid eswitch header inclusion in fs core layerParav Pandit3-11/+10
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-17/+23
2020-06-25net/mlx5e: vxlan: Return bool instead of opaque ptr in port_lookup()Saeed Mahameed2-7/+7
2020-06-25net/mlx5e: vxlan: Use RCU for vxlan table lookupSaeed Mahameed1-38/+27
2020-06-25net/mlx5e: Move TC-specific function definitions into MLX5_CLS_ACTVlad Buslov1-8/+8
2020-06-25net/mlx5e: Move including net/arp.h from en_rep.c to rep/neigh.cAlaa Hleihel2-1/+1
2020-06-25net/mlx5e: Remove unused mlx5e_xsk_first_unused_channelMaxim Mikityanskiy2-15/+0
2020-06-25net/mlx5: Use kfree(ft->g) in arfs_create_groups()Denis Efremov1-1/+1
2020-06-25net/mlx5: FWTrace: Add missing spaceHu Haowen1-1/+1
2020-06-25net/mlx5: Avoid eswitch header inclusion in fs core layerParav Pandit3-11/+10
2020-06-23bonding/xfrm: use real_dev instead of slave_devJarod Wilson1-8/+2
2020-06-23mlxsw: Enforce firmware version for Spectrum-3Petr Machata1-0/+18
2020-06-23mlxsw: Bump firmware version to XX.2007.1168Petr Machata1-4/+4
2020-06-23mlxsw: spectrum_dcb: Fix a spelling typo in spectrum_dcb.cMasanari Iida1-1/+1
2020-06-23net/mlx5: Add support in query QP, CQ and MKEY segmentsMaor Gottlieb1-0/+3
2020-06-23net/mlx5: Export resource dump interfaceMaor Gottlieb2-32/+4
2020-06-22mlxsw: spectrum_acl: Support FLOW_ACTION_MANGLE for TCP, UDP portsPetr Machata3-0/+51
2020-06-22mlxsw: core_acl_flex_actions: Add L4_PORT_ACTIONPetr Machata1-0/+26
2020-06-22mlxsw: spectrum: Split handling of pedit mangle by chip typePetr Machata3-7/+60
2020-06-22mlxsw: spectrum: Do not rely on machine endiannessIdo Schimmel4-9/+7
2020-06-22mlx5: become aware of when running as a bonding slaveJarod Wilson1-0/+6
2020-06-22net/mlx5: E-switch, Supporting setting devlink port function mac addressParav Pandit3-0/+41
2020-06-22net/mlx5: Split mac address setting function for using state_lockParav Pandit1-14/+24
2020-06-22net/mlx5: E-switch, Support querying port function mac addressParav Pandit3-0/+55
2020-06-22net/mlx5: Move helper to eswitch layerParav Pandit2-7/+8
2020-06-22net/mlx5: E-switch, Introduce and use eswitch support check helperParav Pandit3-40/+50
2020-06-22net/mlx5: Constify mac address pointerParav Pandit3-4/+4
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu1-2/+3
2020-06-19flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu1-7/+14