summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Expose new function for TIS destroy loopTariq Toukan2019-08-283-10/+13
* net/mlx5e: ethtool, Fix a typo in WOL function namesErez Alfasi2019-08-281-4/+4
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-08-2811-58/+116
|\
| * net/mlx5: Set ODP capabilities for DC transport to maxMichael Guralnik2019-08-281-0/+6
| * net/mlx5: fix a -Wstringop-truncation warningQian Cai2019-08-271-1/+1
| * net/mlx5: Create bypass and loopback flow steering namespaces for RDMA RXMark Zhang2019-08-212-11/+40
| * net/mlx5: Add per-namespace flow table default miss action supportMark Zhang2019-08-213-33/+47
| * net/mlx5: Improve functions documentationSaeed Mahameed2019-08-201-9/+13
| * net/mlx5: Add missing include file to lib/crypto.cSaeed Mahameed2019-08-201-0/+1
| * net/mlx5: Add XRQ legacy commands opcodesYishai Hadas2019-08-131-0/+4
| * net/mlx5: Use debug message instead of warnYishai Hadas2019-08-131-1/+1
| * mlx5: Use refcount_t for refcountChuhong Yuan2019-08-071-3/+3
| * net/mlx5: remove self-assignment on esw->devColin Ian King2019-08-061-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-272-31/+29
|\ \
| * | net/mlx5e: Remove ethernet segment from dump WQEEran Ben Elisha2019-08-221-16/+10
| * | net/mlx5e: Add num bytes metadata to WQE infoEran Ben Elisha2019-08-221-5/+7
| * | net/mlx5: Fix delay in fw fatal report handling due to fw reportMoshe Shemesh2019-08-221-9/+10
| * | net/mlx5: Fix crdump chunks printMoshe Shemesh2019-08-221-1/+2
* | | net: sched: add API for registering unlocked offload block callbacksVlad Buslov2019-08-262-0/+5
* | | net/mlx5: Fix return code in case of hyperv wrong size readEran Ben Elisha2019-08-231-3/+3
* | | net/mlx5e: Add mlx5e HV VHCA stats agentEran Ben Elisha2019-08-226-0/+205
* | | net/mlx5: Add HV VHCA control agentEran Ben Elisha2019-08-222-2/+121
* | | net/mlx5: Add HV VHCA infrastructureEran Ben Elisha2019-08-224-1/+363
* | | net/mlx5: Add wrappers for HyperV PCIe operationsEran Ben Elisha2019-08-223-0/+87
* | | net/mlx5e: Add trace point for neigh updateVlad Buslov2019-08-212-0/+58
* | | net/mlx5e: Add trace point for neigh used value updateVlad Buslov2019-08-212-0/+33
* | | net/mlx5e: Add tc flower tracepointsDmytro Linkin2019-08-214-1/+146
* | | net/mlx5e: Only access fully initialized flows in neigh updateVlad Buslov2019-08-211-0/+8
* | | net/mlx5e: Refactor neigh update for concurrent executionVlad Buslov2019-08-213-38/+59
* | | net/mlx5e: Refactor neigh used value update for concurrent executionVlad Buslov2019-08-211-4/+19
* | | net/mlx5e: Protect neigh hash encap list with spinlock and rcuVlad Buslov2019-08-213-11/+66
* | | net/mlx5e: Refactor mlx5e_neigh_update_table->encap_lockVlad Buslov2019-08-212-6/+14
* | | net/mlx5e: Extend neigh hash entry with rcuVlad Buslov2019-08-212-24/+46
* | | net/mlx5e: Always take reference to neigh entryVlad Buslov2019-08-212-40/+39
* | | net/mlx5e: Extract code that queues neigh update work into functionVlad Buslov2019-08-211-15/+23
* | | mlxsw: spectrum: Add devlink-trap supportIdo Schimmel2019-08-216-1/+363
* | | mlxsw: Add trap group for layer 2 discardsIdo Schimmel2019-08-211-0/+8
* | | mlxsw: Add layer 2 discard trap IDsIdo Schimmel2019-08-211-0/+7
* | | mlxsw: reg: Add new trap actionsIdo Schimmel2019-08-211-0/+4
* | | mlxsw: core: Add API to set trap actionIdo Schimmel2019-08-212-0/+15
* | | net/mlx5: Fix the order of fc_stats cleanupGavi Teitz2019-08-201-5/+4
* | | net/mlx5e: Fix deallocation of non-fully init encap entriesVlad Buslov2019-08-201-4/+8
* | | net/mlx5e: Report and recover from CQE with error on RQAya Levin2019-08-205-0/+101
* | | net/mlx5e: RX, Handle CQE with error at the earliest stageSaeed Mahameed2019-08-202-21/+30
* | | net/mlx5e: Report and recover from rx timeoutAya Levin2019-08-203-0/+34
* | | net/mlx5e: Report and recover from CQE error on ICOSQAya Levin2019-08-207-7/+140
* | | net/mlx5e: Split open/close ICOSQ into stagesAya Levin2019-08-203-4/+24
* | | net/mlx5e: Add support to rx reporter diagnoseAya Levin2019-08-206-23/+237
* | | net/mlx5e: Add helper functions for reporter's basicsAya Levin2019-08-203-6/+24
* | | net/mlx5e: Add cq info to tx reporter diagnoseAya Levin2019-08-205-0/+78