summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
AgeCommit message (Expand)AuthorFilesLines
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller21-81/+165
2021-03-23net: ethernet: Remove duplicate include of vhca_event.hWan Jiabing1-1/+0
2021-03-23net: ethernet: indir_table.h is included twiceWan Jiabing1-1/+0
2021-03-22net/mlx5: SF, do not use ecpu bit for vhca state processingParav Pandit4-24/+17
2021-03-22net/mlx5e: Fix division by 0 in mlx5e_select_queueMaxim Mikityanskiy1-0/+5
2021-03-22net/mlx5e: Fix error path for ethtool set-priv-flagAya Levin1-1/+5
2021-03-22net/mlx5e: Offload tuple rewrite for non-CT flowsDima Chumak2-12/+35
2021-03-22net/mlx5e: Allow to match on MPLS parameters only for MPLS over UDPAlaa Hleihel1-0/+10
2021-03-22net/mlx5: Add back multicast stats for uplink representorHuy Nguyen1-0/+7
2021-03-16net/mlx5: E-Switch, Protect changing mode while adding rulesRoi Dayan4-3/+122
2021-03-16net/mlx5: E-Switch, Change mode lock from mutex to rw semaphoreRoi Dayan3-20/+19
2021-03-16net/mlx5e: Do not reload ethernet ports when changing eswitch modeRoi Dayan7-54/+115
2021-03-16net/mlx5e: Unregister eth-reps devices firstRoi Dayan1-4/+4
2021-03-16net/mlx5: Move devlink port from mlx5e priv to mlx5e resourcesRoi Dayan6-9/+28
2021-03-16net/mlx5: Move mlx5e hw resources into a sub objectRoi Dayan7-31/+34
2021-03-16net/mlx5e: Register nic devlink port with switch idRoi Dayan2-1/+29
2021-03-16net/mlx5e: Move devlink port register and unregister callsRoi Dayan2-11/+21
2021-03-16net/mlx5e: Verify dev is present in some ndosRoi Dayan3-0/+26
2021-03-16net/mlx5e: Use nic mode netdev ndos and ethtool ops for uplink representorRoi Dayan1-129/+4
2021-03-16net/mlx5e: Add offload stats ndos to nic netdev opsRoi Dayan3-3/+37
2021-03-16net/mlx5e: Distinguish nic and esw offload in tc setup block cbRoi Dayan1-1/+6
2021-03-16net/mlx5e: Allow legacy vf ndos only if in legacy modeRoi Dayan3-9/+51
2021-03-16net/mlx5e: Same max num channels for both nic and uplink profilesSaeed Mahameed1-1/+2
2021-03-13flow_offload: reject configuration of packet-per-second policing in offload d...Baowen Zheng1-0/+4
2021-03-12net/mlx5e: Allow to match on ICMP parametersMaor Dickman1-0/+47
2021-03-12net/mlx5: CT: Add support for mirroringPaul Blakey2-9/+14
2021-03-12net/mlx5: Display the command index in command mailbox dumpAlaa Hleihel1-14/+18
2021-03-12net/mlx5e: allocate 'indirection_rqt' buffer dynamicallyArnd Bergmann1-3/+13
2021-03-12net/mlx5e: Dump ICOSQ WQE descriptor on CQE with error eventsTariq Toukan1-0/+1
2021-03-12net/mlx5e: Use net_prefetchw instead of prefetchw in MPWQE TX datapathMaxim Mikityanskiy1-1/+1
2021-03-12net/mlx5e: Remove redundant newline in NL_SET_ERR_MSG_MODRoi Dayan1-2/+2
2021-03-12net/mlx5: Read congestion counters from all ports when lag is activeMark Zhang1-1/+1
2021-03-12net/mlx5: remove unneeded semicolonJiapeng Chong1-1/+1
2021-03-12net/mlx5: use kvfree() for memory allocated with kvzalloc()Junlin Yang1-5/+5
2021-03-12net/mlx5: DR, Add missing vhca_id consume from STEv1Yevgeny Kliteynik1-0/+1
2021-03-12net/mlx5: DR, Remove unneeded rx_decap_l3 function for STEv1Yevgeny Kliteynik1-18/+0
2021-03-12net/mlx5: DR, Fixed typo in STE v0Yevgeny Kliteynik1-1/+1
2021-03-11net/mlx5e: Alloc flow spec using kvzalloc instead of kzallocRoi Dayan3-11/+11
2021-03-11net/mlx5: Avoid unnecessary operationEli Cohen1-4/+2
2021-03-11net/mlx5e: rep: Improve reg_cX conditionsSaeed Mahameed1-5/+3
2021-03-11net/mlx5: SF, Fix return typeRoi Dayan1-1/+1
2021-03-11net/mlx5e: mlx5_tc_ct_init does not failSaeed Mahameed1-8/+0
2021-03-11net/mlx5: Fix indir stable stubsVlad Buslov1-3/+3
2021-03-11net/mlx5e: Add missing includeVlad Buslov1-0/+1
2021-03-11net/mlx5e: fix mlx5e_tc_tun_update_header_ipv6 dummy definitionArnd Bergmann1-4/+6
2021-03-11net/mlx5e: CT, Avoid false lock dependency warningRoi Dayan1-0/+10
2021-03-11net/mlx5: Check returned value from health recover sequenceLeon Romanovsky3-6/+9
2021-03-11net/mlx5: Don't rely on interface state bitLeon Romanovsky1-2/+1
2021-03-11net/mlx5: Remove second FW tracer checkLeon Romanovsky2-7/+2
2021-03-11net/mlx5: Separate probe vs. reload flowsLeon Romanovsky5-61/+107