summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/ipoib
AgeCommit message (Expand)AuthorFilesLines
2021-03-10net/mlx5: Set QP timestamp mode to defaultMaor Gottlieb1-0/+1
2021-03-10net/mlx5e: Fix error flow in change profileRoi Dayan1-1/+2
2021-02-02net/mlx5e: Move netif_carrier_off() out of mlx5e_priv_init()Roi Dayan1-0/+1
2021-02-02net/mlx5e: Refactor mlx5e_netdev_init/cleanup to mlx5e_priv_init/cleanupRoi Dayan1-2/+2
2021-02-02net/mlx5e: Separate between netdev objects and mlx5e profiles initializationSaeed Mahameed3-20/+14
2020-12-04net/mlx5_core: Clean driver version and nameLeon Romanovsky1-1/+1
2020-09-17RDMA/mlx5: Delete duplicated mlx5_ptys_width enumAharon Landau1-8/+0
2020-09-17net/mlx5: Refactor query port speed functionsAharon Landau1-19/+4
2020-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+7
2020-07-28net/mlx5e: RX, Re-work initializaiton of RX function pointersTariq Toukan3-5/+3
2020-07-03net/mlx5: Enable QP number request when creating IPoIB underlay QPMichael Guralnik1-0/+7
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-05-23net/mlx5e: Fix inner tirs handlingRoi Dayan1-2/+2
2020-05-16net/mlx5e: IPoIB, Enable loopback packets for IPoIB interfacesErez Shitrit3-2/+9
2020-05-09net/mlx5e: Return void from mlx5e_sq_xmit and mlx5i_sq_xmitMaxim Mikityanskiy2-4/+5
2020-04-30net/mlx5e: Fetch WQE: reuse code and enforce typingMaxim Mikityanskiy1-9/+2
2020-04-19net/mlx5: Remove extra indirection while storing QPNLeon Romanovsky3-43/+42
2020-04-19net/mlx5: Open-code modify QP in the IPoIB moduleLeon Romanovsky1-34/+42
2020-04-19net/mlx5: Open-code create and destroy QP callsLeon Romanovsky1-16/+14
2020-03-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed1-2/+2
2020-03-05mlx5: reject unsupported coalescing paramsJakub Kicinski1-0/+3
2020-02-26net/mlx5e: Add context to the preactivate hookMaxim Mikityanskiy1-1/+1
2020-02-19net/mlx5e: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-01-23net/mlx5e: IPoIB, use separate stats groupsSaeed Mahameed1-2/+24
2020-01-23net/mlx5e: Profile specific stats groupsSaeed Mahameed1-0/+2
2020-01-07net/mlx5: Increase the max number of channels to 128Fan Li1-2/+2
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+0
2019-08-28net/mlx5e: Support LAG TX port affinity distributionMaxim Mikityanskiy2-5/+5
2019-08-21treewide: remove dummy Makefiles for single targetsMasahiro Yamada1-2/+0
2019-08-15net/mlx5e: Fix compatibility issue with ethtool flash deviceEran Ben Elisha1-0/+9
2019-07-25net/mlx5e: Fix wrong max num channels indicationTariq Toukan2-4/+4
2019-07-12Merge tag 'mlx5-fixes-2019-07-11' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-1/+8
2019-07-11net/mlx5e: IPoIB, Add error path in mlx5_rdma_setup_rnAya Levin1-1/+8
2019-07-06net/mlx5e: Re-work TIS creation functionsTariq Toukan3-2/+16
2019-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-7/+7
2019-06-29net/mlx5e: Don't refresh TIRs when updating representor SQsGavi Teitz2-2/+4
2019-06-27net/mlx5e: Add XSK zero-copy supportMaxim Mikityanskiy1-7/+7
2019-06-05mlx5: Move firmware flash implementation to devlinkJiri Pirko1-9/+0
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-17net/mlx5e: Fix wrong xmit_more applicationTariq Toukan2-2/+3
2019-05-02net/mlx5e: Turn on HW tunnel offload in all TIRsTariq Toukan1-0/+1
2019-04-06net/mlx5e: Unify logic of MTU boundariesTariq Toukan1-3/+2
2019-02-20net/mlx5e: Wrap the open and apply of channels in one fail-safe functionTariq Toukan1-2/+2
2018-12-06net/mlx5e: Move RSS params to a dedicated structAya Levin1-1/+1
2018-11-20net/mlx5e: IPoIB, Reset QP after channels are closedDenis Drozdov1-1/+1
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2018-10-11net/mlx5: WQ, fixes for fragmented WQ buffers APITariq Toukan1-3/+2
2018-10-11net/mlx5e: Do not ignore netdevice TX/RX queues numberFeras Daoud2-5/+5
2018-10-11net/mlx5e: Initialize all netdev common structures in one placeSaeed Mahameed1-9/+1