summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core
AgeCommit message (Expand)AuthorFilesLines
2021-01-14net/mlx5e: IPsec, Avoid unreachable returnTariq Toukan1-2/+2
2021-01-14net/mlx5e: IPsec, Enclose csum logic under ipsec configTariq Toukan2-2/+11
2021-01-14net/mlx5e: CT: Remove redundant usage of zone maskRoi Dayan1-3/+1
2021-01-14net/mlx5e: Remove redundant initialization to nullRoi Dayan1-2/+2
2021-01-14net/mlx5e: CT: Pass null instead of zero specRoi Dayan1-2/+1
2021-01-14net/mlx5e: E-Switch, Offload all chain 0 priorities when modify header and fo...Jianbo Liu2-9/+0
2021-01-14net/mlx5: E-Switch, use new cap as condition for mpls over udpEli Cohen1-2/+2
2021-01-14net/mlx5e: Simplify condition on esw_vport_enable_qos()Eli Cohen1-2/+1
2021-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-65/+120
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2-4/+0
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
2021-01-06net/mlx5: DR, Move STEv0 modify header logicYevgeny Kliteynik6-390/+501
2021-01-06net/mlx5: DR, Add STE modify header actions per-device APIYevgeny Kliteynik1-0/+23
2021-01-06net/mlx5: DR, Move STEv0 action apply logicYevgeny Kliteynik2-235/+256
2021-01-06net/mlx5: DR, Add STE tx/rx actions per-device APIYevgeny Kliteynik1-0/+12
2021-01-06net/mlx5: DR, Move STEv0 setters and gettersYevgeny Kliteynik5-103/+195
2021-01-06net/mlx5: DR, Add STE setters and getters per-device APIYevgeny Kliteynik1-0/+12
2021-01-06net/mlx5: DR, Move action apply logic to dr_steYevgeny Kliteynik3-234/+231
2021-01-06net/mlx5: DR, Refactor ICMP STE builderYevgeny Kliteynik2-42/+23
2021-01-06net/mlx5: DR, Move STEv0 look up types from mlx5_ifc_dr headerYevgeny Kliteynik4-60/+64
2021-01-06net/mlx5: DR, Merge similar DR STE SET macrosYevgeny Kliteynik2-415/+84
2021-01-06net/mlx5: DR, Fix STEv0 source_eswitch_owner_vhca_id supportYevgeny Kliteynik1-11/+14
2021-01-06net/mlx5: DR, Remove unused macro definition from dr_steYevgeny Kliteynik1-2/+0
2021-01-06net/mlx5: DR, Move HW STEv0 match logic to a separate fileYevgeny Kliteynik4-1279/+1286
2021-01-06net/mlx5: DR, Use the new HW specific STE infrastructureYevgeny Kliteynik5-330/+613
2021-01-06net/mlx5: DR, Move macros from dr_ste.c to headerYevgeny Kliteynik2-74/+76
2021-01-06net/mlx5: DR, Add infrastructure for supporting several steering formatsYevgeny Kliteynik2-1/+37
2020-12-25Merge 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-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2020-12-10net: 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