aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-16RDMA/core: Simplify how the gid_attrs sysfs is createdJason Gunthorpe1-81/+89
2021-06-16RDMA/core: Split gid_attrs related sysfs from add_port()Jason Gunthorpe1-71/+89
2021-06-16RDMA/core: Split port and device counter sysfs attributesJason Gunthorpe1-168/+290
2021-06-16RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointerJason Gunthorpe1-3/+11
2021-06-16RDMA: 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-30RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches1-45/+53
2020-10-30RDMA: Manual changes for sysfs_emit and neateningJoe Perches1-29/+36
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-19/+28
2020-10-01RDMA/core: Change rdma_get_gid_attr returned error codeAvihai Horon1-1/+2
2020-10-01RDMA/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-12RDMA: 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
2019-03-28RDMA/core: Support core port attributes in non init_netParav Pandit1-7/+8
2019-03-28RDMA/core: Introduce ib_core_device to hold deviceParav Pandit1-13/+16
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe1-9/+3
2019-02-15RDMA/core: Move device addition deletion to device.cParav Pandit1-12/+2
2019-02-15RDMA/core: Introduce and use ib_setup_port_attrs()Parav Pandit1-29/+35
2019-02-15RDMA/core: Use simpler device_del() instead of device_unregister()Parav Pandit1-5/+2
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-6/+6
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-10/+6
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-14/+14
2018-10-17RDMA/core: Fix comment for hw stats init for port == 0Parav Pandit1-3/+3
2018-10-16RDMA/core: Rename ports_parent to ports_kobjParav Pandit1-5/+4
2018-10-16RDMA/core: Do not expose unsupported countersParav Pandit1-7/+12
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-4/+0
2018-09-05Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextJason Gunthorpe1-34/+27
2018-09-05RDMA/core: Depend on device_add() to add device attributesParav Pandit1-34/+27
2018-09-05RDMA/core: Replace open-coded variant of get_deviceParav Pandit1-2/+2
2018-06-18IB/core: Replace ib_query_gid with rdma_get_gid_attrParav Pandit1-35/+31
2018-04-03IB/core: Refactor GID modify code for RoCEParav Pandit1-3/+15
2018-03-27IB/core: Protect against concurrent access to hardware statsMark Bloch1-6/+28
2018-03-19IB/core: Set speed string to SDR for invalid active ratesHonggang Li1-0/+1
2018-01-03IB/core: Fix two kernel warnings triggered by rxe registrationBart Van Assche1-1/+0
2017-10-18IB/core: Fix unable to change lifespan entry for hw_countersParav Pandit1-1/+15
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky1-2/+2