summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)Author
2017-07-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2017-07-07IB/core: Fix static analysis warning in ib_policy_change_taskDaniel Jurgens
2017-07-07IB/core: Fix uninitialized variable use in check_qp_port_pkey_settingsDaniel Jurgens
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-07-03RDMA/uverbs: Check port number supplied by user verbs cmdsBoris Pismenny
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-07IB/addr: Fix setting source address in addr6_resolve()Roland Dreier
2017-06-01RDMA/SA: Fix kernel panic in CMA request handler flowMajd Dibbiny
2017-06-01RDMA/umem: Fix missing mmap_sem in get umem ODP callLeon Romanovsky
2017-06-01RDMA/core: not to set page dirty bit if it's already set.Qing Huang
2017-06-01RDMA/uverbs: Declare local function static and add brackets to sizeofLeon Romanovsky
2017-06-01RDMA/netlink: Reduce exposure of RDMA netlink functionsLeon Romanovsky
2017-05-23IB/core: Enforce security on management datagramsDaniel Jurgens
2017-05-23selinux lsm IB/core: Implement LSM notification systemDaniel Jurgens
2017-05-23IB/core: Enforce PKey security on QPsDaniel Jurgens
2017-05-23IB/core: IB cache enhancements to support Infiniband securityDaniel Jurgens
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-02infiniband: avoid dereferencing uninitialized dst on error pathPaolo Abeni
2017-05-01IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli
2017-05-01IB/SA: Add OPA path record typeDasaratharaman Chandramouli
2017-05-01IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli
2017-05-01IB/SA: Introduce path record specific typesDasaratharaman Chandramouli
2017-05-01IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli
2017-05-01IB/CM: Add braces when using sizeofDasaratharaman Chandramouli
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli
2017-05-01IB/core: Rename ib_query_ah to rdma_query_ahDasaratharaman Chandramouli
2017-05-01IB/core: Rename ib_modify_ah to rdma_modify_ahDasaratharaman Chandramouli
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli
2017-05-01IB/core: Check for global flag when using ah_attrDasaratharaman Chandramouli
2017-05-01IB/core: Add braces when using sizeofDasaratharaman Chandramouli
2017-04-28IB/SA: Add support to query opa classport info.Dasaratharaman Chandramouli
2017-04-28IB/SA: Modify SA to implicitly cache Class Port infoDasaratharaman Chandramouli
2017-04-28IB/SA: Move functions update_sm_ah() and ib_sa_event()Dasaratharaman Chandramouli
2017-04-28IB/SA: Remove unwanted bracesDasaratharaman Chandramouli
2017-04-28IB/SA: Add braces when using sizeofDasaratharaman Chandramouli
2017-04-28IB/SA: Fix lines longer than 80 columnsDasaratharaman Chandramouli
2017-04-28IB/core: For multicast functions, verify that LIDs are multicast LIDsMichael J. Ruhl
2017-04-28IB/core: If the MGID/MLID pair is not on the list return an errorMichael J. Ruhl
2017-04-28Ib/core: Mark local uverbs_std_types functions to be staticLeon Romanovsky
2017-04-28infiniband: call ipv6 route lookup via the stub interfacePaolo Abeni
2017-04-25IB/umem: Add support to huge ODPArtemy Kovalyov
2017-04-25IB/umem: Add contiguous ODP supportArtemy Kovalyov
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov
2017-04-25IB/core: change the return type to voidZhu Yanjun