summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: spectrum_cnt: Reorder counter poolsPetr Machata2022-06-141-1/+1
* Merge tag 'mlx5-fixes-2022-06-08' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-06-099-45/+74
|\
| * net/mlx5: fs, fail conflicting actionsMark Bloch2022-06-081-3/+32
| * net/mlx5: Rearm the FW tracer after each tracer eventFeras Daoud2022-06-081-2/+5
| * net/mlx5: E-Switch, pair only capable devicesMark Bloch2022-06-084-22/+16
| * net/mlx5e: CT: Fix cleanup of CT before cleanup of TC ct rulesPaul Blakey2022-06-081-15/+16
| * Revert "net/mlx5e: Allow relaxed ordering over VFs"Saeed Mahameed2022-06-082-3/+5
* | Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-091-1/+1
|\|
| * net/mlx4_en: Fix wrong return value on ioctl EEPROM query failureGal Pressman2022-06-071-1/+1
* | mellanox: mlx5: avoid uninitialized variable warning with gcc-12Linus Torvalds2022-06-091-1/+1
* | Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-041-17/+6
|\ \ | |/ |/|
| * net: mellanox: fix open-coded for_each_set_bit()Yury Norov2022-05-021-17/+6
* | Merge tag 'net-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-0213-38/+113
|\ \
| * | net/mlx5: Fix mlx5_get_next_dev() peer device matchingSaeed Mahameed2022-05-311-11/+23
| * | net/mlx5e: Update netdev features after changing XDP stateMaxim Mikityanskiy2022-05-311-0/+5
| * | net/mlx5e: Disable softirq in mlx5e_activate_rq to avoid race conditionMaxim Mikityanskiy2022-05-317-11/+31
| * | net/mlx5: CT: Fix header-rewrite re-use for tupelsPaul Blakey2022-05-311-8/+11
| * | net/mlx5e: TC NIC mode, fix tc chains miss tableMaor Dickman2022-05-313-3/+39
| * | net/mlx5: Don't use already freed action pointerLeon Romanovsky2022-05-311-5/+4
* | | Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-06-011-1/+64
|\ \ \ | |/ / |/| |
| * | Merge tag 'mlx5-lm-parallel' of https://git.kernel.org/pub/scm/linux/kernel/g...Alex Williamson2022-05-1146-4477/+408
| |\ \
| | * | net/mlx5: Expose mlx5_sriov_blocking_notifier_register / unregister APIsYishai Hadas2022-05-101-1/+64
* | | | net/mlx5: fix typo in commentJulia Lawall2022-05-221-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-1914-123/+246
|\ \ \ \
| * | | | net/mlx5: Drain fw_reset when removing deviceShay Drory2022-05-173-3/+27
| * | | | net/mlx5e: CT: Fix setting flow_source for smfs ct tuplesPaul Blakey2022-05-171-1/+1
| * | | | net/mlx5e: CT: Fix support for GRE tuplesPaul Blakey2022-05-171-24/+32
| * | | | net/mlx5e: Remove HW-GRO from reported featuresGal Pressman2022-05-171-4/+0
| * | | | net/mlx5e: Properly block HW GRO when XDP is enabledMaxim Mikityanskiy2022-05-171-0/+12
| * | | | net/mlx5e: Properly block LRO when XDP is enabledMaxim Mikityanskiy2022-05-171-0/+7
| * | | | net/mlx5e: Block rx-gro-hw feature in switchdev modeAya Levin2022-05-171-0/+4
| * | | | net/mlx5e: Wrap mlx5e_trap_napi_poll into rcu_read_lockMaxim Mikityanskiy2022-05-171-3/+10
| * | | | net/mlx5: DR, Ignore modify TTL on RX if device doesn't support itYevgeny Kliteynik2022-05-172-21/+48
| * | | | net/mlx5: Initialize flow steering during driver probeShay Drory2022-05-173-61/+91
| * | | | net/mlx5: DR, Fix missing flow_source when creating multi-destination FW tableMaor Dickman2022-05-175-6/+14
* | | | | net/mlx5: fix multiple definitions of mlx5_lag_mpesw_init / mlx5_lag_mpesw_cl...Jakub Kicinski2022-05-181-2/+2
* | | | | net/mlx5: Support multiport eswitch modeEli Cohen2022-05-1710-38/+256
* | | | | net/mlx5: Remove unused argumentEli Cohen2022-05-171-3/+1
* | | | | net/mlx5: Lag, refactor lag state machineEli Cohen2022-05-174-68/+93
* | | | | net/mlx5e: Add XDP SQs to uplink representors steering tablesGal Pressman2022-05-171-2/+15
* | | | | net/mlx5e: Correct the calculation of max channels for repMoshe Tal2022-05-173-2/+18
* | | | | net/mlx5e: CT: Add ct driver countersSaeed Mahameed2022-05-171-4/+48
* | | | | net/mlx5e: Allow relaxed ordering over VFsAya Levin2022-05-172-5/+3
* | | | | net/mlx5e: Support partial GSO for tunnels over vlansGal Pressman2022-05-171-1/+1
* | | | | net/mlx5e: IPoIB, Improve ethtool rxnfc callback structure in IPoIBGal Pressman2022-05-171-4/+10
* | | | | net/mlx5e: Allocate virtually contiguous memory for reps structuresTariq Toukan2022-05-171-6/+6
* | | | | net/mlx5e: Allocate virtually contiguous memory for VLANs listTariq Toukan2022-05-171-2/+2
* | | | | net/mlx5: Allocate virtually contiguous memory in pci_irq.cTariq Toukan2022-05-171-4/+4
* | | | | net/mlx5: Allocate virtually contiguous memory in vport.cTariq Toukan2022-05-171-26/+26
* | | | | net/mlx5: Inline db alloc API functionTariq Toukan2022-05-171-6/+0