aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-27IB/mlx5: Respect mlx5_core reserved GIDsIlan Tayari1-66/+53
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-3/+4
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-817/+935
2017-06-21qed*: Rename qed_roce_if.h to qed_rdma_if.hKalderon, Michal2-2/+2
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu4-14/+7
2017-06-20qed*: Set rdma generic functions prefixMichal Kalderon1-3/+3
2017-06-20qed*: qede_roce.[ch] -> qede_rdma.[ch]Michal Kalderon2-2/+2
2017-06-20qed: Chain support for external PBLMintz, Yuval2-4/+4
2017-06-16Merge tag 'mlx5-updates-2017-06-16' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg5-8/+8
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg8-37/+31
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg4-16/+8
2017-06-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds20-817/+935
2017-06-16net/mlx5: Fix some spelling mistakesOr Gerlitz1-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2017-06-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+4
2017-06-14rdma/cxgb4: Fix memory leaks during module exitRaju Rangoju1-3/+7
2017-06-14IB/ipoib: Fix memory leak in create child syscallFeras Daoud1-3/+3
2017-06-14IB/ipoib: Fix access to un-initialized napi structAlex Vesker1-1/+0
2017-06-14IB/ipoib: Delete napi in device uninit defaultAlex Vesker1-0/+3
2017-06-14IB/ipoib: Limit call to free rdma_netdev for capable devicesAlex Vesker2-3/+8
2017-06-14IB/ipoib: Fix memory leaks for child interfaces privAlex Vesker2-2/+10
2017-06-14rxe: Fix a sleep-in-atomic bug in post_one_sendJia-Ju Bai1-7/+2
2017-06-14RDMA/qedr: Add 64KB PAGE_SIZE support to user-space queuesRam Amrani2-28/+41
2017-06-14RDMA/qedr: Initialize byte_len in WC of READ and SEND commandsMichal Kalderon1-0/+4
2017-06-14RDMA/bnxt_re: Remove FMR supportSelvin Xavier3-106/+2
2017-06-14RDMA/bnxt_re: Fix RQE posting logicDevesh Sharma3-1/+20
2017-06-14RDMA/bnxt_re: Add HW workaround for avoiding stall for UD QPsSomnath Kotur4-0/+24
2017-06-14RDMA/bnxt_re: Dereg MR in FW before freeing the fast_reg_page_listSelvin Xavier1-2/+6
2017-06-14RDMA/bnxt_re: HW workarounds for handling specific conditionsEddie Wai7-70/+509
2017-06-13RDMA/bnxt_re: Fixing the Control path command and response handlingDevesh Sharma5-605/+318
2017-06-09qed*: LL2 callback operationsMichal Kalderon3-58/+188
2017-06-08tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet1-1/+1
2017-06-08crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller1-1/+4
2017-06-07IB/mlx4: Bump driver versionTariq Toukan1-3/+2
2017-06-07cxgb4: Fix tids count for ipv6 offload connectionGanesh Goudar1-5/+9
2017-06-07IB/addr: Fix setting source address in addr6_resolve()Roland Dreier1-9/+1
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller34-137/+182
2017-06-01RDMA/SA: Fix kernel panic in CMA request handler flowMajd Dibbiny4-13/+12
2017-06-01RDMA/umem: Fix missing mmap_sem in get umem ODP callLeon Romanovsky1-1/+5
2017-06-01RDMA/core: not to set page dirty bit if it's already set.Qing Huang1-1/+1
2017-06-01RDMA/uverbs: Declare local function static and add brackets to sizeofLeon Romanovsky1-4/+4
2017-06-01RDMA/netlink: Reduce exposure of RDMA netlink functionsLeon Romanovsky2-1/+11
2017-06-01RDMA/srp: Fix NULL deref at srp_destroy_qp()Israel Rukshin1-1/+1
2017-06-01RDMA/IPoIB: Limit the ipoib_dev_uninit_default scopeLeon Romanovsky1-1/+1
2017-06-01RDMA/IPoIB: Replace netdev_priv with ipoib_priv for ipoib_get_link_ksettingsHonggang Li1-1/+1
2017-06-01RDMA/qedr: add null check before pointer dereferenceGustavo A. R. Silva1-4/+6
2017-06-01RDMA/mlx5: set UMR wqe fence according to HCA capMax Gurtovoy3-37/+39