aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-31/+29
2019-08-26net: sched: add API for registering unlocked offload block callbacksVlad Buslov2-0/+5
2019-08-23net/mlx5: Fix return code in case of hyperv wrong size readEran Ben Elisha1-3/+3
2019-08-22net/mlx5e: Remove ethernet segment from dump WQEEran Ben Elisha1-16/+10
2019-08-22net/mlx5e: Add num bytes metadata to WQE infoEran Ben Elisha1-5/+7
2019-08-22net/mlx5: Fix delay in fw fatal report handling due to fw reportMoshe Shemesh1-9/+10
2019-08-22net/mlx5: Fix crdump chunks printMoshe Shemesh1-1/+2
2019-08-22net/mlx5e: Add mlx5e HV VHCA stats agentEran Ben Elisha6-0/+205
2019-08-22net/mlx5: Add HV VHCA control agentEran Ben Elisha2-2/+121
2019-08-22net/mlx5: Add HV VHCA infrastructureEran Ben Elisha4-1/+363
2019-08-22net/mlx5: Add wrappers for HyperV PCIe operationsEran Ben Elisha3-0/+87
2019-08-21net/mlx5e: Add trace point for neigh updateVlad Buslov2-0/+58
2019-08-21net/mlx5e: Add trace point for neigh used value updateVlad Buslov2-0/+33
2019-08-21net/mlx5e: Add tc flower tracepointsDmytro Linkin4-1/+146
2019-08-21net/mlx5e: Only access fully initialized flows in neigh updateVlad Buslov1-0/+8
2019-08-21net/mlx5e: Refactor neigh update for concurrent executionVlad Buslov3-38/+59
2019-08-21net/mlx5e: Refactor neigh used value update for concurrent executionVlad Buslov1-4/+19
2019-08-21net/mlx5e: Protect neigh hash encap list with spinlock and rcuVlad Buslov3-11/+66
2019-08-21net/mlx5e: Refactor mlx5e_neigh_update_table->encap_lockVlad Buslov2-6/+14
2019-08-21net/mlx5e: Extend neigh hash entry with rcuVlad Buslov2-24/+46
2019-08-21net/mlx5e: Always take reference to neigh entryVlad Buslov2-40/+39
2019-08-21net/mlx5e: Extract code that queues neigh update work into functionVlad Buslov1-15/+23
2019-08-21mlxsw: spectrum: Add devlink-trap supportIdo Schimmel6-1/+363
2019-08-21mlxsw: Add trap group for layer 2 discardsIdo Schimmel1-0/+8
2019-08-21mlxsw: Add layer 2 discard trap IDsIdo Schimmel1-0/+7
2019-08-21mlxsw: reg: Add new trap actionsIdo Schimmel1-0/+4
2019-08-21mlxsw: core: Add API to set trap actionIdo Schimmel2-0/+15
2019-08-20net/mlx5: Fix the order of fc_stats cleanupGavi Teitz1-5/+4
2019-08-20net/mlx5e: Fix deallocation of non-fully init encap entriesVlad Buslov1-4/+8
2019-08-20net/mlx5e: Report and recover from CQE with error on RQAya Levin5-0/+101
2019-08-20net/mlx5e: RX, Handle CQE with error at the earliest stageSaeed Mahameed2-21/+30
2019-08-20net/mlx5e: Report and recover from rx timeoutAya Levin3-0/+34
2019-08-20net/mlx5e: Report and recover from CQE error on ICOSQAya Levin7-7/+140
2019-08-20net/mlx5e: Split open/close ICOSQ into stagesAya Levin3-4/+24
2019-08-20net/mlx5e: Add support to rx reporter diagnoseAya Levin6-23/+237
2019-08-20net/mlx5e: Add helper functions for reporter's basicsAya Levin3-6/+24
2019-08-20net/mlx5e: Add cq info to tx reporter diagnoseAya Levin5-0/+78
2019-08-20net/mlx5e: Extend tx reporter diagnostics outputAya Levin3-8/+94
2019-08-20net/mlx5e: Extend tx diagnose functionAya Levin1-10/+10
2019-08-20net/mlx5e: Generalize tx reporter's functionalityAya Levin4-104/+137
2019-08-20net/mlx5e: Change naming convention for reporter's functionsAya Levin3-12/+12
2019-08-20net/mlx5e: Rename reporter header fileAya Levin3-4/+4
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller16-190/+205
2019-08-18net: sched: use major priority number as hardware priorityPablo Neira Ayuso2-2/+2
2019-08-15net/mlx5e: Fix compatibility issue with ethtool flash deviceEran Ben Elisha3-0/+46
2019-08-15net/mlx5e: Fix a race with XSKICOSQ in XSK wakeup flowMaxim Mikityanskiy1-0/+3
2019-08-13net/mlx4_en: fix a memory leak bugWenwen Wang1-1/+2
2019-08-11mlxsw: spectrum_ptp: Keep unmatched entries in a linked listPetr Machata1-83/+55
2019-08-10mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman6-153/+22
2019-08-09net/mlx5e: Use refcount_t for refcountChuhong Yuan1-4/+5