summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core
AgeCommit message (Expand)AuthorFilesLines
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-9/+3
2020-12-15net/mlx5: Use effective interrupt affinityThomas Gleixner1-1/+1
2020-12-15net/mlx5: Replace irq_to_desc() abuseThomas Gleixner3-7/+3
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2020-12-09net: mlx5: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-08net/mlx5e: Fill mlx5e_create_cq_param in a functionMaxim Mikityanskiy3-10/+15
2020-12-08net/mlx5e: Split between RX/TX tunnel FW support indicationAya Levin3-14/+43
2020-12-08net/mlx5: Fix passing zero to 'PTR_ERR'YueHaibing4-4/+4
2020-12-08net/mlx5: Arm only EQs with EQEsShay Drory1-4/+2
2020-12-08net/mlx5e: Remove duplicated includeYueHaibing1-1/+0
2020-12-08net/mlx5e: remove unnecessary memsetZhu Yanjun1-1/+0
2020-12-08net/mlx5e: Add TX port timestamp supportEran Ben Elisha9-7/+262
2020-12-08net/mlx5e: Add TX PTP port object supportEran Ben Elisha11-60/+831
2020-12-08net/mlx5e: Move MLX5E_RX_ERR_CQE macroEran Ben Elisha2-2/+2
2020-12-08net/mlx5e: Split SW group counters update functionEran Ben Elisha1-127/+161
2020-12-08net/mlx5e: Change skb fifo push/pop API to be used without SQEran Ben Elisha4-16/+28
2020-12-08net/mlx5e: Allow SQ outside of channel contextEran Ben Elisha7-21/+22
2020-12-08net/mlx5e: Allow RQ outside of channel contextAya Levin7-53/+59
2020-12-08net/mlx5e: Allow CQ outside of channel contextAya Levin8-41/+73
2020-12-08net/mlx5e: Free drop RQ in a dedicated functionTariq Toukan1-8/+10
2020-12-07Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski13-364/+564
2020-12-06net/mlx5: Simplify eswitch mode checkLeon Romanovsky5-10/+10
2020-12-06net/mlx5: Delete custom device management logicLeon Romanovsky3-296/+18
2020-12-06RDMA/mlx5: Convert mlx5_ib to use auxiliary busLeon Romanovsky4-25/+93
2020-12-06net/mlx5e: Connect ethernet part to auxiliary busLeon Romanovsky8-89/+179
2020-12-06vdpa/mlx5: Connect mlx5_vdpa to auxiliary busLeon Romanovsky1-1/+27
2020-12-04ethernet: select CONFIG_CRC32 as neededArnd Bergmann1-0/+1
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2020-12-04net/mlx5: Register mlx5 devices to auxiliary virtual busLeon Romanovsky4-8/+302
2020-12-04net/mlx5_core: Clean driver version and nameLeon Romanovsky6-13/+9
2020-12-04net/mlx5: Properly convey driver version to firmwareLeon Romanovsky1-1/+5
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-9/+43
2020-12-03net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steeringYevgeny Kliteynik3-0/+7
2020-12-03net/mlx5e: kTLS, Enforce HW TX csum offload with kTLSTariq Toukan1-7/+15
2020-12-03net: mlx5e: fix fs_tcp.c build when IPV6 is not enabledRandy Dunlap1-0/+2
2020-12-03net/mlx5: Fix wrong address reclaim when command interface is downEran Ben Elisha1-2/+19
2020-12-02Merge tag 'mlx5-next-2020-12-02' of git://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski15-86/+150
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-26net/mlx5: Treat host PF vport as other (non eswitch manager) vportParav Pandit3-41/+32
2020-11-26net/mlx5: Enable host PF HCA after eswitch is initializedParav Pandit4-19/+66
2020-11-26net/mlx5: Rename peer_pf to host_pfParav Pandit2-24/+39
2020-11-26net/mlx5: Export steering related functionsEli Cohen1-0/+3
2020-11-26net/mlx5: Update the list of the PCI supported devicesMeir Lichtinger1-0/+1
2020-11-26net/mlx5: Avoid exposing driver internal command helpersParav Pandit2-3/+4
2020-11-26net/mlx5: Add misc4 to mlx5_ifc_fte_match_param_bitsMuhammad Sammar1-1/+1
2020-11-26net/mlx5: Check dr mask size against mlx5_match_param sizeMuhammad Sammar3-3/+3
2020-11-26net/mlx5: Add sampler destination typeChris Mi2-0/+6
2020-11-19devlink: move request_firmware out of driverJacob Keller1-10/+1
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-34/+54
2020-11-17net/mlx5: fix error return code in mlx5e_tc_nic_init()Wang Hai1-1/+3