index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
nldev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-08
RDMA/nldev: Fix NULL pointer dereferences issue in rdma_nl_notify_event
Qianqiang Liu
1
-0
/
+2
2024-09-16
RDMA/nldev: Add missing break in rdma_nl_notify_err_msg()
Nathan Chancellor
1
-0
/
+1
2024-09-13
RDMA/nldev: Expose whether RDMA monitoring is supported
Chiara Meiohas
1
-0
/
+6
2024-09-13
RDMA/nldev: Add support for RDMA monitoring
Chiara Meiohas
1
-0
/
+124
2024-08-11
RDMA/nldev: Enhance netlink message parsing and validation
Chiara Meiohas
1
-28
/
+28
2024-07-04
RDMA/core: Introduce "name_assign_type" for an IB device
Mark Zhang
1
-0
/
+5
2024-07-01
RDMA/nldev: Add support to dump device type and parent device if exists
Mark Zhang
1
-0
/
+10
2024-07-01
RDMA/nldev: Add support to add/delete a sub IB device through netlink
Mark Zhang
1
-0
/
+59
2024-04-30
RDMA/core: Add an option to display driver-specific QPs in the rdmatool
Chiara Meiohas
1
-4
/
+19
2023-10-31
Merge tag 'v6.6' into rdma.git for-next
Jason Gunthorpe
1
-0
/
+1
2023-10-24
RDMA/core: Remove NULL check before dev_{put, hold}
Yang Li
1
-2
/
+1
2023-10-19
RDMA/core: Add support to set privileged QKEY parameter
Patrisious Haddad
1
-8
/
+55
2023-10-05
RDMA/core: Require admin capabilities to set system parameters
Leon Romanovsky
1
-0
/
+1
2023-09-20
RDMA/core: Add support to dump SRQ resource in RAW format
wenglianfa
1
-0
/
+17
2023-09-20
RDMA/core: Add dedicated SRQ resource tracker function
wenglianfa
1
-1
/
+8
2022-12-09
Merge tag 'v6.1-rc8' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+1
2022-11-30
RDMA/nldev: Fix failure to send large messages
Mark Zhang
1
-1
/
+1
2022-11-30
RDMA/nldev: Add NULL check to silence false warnings
Or Har-Toov
1
-8
/
+36
2022-11-28
RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()
Yuan Can
1
-0
/
+2
2022-11-15
RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected port
Mark Zhang
1
-1
/
+1
2022-10-28
RDMA/core: Fix null-ptr-deref in ib_core_cleanup()
Chen Zhongjin
1
-1
/
+1
2022-04-06
RDMA: Split kernel-only global device caps from uverbs device caps
Jason Gunthorpe
1
-1
/
+1
2022-03-18
RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit()
Dan Carpenter
1
-1
/
+2
2021-11-17
RDMA/nldev: Check stat attribute before accessing it
Leon Romanovsky
1
-1
/
+2
2021-10-12
RDMA/nldev: Allow optional-counter status configuration through RDMA netlink
Aharon Landau
1
-4
/
+57
2021-10-12
RDMA/nldev: Split nldev_stat_set_mode_doit out of nldev_stat_set_doit
Aharon Landau
1
-46
/
+70
2021-10-12
RDMA/nldev: Add support to get status of all counters
Aharon Landau
1
-0
/
+98
2021-10-12
RDMA/counter: Add an is_disabled field in struct rdma_hw_stats
Aharon Landau
1
-1
/
+10
2021-10-12
RDMA/counter: Add a descriptor in struct rdma_hw_stats
Aharon Landau
1
-2
/
+4
2021-06-16
RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointer
Jason Gunthorpe
1
-6
/
+2
2021-06-16
RDMA: Split the alloc_hw_stats() ops to port and device variants
Jason Gunthorpe
1
-1
/
+1
2021-04-27
RDMA/nldev: Add copy-on-fork attribute to get sys command
Gal Pressman
1
-0
/
+14
2021-04-22
RDMA/nldev: Add QP numbers to SRQ information
Neta Ostrovsky
1
-0
/
+91
2021-04-22
RDMA/nldev: Return SRQ information
Neta Ostrovsky
1
-0
/
+42
2021-04-22
RDMA/nldev: Return context information
Neta Ostrovsky
1
-0
/
+27
2021-03-26
RDMA: Support more than 255 rdma ports
Mark Bloch
1
-1
/
+1
2021-01-18
RDMA/nldev: Return an error message on failure to turn auto mode
Patrisious Haddad
1
-3
/
+1
2020-11-16
treewide: rename nla_strlcpy to nla_strscpy.
Francis Laniel
1
-5
/
+5
2020-07-29
RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QP
Mark Zhang
1
-3
/
+0
2020-07-10
RDMA/counter: Add PID category support in auto mode
Mark Zhang
1
-2
/
+6
2020-06-24
RDMA: Add support to dump resource tracker in RAW format
Maor Gottlieb
1
-62
/
+118
2020-06-23
RDMA: Add dedicated CM_ID resource tracker function
Maor Gottlieb
1
-11
/
+2
2020-06-23
RDMA: Add dedicated QP resource tracker function
Maor Gottlieb
1
-3
/
+2
2020-06-23
RDMA: Add a dedicated CQ resource tracker function
Maor Gottlieb
1
-3
/
+2
2020-06-23
RDMA: Add dedicated MR resource tracker function
Maor Gottlieb
1
-14
/
+4
2020-06-23
RDMA/core: Don't call fill_res_entry for PD
Maor Gottlieb
1
-8
/
+1
2020-05-12
RDMA/core: Fix double put of resource
Maor Gottlieb
1
-2
/
+1
2020-03-13
RDMA/nl: Do not permit empty devices names during RDMA_NLDEV_CMD_NEWLINK/SET
Jason Gunthorpe
1
-1
/
+5
2020-03-04
RDMA/nldev: Fix crash when set a QP to a new counter but QPN is missing
Mark Zhang
1
-0
/
+2
2020-01-13
RDMA/core: Do not erase the type of ib_cq.uobject
Jason Gunthorpe
1
-1
/
+2
[next]