aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4/mad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-3/+4
2018-06-26IB/mlx4: Create slave AH's directlyJason Gunthorpe1-18/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-01RDMA/mlx4: Discard unknown SQP work requestsLeon Romanovsky1-1/+0
2017-08-18Add OPA extended LID supportHiatt, Don1-4/+4
2017-08-08IB/core: Change wc.slid from 16 to 32 bitsHiatt, Don1-3/+3
2017-08-08IB/core: Change port_attr.lid size from 16 to 32 bitsDasaratharaman Chandramouli1-1/+1
2017-06-01RDMA/mlx4: Fix MAD tunneling when SRIOV is enabledJack Morgenstein1-0/+1
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli1-0/+2
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-17/+26
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli1-12/+12
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli1-4/+4
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-5/+5
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford1-7/+42
2016-12-03IB/mlx4: Remove debug prints after allocation failureLeon Romanovsky1-7/+2
2016-11-16IB/mlx4: Handle well-known-gid in mad_demux processingJack Morgenstein1-4/+12
2016-11-16IB/mlx4: Handle IPv4 header when demultiplexing MADMoni Shoua1-3/+30
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-6/+67
2016-10-07IB/mlx4: Fix possible vl/sl field mismatch in LRH header in QP1 packetsJack Morgenstein1-2/+62
2016-10-07IB/{core,hw}: Add constant for node_descYuval Shaia1-1/+2
2016-10-07IB/mlx4/mad: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-2/+2
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig1-1/+1
2016-09-16IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOVJack Morgenstein1-0/+23
2016-06-23IB/mlx4: Fix error flow when sending mads under SRIOVYishai Hadas1-6/+18
2016-02-17IB/mlx4: Add support for the port info class for RoCE portsEran Ben Elisha1-1/+14
2016-02-17IB/mlx4: Add support for extended counters over RoCE portsEran Ben Elisha1-13/+37
2015-12-06IB/mlx4: Use the VF base-port when demuxing mad from wireOr Gerlitz1-3/+14
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford1-26/+28
2015-10-21IB/core: Use GID table in AH creation and dmac resolutionMatan Barak1-4/+8
2015-10-21IB/mlx4: Add IB counters tableEran Ben Elisha1-7/+18
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-26/+28
2015-08-30IB/mlx4: Remove ib_get_dma_mr callsJason Gunthorpe1-19/+4
2015-07-14IB/mlx4: Fix use of flow-counters for process_madOr Gerlitz1-10/+19
2015-07-14IB/mad: Remove improper use of BUG_ONIra Weiny1-2/+3
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-30/+19
2015-06-15net/mlx4_core: Add helper to query countersEran Ben Elisha1-24/+8
2015-06-15IB/mlx4: Set VF to read from QP countersEran Ben Elisha1-2/+4
2015-06-15IB/mlx4: Add RoCE/IB dedicated countersEran Ben Elisha1-1/+1
2015-06-12IB/mad: Add support for additional MAD info to/from driversIra Weiny1-1/+9
2015-06-12IB/mad: Support alternate Base Versions when creating MADsIra Weiny1-1/+2
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak1-1/+3
2015-06-02IB/core cleanup: Add const on args - device->process_madIra Weiny1-10/+11
2015-05-24IB/mlx4: Convert slave port before building address-handleOr Gerlitz1-4/+7
2015-04-15infiniband/mlx4: check for mapping errorSebastian Ott1-0/+9
2015-03-18IB/mlx4: Saturate RoCE port PMA counters in case of overflowMajd Dibbiny1-4/+16
2015-01-25net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas1-1/+2
2014-08-10IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny1-1/+1
2014-05-29IB/mlx4: Preparation for VFs to issue/receive SMI (QP0) requests/responsesJack Morgenstein1-16/+24
2014-03-20net/mlx4: Adapt code for N-Port VFMatan Barak1-14/+15
2014-03-12mlx4: Implement IP based gids support for RoCE/SRIOVJack Morgenstein1-5/+40