aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-03net/mlx5: Introduce and use mlx5_eswitch_get_total_vports()Parav Pandit4-13/+34
2019-07-03net/mlx5: Report EQE data upon CQ completionYishai Hadas5-6/+8
2019-07-03net/mlx5: Report a CQ error event only when a handler was setYishai Hadas1-1/+2
2019-07-03net/mlx5: mlx5_core_create_cq() enhancementsYishai Hadas3-6/+7
2019-07-03net/mlx5: Expose the API to register for ANY eventYishai Hadas2-3/+2
2019-07-03net/mlx5: Use event mask based on device capabilitiesYishai Hadas2-8/+38
2019-07-03net/mlx5: Fix mlx5_core_destroy_cq() error flowYishai Hadas3-17/+10
2019-07-01idr: introduce idr_for_each_entry_continue_ul()Cong Wang1-4/+6
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 Wang8-71/+72
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-01{IB, net}/mlx5: E-Switch, Use index of rep for vport to IB port mappingBodong Wang1-0/+1
2019-07-01net/mlx5: E-Switch, Use vport index when init repBodong Wang1-3/+3
2019-06-28net/mlx5e: Disallow tc redirect offload cases we don't supportPaul Blakey3-5/+24
2019-06-28net/mlx5e: Expose same physical switch_id for all representorsPaul Blakey1-20/+9
2019-06-28net/mlx5e: Don't refresh TIRs when updating representor SQsGavi Teitz5-4/+21
2019-06-28net/mlx5e: reduce stack usage in mlx5_eswitch_termtbl_createArnd Bergmann2-11/+11
2019-06-28net/mlx5e: Set drvinfo in generic mannerParav Pandit1-1/+1
2019-06-28net/mlx5e: Correct phys_port_name for PF portParav Pandit1-0/+2
2019-06-28net/mlx5e: Report netdevice MPLS featuresAriel Levkovich1-0/+5
2019-06-28net/mlx5e: Move to HW checksumming advertisingAriel Levkovich1-4/+2
2019-06-28net/mlx5: MPFS, Allow adding the same MAC more than onceGavi Teitz1-1/+6
2019-06-28net/mlx5: MPFS, Cleanup add MAC flowGavi Teitz1-11/+15
2019-06-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed18-518/+1156
2019-06-27net/mlx5e: Add XSK zero-copy supportMaxim Mikityanskiy24-255/+1840
2019-06-27net/mlx5e: Move queue param structs to en/params.hMaxim Mikityanskiy2-29/+31
2019-06-27net/mlx5e: Encapsulate open/close queues into a functionMaxim Mikityanskiy1-52/+73
2019-06-27net/mlx5e: Consider XSK in XDP MTU limit calculationMaxim Mikityanskiy5-7/+11
2019-06-27net/mlx5e: XDP_TX from UMEM supportMaxim Mikityanskiy1-8/+42
2019-06-27net/mlx5e: Share the XDP SQ for XDP_TX between RQsMaxim Mikityanskiy5-26/+32
2019-06-27net/mlx5e: Refactor struct mlx5e_xdp_infoMaxim Mikityanskiy3-41/+97
2019-06-27net/mlx5e: Allow ICO SQ to be used by multiple RQsMaxim Mikityanskiy4-23/+22
2019-06-27net/mlx5e: Calculate linear RX frag size considering XSKMaxim Mikityanskiy3-23/+52
2019-06-27net/mlx5e: Replace deprecated PCI_DMA_TODEVICEMaxim Mikityanskiy1-1/+1
2019-06-27net/mlx5e: Attach/detach XDP program safelyMaxim Mikityanskiy1-11/+20
2019-06-27Merge tag 'blk-dim-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller6-31/+30
2019-06-26net/mlx5: E-Switch, Enable vport metadata matching if firmware supports itJianbo Liu1-0/+23
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