aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-11-15net/mlx5e: Update doorbell for port timestamping CQ before the software counterRahul Rameshbabu1-4/+16
2023-11-15net/mlx5e: Track xmit submission to PTP WQ after populating metadata mapRahul Rameshbabu1-1/+1
2023-11-15net/mlx5e: Avoid referencing skb after free-ing in drop path of mlx5e_sq_xmit...Rahul Rameshbabu1-1/+1
2023-11-15net/mlx5e: Don't modify the peer sent-to-vport rules for IPSec offloadJianbo Liu1-1/+2
2023-11-15net/mlx5e: Fix pedit endiannessVlad Buslov1-28/+32
2023-11-15net/mlx5e: fix double free of encap_header in update funcsGavin Li1-10/+10
2023-11-15net/mlx5e: fix double free of encap_headerDust Li1-6/+4
2023-11-15net/mlx5: Decouple PHC .adjtime and .adjphase implementationsRahul Rameshbabu1-1/+6
2023-11-15net/mlx5: DR, Allow old devices to use multi destination FTEErez Shitrit1-1/+2
2023-11-15net/mlx5: Free used cpus mask when an IRQ is releasedMaher Sanalla2-48/+19
2023-11-15Revert "net/mlx5: DR, Supporting inline WQE when possible"Itamar Gozlan1-102/+13
2023-11-15net/mlx5e: Remove early assignment to netdev->featuresTariq Toukan1-1/+0
2023-11-15net/mlx5e: Add local loopback counter to vport rep statsOr Har-Toov2-1/+27
2023-11-15net/mlx5: Query maximum frequency adjustment of the PTP hardware clockRahul Rameshbabu1-0/+22
2023-11-15net/mlx5: Convert scaled ppm values outside the s32 range for PHC frequency a...Rahul Rameshbabu1-2/+4
2023-11-15net/mlx5: Initialize clock->ptp_info inside mlx5_init_timer_clockRahul Rameshbabu1-4/+5
2023-11-15net/mlx5: Refactor real time clock operation checks for PHCRahul Rameshbabu1-21/+20
2023-11-15net/mlx5e: Access array with enum values instead of magic numbersGal Pressman2-5/+6
2023-11-15net/mlx5: simplify mlx5_set_driver_version string assignmentsJustin Stitt1-17/+3
2023-11-15net/mlx5: Annotate struct mlx5_flow_handle with __counted_byKees Cook1-1/+1
2023-11-15net/mlx5: Annotate struct mlx5_fc_bulk with __counted_byKees Cook1-1/+1
2023-11-15net/mlx5e: Some cleanup in mlx5e_tc_stats_matchall()Amir Tzin3-18/+14
2023-11-15net/mlx5: Allow sync reset flow when BF MGT interface device is presentMoshe Shemesh1-4/+28
2023-11-15net/mlx5: print change on SW reset semaphore returns busyMoshe Shemesh1-1/+4
2023-11-15bnxt_en: Optimize xmit_more TX pathMichael Chan1-6/+10
2023-11-15bnxt_en: Use existing MSIX vectors for all mqprio TX ringsMichael Chan2-16/+43
2023-11-15bnxt_en: Add macros related to TC and TX ringsMichael Chan1-2/+11
2023-11-15bnxt_en: Add helper to get the number of CP rings required for TX ringsMichael Chan4-25/+82
2023-11-15bnxt_en: Support up to 8 TX rings per MSIXMichael Chan3-39/+55
2023-11-15bnxt_en: Refactor bnxt_hwrm_set_coal()Michael Chan1-17/+26
2023-11-15bnxt_en: New encoding for the TX opaque fieldMichael Chan3-5/+11
2023-11-15bnxt_en: Refactor bnxt_tx_int()Michael Chan1-5/+12
2023-11-15bnxt_en: Remove BNXT_RX_HDL and BNXT_TX_HDLMichael Chan2-24/+44
2023-11-15bnxt_en: Add completion ring pointer in TX and RX ring structuresMichael Chan3-25/+19
2023-11-15bnxt_en: Restructure cp_ring_arr in struct bnxt_cp_ring_infoMichael Chan3-73/+66
2023-11-15bnxt_en: Add completion ring pointer in TX and RX ring structuresMichael Chan3-26/+40
2023-11-15bnxt_en: Put the TX producer information in the TX BD opaque fieldMichael Chan3-3/+11
2023-11-14i40e: Delete unused i40e_mac_info fieldsIvan Vecera3-8/+2
2023-11-14i40e: Move inline helpers to i40e_prototype.hIvan Vecera2-68/+70
2023-11-14i40e: Remove VF MAC typesIvan Vecera2-31/+10
2023-11-14i40e: Use helpers to check running FW and AQ API versionsIvan Vecera4-58/+36
2023-11-14i40e: Add other helpers to check version of running firmware and AQ APIIvan Vecera1-0/+54
2023-11-14i40e: Move i40e_is_aq_api_ver_ge helperIvan Vecera2-19/+18
2023-11-14i40e: Initialize hardware capabilities at single placeIvan Vecera4-72/+51
2023-11-14i40e: Consolidate hardware capabilitiesIvan Vecera7-90/+85
2023-11-14i40e: Use DECLARE_BITMAP for flags field in i40e_hwIvan Vecera7-51/+55
2023-11-14i40e: Use DECLARE_BITMAP for flags and hw_features fields in i40e_pfIvan Vecera9-515/+544
2023-11-14i40e: Remove _t suffix from enum type namesIvan Vecera3-7/+7
2023-11-14i40e: Remove unused flagsIvan Vecera4-37/+31
2023-11-14i40e: Change user notification of non-SFP module in i40e_get_module_info()Andrii Staikov1-2/+2