index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
device.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-06
RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problem
Zhu Yanjun
1
-2
/
+4
2025-03-18
RDMA/core: Create and destroy rdma_counter using rdma_zalloc_drv_obj()
Patrisious Haddad
1
-0
/
+2
2025-03-13
RDMA/core: Fix use-after-free when rename device name
Wang Liang
1
-2
/
+7
2025-03-03
RDMA/core: Don't expose hw_counters outside of init net namespace
Roman Gushchin
1
-0
/
+9
2024-12-24
RDMA/core: Support link status events dispatching
Yuyu Li
1
-0
/
+60
2024-12-24
RDMA/core: Add ib_query_netdev_port() to query netdev port by IB device.
Yuyu Li
1
-7
/
+32
2024-12-24
RDMA/core: Remove unused ibdev_printk
Dr. David Alan Gilbert
1
-17
/
+0
2024-11-04
RDMA/nldev: Add IB device and net device rename events
Chiara Meiohas
1
-0
/
+38
2024-11-04
RDMA/core: Add device ufile cleanup operation
Patrisious Haddad
1
-0
/
+1
2024-09-13
RDMA/nldev: Add support for RDMA monitoring
Chiara Meiohas
1
-0
/
+35
2024-09-13
RDMA/mlx5: Use IB set_netdev and get_netdev functions
Chiara Meiohas
1
-0
/
+4
2024-09-13
RDMA/device: Remove optimization in ib_device_get_netdev()
Chiara Meiohas
1
-9
/
+0
2024-07-14
RDMA: Fix netdev tracker in ib_device_set_netdev
David Ahern
1
-6
/
+2
2024-07-01
RDMA/core: Support IB sub device with type "SMI"
Mark Zhang
1
-0
/
+69
2024-07-01
RDMA/device: Return error earlier if port in not valid
Leon Romanovsky
1
-3
/
+3
2024-05-05
RDMA/core: Remove NULL check before dev_{put, hold}
Jules Irenge
1
-7
/
+3
2024-02-21
RDMA/device: Fix a race between mad_client and cm_client init
Shifeng Li
1
-15
/
+22
2023-09-20
RDMA/core: Add support to dump SRQ resource in RAW format
wenglianfa
1
-0
/
+1
2023-09-20
RDMA/core: Add dedicated SRQ resource tracker function
wenglianfa
1
-0
/
+1
2023-09-19
RDMA/core: Use size_{add,sub,mul}() in calls to struct_size()
Gustavo A. R. Silva
1
-1
/
+1
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-3
/
+3
2022-12-11
RDMA: Add missed netdev_put() for the netdevice_tracker
Jason Gunthorpe
1
-1
/
+1
2022-12-09
Merge tag 'v6.1-rc8' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+9
2022-11-28
RDMA: Add netdevice_tracker to ib_device_set_netdev()
Jason Gunthorpe
1
-2
/
+4
2022-11-24
driver core: make struct class.dev_uevent() take a const *
Greg Kroah-Hartman
1
-1
/
+1
2022-11-21
Merge 6.1-rc6 into driver-core-next
Greg Kroah-Hartman
1
-1
/
+9
2022-11-09
driver core: class: make namespace and get_ownership take const *
Greg Kroah-Hartman
1
-2
/
+2
2022-10-28
RDMA/core: Fix null-ptr-deref in ib_core_cleanup()
Chen Zhongjin
1
-1
/
+9
2022-10-27
RDMA/core: Fix order of nldev_exit call
Leon Romanovsky
1
-1
/
+1
2022-08-21
IB: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-04-25
RDMA/core: Avoid flush_workqueue(system_unbound_wq) usage
Tetsuo Handa
1
-10
/
+14
2022-04-09
RDMA/core: Delete IPsec flow action logic from the core
Leon Romanovsky
1
-2
/
+0
2021-12-14
RDMA/core: Let ib_find_gid() continue search even after empty entry
Avihai Horon
1
-1
/
+2
2021-10-12
RDMA/counter: Add optional counter support
Aharon Landau
1
-0
/
+1
2021-08-03
RDMA: Globally allocate and release QP memory
Leon Romanovsky
1
-0
/
+2
2021-07-16
IB/core: Read subnet_prefix in ib_query_port via cache.
Anand Khoje
1
-6
/
+2
2021-07-16
IB/core: Shifting initialization of device->cache_lock
Anand Khoje
1
-0
/
+2
2021-06-21
IB/core: Removed port validity check from ib_get_cached_subnet_prefix
Anand Khoje
1
-9
/
+2
2021-06-16
RDMA: Remove rdma_set_device_sysfs_group()
Jason Gunthorpe
1
-1
/
+3
2021-06-16
RDMA/core: Allow port_groups to be used with namespaces
Jason Gunthorpe
1
-6
/
+4
2021-06-16
RDMA: Change ops->init_port to ops->port_groups
Jason Gunthorpe
1
-2
/
+2
2021-06-16
RDMA/core: Create the device hw_counters through the normal groups mechanism
Jason Gunthorpe
1
-2
/
+9
2021-06-16
RDMA: Split the alloc_hw_stats() ops to port and device variants
Jason Gunthorpe
1
-1
/
+2
2021-03-26
RDMA: Support more than 255 rdma ports
Mark Bloch
1
-16
/
+20
2021-03-11
RDMA/core: Remove unused req_ncomp_notif device operation
Gal Pressman
1
-1
/
+0
2021-02-16
RDMA/core: Fix kernel doc warnings for ib_port_immutable_read()
Leon Romanovsky
1
-3
/
+3
2021-02-05
RDMA/core: Introduce and use API to read port immutable data
Parav Pandit
1
-0
/
+14
2021-01-20
RDMA/core: Add device method for registering dma-buf based memory region
Jianxin Xiong
1
-0
/
+1
2021-01-19
RDMA/core: device: Fix formatting in worthy kernel-doc header and demote another
Lee Jones
1
-4
/
+4
2020-12-10
RDMA/core: Do not indicate device ready when device enablement fails
Jack Morgenstein
1
-3
/
+4
[next]