summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2024-01-01net/mlx5e: Correct snprintf truncation handling for fw_version buffer used by...Rahul Rameshbabu1-1/+1
2024-01-01net/mlx5e: Correct snprintf truncation handling for fw_version bufferRahul Rameshbabu1-1/+1
2024-01-01net/mlx5e: Fix error codes in alloc_branch_attr()Dan Carpenter1-2/+4
2024-01-01net/mlx5e: Fix error code in mlx5e_tc_action_miss_mapping_get()Dan Carpenter1-1/+3
2024-01-01net/mlx5: Refactor mlx5_flow_destination->rep pointer to vport numVlad Buslov5-16/+18
2024-01-01net/mlx5: Fix fw tracer first block checkMoshe Shemesh1-1/+1
2024-01-01net/mlx5e: XDP, Drop fragmented packets larger than MTU sizeCarolina Jubran1-1/+3
2024-01-01net/mlx5e: Decrease num_block_tc when unblock tc offloadChris Mi1-1/+1
2024-01-01net/mlx5e: Fix overrun reported by coverityJianbo Liu1-2/+10
2024-01-01net/mlx5e: fix a potential double-free in fs_udp_create_groupsDinghao Liu1-0/+1
2024-01-01net/mlx5e: Fix a race in command alloc flowShifeng Li1-5/+7
2024-01-01net/mlx5e: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list()Shifeng Li1-1/+1
2024-01-01Revert "net/mlx5e: fix double free of encap_header"Vlad Buslov1-4/+6
2024-01-01Revert "net/mlx5e: fix double free of encap_header in update funcs"Vlad Buslov1-10/+10
2023-12-20net/mlx5: Fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2023-12-20net/mlx5e: Check netdev pointer before checking its net nsGavin Li1-6/+10
2023-12-20net/mlx5: Nack sync reset request when HotPlug is enabledMoshe Shemesh1-0/+29
2023-12-20net/mlx5e: TC, Don't offload post action rule if not supportedChris Mi2-4/+27
2023-12-20net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_workMoshe Shemesh2-3/+25
2023-12-20net/mlx5e: Disable IPsec offload support if not FW steeringChris Mi2-16/+18
2023-12-20RDMA/mlx5: Send events from IB driver about device affiliation statePatrisious Haddad1-0/+6
2023-12-20net/mlx5e: Check the number of elements before walk TC rhashtableJianbo Liu1-1/+1
2023-12-20net/mlx5e: Reduce eswitch mode_lock protection contextJianbo Liu4-32/+52
2023-12-20net/mlx5e: Tidy up IPsec NAT-T SA discoveryLeon Romanovsky1-6/+16
2023-12-20net/mlx5e: Unify esw and normal IPsec status table creation/destructionPatrisious Haddad3-213/+141
2023-12-20net/mlx5e: Ensure that IPsec sequence packet number starts from 1Leon Romanovsky1-1/+8
2023-12-20net/mlx5e: Honor user choice of IPsec replay window sizeLeon Romanovsky2-1/+22
2023-11-28net/mlx5e: Check return value of snprintf writing to fw_version buffer for re...Rahul Rameshbabu1-4/+8
2023-11-28net/mlx5e: Check return value of snprintf writing to fw_version bufferRahul Rameshbabu1-4/+9
2023-11-28net/mlx5e: Reduce the size of icosq_strSaeed Mahameed1-2/+2
2023-11-28net/mlx5: Increase size of irq name bufferRahul Rameshbabu2-3/+6
2023-11-28net/mlx5e: Update doorbell for port timestamping CQ before the software counterRahul Rameshbabu1-4/+16
2023-11-28net/mlx5e: Track xmit submission to PTP WQ after populating metadata mapRahul Rameshbabu1-1/+1
2023-11-28net/mlx5e: Avoid referencing skb after free-ing in drop path of mlx5e_sq_xmit...Rahul Rameshbabu1-1/+1
2023-11-28net/mlx5e: Don't modify the peer sent-to-vport rules for IPSec offloadJianbo Liu1-1/+2
2023-11-28net/mlx5e: Fix pedit endiannessVlad Buslov1-28/+32
2023-11-28net/mlx5e: fix double free of encap_header in update funcsGavin Li1-10/+10
2023-11-28net/mlx5e: fix double free of encap_headerDust Li1-6/+4
2023-11-28net/mlx5: Decouple PHC .adjtime and .adjphase implementationsRahul Rameshbabu1-1/+6
2023-11-28net/mlx5: Free used cpus mask when an IRQ is releasedMaher Sanalla2-48/+19
2023-11-28Revert "net/mlx5: DR, Supporting inline WQE when possible"Itamar Gozlan1-102/+13
2023-11-20mlxsw: Use size_mul() in call to struct_size()Gustavo A. R. Silva1-1/+1
2023-10-12net/mlx5e: Fix VF representors reporting zero counters to "ip -s" commandAmir Tzin3-4/+14
2023-10-12net/mlx5e: Don't offload internal port if filter device is out deviceJianbo Liu1-1/+2
2023-10-12net/mlx5e: Take RTNL lock before triggering netdev notifiersLama Kayal1-0/+8
2023-10-12net/mlx5e: XDP, Fix XDP_REDIRECT mpwqe page fragment leaks on shutdownDragos Tatulea1-4/+4
2023-10-12net/mlx5e: RX, Fix page_pool allocation failure recovery for legacy rqDragos Tatulea1-9/+24
2023-10-12net/mlx5e: RX, Fix page_pool allocation failure recovery for striding rqDragos Tatulea1-0/+2
2023-10-12net/mlx5: Handle fw tracer change ownership event based on MTRCMaher Sanalla1-1/+1
2023-10-12net/mlx5: Bridge, fix peer entry ageing in LAG modeVlad Buslov4-1/+39