aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-31net/mlx5e: Update netdev features after changing XDP stateMaxim Mikityanskiy1-0/+5
2022-05-31net/mlx5e: Disable softirq in mlx5e_activate_rq to avoid race conditionMaxim Mikityanskiy1-7/+17
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+23
2022-05-17net/mlx5e: Correct the calculation of max channels for repMoshe Tal1-0/+9
2022-05-17net/mlx5e: Support partial GSO for tunnels over vlansGal Pressman1-1/+1
2022-05-17net/mlx5e: Remove HW-GRO from reported featuresGal Pressman1-4/+0
2022-05-17net/mlx5e: Properly block HW GRO when XDP is enabledMaxim Mikityanskiy1-0/+12
2022-05-17net/mlx5e: Properly block LRO when XDP is enabledMaxim Mikityanskiy1-0/+7
2022-05-17net/mlx5e: Block rx-gro-hw feature in switchdev modeAya Levin1-0/+4
2022-05-16mlx5: support BIG TCP packetsEric Dumazet1-0/+1
2022-05-03net/mlx5: Merge various control path IPsec headers into one fileLeon Romanovsky1-1/+0
2022-04-09net/mlx5: Move IPsec file to relevant directoryLeon Romanovsky1-1/+1
2022-04-09net/mlx5: Unify device IPsec capabilities checkLeon Romanovsky1-1/+1
2022-04-09net/mlx5: Remove ipsec vs. ipsec offload file separationLeon Romanovsky1-1/+1
2022-04-09net/mlx5: Delete metadata handling logicLeon Romanovsky1-1/+0
2022-04-09net/mlx5_fpga: Drop INNOVA IPsec supportLeon Romanovsky1-7/+0
2022-04-06net/mlx5: Remove tls vs. ktls separation as it is the sameLeon Romanovsky1-4/+4
2022-04-06net/mlx5: Remove indirection in TLS buildLeon Romanovsky1-1/+0
2022-04-06net/mlx5_fpga: Drop INNOVA TLS supportLeon Romanovsky1-3/+0
2022-03-18net/mlx5e: Remove MLX5E_XDP_TX_DS_COUNTMaxim Mikityanskiy1-1/+1
2022-03-18net/mlx5e: Permit XDP with non-linear legacy RQMaxim Mikityanskiy1-12/+27
2022-03-18net/mlx5e: Don't prefill WQEs in XDP SQ in the multi buffer modeMaxim Mikityanskiy1-1/+9
2022-03-18net/mlx5e: Store DMA address inside struct pageMaxim Mikityanskiy1-1/+1
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2022-03-09net/mlx5e: SHAMPO, reduce TIR indicationBen Ben-Ishay1-2/+1
2022-02-16net/mlx5e: RX, Restrict bulk size for small Striding RQsTariq Toukan1-0/+1
2022-02-14net/mlx5e: Use select queue parameters to sync with control flowMaxim Mikityanskiy1-37/+2
2022-02-14net/mlx5e: Introduce select queue parametersMaxim Mikityanskiy1-3/+30
2022-02-14net/mlx5e: Use a barrier after updating txq2sqMaxim Mikityanskiy1-2/+9
2022-02-14net/mlx5e: Disable TX queues before registering the netdevMaxim Mikityanskiy1-0/+1
2022-02-14net/mlx5e: Cleanup of start/stop all queuesMaxim Mikityanskiy1-3/+10
2022-02-14net/mlx5e: Use FW limitation for max MPW WQEBBsAya Levin1-0/+2
2022-02-14net/mlx5e: Read max WQEBBs on the SQ from firmwareAya Levin1-5/+10
2022-02-14net/mlx5e: Remove unused tstamp SQ fieldTariq Toukan1-1/+0
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+4
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+13
2022-01-06Revert "net/mlx5e: Block offload of outer header csum for GRE tunnel"Aya Levin1-3/+6
2022-01-06Revert "net/mlx5e: Block offload of outer header csum for UDP tunnels"Aya Levin1-3/+7
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-22net/mlx5e: Use auxiliary_device driver data helpersDavid E. Box1-4/+4
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