summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en
AgeCommit message (Expand)AuthorFilesLines
2022-05-04net/mlx5e: Avoid checking offload capability in post_parse actionAriel Levkovich1-2/+1
2022-05-04net/mlx5e: CT: Fix queued up restore put() executing after relevant ft releasePaul Blakey1-0/+4
2022-05-04net/mlx5e: TC, fix decap fallback to uplink when int port not supportedAriel Levkovich1-1/+2
2022-05-04net/mlx5e: TC, Fix ct_clear overwriting ct action metadataAriel Levkovich3-16/+49
2022-05-04net/mlx5e: Fix the calling of update_buffer_lossy() APIMark Zhang1-2/+2
2022-03-22net/mlx5e: Fix build warning, detected write beyond size of fieldSaeed Mahameed1-2/+1
2022-03-18net/mlx5e: HTB, remove unused function declarationSaeed Mahameed1-1/+0
2022-03-18net/mlx5e: Remove MLX5E_XDP_TX_DS_COUNTMaxim Mikityanskiy1-1/+0
2022-03-18net/mlx5e: Support multi buffer XDP_TXMaxim Mikityanskiy1-8/+31
2022-03-18net/mlx5e: Unindent the else-block in mlx5e_xmit_xdp_buffMaxim Mikityanskiy1-14/+20
2022-03-18net/mlx5e: Implement sending multi buffer XDP framesMaxim Mikityanskiy3-22/+79
2022-03-18net/mlx5e: Don't prefill WQEs in XDP SQ in the multi buffer modeMaxim Mikityanskiy4-4/+36
2022-03-18net/mlx5e: Remove assignment of inline_hdr.sz on XDP TXMaxim Mikityanskiy1-1/+0
2022-03-18net/mlx5e: Move mlx5e_xdpi_fifo_push out of xmit_xdp_frameMaxim Mikityanskiy3-10/+13
2022-03-18net/mlx5e: Store DMA address inside struct pageMaxim Mikityanskiy3-12/+10
2022-03-18net/mlx5e: Add XDP multi buffer support to the non-linear legacy RQMaxim Mikityanskiy1-0/+5
2022-03-18net/mlx5e: Use page-sized fragments with XDP multi bufferMaxim Mikityanskiy1-1/+1
2022-03-18net/mlx5e: Use fragments of the same size in non-linear legacy RQ with XDPMaxim Mikityanskiy1-9/+19
2022-03-17net/mlx5: CT: Remove extra rhashtable remove on tuple entriesPaul Blakey1-1/+0
2022-03-17net/mlx5e: Drop the len output parameter from mlx5e_xdp_handleMaxim Mikityanskiy3-11/+7
2022-03-17net/mlx5e: RX, Test the XDP program existence out of the handlerTariq Toukan3-6/+9
2022-03-17net/mlx5e: Build SKB in place over the first fragment in non-linear legacy RQMaxim Mikityanskiy1-11/+32
2022-03-17net/mlx5e: Validate MTU when building non-linear legacy RQ fragments infoMaxim Mikityanskiy1-7/+27
2022-03-16net/mlx5e: MPLSoUDP encap, support action vlan pop_eth explicitlyMaor Dickman4-0/+10
2022-03-16net/mlx5e: MPLSoUDP decap, use vlan push_eth instead of peditMaor Dickman10-70/+42
2022-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski1-6/+15
2022-03-10net/mlx5: CT: Create smfs dr matchers dynamicallyPaul Blakey1-88/+94
2022-03-10net/mlx5: CT: Add software steering ct flow steering providerPaul Blakey5-6/+430
2022-03-10net/mlx5: CT: Introduce a platform for multiple flow steering providersPaul Blakey3-3/+118
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+0
2022-03-09net/mlx5e: SHAMPO, reduce TIR indicationBen Ben-Ishay1-3/+0
2022-03-03net/mlx5: Support GRE conntrack offloadToshiaki Makita1-6/+15
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-20/+41
2022-02-23net/mlx5e: MPLSoUDP decap, fix check for unsupported matchesMaor Dickman1-17/+11
2022-02-23net/mlx5e: Fix MPLSoUDP encap to use MPLS action informationMaor Dickman6-3/+24
2022-02-23net/mlx5e: TC, Skip redundant ct clear actionsRoi Dayan2-0/+8
2022-02-16net/mlx5e: TC, Allow sample action with CTRoi Dayan2-9/+5
2022-02-16net/mlx5e: TC, Make post_act parse CT and sample actionsRoi Dayan1-2/+3
2022-02-16net/mlx5e: TC, Clean redundant counter flag from tc action parsersRoi Dayan7-14/+7
2022-02-16net/mlx5e: Use multi table support for CT and sample actionsRoi Dayan6-94/+80
2022-02-16net/mlx5e: Create new flow attr for multi table actionsRoi Dayan7-17/+147
2022-02-16net/mlx5e: Add post act offload/unoffload APIRoi Dayan2-21/+54
2022-02-16net/mlx5e: Pass actions param to actions_match_supported()Roi Dayan1-0/+1
2022-02-16net/mlx5e: TC, Move flow hashtable to be per repPaul Blakey1-2/+2
2022-02-16net/mlx5e: RX, Restrict bulk size for small Striding RQsTariq Toukan2-0/+7
2022-02-16net/mlx5e: Default to Striding RQ when not conflicting with CQE compressionTariq Toukan1-2/+3
2022-02-16net/mlx5e: Generalize packet merge error messageTariq Toukan1-2/+2
2022-02-16net/mlx5e: Fix spelling mistake "supoported" -> "supported"Colin Ian King1-1/+1
2022-02-14net/mlx5e: Optimize the common case condition in mlx5e_select_queueMaxim Mikityanskiy1-3/+8
2022-02-14net/mlx5e: Optimize modulo in mlx5e_select_queueMaxim Mikityanskiy2-3/+24