aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core
AgeCommit message (Expand)AuthorFilesLines
2023-12-13net/mlx5e: Correct snprintf truncation handling for fw_version buffer used by...Gravatar Rahul Rameshbabu 1-1/+1
2023-12-13net/mlx5e: Correct snprintf truncation handling for fw_version bufferGravatar Rahul Rameshbabu 1-1/+1
2023-12-13net/mlx5e: Fix error codes in alloc_branch_attr()Gravatar Dan Carpenter 1-2/+4
2023-12-13net/mlx5e: Fix error code in mlx5e_tc_action_miss_mapping_get()Gravatar Dan Carpenter 1-1/+3
2023-12-13net/mlx5: Refactor mlx5_flow_destination->rep pointer to vport numGravatar Vlad Buslov 5-16/+18
2023-12-13net/mlx5: Fix fw tracer first block checkGravatar Moshe Shemesh 1-1/+1
2023-12-13net/mlx5e: XDP, Drop fragmented packets larger than MTU sizeGravatar Carolina Jubran 1-1/+3
2023-12-13net/mlx5e: Decrease num_block_tc when unblock tc offloadGravatar Chris Mi 1-1/+1
2023-12-13net/mlx5e: Fix overrun reported by coverityGravatar Jianbo Liu 1-2/+10
2023-12-13net/mlx5e: fix a potential double-free in fs_udp_create_groupsGravatar Dinghao Liu 1-0/+1
2023-12-13net/mlx5e: Fix a race in command alloc flowGravatar Shifeng Li 1-5/+7
2023-12-13net/mlx5e: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list()Gravatar Shifeng Li 1-1/+1
2023-12-13net/mlx5e: fix double free of encap_headerGravatar Vlad Buslov 1-8/+12
2023-12-13Revert "net/mlx5e: fix double free of encap_header"Gravatar Vlad Buslov 1-4/+6
2023-12-13Revert "net/mlx5e: fix double free of encap_header in update funcs"Gravatar Vlad Buslov 1-10/+10
2023-12-04net/mlx5: Fix a NULL vs IS_ERR() checkGravatar Dan Carpenter 1-1/+1
2023-12-04net/mlx5e: Check netdev pointer before checking its net nsGravatar Gavin Li 1-6/+10
2023-12-04net/mlx5: Nack sync reset request when HotPlug is enabledGravatar Moshe Shemesh 1-0/+29
2023-12-04net/mlx5e: TC, Don't offload post action rule if not supportedGravatar Chris Mi 2-4/+27
2023-12-04net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_workGravatar Moshe Shemesh 2-3/+25
2023-12-04net/mlx5e: Disable IPsec offload support if not FW steeringGravatar Chris Mi 2-16/+18
2023-12-04net/mlx5e: Check the number of elements before walk TC rhashtableGravatar Jianbo Liu 1-1/+1
2023-12-04net/mlx5e: Reduce eswitch mode_lock protection contextGravatar Jianbo Liu 4-32/+52
2023-12-04net/mlx5e: Tidy up IPsec NAT-T SA discoveryGravatar Leon Romanovsky 1-6/+16
2023-12-04net/mlx5e: Add IPsec and ASO syndromes check in HWGravatar Patrisious Haddad 2-20/+223
2023-12-04net/mlx5e: Remove exposure of IPsec RX flow steering structGravatar Leon Romanovsky 3-19/+19
2023-12-04net/mlx5e: Unify esw and normal IPsec status table creation/destructionGravatar Patrisious Haddad 3-213/+141
2023-12-04net/mlx5e: Ensure that IPsec sequence packet number starts from 1Gravatar Leon Romanovsky 1-1/+8
2023-12-04net/mlx5e: Honor user choice of IPsec replay window sizeGravatar Leon Romanovsky 2-1/+22
2023-11-15net/mlx5e: Check return value of snprintf writing to fw_version buffer for re...Gravatar Rahul Rameshbabu 1-4/+8
2023-11-15net/mlx5e: Check return value of snprintf writing to fw_version bufferGravatar Rahul Rameshbabu 1-4/+9
2023-11-15net/mlx5e: Reduce the size of icosq_strGravatar Saeed Mahameed 1-2/+2
2023-11-15net/mlx5: Increase size of irq name bufferGravatar Rahul Rameshbabu 2-3/+6
2023-11-15net/mlx5e: Update doorbell for port timestamping CQ before the software counterGravatar Rahul Rameshbabu 1-4/+16
2023-11-15net/mlx5e: Track xmit submission to PTP WQ after populating metadata mapGravatar Rahul Rameshbabu 1-1/+1
2023-11-15net/mlx5e: Avoid referencing skb after free-ing in drop path of mlx5e_sq_xmit...Gravatar Rahul Rameshbabu 1-1/+1
2023-11-15net/mlx5e: Don't modify the peer sent-to-vport rules for IPSec offloadGravatar Jianbo Liu 1-1/+2
2023-11-15net/mlx5e: Fix pedit endiannessGravatar Vlad Buslov 1-28/+32
2023-11-15net/mlx5e: fix double free of encap_header in update funcsGravatar Gavin Li 1-10/+10
2023-11-15net/mlx5e: fix double free of encap_headerGravatar Dust Li 1-6/+4
2023-11-15net/mlx5: Decouple PHC .adjtime and .adjphase implementationsGravatar Rahul Rameshbabu 1-1/+6
2023-11-15net/mlx5: DR, Allow old devices to use multi destination FTEGravatar Erez Shitrit 1-1/+2
2023-11-15net/mlx5: Free used cpus mask when an IRQ is releasedGravatar Maher Sanalla 2-48/+19
2023-11-15Revert "net/mlx5: DR, Supporting inline WQE when possible"Gravatar Itamar Gozlan 1-102/+13
2023-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-1/+2
2023-10-31Merge tag 'v6.6' into rdma.git for-nextGravatar Jason Gunthorpe 15-68/+134
2023-10-26net/mlx5: fix uninit value useGravatar Przemek Kitszel 2-3/+11
2023-10-23page_pool: remove PP_FLAG_PAGE_FRAGGravatar Yunsheng Lin 1-1/+1
2023-10-20net/mlx5: devlink health: use retained error fmsg APIGravatar Przemek Kitszel 9-948/+330
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 13-65/+130