aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-21net/mlx5e: Take packet_merge params directly from the RX res structTariq Toukan1-8/+6
2021-12-21net/mlx5e: Allocate per-channel stats dynamically at first usageLama Kayal1-13/+28
2021-12-21net/mlx5e: Use dynamic per-channel allocations in statsTariq Toukan9-22/+36
2021-12-21net/mlx5e: Allow profile-specific limitation on max num of channelsTariq Toukan3-3/+23
2021-12-21net/mlx5e: Save memory by using dynamic allocation in netdev privTariq Toukan2-10/+54
2021-12-21net/mlx5e: Add profile indications for PTP and QOS HTB featuresTariq Toukan3-24/+42
2021-12-21net/mlx5e: Use bitmap field for profile featuresTariq Toukan7-11/+14
2021-12-21net/mlx5: Remove the repeated declarationShaokun Zhang1-3/+0
2021-12-21net/mlx5: Let user configure max_macs generic paramShay Drory2-0/+88
2021-12-21net/mlx5: Let user configure event_eq_size paramShay Drory2-1/+22
2021-12-21net/mlx5: Let user configure io_eq_size paramShay Drory2-1/+31
2021-12-19flow_offload: reject to offload tc actions in offload driversBaowen Zheng1-0/+3
2021-12-16Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller2-17/+63
2021-12-14net/mlx5e: Move goto action checks into tc_action goto post parse opRoi Dayan2-19/+35
2021-12-14net/mlx5e: Move vlan action chunk into tc action vlan post parse opRoi Dayan2-38/+51
2021-12-14net/mlx5e: Add post_parse() op to tc action infrastructureRoi Dayan2-0/+15
2021-12-14net/mlx5e: Move sample attr allocation to tc_action sample parse opRoi Dayan3-12/+6
2021-12-14net/mlx5e: TC action parsing loopRoi Dayan1-42/+46
2021-12-14net/mlx5e: Add redirect ingress to tc action infraRoi Dayan5-51/+83
2021-12-14net/mlx5e: Add sample and ptype to tc_action infraRoi Dayan6-28/+90
2021-12-14net/mlx5e: Add ct to tc action infraRoi Dayan5-30/+64
2021-12-14net/mlx5e: Add mirred/redirect to tc action infraRoi Dayan7-261/+382
2021-12-14net/mlx5e: Add mpls push/pop to tc action infraRoi Dayan5-34/+102
2021-12-14net/mlx5e: Add vlan push/pop/mangle to tc action infraRoi Dayan8-221/+314
2021-12-14net/mlx5e: Add pedit to tc action infraRoi Dayan7-169/+222
2021-12-14net/mlx5e: Add csum to tc action infraRoi Dayan5-45/+67
2021-12-14net/mlx5e: Add tunnel encap/decap to tc action infraRoi Dayan5-21/+81
2021-12-14net/mlx5e: Add goto to tc action infraRoi Dayan7-76/+99
2021-12-14net/mlx5e: Add tc action infrastructureRoi Dayan9-47/+297
2021-12-13net/mlx5: Create more priorities for FDB bypass namespaceMaor Gottlieb1-6/+29
2021-12-13net/mlx5: Refactor mlx5_get_flow_namespaceMaor Gottlieb1-12/+32
2021-12-13net/mlx5: Separate FDB namespaceMaor Gottlieb2-1/+4
2021-12-02net/mlx5: Dynamically resize flow counters query bufferAvihai Horon1-14/+60
2021-12-02net/mlx5e: TC, Set flow attr ip_version earlierRoi Dayan1-3/+3
2021-12-02net/mlx5e: TC, Move common flow_action checks into functionRoi Dayan1-20/+24
2021-12-02net/mlx5e: Remove redundant actions arg from vlan push/pop funcsRoi Dayan1-10/+6
2021-12-02net/mlx5e: Remove redundant actions arg from validate_goto_chain()Roi Dayan1-9/+5
2021-12-02net/mlx5e: TC, Remove redundant action stack varRoi Dayan1-47/+42
2021-12-02net/mlx5e: Hide function mlx5e_num_channels_changedTariq Toukan2-2/+1
2021-12-02net/mlx5e: SHAMPO, clean MLX5E_MAX_KLM_PER_WQE macroBen Ben-Ishay3-3/+3
2021-12-02net/mlx5: Print more info on pci error handlersSaeed Mahameed1-14/+37
2021-12-02net/mlx5: SF, silence an uninitialized variable warningDan Carpenter1-1/+1
2021-12-02net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()'Christophe JAILLET1-5/+9
2021-12-02net/mlx5: Fix error return code in esw_qos_create()Wei Yongjun1-0/+1
2021-12-02mlx5: fix mlx5i_grp_sw_update_stats() stack usageArnd Bergmann1-3/+9
2021-12-02mlx5: fix psample_sample_packet link errorArnd Bergmann1-0/+1
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-60/+93
2021-11-30net/mlx5e: SHAMPO, Fix constant expression resultBen Ben-Ishay1-5/+3
2021-11-30net/mlx5: Fix access to a non-supported registerAya Levin2-6/+4
2021-11-30net/mlx5: Fix too early queueing of log timestamp workGal Pressman1-2/+3