aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-01net/mlx5: E-Switch, Handle UC address change in switchdev modeBodong Wang1-12/+9
2019-07-01net/mlx5: E-Switch, Consider host PF for inline mode and vlan popBodong Wang3-6/+34
2019-07-01net/mlx5: E-Switch, Use iterator for vlan and min-inline setupsBodong Wang1-6/+6
2019-07-01net/mlx5: E-Switch, Reg/unreg function changed event at correct stageBodong Wang3-31/+26
2019-07-01net/mlx5: E-Switch, Consolidate eswitch function number of VFsBodong Wang4-88/+90
2019-07-01net/mlx5: E-Switch, Refactor eswitch SR-IOV interfaceBodong Wang10-73/+74
2019-07-01net/mlx5: Handle host PF vport mac/guid for ECPFBodong Wang8-17/+25
2019-07-01net/mlx5: E-Switch, Use correct flags when configuring vlanBodong Wang1-1/+4
2019-07-01net/mlx5: Reduce dependency on enabled_vfs counter and num_vfsParav Pandit1-18/+4
2019-07-01net/mlx5: Don't handle VF func change if host PF is disabledBodong Wang1-1/+4
2019-07-01net/mlx5: Limit scope of mlx5_get_next_phys_dev() to PCI PF devicesParav Pandit1-1/+8
2019-07-01net/mlx5: Move pci status reg access mutex to mlx5_pci_initParav Pandit1-1/+1
2019-07-01net/mlx5: Rename mlx5_pci_dev_type to mlx5_coredev_typeHuy Nguyen1-2/+3
2019-07-01RDMA/mlx5: Cleanup rep when doing unloadBodong Wang1-7/+11
2019-07-01{IB, net}/mlx5: E-Switch, Use index of rep for vport to IB port mappingBodong Wang3-3/+3
2019-07-01net/mlx5: E-Switch, Use vport index when init repBodong Wang1-3/+3
2019-06-26net/mlx5: E-Switch, Enable vport metadata matching if firmware supports itJianbo Liu1-0/+23
2019-06-26RDMA/mlx5: Add vport metadata matching for IB representorsJianbo Liu1-9/+36
2019-06-26net/mlx5: E-Switch, Add match on vport metadata for rule in slow pathJianbo Liu1-35/+107
2019-06-26net/mlx5: E-Switch, Pass metadata from FDB to eswitch managerJianbo Liu1-0/+64
2019-06-26net/mlx5: E-Switch, Add query and modify esw vport context functionsJianbo Liu2-0/+29
2019-06-26net/mlx5: E-Switch, Add match on vport metadata for rule in fast pathJianbo Liu1-34/+51
2019-06-26net/mlx5e: Specifying known origin of packets matching the flowJianbo Liu2-0/+5
2019-06-26net/mlx5: E-Switch, Tag packet with vport number in VF vports and uplink ingress ACLsJianbo Liu3-36/+155
2019-06-26net/mlx5: Add flow context for flow tagJianbo Liu10-41/+60
2019-06-26net/mlx5: Introduce a helper API to check VF vportParav Pandit2-0/+8
2019-06-26net/mlx5: Support allocating modify header context from ingress ACLJianbo Liu1-0/+4
2019-06-26net/mlx5: Get vport ACL namespace by vport indexJianbo Liu1-2/+2
2019-06-24net/mlx5: Convert mkey_table to XArrayMatthew Wilcox5-44/+29
2019-06-16net/mlx5: Expose eswitch encap modeMaor Gottlieb1-0/+11
2019-06-16net/mlx5: Declare more strictly devlink encap modeLeon Romanovsky2-5/+9
2019-06-13net/mlx5: Add EQ enable/disable APIYuval Avnery3-31/+84
2019-06-13net/mlx5: Use a single IRQ for all async EQsAriel Levkovich3-34/+25
2019-06-13net/mlx5: Rename mlx5_irq_info to mlx5_irqYuval Avnery1-39/+38
2019-06-13net/mlx5: Move all IRQ logic to pci_irq.cYuval Avnery5-329/+354
2019-06-13net/mlx5: Generalize IRQ interface to work with irq_tableYuval Avnery1-9/+29
2019-06-13net/mlx5: Separate IRQ table creation from EQ table creationYuval Avnery3-19/+14
2019-06-13net/mlx5: Move IRQ affinity set to IRQ allocation phaseYuval Avnery1-8/+17
2019-06-13net/mlx5: Move IRQ rmap creation to IRQ allocation phaseYuval Avnery1-25/+57
2019-06-13net/mlx5: Separate IRQ data from EQ table dataYuval Avnery3-44/+95
2019-06-13net/mlx5: Separate IRQ request/free from EQ life cycleYuval Avnery2-40/+83
2019-06-13net/mlx5: Change interrupt handler to call chain notifierYuval Avnery4-54/+104
2019-06-13net/mlx5: Introduce EQ polling budgetYuval Avnery1-28/+27
2019-06-13net/mlx5: Support querying max VFs from deviceBodong Wang2-9/+31
2019-06-13net/mlx5: E-Switch, Return raw output for query esw functionsBodong Wang3-21/+12
2019-06-13net/mlx5: E-Switch, Handle representors creation in handler contextVu Pham2-51/+50
2019-06-13net/mlx5: Increase wait time for fw initializationDaniel Jurgens1-4/+14
2019-05-31{IB,net}/mlx5: Constify rep ops functions pointersParav Pandit6-39/+38
2019-05-31{IB, net}/mlx5: No need to typecast from void* to mlx5_ib_dev*Parav Pandit2-2/+2
2019-05-31net/mlx5: E-Switch, Honor eswitch functions changed event capVu Pham3-4/+17