index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-29
IB: expand ib_umem_get() prototype
Arthur Kepner
1
-5
/
+12
2008-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
5
-148
/
+154
2008-04-20
IB: convert struct class_device to struct device
Tony Jones
5
-148
/
+154
2008-04-19
Convert asm/semaphore.h users to linux/semaphore.h
Matthew Wilcox
1
-1
/
+1
2008-04-17
IB/core: Add support for modify CQ
Eli Cohen
1
-0
/
+7
2008-04-17
IB/core: Add support for "send with invalidate" work requests
Roland Dreier
1
-2
/
+11
2008-04-17
IB/core: Check optional verbs before using them
Dotan Barak
1
-1
/
+6
2008-04-17
IB/core: Add creation flags to struct ib_qp_init_attr
Eli Cohen
1
-0
/
+1
2008-04-17
IB: Use shorter list_splice_init() for brevity
Robert P. J. Day
1
-2
/
+1
2008-04-17
RDMA/iwcm: Test rdma_create_id() for IS_ERR rather than 0
Julia Lawall
1
-1
/
+1
2008-04-17
IB/uverbs: Use alloc_file() instead of get_empty_filp()
Roland Dreier
1
-12
/
+7
2008-04-17
IB/uverbs: Don't store struct file * for event files
Roland Dreier
2
-7
/
+6
2008-04-17
RDMA/ucma: Endian annotation
Roland Dreier
1
-1
/
+1
2008-04-17
IB/cm: Endianness annotations
Roland Dreier
1
-19
/
+44
2008-03-31
trivial endianness annotations: infiniband core
Al Viro
3
-17
/
+17
2008-03-11
RDMA/iwcm: Don't access a cm_id after dropping reference
Steve Wise
1
-2
/
+3
2008-03-01
IB/fmr_pool: Flush all dirty FMRs from ib_fmr_pool_flush()
Pete Wyckoff
1
-1
/
+16
2008-03-01
Revert "IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRs"
Pete Wyckoff
1
-15
/
+6
2008-03-01
IB/cm: Flush workqueue when removing device
Sean Hefty
1
-1
/
+2
2008-02-16
IB: Fix return value in ib_device_register_sysfs()
Li Zefan
1
-1
/
+3
2008-02-15
RDMA/cma: Do not issue MRA if user rejects connection request
Sean Hefty
1
-1
/
+9
2008-02-13
IB/cm: Fix infiniband_cm class kobject ref counting
Roland Dreier
1
-14
/
+8
2008-02-13
IB/cm: Remove debug printk()s that snuck upstream
Roland Dreier
1
-4
/
+0
2008-02-05
IB/fmr_pool: Allocate page list for pool FMRs only when caching enabled
Or Gerlitz
1
-2
/
+5
2008-02-05
IB/cm: Add interim support for routed paths
Sean Hefty
1
-23
/
+66
2008-01-29
[NETNS]: Add namespace parameter to ip_route_output_key.
Denis V. Lunev
1
-2
/
+2
2008-01-29
[NETNS]: Add namespace parameter to ip_dev_find.
Denis V. Lunev
2
-3
/
+3
2008-01-29
[IPV4] drivers/infiniband: Use ipv4_is_<type>
Joe Perches
2
-4
/
+5
2008-01-26
IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRs
Olaf Kirch
1
-6
/
+15
2008-01-26
IB/fmr_pool: Flush serial numbers can get out of sync
Olaf Kirch
1
-6
/
+6
2008-01-26
IB/umad: Simplify and fix locking
Roland Dreier
1
-62
/
+53
2008-01-26
RDMA/cma: Override default responder_resources with user value
Sean Hefty
1
-23
/
+19
2008-01-26
IPoIB: improve IPv4/IPv6 to IB mcast mapping functions
Rolf Manderscheid
1
-3
/
+1
2008-01-26
RDMA/cma: add support for rdma_migrate_id()
Sean Hefty
1
-0
/
+92
2008-01-26
RDMA/cma: Reenable device removal on passive side
Vladimir Sokolovsky
1
-1
/
+3
2008-01-26
IB/mad: Fix incorrect access to items on local_list
Sean Hefty
1
-2
/
+0
2008-01-26
IB/cm: Add basic performance counters
Sean Hefty
2
-40
/
+303
2008-01-26
IB/mad: Report number of times a mad was retried
Sean Hefty
3
-4
/
+10
2008-01-26
IB/multicast: Report errors on multicast groups if P_key changes
Sean Hefty
1
-10
/
+45
2008-01-26
IB/mad: Enable loopback of DR SMP responses from userspace
Steve Welch
2
-4
/
+20
2008-01-26
IB/mad: Remove redundant NULL pointer check in ib_mad_recv_done_handler()
Ralph Campbell
1
-9
/
+0
2008-01-26
RDMA/iwcm: Set initiator depth and responder resources to device max values
Steve Wise
1
-0
/
+10
2008-01-25
Kobject: convert drivers/* from kobject_unregister() to kobject_put()
Greg Kroah-Hartman
1
-3
/
+3
2008-01-25
Kobject: change drivers/infiniband to use kobject_init_and_add
Greg Kroah-Hartman
1
-26
/
+9
2007-10-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
1
-4
/
+4
2007-10-31
IB/fmr_pool: Stop ib_fmr threads from contributing to load average
Anton Blanchard
1
-4
/
+4
2007-10-24
SG: Change sg_set_page() to take length and offset argument
Jens Axboe
1
-3
/
+1
2007-10-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
2
-79
/
+89
2007-10-22
[SG] Update drivers to use sg helpers
Jens Axboe
1
-4
/
+7
2007-10-20
IB/uverbs: Fix checking of userspace object ownership
Roland Dreier
1
-2
/
+6
[next]