aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-15net/mlx5: E-Switch, Refactor offloads flow steering init/cleanupBodong Wang1-12/+31
2019-02-15net/mlx5: E-Switch, Properly refer to host PF vport as other vportBodong Wang3-15/+14
2019-02-15net/mlx5: E-Switch, Properly refer to the esw manager vportBodong Wang3-15/+37
2019-02-15net/mlx5: Correctly set LAG mode for ECPFBodong Wang1-0/+5
2019-02-15Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed23-316/+537
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-16/+55
2019-02-14net/mlx5: Add support to ext_* fields introduced in Port Type and Speed registerAya Levin3-29/+73
2019-02-14net/mlx5: Refactor queries to speed fields in Port Type and Speed registerAya Levin4-129/+87
2019-02-14net/mlx5: E-Switch, Avoid magic numbers when initializing offloads modeBodong Wang2-11/+16
2019-02-14net/mlx5: Relocate vport macros to the vport header fileBodong Wang2-0/+2
2019-02-14net/mlx5: E-Switch, Normalize the name of uplink vport numberBodong Wang5-28/+24
2019-02-14net/mlx5: Add host params change eventBodong Wang2-0/+5
2019-02-14net/mlx5: Add query host params commandBodong Wang3-0/+33
2019-02-14net/mlx5: Update enable HCA dependencyBodong Wang3-0/+94
2019-02-14net/mlx5: Introduce Mellanox SmartNIC and modify page management logicBodong Wang7-19/+77
2019-02-14net/mlx5: Use consistent vport num argument typeBodong Wang2-20/+20
2019-02-13net/mlx5e: XDP, fix redirect resources availability checkSaeed Mahameed4-4/+22
2019-02-13net/mlx5: Fix a compilation warning in events.cTariq Toukan1-8/+9
2019-02-13net/mlx5: No command allowed when command interface is not readyHuy Nguyen3-1/+20
2019-02-13net/mlx5e: Fix NULL pointer derefernce in set channels error flowMaria Pasechnik1-3/+4
2019-02-13net/mlx5: Align ODP capability function with netdev coding styleLeon Romanovsky1-9/+6
2019-02-11mlx5: use RCU lock in mlx5_eq_cq_get()Cong Wang1-6/+6
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-30/+59
2019-02-07net/mlx5e: Add tx timeout support for mlx5e tx reporterEran Ben Elisha3-37/+55
2019-02-07net/mlx5e: Add tx reporter supportEran Ben Elisha6-128/+306
2019-02-06net/mlx5e: Don't overwrite pedit action when multiple pedit usedTonghao Zhang1-10/+15
2019-02-06net/mlx5e: Update hw flows when encap source mac changedTonghao Zhang3-0/+7
2019-02-06net/mlx5e: Implement ndo_get_port_parent_id()Florian Fainelli3-24/+14
2019-02-06drivers: net: use flow action infrastructurePablo Neira Ayuso1-142/+123
2019-02-06flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso1-1/+1
2019-02-06net/mlx5e: support for two independent packet edit actionsPablo Neira Ayuso1-22/+59
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2-256/+188
2019-02-05net/mlx5e: Use the inner headers to determine tc/pedit offload limitation on decap flowsGuy Shattah1-2/+7
2019-02-05net/mlx5e: Properly set steering match levels for offloaded TC decap rulesOr Gerlitz5-18/+24
2019-02-05net/mlx5e: FPGA, fix Innova IPsec TX offload data path performanceRaed Salem1-0/+6
2019-02-04net/mlx5: Fix code style issue in mlx driverTonghao Zhang1-1/+2
2019-02-03net/mlx5: Set ODP SRQ support in firmwareMoni Shoua1-0/+53
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-19/+58
2019-01-25net/mlx5e: Reuse fold sw stats in representorsSaeed Mahameed3-27/+10
2019-01-25net/mlx5e: Present the representors SW stats when state is not openedTariq Toukan1-10/+7
2019-01-25net/mlx5e: Separate between ethtool and netdev software stats foldingSaeed Mahameed3-12/+25
2019-01-25net/mlx5: Add trace points for flow tables create/destroyOr Gerlitz3-0/+39
2019-01-25net/mlx5e: Return the allocated flow directly from __mlx5e_add_fdb_flowJason Gunthorpe1-15/+14
2019-01-25net/mlx5e: Expand XPS cpumask to cover all online cpusMoshe Shemesh2-2/+33
2019-01-25net/mlx5e: Take CQ decompress fields into a separate structureTariq Toukan2-61/+81
2019-01-25net/mlx5e: RX, Make sure packet header does not cross page boundaryTariq Toukan3-32/+9
2019-01-25net/mlx5e: Unblock setting vid 0 for VFs through the uplink repOr Gerlitz1-0/+13
2019-01-25net/mlx5e: Move to use common phys port names for vport representorsOr Gerlitz3-2/+33
2019-01-25net/mlx5e: Allow MAC invalidation while spoofchk is ONAya Levin1-12/+6
2019-01-25net/mlx5: Take lock with IRQs disabled to avoid deadlockMoni Shoua1-2/+3