summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+3Star
* RDMA/core: Move device addition deletion to device.cParav Pandit2019-02-161-12/+2Star
* RDMA/core: Introduce and use ib_setup_port_attrs()Parav Pandit2019-02-161-29/+35
* RDMA/core: Use simpler device_del() instead of device_unregister()Parav Pandit2019-02-161-5/+2Star
* RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-6/+6
* RDMA: Rename port_callback to init_portParav Pandit2019-01-141-10/+6Star
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-14/+14
* RDMA/core: Fix comment for hw stats init for port == 0Parav Pandit2018-10-171-3/+3
* RDMA/core: Rename ports_parent to ports_kobjParav Pandit2018-10-161-5/+4Star
* RDMA/core: Do not expose unsupported countersParav Pandit2018-10-161-7/+12
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-4/+0Star
* Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextJason Gunthorpe2018-09-061-34/+27Star
|\
| * RDMA/core: Depend on device_add() to add device attributesParav Pandit2018-09-061-34/+27Star
* | RDMA/core: Replace open-coded variant of get_deviceParav Pandit2018-09-061-2/+2
|/
* IB/core: Replace ib_query_gid with rdma_get_gid_attrParav Pandit2018-06-181-35/+31Star
* IB/core: Refactor GID modify code for RoCEParav Pandit2018-04-041-3/+15
* IB/core: Protect against concurrent access to hardware statsMark Bloch2018-03-271-6/+28
* IB/core: Set speed string to SDR for invalid active ratesHonggang Li2018-03-191-0/+1
* IB/core: Fix two kernel warnings triggered by rxe registrationBart Van Assche2018-01-041-1/+0Star
* IB/core: Fix unable to change lifespan entry for hw_countersParav Pandit2017-10-181-1/+15
* RDMA: Simplify get firmware interfaceLeon Romanovsky2017-08-101-2/+2
* IB/core: Add HDR speed enumNoa Osherovich2017-04-211-0/+4
* IB/core: Fix sysfs registration error flowJack Morgenstein2017-04-211-1/+1
* IB/core: Initialize ib_device.dev.parent earlierBart Van Assche2017-01-241-1/+1
* IB/{core,hw}: Add constant for node_descYuval Shaia2016-10-071-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-08-051-1/+14
|\
| * IB/core: Export a common fw_ver sysfs entryIra Weiny2016-06-231-1/+14
* | IB core: Add port_xmit_wait counterChristoph Lameter2016-07-121-0/+4
|/
* IB/core: Initialize sysfs attributes before sysfs create groupMark Bloch2016-06-071-0/+3
* IB/core: fix error unwind in sysfs hw counters codeDoug Ledford2016-06-071-3/+4
* IB/core: Fix array length allocationDoug Ledford2016-06-071-2/+5
* IB/core: fix null pointer deref and mem leak in error handlingColin Ian King2016-06-071-3/+4
* IB/core: Make device counter infrastructure dynamicChristoph Lameter2016-05-261-124/+242
* IB/core: Fix reading capability mask of the port info classEran Ben Elisha2016-02-111-3/+2Star
* IB/sysfs: remove unused va_list argsColin Ian King2016-02-041-2/+0Star
* IB/core: sysfs.c: Fix PerfMgt ClassPortInfo handlingHal Rosenstock2016-01-191-4/+6
* IB/sysfs: Fix sparse warning on attr_idIra Weiny2016-01-191-2/+2
* IB/core: Display extended counter set if availableChristoph Lameter2015-12-231-3/+107
* IB/core: Specify attribute_id in port_table_attributeChristoph Lameter2015-12-231-2/+5
* IB/core: Create get_perf_mad function in sysfs.cChristoph Lameter2015-12-231-22/+40
* IB/core: Add gid attributes to sysfsMatan Barak2015-12-231-2/+182
* IB/core: Avoid calling ib_query_deviceOr Gerlitz2015-12-221-10/+4Star