summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds2020-10-151-1/+1
|\
| * net/mlx5: IPsec: make spdxcheck.py happyLukas Bulwahn2020-09-161-1/+1
* | net/mlx5e: Fix race condition on nhe->n pointer in neigh updateVlad Buslov2020-10-022-37/+50
* | net/mlx5e: Fix VLAN create flowAya Levin2020-10-021-2/+4
* | net/mlx5e: Fix VLAN cleanup flowAya Levin2020-10-021-2/+6
* | net/mlx5e: Fix return status when setting unsupported FEC modeAya Levin2020-10-021-0/+3
* | net/mlx5e: Fix driver's declaration to support GRE offloadAya Levin2020-10-021-1/+18
* | net/mlx5e: CT, Fix coverity issueMaor Dickman2020-10-021-1/+3
* | net/mlx5e: Add resiliency in Striding RQ mode for packets larger than MTUAya Levin2020-10-022-5/+58
* | net/mlx5e: Fix error path for RQ allocAya Levin2020-10-021-15/+17
* | net/mlx5: Fix request_irqs error flowMaor Gottlieb2020-10-021-1/+1
* | net/mlx5: cmdif, Avoid skipping reclaim pages if FW is not accessibleSaeed Mahameed2020-10-022-9/+10
* | net/mlx5: Add retry mechanism to the command entry index allocationEran Ben Elisha2020-10-021-1/+20
* | net/mlx5: poll cmd EQ in case of command timeoutEran Ben Elisha2020-10-023-9/+86
* | net/mlx5: Avoid possible free of command entry while timeout comp handlerEran Ben Elisha2020-10-021-38/+71
* | net/mlx5: Fix a race when moving command interface to polling modeEran Ben Elisha2020-10-021-0/+2
* | net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2020-09-293-17/+28
* | mlxsw: spectrum_acl: Fix mlxsw_sp_acl_tcam_group_add()'s error pathIdo Schimmel2020-09-271-1/+2
* | net/mlx5e: mlx5e_fec_in_caps() returns a booleanSaeed Mahameed2020-09-221-5/+2
* | net/mlx5e: kTLS, Avoid kzalloc(GFP_KERNEL) under spinlockSaeed Mahameed2020-09-221-15/+10
* | net/mlx5e: kTLS, Fix leak on resync error flowSaeed Mahameed2020-09-221-2/+6
* | net/mlx5e: kTLS, Add missing dma_unmap in RX resyncSaeed Mahameed2020-09-221-3/+5
* | net/mlx5e: kTLS, Fix napi sync and possible use-after-freeTariq Toukan2020-09-221-1/+1
* | net/mlx5e: TLS, Do not expose FPGA TLS counter if not supportedTariq Toukan2020-09-221-4/+8
* | net/mlx5e: Fix using wrong stats_grps in mlx5e_update_ndo_stats()Alaa Hleihel2020-09-226-15/+17
* | net/mlx5e: Fix multicast counter not up-to-date in "ip -s"Ron Diskin2020-09-224-7/+12
* | net/mlx5e: Fix endianness when calculating pedit mask first bitMaor Dickman2020-09-221-13/+21
* | net/mlx5e: Enable adding peer miss rules only if merged eswitch is supportedMaor Dickman2020-09-221-24/+28
* | net/mlx5e: CT: Fix freeing ct_label mappingRoi Dayan2020-09-223-17/+36
* | net/mlx5e: Fix memory leak of tunnel info when rule under multipath not readyJianbo Liu2020-09-221-4/+1
* | net/mlx5e: Use synchronize_rcu to sync with NAPIMaxim Mikityanskiy2020-09-225-36/+22
* | net/mlx5e: Use RCU to protect rq->xdp_progMaxim Mikityanskiy2020-09-223-30/+27
* | net/mlx5: Fix FTE cleanupMaor Gottlieb2020-09-221-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-041-1/+1
|\
| * net: ethernet: mlx4: Fix memory allocation in mlx4_buddy_init()Shung-Hsi Yu2020-09-011-1/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-249-48/+48
|/
* Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-74/+17
|\
| * thermal: Simplify or eliminate unnecessary set_mode() methodsAndrzej Pietrasiewicz2020-06-291-30/+0
| * thermal: Use mode helpers in driversAndrzej Pietrasiewicz2020-06-291-20/+17
| * thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz2020-06-291-19/+0
| * thermal: Store device mode in struct thermal_zone_deviceAndrzej Pietrasiewicz2020-06-291-13/+8
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-074-2/+20
|\ \
| * | net/mlx5: Enable count action for rules with allow actionMichael Guralnik2020-07-161-0/+1
| * | net/mlx5: Support setting access rights of dma addressesEli Cohen2020-07-161-2/+9
| * | net/mlx5: Enable QP number request when creating IPoIB underlay QPMichael Guralnik2020-07-032-0/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-06129-3555/+9642
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-042-42/+0
| |\ \ \
| | * | | bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-262-42/+0
| * | | | Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-08-047-163/+112
| |\ \ \ \
| | * | | | net/mlx5: Delete extra dump stack that gives nothingLeon Romanovsky2020-08-031-6/+3