aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-29Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-2/+43
2020-10-26mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish()Amit Cohen1-0/+3
2020-10-26mlxsw: core: Fix memory leak on module removalIdo Schimmel1-0/+2
2020-10-26mlxsw: Only advertise link modes supported by both driver and deviceAmit Cohen3-2/+38
2020-10-26RDMA/mlx5: Fix devlink deadlock on net namespace deletionParav Pandit1-5/+0
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-46/+8
2020-10-16Merge branch 'dynamic_sg' into rdma.git for-nextJason Gunthorpe20-180/+200
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds109-3525/+7110
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+4
2020-10-14Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-1/+1
2020-10-12net/mlx5e: IPsec: Add Connect-X IPsec Tx data path offloadRaed Salem5-29/+202
2020-10-12net/mlx5e: IPsec: Add TX steering rule per IPsec stateHuy Nguyen2-4/+176
2020-10-12net/mlx5: Add NIC TX domain namespaceHuy Nguyen3-1/+22
2020-10-12net/mlx5: Fix uininitialized pointer read on pointer attrColin Ian King1-1/+0
2020-10-12mlx4: handle non-napi callers to napi_pollJonathan Lemon2-1/+4
2020-10-09net/mlx5: Add support for devlink reload limit no resetMoshe Shemesh1-0/+25
2020-10-09net/mlx5: Add support for fw live patch eventMoshe Shemesh3-0/+77
2020-10-09net/mlx5: Add devlink param enable_remote_dev_reset supportMoshe Shemesh3-0/+52
2020-10-09net/mlx5: Add support for devlink reload action fw activateMoshe Shemesh3-11/+108
2020-10-09net/mlx5: Handle sync reset abort eventMoshe Shemesh1-0/+15
2020-10-09net/mlx5: Handle sync reset now eventMoshe Shemesh1-0/+119
2020-10-09net/mlx5: Handle sync reset request eventMoshe Shemesh5-15/+218
2020-10-09net/mlx5: Set cap for pci sync for fw update eventMoshe Shemesh1-0/+3
2020-10-09net/mlx5: Add functions to set/query MFRL registerMoshe Shemesh3-1/+65
2020-10-09devlink: Add devlink reload limit optionMoshe Shemesh3-3/+9
2020-10-09devlink: Add reload action option to devlink reload commandMoshe Shemesh3-7/+17
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller16-137/+377
2020-10-02net/mlx5e: Fix race condition on nhe->n pointer in neigh updateVlad Buslov2-37/+50
2020-10-02net/mlx5e: Fix VLAN create flowAya Levin1-2/+4
2020-10-02net/mlx5e: Fix VLAN cleanup flowAya Levin1-2/+6
2020-10-02net/mlx5e: Fix return status when setting unsupported FEC modeAya Levin1-0/+3
2020-10-02net/mlx5e: Fix driver's declaration to support GRE offloadAya Levin1-1/+18
2020-10-02net/mlx5e: CT, Fix coverity issueMaor Dickman1-1/+3
2020-10-02net/mlx5e: Add resiliency in Striding RQ mode for packets larger than MTUAya Levin2-5/+58
2020-10-02net/mlx5e: Fix error path for RQ allocAya Levin1-15/+17
2020-10-02net/mlx5: Fix request_irqs error flowMaor Gottlieb1-1/+1
2020-10-02net/mlx5: cmdif, Avoid skipping reclaim pages if FW is not accessibleSaeed Mahameed2-9/+10
2020-10-02net/mlx5: Add retry mechanism to the command entry index allocationEran Ben Elisha1-1/+20
2020-10-02net/mlx5: poll cmd EQ in case of command timeoutEran Ben Elisha3-9/+86
2020-10-02net/mlx5: Avoid possible free of command entry while timeout comp handlerEran Ben Elisha1-38/+71
2020-10-02net/mlx5: Fix a race when moving command interface to polling modeEran Ben Elisha1-0/+2
2020-09-30net/mlx5e: Fix potential null pointer dereferenceGustavo A. R. Silva1-4/+6
2020-09-30net/mlx5e: Fix a use after free on error in mlx5_tc_ct_shared_counter_get()Dan Carpenter1-1/+3
2020-09-30net/mlx5: Fix dereference on pointer attr after null checkAriel Levkovich1-2/+4
2020-09-30net/mlx5: Use dma device access helperParav Pandit12-34/+37
2020-09-30net/mlx5: E-Switch, Support flow source for local vportHamdan Igbaria1-2/+5
2020-09-30net/mlx5: E-switch, Move devlink eswitch ports closer to eswitchParav Pandit6-92/+154
2020-09-30net/mlx5: E-switch, Use helper function to load unload representorParav Pandit1-8/+21
2020-09-30net/mlx5: E-switch, Add helper to check egress ACL needParav Pandit2-5/+11
2020-09-30net/mlx5: E-switch, Use PF num in metadata reg c0sunils1-18/+18