summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-5/+3
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-6/+3
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-17/+17
2026-01-05IB/core: Refactor rate_show to use ib_port_attr_to_rate()Or Har-Toov1-48/+8
2025-03-03RDMA/core: Don't expose hw_counters outside of init net namespaceRoman Gushchin1-0/+1
2025-02-06RDMA/core: Use ib_port_state_to_str() for IB state sysfsMaher Sanalla1-13/+1
2023-09-26IB/core: Add support for XDR link speedOr Har-Toov1-0/+4
2023-09-19RDMA/core: Use size_{add,sub,mul}() in calls to struct_size()Gustavo A. R. Silva1-5/+5
2022-11-15RDMA/core: Make sure "ib_port" is valid when access sysfs nodeMark Zhang1-6/+11
2022-01-05RDMA: Use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2021-10-28RDMA/core: Fix missed initialization of rdma_hw_stats::lockMark Zhang1-2/+0
2021-10-21RDMA/core: Use kvzalloc when allocating the struct ib_portwangyugui1-2/+2
2021-10-12RDMA/counter: Add optional counter supportAharon Landau1-10/+26
2021-10-12RDMA/core: Add a helper API rdma_free_hw_stats_structMark Zhang1-4/+4
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau1-4/+4
2021-06-21RDMA/core: Fix incorrect print format specifierWenpeng Liang1-5/+5
2021-06-17RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe1-26/+13
2021-06-17RDMA/cm: Use an attribute_group on the ib_port_attribute intead of kobj'sJason Gunthorpe1-35/+15
2021-06-17RDMA/core: Expose the ib port sysfs attribute machineryJason Gunthorpe1-100/+117
2021-06-17RDMA/core: Remove the kobject_uevent() NOPJason Gunthorpe1-2/+0
2021-06-17RDMA/core: Create the device hw_counters through the normal groups mechanismJason Gunthorpe1-50/+16
2021-06-17RDMA/core: Simplify how the port sysfs is createdJason Gunthorpe1-219/+103
2021-06-17RDMA/core: Simplify how the gid_attrs sysfs is createdJason Gunthorpe1-81/+89
2021-06-17RDMA/core: Split gid_attrs related sysfs from add_port()Jason Gunthorpe1-71/+89
2021-06-17RDMA/core: Split port and device counter sysfs attributesJason Gunthorpe1-168/+290
2021-06-17RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointerJason Gunthorpe1-3/+11
2021-06-17RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe1-4/+6
2021-04-12RDMA/core: Correct format of bracesWenpeng Liang1-4/+2
2021-04-12RDMA/core: Remove redundant spacesWenpeng Liang1-3/+3
2021-04-12RDMA/core: Remove the redundant return statementsWenpeng Liang1-1/+0
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-8/+8
2020-11-02IB/core: Add support for NDR link speedMeir Lichtinger1-0/+4
2020-10-31RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches1-45/+53
2020-10-31RDMA: Manual changes for sysfs_emit and neateningJoe Perches1-29/+36
2020-10-27RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-19/+28
2020-10-02RDMA/core: Change rdma_get_gid_attr returned error codeAvihai Horon1-1/+2
2020-10-02RDMA/core: Constify struct attribute_groupRikard Falkeborn1-6/+6
2020-07-20RDMA/core: Expose pkeys sysfs files only if pkey_tbl_len is setKamal Heib1-20/+41
2020-05-29RDMA/core: Fix several reference count leaks.Qiushi Wu1-5/+5
2019-11-13RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky1-4/+2
2019-11-06RDMA/mad: Allocate zeroed MAD bufferLeon Romanovsky1-2/+2
2019-10-01RDMA/core: Fix return code when modify_device isn't supportedKamal Heib1-1/+1
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib1-10/+20
2019-07-05RDMA/nldev: Allow get default counter statistics through RDMA netlinkMark Zhang1-0/+6
2019-07-05RDMA/core: Get sum value of all counters when perform a sysfs stat readMark Zhang1-3/+7
2019-05-06RDMA: Add EFA related definitionsGal Pressman1-0/+1
2019-05-03RDMA/core: Allow detaching gid attribute netdevice for RoCEParav Pandit1-4/+9
2019-05-03RDMA/core: Do not invoke init_port on compat devicesParav Pandit1-8/+8
2019-04-08RDMA/cm: Move debug counters to be under relevant IB deviceLeon Romanovsky1-0/+43