summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| | * | infiniband: nes: return value of skb_linearize should be handledZhouyi Zhou2016-12-141-2/+6
| | * | IB/core: fix unmap_sg argumentSebastian Ott2016-12-141-1/+1
| | * | IB/multicast: Check ib_find_pkey() return valueBart Van Assche2016-12-141-2/+5
| | * | IPoIB: Avoid reading an uninitialized member variableBart Van Assche2016-12-141-2/+5
| | * | IB/mad: Fix an array index checkBart Van Assche2016-12-141-1/+1
| | * | IB/srpt: Report login failures only onceBart Van Assche2016-12-141-13/+9Star
| | * | IB/usnic: simplify IS_ERR_OR_NULL to IS_ERRJulia Lawall2016-12-142-12/+12
| | * | IB/core: Issue DREQ when receiving REQ/REP for stale QPHans Westgaard Ry2016-12-141-1/+23
| | * | IB/nes: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-141-34/+42
| | * | IB/isert: do not ignore errors in dma_map_single()Alexey Khoroshilov2016-12-141-0/+6
| | * | IB/mad: Eliminate redundant SM class version defines for OPAHal Rosenstock2016-12-142-8/+8
| | |/
| * | Merge branch 'mlx' into merge-testDoug Ledford2016-12-1435-318/+740
| |\ \
| | * | IB/mthca: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder2016-12-141-4/+2Star
| | * | mlx5, calc_sq_size(): Make a debug message more informativeBart Van Assche2016-12-141-1/+2
| | * | mlx5: Remove a set-but-not-used variableBart Van Assche2016-12-141-7/+0Star
| | * | mlx5: Use { } instead of { 0 } to init structBart Van Assche2016-12-141-1/+1
| | * | IB/mlx4: Rework special QP creation error pathBart Van Assche2016-12-141-2/+4
| | * | IB/mlx5: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann2016-12-141-18/+21
| | * | IB/mlx5: Properly adjust rate limit on QP state transitionsBodong Wang2016-12-133-9/+69
| | * | IB/uverbs: Extend modify_qp and support packet pacingBodong Wang2016-12-133-69/+125
| | * | IB/core: Support rate limit for packet pacingBodong Wang2016-12-131-0/+2
| | * | IB/mlx5: Report mlx5 packet pacing capabilities when querying deviceBodong Wang2016-12-131-0/+13
| | * | IB/mlx5: Support RAW Ethernet when RoCE is disabledOr Gerlitz2016-12-131-9/+13
| | * | IB/mlx5: Rename RoCE related helpers to reflect being Eth onesOr Gerlitz2016-12-131-11/+11
| | * | IB/mlx5: Refactor registration to netdev notifierOr Gerlitz2016-12-131-9/+20
| | * | IB/mlx5: Use u64 for UMR lengthMaor Gottlieb2016-12-131-1/+1
| | * | IB/mlx5: Avoid system crash when enabling many VFsEli Cohen2016-12-131-1/+2
| | * | IB/mlx5: Assign SRQ type earlierMaor Gottlieb2016-12-131-1/+1
| | * | IB/mlx4: Fix out-of-range array index in destroy qp flowJack Morgenstein2016-12-131-1/+2
| | * | IB/mlx5: Make create/destroy_ah available to userspaceMoni Shoua2016-12-131-0/+2
| | * | IB/mlx5: Use kernel driver to help userspace create ahMoni Shoua2016-12-131-0/+21
| | * | IB/core: Let create_ah return extended response to userMoni Shoua2016-12-1320-20/+56
| | * | IB/mlx5: Report that device has udata response in create_ahMoni Shoua2016-12-131-1/+2
| | * | IB/core: Change ib_resolve_eth_dmac to use it in create AHMoni Shoua2016-12-133-48/+47Star
| | * | IB/mlx5: Add support to match inner packet fieldsMoses Reuben2016-12-131-53/+78
| | * | IB/core: Introduce inner flow steeringMoses Reuben2016-12-131-1/+3
| | * | IB/mlx5: Support Vxlan tunneling specificationMoses Reuben2016-12-131-0/+11
| | * | IB/core: Add flow spec tunneling supportMoses Reuben2016-12-131-0/+15
| | * | IB/mlx5: Add support for CQE compressingBodong Wang2016-12-131-1/+29
| | * | IB/mlx5: Report mlx5 CQE compression caps during queryBodong Wang2016-12-131-0/+10
| | * | IB/mlx5: Report mlx5 multi packet WQE caps during queryBodong Wang2016-12-131-0/+11
| | * | IB/rxe: Increase max number of completions to 32kYonatan Cohen2016-12-131-1/+1
| | * | IB/mlx4: Check if GRH is available before using itEran Ben Elisha2016-12-131-2/+2
| | * | IB/mlx4: When no DMFS for IPoIB, don't allow NET_IF QPsEran Ben Elisha2016-12-131-8/+13
| | * | IB/mlx4: Fix port query for 56Gb Ethernet linksSaeed Mahameed2016-11-171-3/+5
| | * | IB/mlx4: Put non zero value in max_ah device attributeMaor Gottlieb2016-11-171-0/+1
| | * | IB/mlx4: Handle well-known-gid in mad_demux processingJack Morgenstein2016-11-171-4/+12
| | * | IB/mlx4: Handle IPv4 header when demultiplexing MADMoni Shoua2016-11-172-10/+39
| | * | IB/mlx4: Set traffic class in AHMaor Gottlieb2016-11-171-2/+4
| | * | IB/IPoIB: Remove can't use GFP_NOIO warningKamal Heib2016-11-171-2/+0Star