aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-24IB/core: Avoid deadlock during netlink message handlingParav Pandit1-54/+53
2019-07-31RDMA/core: fix spelling mistake "Nelink" -> "Netlink"Colin Ian King1-1/+1
2019-07-25RDMA/core: Support netlink commands in non init_net net namespacesParav Pandit1-20/+43
2019-02-05RDMA/cma: Remove CM_ID statistics provided by rdma-cm moduleLeon Romanovsky1-3/+1
2018-10-03RDMA/netlink: Simplify netlink listener existence checkLeon Romanovsky1-2/+2
2018-01-02RDMA/netlink: Simplify code of autoload modulesLeon Romanovsky1-5/+3
2017-12-22drivers: infiniband: remove duplicate includesPravin Shedge1-2/+0
2017-10-25RDMA/netlink: OOPs in rdma_nl_rcv_msg() from misinterpreted flagMichael J. Ruhl1-1/+12
2017-09-08RDMA/netlink: clean up message validity array initializerLinus Torvalds1-6/+5
2017-09-08RDAM/netlink: Fix out-of-bound access while checking message validityLeon Romanovsky1-3/+4
2017-08-22rdma: Autoload netlink client modulesJason Gunthorpe1-0/+9
2017-08-22rdma: Allow demand loading of NETLINK_RDMAJason Gunthorpe1-0/+3
2017-08-10RDMA/netlink: Add netlink device definitions to UAPILeon Romanovsky1-1/+1
2017-08-10RDMA/netlink: Update copyrightLeon Romanovsky1-0/+1
2017-08-10RDMA/netlink: Convert LS to doit callbackLeon Romanovsky1-18/+10
2017-08-10RDMA/netlink: Reduce indirection access to cb_tableLeon Romanovsky1-5/+8
2017-08-10RDMA/netlink: Add and implement doit netlink callbackLeon Romanovsky1-5/+14
2017-08-10RDMA/netlink: Rename netlink callback structLeon Romanovsky1-2/+2
2017-08-10RDMA/netlink: Simplify and rename ibnl_chk_listenersLeon Romanovsky1-4/+3
2017-08-10RDMA/netlink: Rename and remove redundant parameter from ibnl_multicastLeon Romanovsky1-3/+2
2017-08-10RDMA/netlink: Rename and remove redundant parameter from ibnl_unicast*Leon Romanovsky1-6/+4
2017-08-10RDMA/netlink: Simplify the put_msg and put_attrLeon Romanovsky1-21/+6
2017-08-10RDMA/netlink: Add flag to consolidate common handlingLeon Romanovsky1-0/+4
2017-08-10RDMA/netlink: Avoid double pass for RDMA netlink messagesLeon Romanovsky1-18/+44
2017-08-10RDMA/netlink: Remove redundant owner option for netlink callbacksLeon Romanovsky1-2/+0
2017-08-10RDMA/netlink: Remove netlink clients infrastructureLeon Romanovsky1-96/+89
2017-08-09RDMA/core: Add wait/retry version of ibnl_unicastIsmail, Mustafa1-1/+11
2017-06-01RDMA/netlink: Reduce exposure of RDMA netlink functionsLeon Romanovsky1-1/+1
2017-04-13netlink: extended ACK reportingJohannes Berg1-2/+3
2016-08-02IB/core: Add flow control to the portmapper netlink callsMustafa Ismail1-1/+5
2016-05-13IB/core: Remove unnecessary check in ibnl_rcv_msgMark Bloch1-3/+2
2015-08-30IB/core: Add rdma netlink helper functionsKaike Wan1-0/+55
2014-06-10RDMA/core: Add support for iWARP Port Mapper user space serviceTatyana Nikolova1-2/+16
2013-11-08IB/netlink: Remove superfluous RDMA_NL_GET_OP() maskingMathias Krause1-1/+1
2012-10-07infiniband: pass rdma_cm module to netlink_dump_startGao feng1-0/+1
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso1-1/+1
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso1-2/+5
2012-06-26infiniband: netlink: Move away from NLMSG_NEW().David S. Miller1-4/+6
2012-04-02infiniband: Stop using NLA_PUT*().David S. Miller1-1/+2
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-3/+7
2011-10-31infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-1/+1
2011-05-20RDMA: Add netlink infrastructureRoland Dreier1-0/+190