index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2006-08-03
IB/uverbs: Avoid a crash on device hot remove
Jack Morgenstein
2
-1
/
+9
2006-08-03
IB/ipoib: Remove broken link from Kconfig and documentation
Or Gerlitz
1
-2
/
+1
2006-08-03
IB/srp: Work around data corruption bug on Mellanox targets
Ishai Rabinovitz
1
-2
/
+15
2006-08-03
IB/srp: Fix crash in srp_reconnect_target
Ishai Rabinovitz
1
-0
/
+2
2006-08-03
IB/cm: Fix error handling in ib_send_cm_req
Sean Hefty
1
-1
/
+3
2006-08-03
IB/mthca: Clean up mthca array index mask
Roland Dreier
1
-8
/
+7
2006-08-03
IB/mthca: Fix mthca_array_clear() thinko
Michael S. Tsirkin
1
-1
/
+3
2006-08-02
[NET] infiniband: Cleanup ib_addr module to use the netevents
Tom Tucker
1
-16
/
+14
2006-07-24
IB/mthca: Initialize max_cmds before debug code prints it
Roland Dreier
1
-2
/
+3
2006-07-24
IB/ipoib: Fix packet loss after hardware address update
Michael S. Tsirkin
2
-0
/
+24
2006-07-24
IB/ipoib: Fix oops with ipoib_debug_mcast set
Or Gerlitz
1
-4
/
+4
2006-07-24
IB/mad: Validate MADs for spec compliance
Sean Hefty
2
-21
/
+88
2006-07-24
IB/ipath: ipath_skip_sge() can break if num_sge > 1
Ralph Campbell
1
-4
/
+0
2006-07-24
IB/ipath: Fix ib_ipath driver to work with SRP
Ralph Campbell
2
-0
/
+16
2006-07-24
IB/ipath: Fix a data corruption
Ralph Campbell
1
-40
/
+36
2006-07-24
IB/mthca: Fix SRQ limit event range check
Dotan Barak
1
-1
/
+2
2006-07-23
IB/uverbs: Fix lockdep warnings
Roland Dreier
1
-11
/
+21
2006-07-23
IB/uverbs: Fix unlocking in error paths
Michael S. Tsirkin
1
-2
/
+8
2006-07-14
[PATCH] IB/core: use correct gfp_mask in sa_query
Michael S. Tsirkin
1
-5
/
+5
2006-07-14
[PATCH] fmr pool: remove unnecessary pointer dereference
Michael S. Tsirkin
3
-6
/
+6
2006-07-14
[PATCH] IB/cm: set private data length for reject messages
Ira Weiny
1
-0
/
+1
2006-07-14
[PATCH] srp: fix fmr error handling
Vu Pham
1
-0
/
+1
2006-07-14
[PATCH] IB/addr: gid structure alignment fix
Michael S. Tsirkin
1
-10
/
+11
2006-07-14
[PATCH] IB/cm: drop REQ when out of memory
Michael S. Tsirkin
1
-3
/
+18
2006-07-14
[PATCH] IB/mthca: comment fix
Michael S. Tsirkin
1
-7
/
+6
2006-07-14
[PATCH] IB/mthca: fix static rate returned by mthca_ah_query
Jack Morgenstein
1
-2
/
+3
2006-07-04
[PATCH] mthca: initialize send and receive queue locks separately
Zach Brown
1
-1
/
+4
2006-07-03
Merge ../scsi-misc-2.6
James Bottomley
1
-121
/
+17
2006-07-02
[PATCH] irq-flags: misc drivers: Use the new IRQF_ constants
Thomas Gleixner
2
-3
/
+3
2006-07-01
[PATCH] IB/ipath: namespace cleanup: replace ips with ipath
Bryan O'Sullivan
16
-357
/
+198
2006-07-01
[PATCH] IB/ipath: ignore receive queue size if SRQ is specified
Bryan O'Sullivan
1
-11
/
+16
2006-07-01
[PATCH] IB/ipath: remove some #if 0 code related to lockable memory
Bryan O'Sullivan
1
-11
/
+0
2006-07-01
[PATCH] IB/ipath: fix a bug that results in addresses near 0 being written vi...
Bryan O'Sullivan
4
-26
/
+60
2006-07-01
[PATCH] IB/ipath: read/write correct sizes through diag interface
Bryan O'Sullivan
1
-4
/
+5
2006-07-01
[PATCH] IB/ipath: support more models of InfiniPath hardware
Bryan O'Sullivan
4
-10
/
+38
2006-07-01
[PATCH] IB/ipath: drop the "stats" sysfs attribute group
Bryan O'Sullivan
1
-83
/
+0
2006-07-01
[PATCH] IB/ipath: purge sps_lid and sps_mlid arrays
Bryan O'Sullivan
6
-36
/
+11
2006-07-01
[PATCH] IB/ipath: rC receive interrupt performance changes
Bryan O'Sullivan
6
-269
/
+265
2006-07-01
[PATCH] IB/ipath: fixes to performance get counters for IB compliance
Bryan O'Sullivan
9
-27
/
+93
2006-07-01
[PATCH] IB/ipath: check for valid LID and multicast LIDs
Bryan O'Sullivan
1
-2
/
+2
2006-07-01
[PATCH] IB/ipath: removed redundant statements
Bryan O'Sullivan
3
-5
/
+0
2006-07-01
[PATCH] IB/ipath: don't confuse the max message size with the MTU
Bryan O'Sullivan
1
-1
/
+1
2006-07-01
[PATCH] IB/ipath: disallow send of invalid packet sizes over UD
Bryan O'Sullivan
1
-0
/
+5
2006-07-01
[PATCH] IB/ipath: fix lost interrupts on HT-400
Bryan O'Sullivan
2
-17
/
+36
2006-07-01
[PATCH] IB/ipath: fixed bug 9776 for real
Bryan O'Sullivan
2
-31
/
+42
2006-07-01
[PATCH] IB/ipath: reduce overhead on receive interrupts
Bryan O'Sullivan
4
-73
/
+105
2006-07-01
[PATCH] IB/ipath: memory management cleanups
Bryan O'Sullivan
6
-370
/
+279
2006-07-01
[PATCH] IB/ipath: use vmalloc to allocate struct ipath_devdata
Bryan O'Sullivan
2
-8
/
+3
2006-07-01
[PATCH] IB/ipath: use more appropriate gfp flags
Bryan O'Sullivan
1
-12
/
+14
2006-07-01
[PATCH] IB/ipath: enable freeze mode when shutting down device
Bryan O'Sullivan
1
-1
/
+1
[next]