aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-28IB/hfi1: Add RSM rule for user FECN handlingDean Luick1-0/+84
2016-04-28IB/hfi1: Create a routine to set a receive side mapping ruleDean Luick1-18/+57
2016-04-28IB/hfi1: Move QOS decision logic into its own functionDean Luick1-17/+50
2016-04-28IB/hfi1: Extract RSM map table init from QOSDean Luick2-21/+71
2016-04-28IB/hfi1: Reduce kernel context pio buffer allocationJianxin Xiong4-25/+61
2016-04-28IB/hfi1: Change default number of user contextsJubin John3-54/+84
2016-04-28IB/hfi1: Use global defines for upper bits in opcodeMike Marciniszyn3-7/+4
2016-04-28IB/hfi1: Remove unreachable codeMike Marciniszyn1-1/+1
2016-04-28IB/hfi1: Fix double QSFP resource acquire on cache refreshDean Luick2-29/+23
2016-04-28IB/hfi1: Guard against concurrent I2C access across all chainsDean Luick1-1/+8
2016-04-28IB/hfi1: Remove module presence check outside pre-LNI checksEaswar Hariharan2-16/+12
2016-04-28IB/hfi1: Always turn on CDRs for low power QSFP modulesEaswar Hariharan7-82/+74
2016-04-28IB/hfi1: Check P_KEY for all sent packets from user modeSebastian Sanchez4-41/+77
2016-04-28IB/hfi1: Adjust default MTU to be 10KBSebastian Sanchez3-4/+9
2016-04-28IB/hfi1: Simplify init_qpmap_table()Dean Luick1-5/+2
2016-04-28IB/hfi1: Correctly obtain the full service classDean Luick1-1/+1
2016-04-28IB/hfi1: Fix QOS rule mappingsDean Luick1-27/+21
2016-04-28IB/hfi1: Remove invalid QOS checkDean Luick1-2/+0
2016-04-28IB/hfi1: Fix QOS num_vl bit widthDean Luick1-1/+1
2016-04-28IB/hfi1: Fix i2c resource reservation checksDean Luick1-4/+4
2016-04-28IB/hfi1: Fix sysfs file offset usageDean Luick1-2/+2
2016-04-28IB/rdmavt,hfi1,qib: Fix memory leakJubin John3-4/+17
2016-04-28IB/hfi1: Fix buffer cache races which may cause corruptionMitko Haralanov2-17/+45
2016-04-28IB/hfi1: Extract and reinsert MMU RB node on lookupMitko Haralanov3-19/+35
2016-04-28IB/hfi1: Correctly compute node intervalMitko Haralanov2-2/+2
2016-04-28IB/hfi1: Protect the interval RB tree when cleaning upMitko Haralanov1-2/+6
2016-04-28IB/hfi1: Fix memory leak in user ExpRcv and SDMAMitko Haralanov2-3/+7
2016-04-28IB/hfi1: Don't remove list entries if they are not in a listMitko Haralanov1-2/+4
2016-04-28IB/qib, IB/hfi1: Fix up UD loopback use of irq flagsMike Marciniszyn8-25/+28
2016-04-28Merge branch 'k.o/for-4.6-rc' into testing/4.6Doug Ledford18-96/+142
2016-04-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into testing/4.6Doug Ledford77-329/+676
2016-04-28IB/security: Restrict use of the write() interfaceJason Gunthorpe6-1/+24
2016-04-28IB/hfi1: Use kernel default llseek for ui deviceDean Luick1-23/+2
2016-04-28IB/hfi1: Don't attempt to free resources if initialization failedMitko Haralanov2-33/+29
2016-04-28IB/hfi1: Fix missing lock/unlock in verbs drain callbackMike Marciniszyn1-0/+2
2016-04-28IB/rdmavt: Fix send schedulingJubin John1-2/+2
2016-04-28IB/hfi1: Prevent unpinning of wrong pagesMitko Haralanov1-5/+8
2016-04-28IB/hfi1: Fix deadlock caused by locking with wrong scopeMitko Haralanov1-5/+11
2016-04-28IB/hfi1: Prevent NULL pointer deferences in caching codeMitko Haralanov4-23/+37
2016-04-28IB/mlx5: Expose correct max_sge_rd limitSagi Grimberg1-1/+1
2016-04-27Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds5-9/+26
2016-04-27Merge tag 'platform-drivers-x86-v4.6-3' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86Linus Torvalds1-1/+1
2016-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds14-125/+215
2016-04-26Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-6/+7
2016-04-26devpts: more pty driver interface cleanupsLinus Torvalds2-13/+11
2016-04-26RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chipsHariprasad S2-2/+6
2016-04-26iw_cxgb4: handle draining an idle qpSteve Wise1-2/+16
2016-04-26iw_cxgb3: initialize ibdev.iwcm->ifname for port mappingSteve Wise1-0/+2
2016-04-26iw_cxgb4: initialize ibdev.iwcm->ifname for port mappingSteve Wise1-0/+2
2016-04-26IB/core: Don't drain non-existent rq queue-pairSagi Grimberg1-1/+2