aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-29net/mlx5: Fix rtable reference leakParav Pandit1-3/+9
2019-10-29net/mlx5e: Replace kfree with kvfree when free vhca statsMaor Gottlieb1-2/+2
2019-10-18net/mlx5e: kTLS, Limit DUMP wqe sizeTariq Toukan1-6/+5
2019-10-18net/mlx5e: kTLS, Size of a Dump WQE is fixedTariq Toukan1-1/+1
2019-10-18net/mlx5e: Tx, Zero-memset WQE info struct upon updateTariq Toukan1-1/+1
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-3/+0
2019-09-07Merge tag 'mlx5-updates-2019-09-05' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-5/+4
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-15/+68
2019-09-05net/mlx5e: Fix static checker warning of potential pointer math issueEran Ben Elisha1-5/+4
2019-09-03net/mlx5: Add flow steering actions to fs_cmd shim layerMaor Gottlieb1-13/+14
2019-08-31net/mlx5e: Allow XSK frames smaller than a pageMaxim Mikityanskiy4-10/+32
2019-08-31mlx5e: modify driver for handling offsetsKevin Laatz2-3/+8
2019-08-28net/mlx5e: Improve stateless offload capability checkMarina Varshaver1-0/+3
2019-08-28net/mlx5e: Support RSS for IP-in-IP and IPv6 tunneled packetsAya Levin1-0/+4
2019-08-28net/mlx5e: Change function's position to a more fitting fileAya Levin1-0/+2
2019-08-22net/mlx5e: Add mlx5e HV VHCA stats agentEran Ben Elisha2-0/+187
2019-08-21treewide: remove dummy Makefiles for single targetsMasahiro Yamada2-3/+0
2019-08-20net/mlx5e: Report and recover from CQE with error on RQAya Levin2-0/+78
2019-08-20net/mlx5e: RX, Handle CQE with error at the earliest stageSaeed Mahameed1-0/+2
2019-08-20net/mlx5e: Report and recover from rx timeoutAya Levin2-0/+33
2019-08-20net/mlx5e: Report and recover from CQE error on ICOSQAya Levin2-1/+109
2019-08-20net/mlx5e: Split open/close ICOSQ into stagesAya Levin2-0/+9
2019-08-20net/mlx5e: Add support to rx reporter diagnoseAya Levin3-1/+214
2019-08-20net/mlx5e: Add helper functions for reporter's basicsAya Levin2-0/+21
2019-08-20net/mlx5e: Add cq info to tx reporter diagnoseAya Levin3-0/+72
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 Levin3-102/+134
2019-08-20net/mlx5e: Change naming convention for reporter's functionsAya Levin2-8/+8
2019-08-20net/mlx5e: Rename reporter header fileAya Levin2-3/+3
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-10/+12
2019-08-17net/mlx5e: Add AF_XDP need_wakeup supportMaxim Mikityanskiy2-0/+26
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson2-2/+2
2019-08-15net/mlx5e: Fix a race with XSKICOSQ in XSK wakeup flowMaxim Mikityanskiy1-0/+3
2019-08-09net/mlx5e: Extend mod header entry with reference counterVlad Buslov1-1/+1
2019-08-09net/mlx5e: Protect hairpin hash table with mutexVlad Buslov1-0/+1
2019-08-08net/mlx5e: Remove redundant check in CQE recovery flow of tx reporterAya Levin1-3/+0
2019-08-08net/mlx5e: Fix error flow of CQE recovery on tx reporterAya Levin1-4/+8
2019-08-08net/mlx5e: Fix false negative indication on tx reporter CQE recoveryAya Levin1-4/+2
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-13/+25
2019-08-01net/mlx5e: TX reporter cleanupAya Levin2-2/+0
2019-08-01net/mlx5e: Set tx reporter only on successful creationAya Levin1-6/+8
2019-08-01net/mlx5e: Fix mlx5e_tx_reporter_create return valueAya Levin1-2/+4
2019-08-01net/mlx5e: Tx, Soften inline mode VLAN dependenciesTariq Toukan1-2/+20
2019-08-01net/mlx5e: XDP, Slight enhancement for WQE fetch functionTariq Toukan2-8/+9
2019-08-01net/mlx5e: XDP, Close TX MPWQE session when no room for inline packet leftShay Agroskin2-31/+54
2019-08-01net/mlx5e: Tx, Strict the room needed for SQ edge NOPsTariq Toukan1-1/+1
2019-07-29net/mlx5e: Protect tc flow table with mutexVlad Buslov1-0/+2
2019-07-29net/mlx5e: Rely on rcu instead of rtnl lock when getting upper devVlad Buslov1-1/+13
2019-07-29net/mlx5e: Simplify get_route_and_out_devs helper functionEli Britstein1-12/+7