summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Introduce and use mlx5_eswitch_get_total_vports()Parav Pandit2019-07-034-13/+34
* net/mlx5: Report EQE data upon CQ completionYishai Hadas2019-07-035-6/+8
* net/mlx5: Report a CQ error event only when a handler was setYishai Hadas2019-07-031-1/+2
* net/mlx5: mlx5_core_create_cq() enhancementsYishai Hadas2019-07-033-6/+7
* net/mlx5: Expose the API to register for ANY eventYishai Hadas2019-07-032-3/+2Star
* net/mlx5: Use event mask based on device capabilitiesYishai Hadas2019-07-032-8/+38
* net/mlx5: Fix mlx5_core_destroy_cq() error flowYishai Hadas2019-07-033-17/+10Star
* net/mlx5: E-Switch, Handle UC address change in switchdev modeBodong Wang2019-07-021-12/+9Star
* net/mlx5: E-Switch, Consider host PF for inline mode and vlan popBodong Wang2019-07-023-6/+34
* net/mlx5: E-Switch, Use iterator for vlan and min-inline setupsBodong Wang2019-07-021-6/+6
* net/mlx5: E-Switch, Reg/unreg function changed event at correct stageBodong Wang2019-07-023-31/+26Star
* net/mlx5: E-Switch, Consolidate eswitch function number of VFsBodong Wang2019-07-024-88/+90
* net/mlx5: E-Switch, Refactor eswitch SR-IOV interfaceBodong Wang2019-07-028-71/+72
* net/mlx5: Handle host PF vport mac/guid for ECPFBodong Wang2019-07-028-17/+25
* net/mlx5: E-Switch, Use correct flags when configuring vlanBodong Wang2019-07-021-1/+4
* net/mlx5: Reduce dependency on enabled_vfs counter and num_vfsParav Pandit2019-07-021-18/+4Star
* net/mlx5: Don't handle VF func change if host PF is disabledBodong Wang2019-07-021-1/+4
* net/mlx5: Limit scope of mlx5_get_next_phys_dev() to PCI PF devicesParav Pandit2019-07-021-1/+8
* net/mlx5: Move pci status reg access mutex to mlx5_pci_initParav Pandit2019-07-021-1/+1
* net/mlx5: Rename mlx5_pci_dev_type to mlx5_coredev_typeHuy Nguyen2019-07-021-2/+3
* {IB, net}/mlx5: E-Switch, Use index of rep for vport to IB port mappingBodong Wang2019-07-021-0/+1
* net/mlx5: E-Switch, Use vport index when init repBodong Wang2019-07-021-3/+3
* net/mlx5: E-Switch, Enable vport metadata matching if firmware supports itJianbo Liu2019-06-261-0/+23
* net/mlx5: E-Switch, Add match on vport metadata for rule in slow pathJianbo Liu2019-06-261-35/+107
* net/mlx5: E-Switch, Pass metadata from FDB to eswitch managerJianbo Liu2019-06-261-0/+64
* net/mlx5: E-Switch, Add query and modify esw vport context functionsJianbo Liu2019-06-262-0/+29
* net/mlx5: E-Switch, Add match on vport metadata for rule in fast pathJianbo Liu2019-06-261-34/+51
* net/mlx5e: Specifying known origin of packets matching the flowJianbo Liu2019-06-262-0/+5
* net/mlx5: E-Switch, Tag packet with vport number in VF vports and uplink ingr...Jianbo Liu2019-06-263-36/+155
* net/mlx5: Add flow context for flow tagJianbo Liu2019-06-267-25/+32
* net/mlx5: Introduce a helper API to check VF vportParav Pandit2019-06-262-0/+8
* net/mlx5: Support allocating modify header context from ingress ACLJianbo Liu2019-06-261-0/+4
* net/mlx5: Get vport ACL namespace by vport indexJianbo Liu2019-06-261-2/+2
* net/mlx5: Convert mkey_table to XArrayMatthew Wilcox2019-06-251-16/+11Star
* net/mlx5: Expose eswitch encap modeMaor Gottlieb2019-06-161-0/+11
* net/mlx5: Declare more strictly devlink encap modeLeon Romanovsky2019-06-162-5/+9
* net/mlx5: Add EQ enable/disable APIYuval Avnery2019-06-132-30/+76
* net/mlx5: Use a single IRQ for all async EQsAriel Levkovich2019-06-132-33/+24Star
* net/mlx5: Rename mlx5_irq_info to mlx5_irqYuval Avnery2019-06-131-39/+38Star
* net/mlx5: Move all IRQ logic to pci_irq.cYuval Avnery2019-06-135-329/+354
* net/mlx5: Generalize IRQ interface to work with irq_tableYuval Avnery2019-06-131-9/+29
* net/mlx5: Separate IRQ table creation from EQ table creationYuval Avnery2019-06-133-19/+14Star
* net/mlx5: Move IRQ affinity set to IRQ allocation phaseYuval Avnery2019-06-131-8/+17
* net/mlx5: Move IRQ rmap creation to IRQ allocation phaseYuval Avnery2019-06-131-25/+57
* net/mlx5: Separate IRQ data from EQ table dataYuval Avnery2019-06-133-44/+95
* net/mlx5: Separate IRQ request/free from EQ life cycleYuval Avnery2019-06-131-39/+82
* net/mlx5: Change interrupt handler to call chain notifierYuval Avnery2019-06-132-50/+97
* net/mlx5: Introduce EQ polling budgetYuval Avnery2019-06-131-28/+27Star
* net/mlx5: Support querying max VFs from deviceBodong Wang2019-06-132-9/+31
* net/mlx5: E-Switch, Return raw output for query esw functionsBodong Wang2019-06-133-21/+12Star