summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorLines
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-3/+3
2017-07-12IB/rxe: do not copy extra stack memory to skbKees Cook-1/+3
2017-07-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-9/+14
2017-07-06iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_doneNicholas Bellinger-1/+1
2017-07-06IB/srpt: Make a debug statement in srpt_abort_cmd() more informativeBart Van Assche-2/+2
2017-07-07IB/core: Fix static analysis warning in ib_policy_change_taskDaniel Jurgens-1/+2
2017-07-07IB/core: Fix uninitialized variable use in check_qp_port_pkey_settingsDaniel Jurgens-8/+12
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds-42/+54
2017-07-05IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura-29/+35
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-249/+349
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-17/+1029
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-49/+31
2017-07-03RDMA/uverbs: Check port number supplied by user verbs cmdsBoris Pismenny-0/+8
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena-2/+2
2017-06-29IB/opa_vnic: Use spinlock instead of mutex for stats_lockVishwanathapura, Niranjana-12/+10
2017-06-29IB/opa_vnic: Use GFP_ATOMIC while sending trapVishwanathapura, Niranjana-1/+1
2017-06-27IB/mlx5: Respect mlx5_core reserved GIDsIlan Tayari-66/+53
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer-3/+4
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer-1/+2
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-817/+935
2017-06-21qed*: Rename qed_roce_if.h to qed_rdma_if.hKalderon, Michal-2/+2
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu-14/+7
2017-06-20qed*: Set rdma generic functions prefixMichal Kalderon-3/+3
2017-06-20qed*: qede_roce.[ch] -> qede_rdma.[ch]Michal Kalderon-2/+2
2017-06-20qed: Chain support for external PBLMintz, Yuval-4/+4
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar-1/+1
2017-06-16Merge tag 'mlx5-updates-2017-06-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-8/+8
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-37/+31
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg-16/+8
2017-06-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds-817/+935
2017-06-16net/mlx5: Fix some spelling mistakesOr Gerlitz-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+4
2017-06-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+4
2017-06-14rdma/cxgb4: Fix memory leaks during module exitRaju Rangoju-3/+7
2017-06-14IB/ipoib: Fix memory leak in create child syscallFeras Daoud-3/+3
2017-06-14IB/ipoib: Fix access to un-initialized napi structAlex Vesker-1/+0
2017-06-14IB/ipoib: Delete napi in device uninit defaultAlex Vesker-0/+3
2017-06-14IB/ipoib: Limit call to free rdma_netdev for capable devicesAlex Vesker-3/+8
2017-06-14IB/ipoib: Fix memory leaks for child interfaces privAlex Vesker-2/+10
2017-06-14rxe: Fix a sleep-in-atomic bug in post_one_sendJia-Ju Bai-7/+2
2017-06-14RDMA/qedr: Add 64KB PAGE_SIZE support to user-space queuesRam Amrani-28/+41
2017-06-14RDMA/qedr: Initialize byte_len in WC of READ and SEND commandsMichal Kalderon-0/+4
2017-06-14RDMA/bnxt_re: Remove FMR supportSelvin Xavier-106/+2
2017-06-14RDMA/bnxt_re: Fix RQE posting logicDevesh Sharma-1/+20
2017-06-14RDMA/bnxt_re: Add HW workaround for avoiding stall for UD QPsSomnath Kotur-0/+24
2017-06-14RDMA/bnxt_re: Dereg MR in FW before freeing the fast_reg_page_listSelvin Xavier-2/+6
2017-06-14RDMA/bnxt_re: HW workarounds for handling specific conditionsEddie Wai-70/+509
2017-06-13RDMA/bnxt_re: Fixing the Control path command and response handlingDevesh Sharma-605/+318
2017-06-12IB: nes: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman-49/+31