summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/sysfs.c
Commit message (Expand)AuthorAge
* RDMA: Use default_groups in kobj_typeGreg Kroah-Hartman2022-01-05
* RDMA/core: Fix missed initialization of rdma_hw_stats::lockMark Zhang2021-10-28
* RDMA/core: Use kvzalloc when allocating the struct ib_portwangyugui2021-10-20
* RDMA/counter: Add optional counter supportAharon Landau2021-10-12
* RDMA/core: Add a helper API rdma_free_hw_stats_structMark Zhang2021-10-12
* RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2021-10-12
* RDMA/core: Fix incorrect print format specifierWenpeng Liang2021-06-21
* RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe2021-06-16
* RDMA/cm: Use an attribute_group on the ib_port_attribute intead of kobj'sJason Gunthorpe2021-06-16
* RDMA/core: Expose the ib port sysfs attribute machineryJason Gunthorpe2021-06-16
* RDMA/core: Remove the kobject_uevent() NOPJason Gunthorpe2021-06-16
* RDMA/core: Create the device hw_counters through the normal groups mechanismJason Gunthorpe2021-06-16
* RDMA/core: Simplify how the port sysfs is createdJason Gunthorpe2021-06-16
* RDMA/core: Simplify how the gid_attrs sysfs is createdJason Gunthorpe2021-06-16
* RDMA/core: Split gid_attrs related sysfs from add_port()Jason Gunthorpe2021-06-16
* RDMA/core: Split port and device counter sysfs attributesJason Gunthorpe2021-06-16
* RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointerJason Gunthorpe2021-06-16
* RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-16
* RDMA/core: Correct format of bracesWenpeng Liang2021-04-12
* RDMA/core: Remove redundant spacesWenpeng Liang2021-04-12
* RDMA/core: Remove the redundant return statementsWenpeng Liang2021-04-12
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-26
* IB/core: Add support for NDR link speedMeir Lichtinger2020-11-02
* RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches2020-10-30
* RDMA: Manual changes for sysfs_emit and neateningJoe Perches2020-10-30
* RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-26
* RDMA/core: Change rdma_get_gid_attr returned error codeAvihai Horon2020-10-01
* RDMA/core: Constify struct attribute_groupRikard Falkeborn2020-10-01
* RDMA/core: Expose pkeys sysfs files only if pkey_tbl_len is setKamal Heib2020-07-20
* RDMA/core: Fix several reference count leaks.Qiushi Wu2020-05-29
* RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky2019-11-12
* RDMA/mad: Allocate zeroed MAD bufferLeon Romanovsky2019-11-06
* RDMA/core: Fix return code when modify_device isn't supportedKamal Heib2019-10-01
* RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-12
* RDMA/nldev: Allow get default counter statistics through RDMA netlinkMark Zhang2019-07-05
* RDMA/core: Get sum value of all counters when perform a sysfs stat readMark Zhang2019-07-05
* RDMA: Add EFA related definitionsGal Pressman2019-05-06
* RDMA/core: Allow detaching gid attribute netdevice for RoCEParav Pandit2019-05-03
* RDMA/core: Do not invoke init_port on compat devicesParav Pandit2019-05-03
* RDMA/cm: Move debug counters to be under relevant IB deviceLeon Romanovsky2019-04-08
* RDMA/core: Support core port attributes in non init_netParav Pandit2019-03-28
* RDMA/core: Introduce ib_core_device to hold deviceParav Pandit2019-03-28
* RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-19
* RDMA/core: Move device addition deletion to device.cParav Pandit2019-02-15
* RDMA/core: Introduce and use ib_setup_port_attrs()Parav Pandit2019-02-15
* RDMA/core: Use simpler device_del() instead of device_unregister()Parav Pandit2019-02-15
* RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-14
* RDMA: Rename port_callback to init_portParav Pandit2019-01-14
* RDMA: Start use ib_device_opsKamal Heib2018-12-12
* RDMA/core: Fix comment for hw stats init for port == 0Parav Pandit2018-10-17