aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-27Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into net-nextSaeed Mahameed1-12/+11
2021-10-26net/mlx5e: Prevent HW-GRO and CQE-COMPRESS features operate togetherKhalid Manaa1-0/+5
2021-10-26net/mlx5e: Add HW-GRO offloadKhalid Manaa1-0/+39
2021-10-26net/mlx5e: HW_GRO cqe handler implementationKhalid Manaa1-0/+9
2021-10-26net/mlx5e: Add control path for SHAMPO featureBen Ben-Ishay1-9/+177
2021-10-26net/mlx5e: Rename TIR lro functions to TIR packet merge functionsKhalid Manaa1-20/+26
2021-10-26net/mlx5e: Rename lro_timeout to packet_merge_timeoutBen Ben-Ishay1-1/+1
2021-10-25net/mlx5e: don't write directly to netdev->dev_addrJakub Kicinski1-2/+6
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+7
2021-10-20net/mlx5e: Fix vlan data lost during suspend flowMoshe Shemesh1-0/+7
2021-10-19RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau1-7/+6
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+54
2021-10-12net/mlx5e: Mutually exclude RX-FCS and RX-port-timestampAya Levin1-5/+52
2021-10-12net/mlx5e: Allow only complete TXQs partition in MQPRIO channel modeTariq Toukan1-2/+2
2021-10-04net/mlx5e: Add TX max rate support for MQPRIO channel modeTariq Toukan1-6/+91
2021-10-04net/mlx5e: Specify SQ stats struct for mlx5e_open_txqsq()Tariq Toukan1-6/+5
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-10-01Merge tag 'mlx5-updates-2021-09-30' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxJakub Kicinski1-4/+6
2021-09-30net/mlx5e: Use array_size() helperGustavo A. R. Silva1-4/+6
2021-09-30net/mlx5e: Mutually exclude setting of TX-port-TS and MQPRIO in channel modeAya Levin1-0/+8
2021-09-30net/mlx5e: Improve MQPRIO resiliencyTariq Toukan1-32/+79
2021-09-30net/mlx5e: Keep the value for maximum number of channels in-syncTariq Toukan1-16/+43
2021-09-07net/mlx5e: Fix mutual exclusion between CQE compression and HW TSAya Levin1-2/+2
2021-08-30sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy1-2/+1
2021-08-16net/mlx5e: Support MQPRIO channel modeTariq Toukan1-8/+91
2021-08-16net/mlx5e: Handle errors of netdev_set_num_tc()Tariq Toukan1-6/+14
2021-08-16net/mlx5e: Maintain MQPRIO mode parameterTariq Toukan1-16/+25
2021-08-16net/mlx5e: Abstract MQPRIO paramsTariq Toukan1-10/+10
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-21/+12
2021-08-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski1-1/+1
2021-08-09net/mlx5: Synchronize correct IRQ when destroying CQShay Drory1-11/+2
2021-08-09net/mlx5e: Destroy page pool after XDP SQ to fix use-after-freeMaxim Mikityanskiy1-10/+10
2021-08-02net/mlx5e: Rename some related TTC args and functionsMaor Gottlieb1-2/+2
2021-08-02net/mlx5e: Rename traffic type enumsMaor Gottlieb1-1/+1
2021-08-02net/mlx5e: Hide all implementation details of mlx5e_rx_resMaxim Mikityanskiy1-469/+22
2021-08-02net/mlx5e: Use a new initializer to build uniform indir tableMaxim Mikityanskiy1-13/+3
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-12/+26
2021-07-28net/mlx5: Don't rely on always true registered fieldLeon Romanovsky1-9/+2
2021-07-27net/mlx5e: Consider PTP-RQ when setting RX VLAN strippingAya Levin1-1/+3
2021-07-27net/mlx5e: Add NETIF_F_HW_TC to hw_features when HTB offload is availableMaxim Mikityanskiy1-2/+3
2021-07-27net/mlx5e: Disable Rx ntuple offload for uplink representorMaor Dickman1-9/+20
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-26net/mlx5e: Move management of indir traffic types to rx_resMaxim Mikityanskiy1-66/+5
2021-07-26net/mlx5e: Convert TIR to a dedicated objectMaxim Mikityanskiy1-186/+136
2021-07-26net/mlx5e: Create struct mlx5e_rss_params_hashMaxim Mikityanskiy1-7/+7
2021-07-26net/mlx5e: Remove mdev from mlx5e_build_indir_tir_ctx_common()Maxim Mikityanskiy1-10/+9
2021-07-26net/mlx5e: Remove lro_param from mlx5e_build_indir_tir_ctx_common()Maxim Mikityanskiy1-6/+6
2021-07-26net/mlx5e: Remove mlx5e_priv usage from mlx5e_build_*tir_ctx*()Maxim Mikityanskiy1-36/+38
2021-07-26net/mlx5e: Use mlx5e_rqt_get_rqtn to access RQT hardware idMaxim Mikityanskiy1-3/+7
2021-07-26net/mlx5e: Take RQT out of TIR and group RX resourcesMaxim Mikityanskiy1-72/+137