Age | Commit message (Expand) | Author | Files | Lines |
2005-11-11 | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... | Linus Torvalds | 3 | -67/+86 |
2005-11-10 | [IB] umad: further ib_unregister_mad_agent() deadlock fixes | Roland Dreier | 1 | -24/+63 |
2005-11-10 | [IB] uverbs: have kernel return QP capabilities | Jack Morgenstein | 1 | -4/+8 |
2005-11-10 | [IB] umad: get rid of unused mr array | Roland Dreier | 1 | -25/+4 |
2005-11-10 | [IB] Have cq_resize() method take an int, not int* | Roland Dreier | 1 | -10/+2 |
2005-11-10 | [IB] umad: avoid potential deadlock when unregistering MAD agents | Roland Dreier | 1 | -12/+17 |
2005-11-07 | [PATCH] kfree cleanup: misc remaining drivers | Jesper Juhl | 1 | -4/+2 |
2005-11-07 | [PATCH] fix remaining missing includes | Tim Schmielau | 5 | -0/+10 |
2005-11-07 | [IB] umad: two small fixes | Michael S. Tsirkin | 1 | -2/+2 |
2005-11-05 | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... | Linus Torvalds | 10 | -69/+91 |
2005-11-03 | [IB] umad: fix hot remove of IB devices | Roland Dreier | 1 | -16/+64 |
2005-11-02 | [IB] kzalloc() conversions | Roland Dreier | 7 | -47/+22 |
2005-10-31 | [IB] uverbs: Avoid NULL pointer deref on CQ async event | Roland Dreier | 3 | -6/+5 |
2005-10-31 | [PATCH] fix missing includes | Tim Schmielau | 2 | -0/+2 |
2005-10-29 | [PATCH] missing include in infiniband | Al Viro | 1 | -0/+1 |
2005-10-29 | [IB] fix up class_device_create() calls | Roland Dreier | 2 | -3/+4 |
2005-10-29 | [IB] uverbs: Fix device lifetime problems | Roland Dreier | 3 | -95/+182 |
2005-10-29 | [IB] umad: Fix device lifetime problems | Roland Dreier | 1 | -109/+159 |
2005-10-28 | [IB] ib_umad: various cleanups | Sean Hefty | 1 | -52/+21 |
2005-10-28 | [IB] ib_umad: fix crash when freeing send buffers | Roland Dreier | 1 | -2/+2 |
2005-10-26 | [IB] simplify mad_rmpp.c:alloc_response_msg() | Roland Dreier | 1 | -16/+15 |
2005-10-25 | [IB] Fix MAD layer DMA mappings to avoid touching data buffer once mapped | Sean Hefty | 11 | -746/+432 |
2005-10-24 | [IB] CM: Fix initialization of QP attributes for UC QPs. | Sean Hefty | 1 | -14/+24 |
2005-10-24 | Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/co... | Roland Dreier | 4 | -0/+10 |
2005-10-24 | [IB] Add idr_destroy() calls on module unload | Roland Dreier | 4 | -0/+10 |
2005-10-20 | [IB] user_mad: Use class_device.devt | Roland Dreier | 1 | -15/+2 |
2005-10-20 | [IB] user_mad: trivial coding style fixes | Roland Dreier | 1 | -8/+8 |
2005-10-20 | [IB] cm: Add missing break in switch | Roland Dreier | 1 | -0/+1 |
2005-10-19 | [IB] Fail sysfs queries after device is unregistered | Roland Dreier | 1 | -0/+16 |
2005-10-18 | [IB] ucm: quiet sparse warnings | Roland Dreier | 1 | -2/+2 |
2005-10-18 | [IB] CM: bind IDs to a specific device | Sean Hefty | 2 | -67/+192 |
2005-10-18 | [IB] merge ucm.h into ucm.c | Sean Hefty | 2 | -104/+41 |
2005-10-18 | [IB] uverbs: Implement more commands | Roland Dreier | 3 | -1/+572 |
2005-10-18 | [IB] uverbs: Add a mask of device methods allowed for userspace | Roland Dreier | 1 | -1/+2 |
2005-10-18 | [IB] fail SA queries if device initialization failed | Roland Dreier | 1 | -6/+24 |
2005-10-18 | [IB] uverbs: unlock correctly in error paths | Roland Dreier | 1 | -2/+6 |
2005-10-18 | [IB] Fix leak on MAD initialization failure | Roland Dreier | 1 | -19/+26 |
2005-10-18 | [IB] Check port number in ib_query_port()/ib_modify_port() | Roland Dreier | 1 | -0/+12 |
2005-10-18 | [IB] uverbs: reject invalid memory registration permission flags | Roland Dreier | 1 | -0/+8 |
2005-10-18 | [IB] uverbs: Add device-specific ABI version attribute | Roland Dreier | 1 | -0/+11 |
2005-10-18 | [IB] uverbs: Fix up resource creation error paths | Roland Dreier | 1 | -61/+50 |
2005-10-18 | [IB] uverbs: ABI-breaking fixes for userspace verbs | Roland Dreier | 3 | -252/+244 |
2005-10-18 | [IB] Add checks to multicast attach and detach | Jack Morgenstein | 1 | -6/+12 |
2005-10-09 | [PATCH] gfp flags annotations - part 1 | Al Viro | 2 | -4/+4 |
2005-09-27 | [IB] uverbs: Close some exploitable races | Roland Dreier | 3 | -62/+86 |
2005-09-21 | [IB] Fix RMPP receive length calculation | Hal Rosenstock | 1 | -2/+2 |
2005-09-21 | [IB] Add MAD data field size definitions | Sean Hefty | 1 | -9/+6 |
2005-09-20 | [PATCH] IB: Fix data length for RMPP SA sends | Hal Rosenstock | 1 | -2/+3 |
2005-09-11 | Merge master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband | Linus Torvalds | 9 | -226/+395 |
2005-09-10 | [PATCH] IB: fix CM use-after-free | Roland Dreier | 1 | -0/+1 |