summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cache.c
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+3
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-63/+49
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+3
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook-2/+3
2018-05-29RDMA/core: Remove indirection through ib_cache_setup()Jason Gunthorpe-10/+0
2018-05-29IB/core: Fix error code for invalid GID entryParav Pandit-1/+1
2018-05-24IB/core: Introduce and use rdma_gid_table()Parav Pandit-10/+15
2018-05-24IB/core: Reduce the places that use zgidParav Pandit-5/+14
2018-05-09Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford-20/+35
2018-05-09IB/core: Reuse gid_table_release_one() in table allocation failureParav Pandit-26/+16
2018-05-09IB/core: Make gid_table_reserve_default() return voidParav Pandit-13/+5
2018-04-23IB/core: Fix deleting default GIDs when changing mac adddressParav Pandit-13/+15
2018-04-23IB/core: Fix to avoid deleting IPv6 look alike default GIDsParav Pandit-4/+13
2018-04-23IB/core: Don't allow default GID addition at non reseved slotsParav Pandit-8/+12
2018-04-03RDMA: Use ib_gid_attr during GID modificationParav Pandit-3/+2
2018-04-03IB/core: Refactor GID modify code for RoCEParav Pandit-231/+253
2018-04-03IB/core: Simplify ib_query_gid to always refer to cacheParav Pandit-2/+2
2018-03-27IB/core: Refer to RoCE port property to decide building cacheParav Pandit-2/+2
2018-03-27IB/core: Refer to RoCE port property instead of GID table propertyParav Pandit-1/+1
2018-03-27IB/core: Generate GID change event regardless of RoCE GID table propertyParav Pandit-7/+5
2018-03-19IB/core: Use rdma_is_port_valid()Parav Pandit-3/+2
2018-03-15IB/core: Fix comments of GID query functionsParav Pandit-2/+29
2018-01-08{net, IB}/mlx5: Manage port association for multiport RoCEDaniel Jurgens-1/+1
2018-01-08IB/core: Change roce_rescan_device to return voidDaniel Jurgens-6/+1
2017-12-18IB/core: Avoid exporting module internal ib_find_gid_by_filter()Parav Pandit-1/+0
2017-12-18IB/core: Refactor to avoid unnecessary check on GID lookup missParav Pandit-9/+6
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky-15/+8
2017-05-23IB/core: Enforce PKey security on QPsDaniel Jurgens-3/+18
2017-05-23IB/core: IB cache enhancements to support Infiniband securityDaniel Jurgens-0/+22
2017-01-27IB/core: Add inline function to validate portYuval Shaia-10/+8
2017-01-24RDMA/core: create struct ib_port_cacheJack Wang-83/+51
2017-01-12RDMA/core: export ib_get_cached_port_stateJack Wang-0/+18
2017-01-12RDMA/core: add port state cacheJack Wang-1/+9
2016-12-03IB/core: Release allocated memory in cache setup failureLeon Romanovsky-9/+7
2016-06-23IB/core: Fix no default GIDs when netdevice reregistersTalat Batheesh-1/+3
2016-06-07IB/core: Fix removal of default GID cache entryAviv Heller-2/+8
2016-04-22IB/core: Fix oops in ib_cache_gid_set_default_gidDoug Ledford-1/+2
2016-03-03IB/core: trivial prink cleanup.Parav Pandit-8/+7
2016-01-19IB/core: Eliminate sparse false context imbalance warningMatan Barak-0/+1
2015-12-23IB/cma: Add configfs for rdma_cmMatan Barak-0/+24
2015-12-23IB/core: Add ROCE_UDP_ENCAP (RoCE V2) typeMatan Barak-0/+1
2015-12-23IB/core: Add gid_type to gid attributeMatan Barak-46/+98
2015-12-23IB/core: don't search the GID table twiceMatan Barak-18/+35
2015-12-23IB/core: Change per-entry lock in RoCE GID table to one lockMatan Barak-54/+89
2015-12-23IB/core: Refactor GID cache's ib_dispatch_eventMatan Barak-8/+15
2015-10-21IB/cache: Add ib_find_gid_by_filter cache APIMatan Barak-0/+93
2015-10-21IB/core: Expose and rename ib_find_cached_gid_by_port cache APIMatan Barak-4/+5
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak-4/+6
2015-10-15IB/core: Fix memory corruption in ib_cache_gid_set_default_gidDoron Tsur-1/+1
2015-08-30IB/mlx4: Implement ib_device callbacksMoni Shoua-1/+2