summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/hns: Fix for checkpatch.pl comment style warningsoulijun2017-07-181-4/+6
* IB/hns: Fix the bug with modifying the MAC address without removing the driveroulijun2017-07-181-3/+0
* IB/hns: Fix the bug with rdma operationoulijun2017-07-181-4/+4
* IB/hns: Fix the bug with wild pointer when destroy rc qpoulijun2017-07-181-5/+7
* IB/hns: Fix the bug of polling cq failed for loopback Qpsoulijun2017-07-181-19/+34
* IB/mlx5: Clean mr_cache debugfs in case of failureLeon Romanovsky2017-07-181-12/+22
* {net, IB}/mlx4: Remove gfp flags argumentLeon Romanovsky2017-07-184-31/+24
* IB/{rdmavt, qib, hfi1}: Remove gfp flags argumentLeon Romanovsky2017-07-184-16/+13
* IB: Convert msleep below 20ms to usleep_rangeLeon Romanovsky2017-07-184-5/+6
* mlx5: Avoid that mlx5_ib_sg_to_klms() overflows the klms[] arrayBart Van Assche2017-07-171-1/+1
* IB/hfi1: Ensure dd->gi_mask can not be overflowedDennis Dalessandro2017-07-171-1/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-07-064-21/+27
|\
| * IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura2017-07-054-21/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-0519-237/+337
|\ \
| * | net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
| * | IB/mlx5: Respect mlx5_core reserved GIDsIlan Tayari2017-06-271-66/+53
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-2115-794/+912
| |\|
| * | qed*: Rename qed_roce_if.h to qed_rdma_if.hKalderon, Michal2017-06-212-2/+2
| * | net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-204-14/+7
| * | qed*: Set rdma generic functions prefixMichal Kalderon2017-06-201-3/+3
| * | qed*: qede_roce.[ch] -> qede_rdma.[ch]Michal Kalderon2017-06-202-2/+2
| * | qed: Chain support for external PBLMintz, Yuval2017-06-202-4/+4
| * | Merge tag 'mlx5-updates-2017-06-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-06-161-1/+1
| |\ \
| | * | net/mlx5: Fix some spelling mistakesOr Gerlitz2017-06-151-1/+1
| * | | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-162-4/+4
| * | | networking: make skb_put & friends return void pointersJohannes Berg2017-06-166-33/+29
| * | | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-164-16/+8
| |/ /
| * | qed*: LL2 callback operationsMichal Kalderon2017-06-093-58/+188
| * | tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet2017-06-081-1/+1
| * | IB/mlx4: Bump driver versionTariq Toukan2017-06-071-3/+2
| * | cxgb4: Fix tids count for ipv6 offload connectionGanesh Goudar2017-06-071-5/+9
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-0723-114/+146
| |\ \
| * | | IB/mlx5: Bump driver versionTariq Toukan2017-05-141-3/+2
| * | | {net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky2017-05-146-27/+27
* | | | Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-041-49/+31
|\ \ \ \
| * | | | IB: nes: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman2017-06-121-49/+31
| |/ / /
* | | / sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
| |_|/ |/| |
* | | rdma/cxgb4: Fix memory leaks during module exitRaju Rangoju2017-06-141-3/+7
* | | IB/ipoib: Limit call to free rdma_netdev for capable devicesAlex Vesker2017-06-141-2/+4
* | | RDMA/qedr: Add 64KB PAGE_SIZE support to user-space queuesRam Amrani2017-06-142-28/+41
* | | RDMA/qedr: Initialize byte_len in WC of READ and SEND commandsMichal Kalderon2017-06-141-0/+4
* | | RDMA/bnxt_re: Remove FMR supportSelvin Xavier2017-06-143-106/+2
* | | RDMA/bnxt_re: Fix RQE posting logicDevesh Sharma2017-06-143-1/+20
* | | RDMA/bnxt_re: Add HW workaround for avoiding stall for UD QPsSomnath Kotur2017-06-144-0/+24
* | | RDMA/bnxt_re: Dereg MR in FW before freeing the fast_reg_page_listSelvin Xavier2017-06-141-2/+6
* | | RDMA/bnxt_re: HW workarounds for handling specific conditionsEddie Wai2017-06-147-70/+509
* | | RDMA/bnxt_re: Fixing the Control path command and response handlingDevesh Sharma2017-06-135-605/+318
| |/ |/|
* | RDMA/qedr: add null check before pointer dereferenceGustavo A. R. Silva2017-06-011-4/+6
* | RDMA/mlx5: set UMR wqe fence according to HCA capMax Gurtovoy2017-06-013-37/+39
* | RDMA/mlx4: Fix MAD tunneling when SRIOV is enabledJack Morgenstein2017-06-011-0/+1