aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-06net/mlx5e: Move HW-GRO and CQE compression check to fix features flowGal Pressman1-5/+5
2022-01-04net: fixup build after bpf header changesJakub Kicinski1-0/+1
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-16/+32
2021-12-28net/mlx5e: Fix wrong features assignment in case of errorGal Pressman1-6/+5
2021-12-22net/mlx5e: Fix ICOSQ recovery flow for XSKMaxim Mikityanskiy1-8/+22
2021-12-22net/mlx5e: Fix interoperability between XSK and ICOSQ recovery flowMaxim Mikityanskiy1-2/+5
2021-12-21net/mlx5e: Allocate per-channel stats dynamically at first usageLama Kayal1-13/+28
2021-12-21net/mlx5e: Use dynamic per-channel allocations in statsTariq Toukan1-7/+21
2021-12-21net/mlx5e: Allow profile-specific limitation on max num of channelsTariq Toukan1-3/+15
2021-12-21net/mlx5e: Save memory by using dynamic allocation in netdev privTariq Toukan1-3/+50
2021-12-21net/mlx5e: Add profile indications for PTP and QOS HTB featuresTariq Toukan1-16/+37
2021-12-21net/mlx5e: Use bitmap field for profile featuresTariq Toukan1-2/+2
2021-12-02net/mlx5e: Hide function mlx5e_num_channels_changedTariq Toukan1-1/+1
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