summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/iwpm_util.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/iwpm: Remove redundant initialization of pointer err_strColin Ian King2021-10-121-1/+1
* RDMA/iwpm: Rely on the rdma_nl_[un]register() to ensure that requests are validLeon Romanovsky2021-07-301-18/+0
* RDMA/iwpm: Remove not-needed reference countingLeon Romanovsky2021-07-301-46/+16
* RDMA/core: Fix incorrect print format specifierWenpeng Liang2021-06-211-2/+2
* RDMA/core: Use refcount_t instead of atomic_t on refcount of iwpm_admin_dataWeihang Li2021-06-081-4/+8
* RDMA/core/iwpm_util: Fix some param description misspellingsLee Jones2021-01-191-3/+3
* RDMA/iwpm: Delete unnecessary checks before the macro call "dev_kfree_skb"Markus Elfring2019-08-271-6/+3
* RDMA/core: Support netlink commands in non init_net net namespacesParav Pandit2019-07-251-3/+3
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-4/+4
* RDMA/iwpm: Remove set but not used variable 'msg_seq'YueHaibing2019-02-141-2/+0
* RDMA/iwpm: move kdoc comments to functionsSteve Wise2019-02-051-0/+40
* RDMA/IWPM: Support no port mapping requirementsSteve Wise2019-02-041-1/+47
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-4/+6
* RDMA/iwpm: fix memory leak on map_infoColin Ian King2018-04-271-1/+4
* RDMA/iwpm: Delete an error message for a failed memory allocation in iwpm_cre...Markus Elfring2018-02-281-3/+2
* RDMA/iwpm: Fix uninitialized error code in iwpm_send_mapinfo()Geert Uytterhoeven2017-12-131-0/+1
* RDMA/iwpm: Properly mark end of NL messagesShiraz Saleem2017-09-291-0/+5
* RDMA/netlink: Rename and remove redundant parameter from ibnl_unicast*Leon Romanovsky2017-08-101-2/+2
* RDMA/iwcm: Remove extra EXPORT_SYMBOLSLeon Romanovsky2017-08-101-5/+0
* RDMA/iwcm: Remove useless check of netlink client validityLeon Romanovsky2017-08-101-6/+0
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-2/+4
* IB/core: Remove debug prints after allocation failureLeon Romanovsky2016-12-031-8/+4
* Use smaller 512 byte messages for portmapper messagesMustafa Ismail2016-08-031-1/+2
* IB/IWPM: Fix a potential skb leakMark Bloch2016-05-131-0/+1
* iwpm: crash fix for large connections testFaisal Latif2016-03-161-7/+7
* RDMA/core: Fixes for port mapper client registrationTatyana Nikolova2015-07-141-2/+10
* RDMA/core: Enable the iWarp Port Mapper to provide the actual address of the ...Tatyana Nikolova2015-05-051-33/+175
* RDMA/core: Add support for iWARP Port Mapper user space serviceTatyana Nikolova2014-06-101-0/+607