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-06-23
[PATCH] VFS: Permit filesystem to override root dentry on mount
David Howells
2
-9
/
+11
2006-06-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
33
-958
/
+3889
2006-06-17
[NET]: Add netif_tx_lock
Herbert Xu
1
-2
/
+4
2006-06-17
IB/uverbs: Don't serialize with ib_uverbs_idr_mutex
Roland Dreier
3
-376
/
+553
2006-06-17
IB/mthca: Make all device methods truly reentrant
Roland Dreier
5
-22
/
+48
2006-06-17
IB/mthca: Fix memory leak on modify_qp error paths
Roland Dreier
1
-6
/
+6
2006-06-17
IB/uverbs: Factor out common idr code
Roland Dreier
1
-60
/
+22
2006-06-17
IB/uverbs: Don't decrement usecnt on error paths
Roland Dreier
1
-7
/
+0
2006-06-17
IB/uverbs: Release lock on error path
Ganapathi CH
1
-2
/
+4
2006-06-17
IB/cm: Use address handle helpers
Sean Hefty
2
-20
/
+11
2006-06-17
IB/sa: Add ib_init_ah_from_path()
Sean Hefty
1
-0
/
+31
2006-06-17
IB: Add ib_init_ah_from_wc()
Sean Hefty
1
-16
/
+28
2006-06-17
IB/ucm: Get rid of duplicate P_Key parameter
Sean Hefty
2
-2
/
+1
2006-06-17
IB/srp: Factor out common request reset code
Ishai Rabinovitz
1
-22
/
+18
2006-06-17
IB/srp: Support SRP rev. 10 targets
Ramachandra K
2
-3
/
+42
2006-06-17
IB/fmr: Use device's max_map_map_per_fmr attribute in FMR pool.
Or Gerlitz
1
-3
/
+27
2006-06-17
IB/mthca: Fill in max_map_per_fmr device attribute
Or Gerlitz
1
-0
/
+10
2006-06-17
IB/ipath: Add client reregister event generation
Roland Dreier
1
-1
/
+1
2006-06-17
IB/mthca: Add client reregister event generation
Leonid Arsh
1
-3
/
+11
2006-06-17
IB: Move struct port_info from ipath to <rdma/ib_smi.h>
Leonid Arsh
1
-38
/
+2
2006-06-17
IPoIB: Handle client reregister events
Leonid Arsh
1
-1
/
+2
2006-06-17
IPoIB: Fix kernel unaligned access on ia64
Jack Morgenstein
3
-34
/
+39
2006-06-17
IPoIB: Avoid using stale last_send counter when reaping AHs
Roland Dreier
1
-18
/
+9
2006-06-17
IB/mad: Check GID/LID when matching requests
Jack Morgenstein
1
-31
/
+63
2006-06-17
IB: Add caching of ports' LMC
Jack Morgenstein
1
-1
/
+29
2006-06-17
IB/cm: remove unneeded flush_workqueue
Michael S. Tsirkin
1
-1
/
+0
2006-06-17
IB/ucm: convert semaphore to mutex
Sean Hefty
1
-16
/
+16
2006-06-17
IB/srp: Get rid of "Target has req_lim 0" messages
Roland Dreier
2
-6
/
+17
2006-06-17
IB/srp: Handle DREQ events from CM
Ishai Rabinovitz
1
-5
/
+9
2006-06-17
IB/srp: Allow sg_tablesize to be adjusted
Vu Pham
2
-9
/
+17
2006-06-17
IB/srp: Allow cmd_per_lun to be set per target port
Vu Pham
1
-7
/
+17
2006-06-17
IB/srp: Clean up loop in srp_remove_one()
Ishai Rabinovitz
1
-5
/
+3
2006-06-17
IB: Make needlessly global ib_mad_cache static
Roland Dreier
2
-4
/
+1
2006-06-17
IB/srp: Change target_mutex to a spinlock
Matthew Wilcox
2
-8
/
+8
2006-06-17
IB/srp: Get rid of unneeded use of list_for_each_entry_safe()
Matthew Wilcox
1
-2
/
+1
2006-06-17
IB/srp: Use SCAN_WILD_CARD from SCSI headers
Matthew Wilcox
1
-2
/
+1
2006-06-17
IB/mthca: Convert FW commands to use wait_for_completion_timeout()
Roland Dreier
1
-19
/
+4
2006-06-17
IB/srp: Use FMRs to map gather/scatter lists
Roland Dreier
2
-87
/
+228
2006-06-17
IB/mthca: Remove dead code
Michael S. Tsirkin
1
-4
/
+0
2006-06-17
IB: IP address based RDMA connection manager
Sean Hefty
2
-2
/
+1931
2006-06-17
IB: address translation to map IP toIB addresses (GIDs)
Sean Hefty
3
-1
/
+377
2006-06-17
IB/cm: Match connection requests based on private data
Sean Hefty
2
-13
/
+97
2006-06-17
IB: common handling for marshalling parameters to/from userspace
Sean Hefty
3
-118
/
+154
2006-06-17
IB/mthca: memfree completion with error FW bug workaround
Michael S. Tsirkin
1
-1
/
+10
2006-06-17
IB/mthca: restore missing PCI registers after reset
Michael S. Tsirkin
1
-0
/
+59
2006-06-05
IPoIB: Fix AH leak at interface down
Eli Cohen
1
-0
/
+1
2006-05-24
IB/mthca: Fix posting lists of 256 receive requests to SRQ for Tavor
Michael S. Tsirkin
1
-20
/
+21
2006-05-23
IB/ipath: deref correct pointer when using kernel SMA
Bryan O'Sullivan
1
-1
/
+1
2006-05-23
IB/ipath: fix null deref during rdma ops
Bryan O'Sullivan
1
-5
/
+7
2006-05-23
IB/ipath: register as IB device owner
Bryan O'Sullivan
1
-0
/
+1
[next]