summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/main.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-5/+2
2018-04-27RDMA/mlx5: Properly check return value of mlx5_get_uars_pageLeon Romanovsky1-3/+1
2018-04-27IB/mlx5: Fix represent correct netdevice in dual port RoCEParav Pandit1-1/+1
2018-04-26net/mlx5: Fix mlx5_get_vector_affinity functionIsrael Rukshin1-1/+1
2018-04-17IB/mlx5: remove duplicate header fileZhu Yanjun1-1/+0
2018-04-07Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-37/+535
2018-04-05IB/mlx5: Device memory mr registration supportAriel Levkovich1-0/+1
2018-04-05IB/mlx5: Device memory support in mlx5_ibAriel Levkovich1-1/+142
2018-04-04IB/mlx5: Add ability to hash by IPSEC_SPI when creating a TIRMatan Barak1-0/+4
2018-04-04IB/mlx5: Add information for querying IPsec capabilitiesMatan Barak1-0/+12
2018-04-04IB/mlx5: Add IPsec support for egress and ingressAviad Yehezkel1-12/+115
2018-04-04IB/mlx5: Add modify_flow_action_esp verbMatan Barak1-0/+49
2018-04-04IB/mlx5: Add implementation for create and destroy action_xfrmAviad Yehezkel1-1/+132
2018-04-04IB/mlx5: Initialize the parsing tree root without the help of uverbsMatan Barak1-0/+38
2018-04-04RDMA: Use ib_gid_attr during GID modificationParav Pandit1-6/+7
2018-04-04IB/providers: Avoid null netdev check for RoCEParav Pandit1-6/+0
2018-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+9
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-24/+27
2018-03-21IB/mlx5: Don't clean uninitialized UMR resourcesMark Bloch1-3/+9
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-0/+1
2018-03-19IB/mlx5: Packet packing enhancement for RAW QPBodong Wang1-0/+4
2018-03-19IB/mlx5: Set the default active rate and width to QDR and 4XHonggang Li1-0/+3
2018-03-15Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford1-24/+27
2018-03-14IB/mlx5: Fix cleanup order on unloadMark Bloch1-9/+12
2018-03-14IB/mlx5: Maintain a single emergency pageIlya Lesokhin1-13/+29
2018-03-07{net,IB}/mlx5: Add flow steering helpersBoris Pismenny1-4/+3
2018-03-07{net,IB}/mlx5: Add has_tag to mlx5_flow_actMatan Barak1-1/+2
2018-03-07IB/mlx5: Pass mlx5_flow_act struct instead of multiple argumentsBoris Pismenny1-12/+8
2018-03-07IB/mlx5: Removed not used parametersAviad Yehezkel1-2/+0
2018-03-07IB/mlx5: When not in dual port RoCE mode, use provided port as nativeMark Bloch1-3/+7
2018-02-28{net, IB}/mlx5: Raise fatal IB event when sys error occursDaniel Jurgens1-9/+2
2018-02-23IB/mlx5: Add proper representors supportMark Bloch1-30/+95
2018-02-23IB/mlx5: When in switchdev mode, expose only raw packet capabilitiesMark Bloch1-30/+123
2018-02-23IB/mlx5: Listen to netdev register/unresiter events in switchdev modeMark Bloch1-3/+12
2018-02-23IB/mlx5: Add match on vport when in switchdev modeMark Bloch1-0/+12
2018-02-23IB/mlx5: Allocate flow DB only on PF IB deviceMark Bloch1-13/+32
2018-02-23IB/mlx5: Add basic regiser/unregister representors codeMark Bloch1-0/+13
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe1-3/+6
2018-01-19RDMA/mlx5: Remove redundant allocation warning printLeon Romanovsky1-11/+8
2018-01-18IB/mlx5: Mmap the HCA's clock info to user-spaceFeras Daoud1-2/+42
2018-01-12net/mlx5: Fix mlx5_get_uars_page to return error codeEran Ben Elisha1-1/+1
2018-01-12{net,ib}/mlx5: Don't disable local loopback multicast traffic when neededEran Ben Elisha1-3/+6
2018-01-11IB/mlx5: remove redundant assignment of mdevColin Ian King1-1/+1
2018-01-08IB/mlx5: Don't advertise RAW QP support in dual port modeDaniel Jurgens1-7/+14
2018-01-08{net, IB}/mlx5: Change set_roce_gid to take a port numberDaniel Jurgens1-1/+1
2018-01-08IB/mlx5: Update counter implementation for dual port RoCEDaniel Jurgens1-28/+41
2018-01-08IB/mlx5: Change debugfs to have per port contentsParav Pandit1-2/+10
2018-01-08IB/mlx5: Implement dual port functionality in query routinesDaniel Jurgens1-17/+85
2018-01-08IB/mlx5: Move IB event processing onto a workqueueDaniel Jurgens1-13/+56
2018-01-08{net, IB}/mlx5: Manage port association for multiport RoCEDaniel Jurgens1-25/+396