summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/sysfs.c
AgeCommit message (Expand)AuthorLines
2022-01-05RDMA: Use default_groups in kobj_typeGreg Kroah-Hartman-1/+2
2021-10-28RDMA/core: Fix missed initialization of rdma_hw_stats::lockMark Zhang-2/+0
2021-10-20RDMA/core: Use kvzalloc when allocating the struct ib_portwangyugui-2/+2
2021-10-12RDMA/counter: Add optional counter supportAharon Landau-10/+26
2021-10-12RDMA/core: Add a helper API rdma_free_hw_stats_structMark Zhang-4/+4
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau-4/+4
2021-06-21RDMA/core: Fix incorrect print format specifierWenpeng Liang-5/+5
2021-06-16RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe-26/+13
2021-06-16RDMA/cm: Use an attribute_group on the ib_port_attribute intead of kobj'sJason Gunthorpe-35/+15
2021-06-16RDMA/core: Expose the ib port sysfs attribute machineryJason Gunthorpe-100/+117
2021-06-16RDMA/core: Remove the kobject_uevent() NOPJason Gunthorpe-2/+0
2021-06-16RDMA/core: Create the device hw_counters through the normal groups mechanismJason Gunthorpe-50/+16
2021-06-16RDMA/core: Simplify how the port sysfs is createdJason Gunthorpe-219/+103
2021-06-16RDMA/core: Simplify how the gid_attrs sysfs is createdJason Gunthorpe-81/+89
2021-06-16RDMA/core: Split gid_attrs related sysfs from add_port()Jason Gunthorpe-71/+89
2021-06-16RDMA/core: Split port and device counter sysfs attributesJason Gunthorpe-168/+290
2021-06-16RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointerJason Gunthorpe-3/+11
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe-4/+6
2021-04-12RDMA/core: Correct format of bracesWenpeng Liang-4/+2
2021-04-12RDMA/core: Remove redundant spacesWenpeng Liang-3/+3
2021-04-12RDMA/core: Remove the redundant return statementsWenpeng Liang-1/+0
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch-8/+8
2020-11-02IB/core: Add support for NDR link speedMeir Lichtinger-0/+4
2020-10-30RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches-45/+53
2020-10-30RDMA: Manual changes for sysfs_emit and neateningJoe Perches-29/+36
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches-19/+28
2020-10-01RDMA/core: Change rdma_get_gid_attr returned error codeAvihai Horon-1/+2
2020-10-01RDMA/core: Constify struct attribute_groupRikard Falkeborn-6/+6
2020-07-20RDMA/core: Expose pkeys sysfs files only if pkey_tbl_len is setKamal Heib-20/+41
2020-05-29RDMA/core: Fix several reference count leaks.Qiushi Wu-5/+5
2019-11-12RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky-4/+2
2019-11-06RDMA/mad: Allocate zeroed MAD bufferLeon Romanovsky-2/+2
2019-10-01RDMA/core: Fix return code when modify_device isn't supportedKamal Heib-1/+1
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib-10/+20
2019-07-05RDMA/nldev: Allow get default counter statistics through RDMA netlinkMark Zhang-0/+6
2019-07-05RDMA/core: Get sum value of all counters when perform a sysfs stat readMark Zhang-3/+7
2019-05-06RDMA: Add EFA related definitionsGal Pressman-0/+1
2019-05-03RDMA/core: Allow detaching gid attribute netdevice for RoCEParav Pandit-4/+9
2019-05-03RDMA/core: Do not invoke init_port on compat devicesParav Pandit-8/+8
2019-04-08RDMA/cm: Move debug counters to be under relevant IB deviceLeon Romanovsky-0/+43
2019-03-28RDMA/core: Support core port attributes in non init_netParav Pandit-7/+8
2019-03-28RDMA/core: Introduce ib_core_device to hold deviceParav Pandit-13/+16
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe-9/+3
2019-02-15RDMA/core: Move device addition deletion to device.cParav Pandit-12/+2
2019-02-15RDMA/core: Introduce and use ib_setup_port_attrs()Parav Pandit-29/+35
2019-02-15RDMA/core: Use simpler device_del() instead of device_unregister()Parav Pandit-5/+2
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit-6/+6
2019-01-14RDMA: Rename port_callback to init_portParav Pandit-10/+6
2018-12-12RDMA: Start use ib_device_opsKamal Heib-14/+14
2018-10-17RDMA/core: Fix comment for hw stats init for port == 0Parav Pandit-3/+3