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