summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/mad.c
Commit message (Expand)AuthorAgeFilesLines
* IB/hfi1: Use struct_size() helperGustavo A. R. Silva2019-05-301-6/+3Star
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-201-1/+1
* IB/hfi1: Error path MAD response size is incorrectMichael J. Ruhl2018-10-011-2/+2
* IB/hfi1: Set port number for errorinfo MAD responseMichael J. Ruhl2018-05-241-0/+1
* IB/hfi1: Complete check for locally terminated smpAlex Estrin2018-05-091-16/+20
* IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit timesKamenee Arumugam2018-02-011-10/+117
* IB/hfi1: Change slid arg in ingress_pkey_table_fail to 32bitDon Hiatt2017-12-221-5/+1Star
* IB/hfi1: Handle initial value of 0 for CCTI settingDennis Dalessandro2017-11-131-1/+5
* IB/hfi1: Prohibit invalid Init to Armed state transitionGrzegorz Morys2017-11-131-14/+18
* IB/hfi1: Fix a wrapping test to insure the correct timeoutMike Marciniszyn2017-11-131-3/+3
* IB/hfi1: Validate PKEY for incoming GSI MAD packetsSebastian Sanchez2017-10-301-2/+84
* Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-2/+2
|\
| * IB/hfi1: Convert timers to use timer_setup()Kees Cook2017-10-181-2/+2
* | IB/hfi1: Remove set-but-not-used variablesBart Van Assche2017-10-151-2/+0Star
* | IB/hfi1: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-151-0/+1
* | IB/hfi1: Do not warn on lid conversions for OPADon Hiatt2017-10-041-2/+5
|/
* IB/hfi1: Fix whitespace alignment issue for MADKamenee Arumugam2017-08-291-1/+1
* IB/hfi1: Remove pstate from hfi1_pportdataJakub Byczkowski2017-08-221-1/+1
* IB/hfi1: Stricter bounds checking of MAD trap indexKamenee Arumugame2017-08-221-1/+12
* IB/hfi1: fix spelling mistake: "Maximim" -> "Maximum"Colin Ian King2017-08-221-1/+1
* IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lidsDasaratharaman Chandramouli2017-08-221-12/+79
* IB/hfi1: Add 16B UD supportDon Hiatt2017-08-221-5/+3Star
* IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDsDon Hiatt2017-08-221-2/+3
* IB/hfi1: Remove lstate from hfi1_pportdataByczkowski, Jakub2017-08-221-1/+1
* Add OPA extended LID supportHiatt, Don2017-08-181-1/+1
*-. Merge branches '32bit_lid' and 'irq_affinity' into k.o/merge-testDoug Ledford2017-08-101-1/+1
|\ \
| * | IB/core: Change wc.slid from 16 to 32 bitsHiatt, Don2017-08-081-1/+1
| |/
* | IB/hfi1: Send MAD traps until repressedMichael J. Ruhl2017-07-311-87/+286
* | IB/hfi1,qib: Do not send QKey trap for UD qpsDennis Dalessandro2017-06-271-9/+5Star
* | IB/hfi1: Modify handling of physical link state by Host DriverByczkowski, Jakub2017-06-271-3/+3
* | IB/hfi1: Add error checking for buffer overrun in OPA aggregateNeel Desai2017-06-271-111/+185
* | IB/core,rdmavt,hfi1,opa-vnic: Send OPA cap_mask3 in trapVishwanathapura, Niranjana2017-06-271-5/+2Star
|/
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-2/+2
* IB/core: Move opa_class_port_info definition to header fileDasaratharaman Chandramouli2017-04-291-25/+0Star
* IB/hfi1: Permanently enable P_Key checking in HFINeel Desai2017-04-281-10/+0Star
* IB/hfi1: Return SC2VL mappings to FM with VL15 instead of ILLEGAL_VLSebastian Sanchez2017-04-281-16/+25
* IB/hfi1: Correct MulticastMask/CollectiveMask info to SMA outputMichael J. Ruhl2017-04-281-0/+5
* IB/hfi1: Virtual Network Interface Controller (VNIC) HW supportVishwanathapura, Niranjana2017-04-201-3/+7
* IB/hfi1: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
*-. Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford2016-12-141-6/+6
|\ \
| * | IB/mad: Eliminate redundant SM class version defines for OPAHal Rosenstock2016-12-141-6/+6
| |/
* / IB/hfi1: Unify access to GUID entriesJakub Pawlak2016-11-151-9/+10
|/
* IB/hfi1: Remove filtering of Set(PkeyTable) in HFI SMASebastian Sanchez2016-10-021-6/+0Star
* IB/hfi1: Move serdes tune inside link start functionDean Luick2016-10-021-1/+0Star
* IB/hfi1: Fix the size parameter to find_first_bitChristophe Jaillet2016-09-021-4/+4
* IB/hfi1: Clean up type used and castingChristophe Jaillet2016-08-261-2/+2
* IB/hfi1: Return invalid field for non-QSFP CableInfo queriesEaswar Hariharan2016-08-221-0/+5
* IB/hfi1: Using kfree_rcu() to simplify the codeWei Yongjun2016-08-221-8/+1Star
* IB/hfi1: Fix "suspicious rcu_dereference_check() usage" warningsJianxin Xiong2016-08-021-1/+1
* IB/hfi1: Fix integrity errors counter value calculationJakub Pawlak2016-08-021-23/+9Star