summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* IB/core: Add support for XDR link speedOr Har-Toov2023-09-261-0/+4
* RDMA/core: Use size_{add,sub,mul}() in calls to struct_size()Gustavo A. R. Silva2023-09-191-5/+5
* RDMA/core: Make sure "ib_port" is valid when access sysfs nodeMark Zhang2022-11-151-6/+11
* RDMA: Use default_groups in kobj_typeGreg Kroah-Hartman2022-01-051-1/+2
* RDMA/core: Fix missed initialization of rdma_hw_stats::lockMark Zhang2021-10-281-2/+0
* RDMA/core: Use kvzalloc when allocating the struct ib_portwangyugui2021-10-201-2/+2
* RDMA/counter: Add optional counter supportAharon Landau2021-10-121-10/+26
* RDMA/core: Add a helper API rdma_free_hw_stats_structMark Zhang2021-10-121-4/+4
* RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2021-10-121-4/+4
* RDMA/core: Fix incorrect print format specifierWenpeng Liang2021-06-211-5/+5
* RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe2021-06-161-26/+13
* RDMA/cm: Use an attribute_group on the ib_port_attribute intead of kobj'sJason Gunthorpe2021-06-161-35/+15
* RDMA/core: Expose the ib port sysfs attribute machineryJason Gunthorpe2021-06-161-100/+117
* RDMA/core: Remove the kobject_uevent() NOPJason Gunthorpe2021-06-161-2/+0
* RDMA/core: Create the device hw_counters through the normal groups mechanismJason Gunthorpe2021-06-161-50/+16
* RDMA/core: Simplify how the port sysfs is createdJason Gunthorpe2021-06-161-219/+103
* RDMA/core: Simplify how the gid_attrs sysfs is createdJason Gunthorpe2021-06-161-81/+89
* RDMA/core: Split gid_attrs related sysfs from add_port()Jason Gunthorpe2021-06-161-71/+89
* RDMA/core: Split port and device counter sysfs attributesJason Gunthorpe2021-06-161-168/+290
* RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointerJason Gunthorpe2021-06-161-3/+11
* RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-161-4/+6
* RDMA/core: Correct format of bracesWenpeng Liang2021-04-121-4/+2
* RDMA/core: Remove redundant spacesWenpeng Liang2021-04-121-3/+3
* RDMA/core: Remove the redundant return statementsWenpeng Liang2021-04-121-1/+0
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-8/+8
* IB/core: Add support for NDR link speedMeir Lichtinger2020-11-021-0/+4
* RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches2020-10-301-45/+53
* RDMA: Manual changes for sysfs_emit and neateningJoe Perches2020-10-301-29/+36
* RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-19/+28
* RDMA/core: Change rdma_get_gid_attr returned error codeAvihai Horon2020-10-011-1/+2
* RDMA/core: Constify struct attribute_groupRikard Falkeborn2020-10-011-6/+6
* RDMA/core: Expose pkeys sysfs files only if pkey_tbl_len is setKamal Heib2020-07-201-20/+41
* RDMA/core: Fix several reference count leaks.Qiushi Wu2020-05-291-5/+5
* RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky2019-11-121-4/+2
* RDMA/mad: Allocate zeroed MAD bufferLeon Romanovsky2019-11-061-2/+2
* RDMA/core: Fix return code when modify_device isn't supportedKamal Heib2019-10-011-1/+1
* RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-121-10/+20
* RDMA/nldev: Allow get default counter statistics through RDMA netlinkMark Zhang2019-07-051-0/+6
* RDMA/core: Get sum value of all counters when perform a sysfs stat readMark Zhang2019-07-051-3/+7
* RDMA: Add EFA related definitionsGal Pressman2019-05-061-0/+1
* RDMA/core: Allow detaching gid attribute netdevice for RoCEParav Pandit2019-05-031-4/+9
* RDMA/core: Do not invoke init_port on compat devicesParav Pandit2019-05-031-8/+8
* RDMA/cm: Move debug counters to be under relevant IB deviceLeon Romanovsky2019-04-081-0/+43
* RDMA/core: Support core port attributes in non init_netParav Pandit2019-03-281-7/+8
* RDMA/core: Introduce ib_core_device to hold deviceParav Pandit2019-03-281-13/+16
* RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-191-9/+3
* RDMA/core: Move device addition deletion to device.cParav Pandit2019-02-151-12/+2
* RDMA/core: Introduce and use ib_setup_port_attrs()Parav Pandit2019-02-151-29/+35
* RDMA/core: Use simpler device_del() instead of device_unregister()Parav Pandit2019-02-151-5/+2
* RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-6/+6