summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: IPsec, Remove unnecessary config flag usageTariq Toukan2021-01-132-4/+0
* net/mlx5e: IPsec, Inline feature_check fast-path functionTariq Toukan2021-01-133-18/+17
* net/mlx5e: IPsec, Avoid unreachable returnTariq Toukan2021-01-131-2/+2
* net/mlx5e: IPsec, Enclose csum logic under ipsec configTariq Toukan2021-01-132-2/+11
* net/mlx5e: CT: Remove redundant usage of zone maskRoi Dayan2021-01-131-3/+1
* net/mlx5e: Remove redundant initialization to nullRoi Dayan2021-01-131-2/+2
* net/mlx5e: CT: Pass null instead of zero specRoi Dayan2021-01-131-2/+1
* net/mlx5e: E-Switch, Offload all chain 0 priorities when modify header and fo...Jianbo Liu2021-01-132-9/+0
* net/mlx5: E-Switch, use new cap as condition for mpls over udpEli Cohen2021-01-131-2/+2
* net/mlx5e: Simplify condition on esw_vport_enable_qos()Eli Cohen2021-01-131-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-0812-65/+120
|\
| * net/mlx5e: Fix memleak in mlx5e_create_l2_table_groupsDinghao Liu2021-01-071-0/+1
| * net/mlx5e: Fix two double free casesDinghao Liu2021-01-071-0/+2
| * net/mlx5: Release devlink object if adev failsLeon Romanovsky2021-01-071-2/+5
| * net/mlx5e: ethtool, Fix restriction of autoneg with 56GAya Levin2021-01-071-6/+18
| * net/mlx5e: In skb build skip setting mark in switchdev modeMaor Dickman2021-01-071-0/+5
| * net/mlx5: E-Switch, fix changing vf VLANIDAlaa Hleihel2021-01-071-14/+13
| * net/mlx5e: Fix SWP offsets when vlan inserted by driverMoshe Shemesh2021-01-073-7/+19
| * net/mlx5e: CT: Use per flow counter when CT flow accounting is enabledOz Shlomo2021-01-071-28/+49
| * net/mlx5: Use port_num 1 instead of 0 when delete a RoCE addressMark Zhang2021-01-071-1/+1
| * net/mlx5e: Add missing capability check for uplink followAya Levin2021-01-071-1/+2
| * net/mlx5: Check if lag is supported before creating oneMark Zhang2021-01-071-6/+5
* | net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-072-4/+0
* | net/mlx5: DR, Move STEv0 modify header logicYevgeny Kliteynik2021-01-056-390/+501
* | net/mlx5: DR, Add STE modify header actions per-device APIYevgeny Kliteynik2021-01-051-0/+23
* | net/mlx5: DR, Move STEv0 action apply logicYevgeny Kliteynik2021-01-052-235/+256
* | net/mlx5: DR, Add STE tx/rx actions per-device APIYevgeny Kliteynik2021-01-051-0/+12
* | net/mlx5: DR, Move STEv0 setters and gettersYevgeny Kliteynik2021-01-055-103/+195
* | net/mlx5: DR, Add STE setters and getters per-device APIYevgeny Kliteynik2021-01-051-0/+12
* | net/mlx5: DR, Move action apply logic to dr_steYevgeny Kliteynik2021-01-053-234/+231
* | net/mlx5: DR, Refactor ICMP STE builderYevgeny Kliteynik2021-01-052-42/+23
* | net/mlx5: DR, Move STEv0 look up types from mlx5_ifc_dr headerYevgeny Kliteynik2021-01-054-60/+64
* | net/mlx5: DR, Merge similar DR STE SET macrosYevgeny Kliteynik2021-01-052-415/+84
* | net/mlx5: DR, Fix STEv0 source_eswitch_owner_vhca_id supportYevgeny Kliteynik2021-01-051-11/+14
* | net/mlx5: DR, Remove unused macro definition from dr_steYevgeny Kliteynik2021-01-051-2/+0
* | net/mlx5: DR, Move HW STEv0 match logic to a separate fileYevgeny Kliteynik2021-01-054-1279/+1286
* | net/mlx5: DR, Use the new HW specific STE infrastructureYevgeny Kliteynik2021-01-055-330/+613
* | net/mlx5: DR, Move macros from dr_ste.c to headerYevgeny Kliteynik2021-01-052-74/+76
* | net/mlx5: DR, Add infrastructure for supporting several steering formatsYevgeny Kliteynik2021-01-052-1/+37
|/
* Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-245-9/+3
|\
| * net/mlx5: Use effective interrupt affinityThomas Gleixner2020-12-151-1/+1
| * net/mlx5: Replace irq_to_desc() abuseThomas Gleixner2020-12-153-7/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-0/+1
|\ \
| * | ethernet: select CONFIG_CRC32 as neededArnd Bergmann2020-12-041-0/+1
* | | net: mlx5: convert comma to semicolonZheng Yongjun2020-12-091-1/+1
* | | net/mlx5e: Fill mlx5e_create_cq_param in a functionMaxim Mikityanskiy2020-12-083-10/+15
* | | net/mlx5e: Split between RX/TX tunnel FW support indicationAya Levin2020-12-083-14/+43
* | | net/mlx5: Fix passing zero to 'PTR_ERR'YueHaibing2020-12-084-4/+4
* | | net/mlx5: Arm only EQs with EQEsShay Drory2020-12-081-4/+2
* | | net/mlx5e: Remove duplicated includeYueHaibing2020-12-081-1/+0