summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2-4/+2
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 Kicinski3-8/+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/mlxfw: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
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 Torvalds8-20/+9
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-15net/mlx4: Use effective interrupt affinityThomas Gleixner1-1/+1
2020-12-15net/mlx4: Replace irq_to_desc() abuseThomas Gleixner3-11/+6
2020-12-15mlxsw: spectrum_router: Use eXtended mezzanine to offload IPv4 routerJiri Pirko3-1/+11
2020-12-15mlxsw: spectrum: Set KVH XLT cache mode for Spectrum2/3Jiri Pirko4-1/+24
2020-12-15mlxsw: spectrum_router_xm: Introduce basic XM cache flushingJiri Pirko1-0/+291
2020-12-15mlxsw: reg: Add Router LPM Cache Enable RegisterJiri Pirko1-0/+35
2020-12-15mlxsw: reg: Add Router LPM Cache ML Delete RegisterJiri Pirko1-0/+111
2020-12-15mlxsw: spectrum_router_xm: Implement L-value tracking for M-indexJiri Pirko3-0/+205
2020-12-15mlxsw: reg: Add XM Router M Table RegisterJiri Pirko1-2/+31
2020-12-15mlxsw: spectrum_router: Introduce per-ASIC XM initializationJiri Pirko3-0/+88
2020-12-15mlxsw: reg: Add XM Lookup Table Query RegisterJiri Pirko1-3/+63
2020-12-15mlxsw: reg: Add Router XLT M select RegisterJiri Pirko1-0/+32
2020-12-15mlxsw: Ignore ports that are connected to eXtended mezanineJiri Pirko4-1/+18
2020-12-15mlxsw: pci: Obtain info about ports used by eXtended mezanineJiri Pirko3-2/+49
2020-12-15mlxsw: spectrum_router: Introduce XM implementation of router low-level opsJiri Pirko4-0/+250
2020-12-15mlxsw: reg: Add Router XLT Enable RegisterJiri Pirko1-0/+44