summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* IB/mlx5: Respect mlx5_core reserved GIDsIlan Tayari2017-06-271-66/+53
* net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-261-3/+4
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-2120-817/+935
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-06-1620-817/+935
| |\
| | * rdma/cxgb4: Fix memory leaks during module exitRaju Rangoju2017-06-141-3/+7
| | * IB/ipoib: Fix memory leak in create child syscallFeras Daoud2017-06-141-3/+3
| | * IB/ipoib: Fix access to un-initialized napi structAlex Vesker2017-06-141-1/+0
| | * IB/ipoib: Delete napi in device uninit defaultAlex Vesker2017-06-141-0/+3
| | * IB/ipoib: Limit call to free rdma_netdev for capable devicesAlex Vesker2017-06-142-3/+8
| | * IB/ipoib: Fix memory leaks for child interfaces privAlex Vesker2017-06-142-2/+10
| | * rxe: Fix a sleep-in-atomic bug in post_one_sendJia-Ju Bai2017-06-141-7/+2
| | * 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
| | * IB/addr: Fix setting source address in addr6_resolve()Roland Dreier2017-06-071-9/+1
* | | 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-161-1/+1
* | | | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-165-8/+8
* | | | networking: make skb_put & friends return void pointersJohannes Berg2017-06-168-37/+31
* | | | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-164-16/+8
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-1/+4
|\ \ \ | |/ /
| * | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-06-151-1/+4
| |\ \ | | |/ | |/|
| | * crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller2017-06-081-1/+4
* | | 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-0634-137/+182
|\ \ \ | |/ /
| * | RDMA/SA: Fix kernel panic in CMA request handler flowMajd Dibbiny2017-06-014-13/+12
| * | RDMA/umem: Fix missing mmap_sem in get umem ODP callLeon Romanovsky2017-06-011-1/+5
| * | RDMA/core: not to set page dirty bit if it's already set.Qing Huang2017-06-011-1/+1
| * | RDMA/uverbs: Declare local function static and add brackets to sizeofLeon Romanovsky2017-06-011-4/+4
| * | RDMA/netlink: Reduce exposure of RDMA netlink functionsLeon Romanovsky2017-06-012-1/+11
| * | RDMA/srp: Fix NULL deref at srp_destroy_qp()Israel Rukshin2017-06-011-1/+1
| * | RDMA/IPoIB: Limit the ipoib_dev_uninit_default scopeLeon Romanovsky2017-06-011-1/+1
| * | RDMA/IPoIB: Replace netdev_priv with ipoib_priv for ipoib_get_link_ksettingsHonggang Li2017-06-011-1/+1
| * | 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
OpenPOWER on IntegriCloud