summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
AgeCommit message (Expand)AuthorFilesLines
2021-01-07net/mlx5e: Fix memleak in mlx5e_create_l2_table_groupsDinghao Liu1-0/+1
2021-01-07net/mlx5e: Fix two double free casesDinghao Liu1-0/+2
2021-01-07net/mlx5: Release devlink object if adev failsLeon Romanovsky1-2/+5
2021-01-07net/mlx5e: ethtool, Fix restriction of autoneg with 56GAya Levin1-6/+18
2021-01-07net/mlx5e: In skb build skip setting mark in switchdev modeMaor Dickman1-0/+5
2021-01-07net/mlx5: E-Switch, fix changing vf VLANIDAlaa Hleihel1-14/+13
2021-01-07net/mlx5e: Fix SWP offsets when vlan inserted by driverMoshe Shemesh3-7/+19
2021-01-07net/mlx5e: CT: Use per flow counter when CT flow accounting is enabledOz Shlomo1-28/+49
2021-01-07net/mlx5: Use port_num 1 instead of 0 when delete a RoCE addressMark Zhang1-1/+1
2021-01-07net/mlx5e: Add missing capability check for uplink followAya Levin1-1/+2
2021-01-07net/mlx5: Check if lag is supported before creating oneMark Zhang1-6/+5
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