summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
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-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-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds-21/+19
2017-07-05IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura-8/+8
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-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-7/+20
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-4/+4
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-1/+4
2017-06-14IB/ipoib: Fix memory leaks for child interfaces privAlex Vesker-2/+10
2017-06-01RDMA/SA: Fix kernel panic in CMA request handler flowMajd Dibbiny-1/+1
2017-06-01RDMA/srp: Fix NULL deref at srp_destroy_qp()Israel Rukshin-1/+1
2017-06-01RDMA/IPoIB: Limit the ipoib_dev_uninit_default scopeLeon Romanovsky-1/+1
2017-06-01RDMA/IPoIB: Replace netdev_priv with ipoib_priv for ipoib_get_link_ksettingsHonggang Li-1/+1
2017-05-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-6/+3
2017-05-07IB/srpt: Avoid that aborting a command triggers a kernel warningBart Van Assche-1/+2
2017-05-07IB/srpt: Fix abort handlingBart Van Assche-5/+1
2017-05-04IB/ipoib: add get_link_ksettings in ethtoolZhu Yanjun-0/+59
2017-05-01IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli-2/+9
2017-05-01IB/SA: Add OPA path record typeDasaratharaman Chandramouli-9/+9
2017-05-01IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli-10/+14
2017-05-01IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli-7/+7
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli-0/+2
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli-36/+33
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli-6/+6
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli-2/+2
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli-5/+5
2017-05-01IB/IPoIB: Remove 'else' when the 'if' has a return.Dasaratharaman Chandramouli-10/+9
2017-04-28IB/core: Move opa_class_port_info definition to header fileDasaratharaman Chandramouli-25/+0
2017-04-28IB/SA: Modify SA to implicitly cache Class Port infoDasaratharaman Chandramouli-78/+3
2017-04-25IB/iser: fix spelling mistake: "unexepected" -> "unexpected"Colin Ian King-1/+1
2017-04-21IB/ipoib: Fix deadlock between ipoib_stop and mcast join flowFeras Daoud-6/+5
2017-04-21IB/ipoib: Update broadcast object if PKey value was changed in index 0Feras Daoud-0/+13
2017-04-20IB/IPoIB: Support acceleration options callbacksErez Shitrit-76/+188
2017-04-20IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit-129/+136
2017-04-20IB/IPoIB: Rename qpn to be dqpn in ipoib_send and post_send functionsErez Shitrit-7/+8
2017-04-20IB/IPoIB: Separate control from HW operation on ipoib_open/stop ndoErez Shitrit-103/+131
2017-04-20IB/IPoIB: Separate control and data related initializationsErez Shitrit-88/+109
2017-04-20IB/opa-vnic: VNIC Ethernet Management Agent (VEMA) functionVishwanathapura, Niranjana-5/+1106
2017-04-20IB/opa-vnic: VNIC Ethernet Management Agent (VEMA) interfaceVishwanathapura, Niranjana-2/+581
2017-04-20IB/opa-vnic: VNIC MAC table supportVishwanathapura, Niranjana-0/+291
2017-04-20IB/opa-vnic: VNIC statistics supportVishwanathapura, Niranjana-0/+132
2017-04-20IB/opa-vnic: VNIC Ethernet Management (EM) structure definitionsVishwanathapura, Niranjana-0/+456
2017-04-20IB/opa-vnic: Virtual Network Interface Controller (VNIC) netdevVishwanathapura, Niranjana-0/+794