summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cache.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/core: Remove set-but-not-used variablesBart Van Assche2018-07-091-6/+0
* RDMA/core: Remove ib_find_cached_gid() and ib_find_cached_gid_by_port()Bart Van Assche2018-07-091-38/+0
* RDMA/core: Remove unused ib cache functionsJason Gunthorpe2018-06-251-68/+0
* IB/core: Free GID table entry during GID deletionParav Pandit2018-06-221-5/+23
* IB/core: Make rdma_find_gid_by_filter support all protocolsJason Gunthorpe2018-06-181-17/+8
* IB/core: Provide rdma_ versions of the gid cache APIJason Gunthorpe2018-06-181-103/+161
* IB/core: Introduce GID attribute get, put and hold APIsParav Pandit2018-06-181-0/+86
* RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit2018-06-181-1/+1
* IB/core: Introduce GID entry reference countsParav Pandit2018-06-181-103/+220
* IB/core: Store default GID property per-table instead of per-entryParav Pandit2018-06-171-13/+24
* IB/core: Do not set the gid type when reserving default entriesParav Pandit2018-06-171-5/+0
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-071-63/+49
|\
| * RDMA/core: Remove indirection through ib_cache_setup()Jason Gunthorpe2018-05-291-10/+0
| * IB/core: Introduce and use rdma_gid_table()Parav Pandit2018-05-241-10/+15
| * IB/core: Reduce the places that use zgidParav Pandit2018-05-241-5/+14
| * Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-05-091-20/+35
| |\
| * | IB/core: Reuse gid_table_release_one() in table allocation failureParav Pandit2018-05-091-26/+16
| * | IB/core: Make gid_table_reserve_default() return voidParav Pandit2018-05-091-13/+5
* | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-2/+3
|\ \ \
| * | | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+3
| | |/ | |/|
* | | IB/core: Fix error code for invalid GID entryParav Pandit2018-05-291-1/+1
|/ /
* | IB/core: Fix deleting default GIDs when changing mac adddressParav Pandit2018-04-231-13/+15
* | IB/core: Fix to avoid deleting IPv6 look alike default GIDsParav Pandit2018-04-231-4/+13
* | IB/core: Don't allow default GID addition at non reseved slotsParav Pandit2018-04-231-8/+12
|/
* RDMA: Use ib_gid_attr during GID modificationParav Pandit2018-04-031-3/+2
* IB/core: Refactor GID modify code for RoCEParav Pandit2018-04-031-231/+253
* IB/core: Simplify ib_query_gid to always refer to cacheParav Pandit2018-04-031-2/+2
* IB/core: Refer to RoCE port property to decide building cacheParav Pandit2018-03-271-2/+2
* IB/core: Refer to RoCE port property instead of GID table propertyParav Pandit2018-03-271-1/+1
* IB/core: Generate GID change event regardless of RoCE GID table propertyParav Pandit2018-03-271-7/+5
* IB/core: Use rdma_is_port_valid()Parav Pandit2018-03-191-3/+2
* IB/core: Fix comments of GID query functionsParav Pandit2018-03-151-2/+29
* {net, IB}/mlx5: Manage port association for multiport RoCEDaniel Jurgens2018-01-081-1/+1
* IB/core: Change roce_rescan_device to return voidDaniel Jurgens2018-01-081-6/+1
* IB/core: Avoid exporting module internal ib_find_gid_by_filter()Parav Pandit2017-12-181-1/+0
* IB/core: Refactor to avoid unnecessary check on GID lookup missParav Pandit2017-12-181-9/+6
* RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky2017-08-241-15/+8
* IB/core: Enforce PKey security on QPsDaniel Jurgens2017-05-231-3/+18
* IB/core: IB cache enhancements to support Infiniband securityDaniel Jurgens2017-05-231-0/+22
* IB/core: Add inline function to validate portYuval Shaia2017-01-271-10/+8
* RDMA/core: create struct ib_port_cacheJack Wang2017-01-241-83/+51
* RDMA/core: export ib_get_cached_port_stateJack Wang2017-01-121-0/+18
* RDMA/core: add port state cacheJack Wang2017-01-121-1/+9
* IB/core: Release allocated memory in cache setup failureLeon Romanovsky2016-12-031-9/+7
* IB/core: Fix no default GIDs when netdevice reregistersTalat Batheesh2016-06-231-1/+3
* IB/core: Fix removal of default GID cache entryAviv Heller2016-06-071-2/+8
* IB/core: Fix oops in ib_cache_gid_set_default_gidDoug Ledford2016-04-221-1/+2
* IB/core: trivial prink cleanup.Parav Pandit2016-03-031-8/+7
* IB/core: Eliminate sparse false context imbalance warningMatan Barak2016-01-191-0/+1
OpenPOWER on IntegriCloud