aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-7/+31
2019-12-05net/mlx5e: Fix translation of link mode into speedAya Levin1-0/+1
2019-12-05net/mlx5e: Query global pause state before setting prio2bufferHuy Nguyen1-2/+25
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-4/+4
2019-11-30net/mlx5e: Fix build error without IPV6YueHaibing1-36/+38
2019-11-22net/mlx5e: Remove redundant pointer checkEli Cohen1-12/+10
2019-11-22net/mlx5e: TC, Stub out ipv6 tun create header functionSaeed Mahameed2-4/+7
2019-11-13net/mlx5e: Fix error flow cleanup in mlx5e_tc_tun_create_header_ipv4/6Eli Cohen1-6/+12
2019-11-13net/mlx5: Remove redundant NULL initializationsEli Cohen1-4/+4
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-12/+17
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-28net: Fix misspellings of "configure" and "configuration"Geert Uytterhoeven1-1/+1
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-10-11devlink: propagate extack down to health reporter opsJiri Pirko2-4/+8
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