index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-17
RDMA/core: Refactor ib_register_device() function
Parav Pandit
1
-51
/
+75
2018-10-17
RDMA/core: Fix unwinding flow in case of error to register device
Parav Pandit
1
-2
/
+4
2018-10-16
RDMA/core: Implement IB device rename function
Leon Romanovsky
1
-0
/
+25
2018-09-26
RDMA/core: Use dev_name instead of ibdev->name
Jason Gunthorpe
1
-5
/
+3
2018-09-26
RDMA/core: Use dev_err/dbg/etc instead of pr_* + ibdev->name
Jason Gunthorpe
1
-14
/
+19
2018-09-26
RDMA: Fully setup the device name in ib_register_device
Jason Gunthorpe
1
-15
/
+20
2018-09-06
RDMA/core: Assign device ifindex before publishing the device
Parav Pandit
1
-1
/
+2
2018-09-06
RDMA/core: Follow correct unregister order between sysfs and cgroup
Parav Pandit
1
-1
/
+1
2018-09-06
RDMA/core: Define client_data_lock as rwlock instead of spinlock
Parav Pandit
1
-15
/
+15
2018-09-06
RDMA/core: Use simpler spin lock irq API from blocking context
Parav Pandit
1
-11
/
+9
2018-09-06
RDMA/core: Remove context entries from list while unregistering device
Parav Pandit
1
-1
/
+5
2018-09-06
RDMA/core: Use simplified list_for_each
Parav Pandit
1
-5
/
+4
2018-09-06
RDMA/core: No need to protect kfree with spin lock and semaphore
Parav Pandit
1
-1
/
+1
2018-09-06
IB/core: Add an unbound WQ type to the new CQ API
Jack Morgenstein
1
-1
/
+14
2018-07-31
RDMA/core: Remove {create,destroy}_ah from mandatory verbs
Kamal Heib
1
-2
/
+0
2018-06-18
IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gid
Parav Pandit
1
-20
/
+1
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+2
2018-05-30
RDMA/core: Remove indirection through ib_cache_setup()
Jason Gunthorpe
1
-2
/
+2
2018-04-07
Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-13
/
+5
2018-04-04
IB/core: Simplify ib_query_gid to always refer to cache
Parav Pandit
1
-12
/
+3
2018-04-04
RDMA/providers: Simplify query_gid callback of RoCE providers
Parav Pandit
1
-1
/
+3
2018-03-28
IB/core: Search GID only for IB link layer
Parav Pandit
1
-1
/
+1
2018-03-22
IB/core: Refer to RoCE port property instead of GID table property
Parav Pandit
1
-1
/
+1
2018-03-21
RDMA/restrack: Move restrack_clean to be symmetrical to restrack_init
Leon Romanovsky
1
-2
/
+1
2018-03-15
IB/{core, ipoib}: Simplify ib_find_gid() for unused ndev
Parav Pandit
1
-2
/
+1
2018-02-28
IB/core: Fix missing RDMA cgroups release in case of failure to register device
Parav Pandit
1
-2
/
+4
2018-01-30
RDMA/restrack: Add general infrastructure to track RDMA resources
Leon Romanovsky
1
-0
/
+4
2018-01-09
Merge branch 'bart-srpt-for-next' into k.o/wip/dl-for-next
Doug Ledford
1
-1
/
+17
2018-01-04
IB/core: Fix two kernel warnings triggered by rxe registration
Bart Van Assche
1
-6
/
+14
2018-01-03
RDMA/netlink: Fix locking around __ib_get_device_by_index
Leon Romanovsky
1
-1
/
+17
2018-01-02
RDMA/core: Replace open-coded variant of put_device
Leon Romanovsky
1
-1
/
+1
2017-12-28
Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...
Jason Gunthorpe
1
-2
/
+2
2017-12-19
IB/{core, ipoib}: Simplify ib_find_gid to search only for IB link layer
Parav Pandit
1
-13
/
+3
2017-12-07
RDMA/netlink: Fix general protection fault
Leon Romanovsky
1
-1
/
+1
2017-12-01
IB/core: Init subsys if compiled to vmlinuz-core
Dmitry Monakhov
1
-1
/
+1
2017-08-25
Merge branch 'mellanox' into k.o/for-next
Doug Ledford
1
-6
/
+2
2017-08-25
IB: Avoid ib_modify_port() failure for RoCE devices
Selvin Xavier
1
-4
/
+7
2017-08-24
RDMA/(core, ulp): Convert register/unregister event handler to be void
Leon Romanovsky
1
-6
/
+2
2017-08-23
rdma: Autoload netlink client modules
Jason Gunthorpe
1
-0
/
+2
2017-08-18
Merge branch 'k.o/for-4.13-rc' into k.o/for-next
Doug Ledford
1
-2
/
+3
2017-08-18
Merge branch 'misc' into k.o/for-next
Doug Ledford
1
-2
/
+2
2017-08-18
RDMA/core: make ib_device.add method optional
Sagi Grimberg
1
-2
/
+2
2017-08-16
IB/core: Protect sysfs entry on ib_unregister_device
Shiraz Saleem
1
-2
/
+3
2017-08-10
RDMA: Simplify get firmware interface
Leon Romanovsky
1
-2
/
+2
2017-08-10
RDMA/netlink: Add nldev initialization flows
Leon Romanovsky
1
-0
/
+2
2017-08-10
RDMA/netlink: Convert LS to doit callback
Leon Romanovsky
1
-3
/
+3
2017-08-10
RDMA/core: Add and expose static device index
Leon Romanovsky
1
-1
/
+36
2017-08-10
RDMA/core: Add iterator over ib_devices
Leon Romanovsky
1
-0
/
+25
2017-08-10
RDMA/netlink: Rename netlink callback struct
Leon Romanovsky
1
-1
/
+1
2017-08-10
RDMA/netlink: Add flag to consolidate common handling
Leon Romanovsky
1
-3
/
+9
[next]