aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-14mlx5: Rx queue setup time determine frame_sz for XDPJesper Dangaard Brouer4-0/+10
2020-05-14mlx4: Add XDP frame size and adjust max XDP MTUJesper Dangaard Brouer2-1/+3
2020-05-09mlxsw: spectrum_flower: Forbid to insert flower rules in collision with matchall rulesJiri Pirko1-0/+32
2020-05-09mlxsw: spectrum_matchall: Forbid to insert matchall rules in collision with flower rulesJiri Pirko3-3/+41
2020-05-09mlxsw: spectrum_matchall: Expose a function to get min and max rule priorityJiri Pirko2-0/+38
2020-05-09mlxsw: spectrum_matchall: Put matchall list into substruct of flow structJiri Pirko3-7/+9
2020-05-09mlxsw: spectrum_flower: Expose a function to get min and max rule priorityJiri Pirko5-7/+75
2020-05-09mlxsw: spectrum_matchall: Restrict sample action to be allowed only on ingressJiri Pirko1-0/+5
2020-05-09net/mlx5e: Enhance ICOSQ WQE info fieldsTariq Toukan3-11/+19
2020-05-09net/mlx5: Accel, Remove unnecessary header includeTariq Toukan1-1/+0
2020-05-09net/mlx5e: Use struct assignment for WQE info updatesTariq Toukan4-17/+24
2020-05-09net/mlx5e: Take TX WQE info structures out of general EN headerTariq Toukan3-27/+27
2020-05-09net/mlx5e: kTLS, Do not fill edge for the DUMP WQEs in TX flowTariq Toukan1-4/+1
2020-05-09net/mlx5e: kTLS, Fill work queue edge separately in TX flowTariq Toukan1-10/+8
2020-05-09net/mlx5e: Split TX acceleration offloads into two phasesMaxim Mikityanskiy8-23/+52
2020-05-09net/mlx5e: Update UDP fields of the SKB for GSO firstMaxim Mikityanskiy1-3/+5
2020-05-09net/mlx5e: Make TLS offload independent of wqe and piMaxim Mikityanskiy5-23/+23
2020-05-09net/mlx5e: Pass only eseg to IPSEC offloadMaxim Mikityanskiy3-4/+4
2020-05-09net/mlx5e: Return void from mlx5e_sq_xmit and mlx5i_sq_xmitMaxim Mikityanskiy4-19/+18
2020-05-09net/mlx5e: Unify checks of TLS offloadsMaxim Mikityanskiy3-22/+13
2020-05-09net/mlx5e: Return bool from TLS and IPSEC offloadsMaxim Mikityanskiy8-68/+50
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-21/+45
2020-05-07net: remove newlines in NL_SET_ERR_MSG_MODJacob Keller1-1/+1
2020-05-07net: mlx4: remove unneeded variable "err" in mlx4_en_ethtool_add_mac_rule()Jason Yan1-2/+1
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-22/+45
2020-05-06net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso1-1/+2
2020-05-06net: mlx4: remove unneeded variable "err" in mlx4_en_get_rxfh()Jason Yan1-2/+1
2020-05-04net/mlx4_core: Fix use of ENOSPC around mlx4_counter_alloc()Tariq Toukan1-1/+3
2020-05-01net/mlx5: Add support to get lag physical portMaor Gottlieb1-0/+24
2020-05-01net/mlx5: Change lag mutex lock to spin lockMaor Gottlieb1-21/+21
2020-04-30mlxsw: spectrum_acl_tcam: Position vchunk in a vregion list properlyJiri Pirko1-2/+10
2020-04-30Merge tag 'mlx5-updates-2020-04-30' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller62-1835/+921
2020-04-30mlxsw: spectrum_span: Remove old SPAN APIIdo Schimmel2-209/+2
2020-04-30mlxsw: spectrum_span: Use new analyzed ports list during speed / MTU changeIdo Schimmel1-37/+35
2020-04-30mlxsw: spectrum_acl: Convert flower-based mirroring to new SPAN APIIdo Schimmel1-12/+19
2020-04-30mlxsw: spectrum: Convert matchall-based mirroring to new SPAN APIIdo Schimmel1-13/+39
2020-04-30mlxsw: spectrum_span: Add APIs to bind / unbind a SPAN agentIdo Schimmel2-0/+187
2020-04-30mlxsw: spectrum_span: Wrap buffer change in a functionIdo Schimmel1-5/+12
2020-04-30mlxsw: spectrum_span: Rename functionIdo Schimmel1-8/+8
2020-04-30mlxsw: spectrum_span: Add APIs to get / put an analyzed portIdo Schimmel2-0/+140
2020-04-30mlxsw: spectrum_span: Add APIs to get / put a SPAN agentIdo Schimmel2-0/+47
2020-04-30net/mlx5e: Unify reserving space for WQEsMaxim Mikityanskiy6-69/+88
2020-04-30net/mlx5e: Rename ICOSQ WQE info struct and fieldMaxim Mikityanskiy4-15/+15
2020-04-30net/mlx5e: Fetch WQE: reuse code and enforce typingMaxim Mikityanskiy8-40/+38
2020-04-30net/mlx5e: XDP, Print the offending TX descriptor on error completionTariq Toukan1-4/+3
2020-04-30net/mlx5e: TX, Generalise code and usage of error CQE dumpTariq Toukan4-22/+27
2020-04-30net/mlx5e: Use proper name field for the UMR keyTariq Toukan1-1/+1
2020-04-30net/mlx5: Add support for release all pages eventEran Ben Elisha2-3/+41
2020-04-30net/mlx5: Rate limit page not found error messagesEran Ben Elisha1-1/+1
2020-04-30net/mlx5: Add helper function to release fw pageEran Ben Elisha1-13/+17