summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2020-10-06Merge 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-10-01net/mlx5e: Fix potential null pointer dereferenceGustavo A. R. Silva1-4/+6
2020-10-01net/mlx5e: Fix a use after free on error in mlx5_tc_ct_shared_counter_get()Dan Carpenter1-1/+3
2020-10-01net/mlx5: Fix dereference on pointer attr after null checkAriel Levkovich1-2/+4
2020-10-01net/mlx5: Use dma device access helperParav Pandit12-34/+37
2020-10-01net/mlx5: E-Switch, Support flow source for local vportHamdan Igbaria1-2/+5
2020-10-01net/mlx5: E-switch, Move devlink eswitch ports closer to eswitchParav Pandit6-92/+154
2020-10-01net/mlx5: E-switch, Use helper function to load unload representorParav Pandit1-8/+21
2020-10-01net/mlx5: E-switch, Add helper to check egress ACL needParav Pandit2-5/+11
2020-10-01net/mlx5: E-switch, Use PF num in metadata reg c0sunils1-18/+18
2020-10-01net/mlx5: DR, Add support for rule creation with flow source hintHamdan Igbaria4-22/+26
2020-10-01net/mlx5: DR, Call ste_builder directly with tag pointerYevgeny Kliteynik2-68/+33
2020-10-01net/mlx5: DR, Remove unneeded local variableYevgeny Kliteynik1-3/+1
2020-10-01net/mlx5: DR, Remove unneeded vlan check from L2 builderYevgeny Kliteynik3-30/+13
2020-10-01net/mlx5: DR, Remove unneeded check from source port builderYevgeny Kliteynik3-33/+21
2020-10-01net/mlx5: DR, Replace the check for valid STE entryYevgeny Kliteynik4-26/+10
2020-09-29net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo3-17/+28
2020-09-27mlxsw: spectrum_ethtool: Expose transceiver_overheat counterAmit Cohen1-1/+56
2020-09-27mlxsw: Update module's settings when module is plugged inAmit Cohen4-0/+137
2020-09-27mlxsw: spectrum: Initialize netdev's module overheat counterAmit Cohen2-0/+26
2020-09-27mlxsw: Enable temperature event for all supported port module sensorsAmit Cohen2-0/+107
2020-09-27mlxsw: Update transceiver_overheat counter according to MTWEAmit Cohen6-0/+99
2020-09-27mlxsw: core: Add an infrastructure to track transceiver overheat counterAmit Cohen4-0/+96
2020-09-27mlxsw: core_hwmon: Query MTMP before writing to set only relevant fieldsAmit Cohen1-4/+17
2020-09-27mlxsw: reg: Add Ports Module Administrative and Operational Status RegisterAmit Cohen1-0/+59
2020-09-27mlxsw: reg: Add Port Module Plug/Unplug Event RegisterAmit Cohen1-0/+45
2020-09-27mlxsw: reg: Add Management Temperature Warning Event RegisterAmit Cohen1-0/+18
2020-09-27mlxsw: spectrum_acl: Fix mlxsw_sp_acl_tcam_group_add()'s error pathIdo Schimmel1-1/+2
2020-09-26devlink: convert flash_update to use params structureJacob Keller2-8/+6
2020-09-26devlink: check flash_update parameter support in net coreJacob Keller2-6/+0
2020-09-26drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg1-1/+1
2020-09-25Merge tag 'mlx5-updates-2020-09-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller21-1658/+2339
2020-09-24net/mlx5: remove unreachable returnPavel Machek (CIP)1-2/+0
2020-09-24net/mlx5: simplify the return expression of mlx5_ec_init()Qinglang Miao1-7/+1
2020-09-24net/mlx5e: Use kfree() to free fd->g in accel_fs_tcp_create_groups()Denis Efremov1-1/+1
2020-09-24net/mlx5e: IPsec: Use kvfree() for memory allocated with kvzalloc()Denis Efremov1-2/+2