aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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. Miller13-105/+147
2019-08-18net: sched: use major priority number as hardware priorityPablo Neira Ayuso1-1/+1
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-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
2019-08-09net/mlx5e: Use vhca_id in generating representor port_indexParav Pandit1-4/+16
2019-08-09net/mlx5e: Simplify querying port representor parent idParav Pandit1-13/+3
2019-08-09net/mlx5: E-switch, Removed unused hwidParav Pandit1-5/+1
2019-08-09net/mlx5e: Allow concurrent creation of encap entriesVlad Buslov2-6/+29
2019-08-09net/mlx5e: Protect encap hash table with mutexVlad Buslov3-10/+36
2019-08-09net/mlx5e: Extend encap entry with reference counterVlad Buslov4-28/+64
2019-08-09net/mlx5e: Allow concurrent creation of mod_hdr entriesVlad Buslov1-12/+29
2019-08-09net/mlx5e: Protect mod_hdr hash table with mutexVlad Buslov2-10/+27
2019-08-09net/mlx5e: Protect mod header entry flows list with spinlockVlad Buslov1-0/+7
2019-08-09net/mlx5e: Extend mod header entry with reference counterVlad Buslov4-43/+57
2019-08-09net/mlx5e: Allow concurrent creation of hairpin entriesVlad Buslov1-19/+46
2019-08-09net/mlx5e: Protect hairpin hash table with mutexVlad Buslov2-4/+18
2019-08-09net/mlx5e: Protect hairpin entry flows list with spinlockVlad Buslov1-0/+8
2019-08-09net/mlx5e: Extend hairpin entry with reference counterVlad Buslov1-18/+26
2019-08-08flow_offload: move tc indirect block to flow offloadwenxu1-5/+5
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 Levin2-5/+8
2019-08-08net/mlx5e: Fix false negative indication on tx reporter CQE recoveryAya Levin1-4/+2
2019-08-08net/mlx5e: kTLS, Fix tisn field placementTariq Toukan1-3/+3
2019-08-08net/mlx5e: kTLS, Fix tisn field nameTariq Toukan1-3/+3
2019-08-08net/mlx5e: kTLS, Fix progress params context WQE layoutTariq Toukan3-6/+13
2019-08-08net/mlx5: crypto, Fix wrong offset in encryption key commandTariq Toukan1-0/+1
2019-08-08net/mlx5e: ethtool, Avoid setting speed to 56GBASE when autoneg offMohamad Heib1-0/+8
2019-08-08net/mlx5e: Only support tx/rx pause setting for port ownerHuy Nguyen1-0/+3
2019-08-08net/mlx5: Support inner header match criteria for non decap flow actionHuy Nguyen3-21/+26
2019-08-08net/mlx5e: Use flow keys dissector to parse packets for ARFSMaxim Mikityanskiy1-63/+34