summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorLines
2016-11-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds-395/+391
2016-11-16iw_cxgb4: invalidate the mr when posting a read_w_inv wrSteve Wise-23/+24
2016-11-16iw_cxgb4: set *bad_wr for post_send/post_recv errorsSteve Wise-0/+4
2016-11-16Merge branches 'hfi1' and 'mlx' into k.o/for-4.9-rcDoug Ledford-50/+203
2016-11-16IB/rxe: Update qp state for user queryYonatan Cohen-0/+1
2016-11-16IB/rxe: Clear queue buffer when modifying QP to resetYonatan Cohen-0/+12
2016-11-16IB/rxe: Fix handling of erroneous WRYonatan Cohen-8/+13
2016-11-16IB/rxe: Fix kernel panic in UDP tunnel with GRO and RX checksumYonatan Cohen-6/+2
2016-11-16IB/mlx4: Fix create CQ error flowMatan Barak-1/+4
2016-11-16IB/mlx4: Check gid_index return valueDaniel Jurgens-1/+4
2016-11-16IB/mlx5: Fix NULL pointer dereference on debug printEli Cohen-2/+2
2016-11-16IB/mlx5: Fix fatal error dispatchingEli Cohen-2/+5
2016-11-16IB/mlx5: Resolve soft lock on massive reg MRsMoshe Lazer-1/+7
2016-11-16IB/mlx5: Use cache line size to select CQE strideDaniel Jurgens-2/+1
2016-11-16IB/mlx5: Validate requested RQT sizeMaor Gottlieb-0/+8
2016-11-16IB/mlx5: Fix memory leak in query deviceMajd Dibbiny-2/+2
2016-11-16IB/core: Avoid unsigned int overflow in sg_alloc_tableMark Bloch-1/+1
2016-11-16IB/core: Add missing check for addr_resolve callback return valueMark Bloch-2/+9
2016-11-16IB/core: Set routable RoCE gid type for ipv4/ipv6 networksLeon Romanovsky-1/+20
2016-11-16IB/cm: Mark stale CM id's whenever the mad agent was unregisteredMark Bloch-16/+110
2016-11-16IB/uverbs: Fix leak of XRC target QPsTariq Toukan-5/+2
2016-11-15IB/hfi1: Remove incorrect IS_ERR checkDennis Dalessandro-1/+1
2016-11-15IB/hfi1: Prevent hardware counter names from being cut offJianxin Xiong-1/+1
2016-11-15IB/hfi1: Fix ECN processing in prescan_rxqDasaratharaman Chandramouli-9/+11
2016-11-15IB/hfi1: Fix status error code for unsupported packetsJakub Pawlak-2/+18
2016-11-15IB/hfi1: Relocate rcvhdrcnt module parameter check.Krzysztof Blaszkowski-18/+26
2016-11-15IB/hfi1: Fix rnr_timer additionIra Weiny-1/+1
2016-11-15IB/hfi1: Delete unused lockEaswar Hariharan-3/+0
2016-11-15IB/hfi1: Clean up unused argumentEaswar Hariharan-5/+3
2016-11-15IB/hfi1: Remove leftover snoop referencesDennis Dalessandro-114/+4
2016-11-15IB/hfi1: Fix a potential memory leak in hfi1_create_ctxts()Jianxin Xiong-6/+7
2016-11-15IB/hfi1: Return ENODEV for unsupported PCI device ids.Krzysztof Blaszkowski-13/+12
2016-11-15IB/hfi1: Fix an Oops on pci device force removeTadeusz Struk-5/+44
2016-11-15IB/hfi1: Fix integrity check flags default valuesJakub Pawlak-40/+32
2016-11-15IB/hfi1: Remove redundant sysfs irq affinity entryTadeusz Struk-101/+0
2016-11-15IB/rdmavt: rdmavt can handle non aligned page mapsDennis Dalessandro-3/+0
2016-11-11infiniband: shut up a maybe-uninitialized warningArnd Bergmann-26/+28
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-45/+66
2016-10-29{net, ib}/mlx5: Make cache line size determination at runtime.Daniel Jurgens-2/+1
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds-6/+17
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes-2/+5
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes-4/+12
2016-10-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds-0/+6557
2016-10-14Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds-316/+385
2016-10-14qedr: Add events support and register IB deviceRam Amrani-2/+158
2016-10-14qedr: Add GSI supportRam Amrani-1/+706
2016-10-14qedr: Add LL2 RoCE interfaceRam Amrani-2/+34
2016-10-14qedr: Add support for data pathRam Amrani-1/+1614
2016-10-14qedr: Add support for memory registeration verbsRam Amrani-1/+425
2016-10-14qedr: Add support for QP verbsRam Amrani-1/+1286