Age | Commit message (Expand) | Author | Files | Lines |
2005-10-18 | [IB] uverbs: Add a mask of device methods allowed for userspace | Roland Dreier | 2 | -1/+22 |
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 | [IPoIB] Rename ipoib_create_qp() -> ipoib_init_qp() and fix error cleanup | Roland Dreier | 3 | -7/+8 |
2005-10-18 | [IB] mthca: Better limit checking and reporting | Jack Morgenstein | 7 | -12/+40 |
2005-10-18 | [IB] Fix leak on MAD initialization failure | Roland Dreier | 1 | -19/+26 |
2005-10-18 | [IB] mthca: detect SRQ overflow | Roland Dreier | 1 | -0/+15 |
2005-10-18 | [IB] mthca: SRQ limit reached events | Roland Dreier | 4 | -4/+45 |
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] mthca: Fill in more fields in query_port method | Jack Morgenstein | 1 | -0/+4 |
2005-10-18 | [IB] uverbs: Add device-specific ABI version attribute | Roland Dreier | 3 | -0/+18 |
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] mthca: Report correct atomic capability | Jack Morgenstein | 3 | -0/+4 |
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-10-01 | [IB] mthca: Fix memory leak on device close | Michael S. Tsirkin | 1 | -24/+21 |
2005-09-29 | [IPoIB] Rename IPoIB's path_lookup() to avoid name clashes | Roland Dreier | 1 | -2/+2 |
2005-09-28 | [IB] mthca: fix hw_ver value returned from mthca_query_device | Jack Morgenstein | 1 | -1/+1 |
2005-09-27 | [IB] mthca: Round up number of slots in HCA context memory table | Michael S. Tsirkin | 1 | -1/+1 |
2005-09-27 | [IB] uverbs: Close some exploitable races | Roland Dreier | 3 | -62/+86 |
2005-09-26 | [IB] mthca: Fix off by one bug in mthca_map_cmd | Michael S. Tsirkin | 1 | -2/+2 |
2005-09-26 | [IB] mthca: fix off by one in clr_int calculation | Michael S. Tsirkin | 1 | -1/+1 |
2005-09-26 | [IB] mthca: Fix doorbell record resource leak | Roland Dreier | 1 | -4/+13 |
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/mthca: Fix device removal memory leak | Michael S. Tsirkin | 1 | -0/+1 |
2005-09-20 | [PATCH] IPoIB: Don't flush workqueue from within workqueue | Roland Dreier | 3 | -6/+7 |
2005-09-20 | [PATCH] IB: Fix data length for RMPP SA sends | Hal Rosenstock | 1 | -2/+3 |
2005-09-19 | [PATCH] IB/mthca: Don't try to set srq->last for userspace SRQs | Roland Dreier | 1 | -1/+2 |
2005-09-19 | [PATCH] IB/mthca: Fix posting work requests to shared receive queues | Roland Dreier | 1 | -6/+4 |
2005-09-19 | [PATCH] IB/mthca: Initialize eq->nent before we use it | Roland Dreier | 1 | -11/+5 |
2005-09-19 | [PATCH] IPoIB: Fix SA client retransmission strategy | Hal Rosenstock | 1 | -3/+3 |
2005-09-19 | [PATCH] IB/mthca: fix posting of first work request | Roland Dreier | 2 | -34/+28 |
2005-09-19 | [PATCH] IB/mthca: assign ACK timeout field correctly | Roland Dreier | 1 | -1/+1 |
2005-09-19 | [PATCH] IPoIB: fix module removal race | Michael S. Tsirkin | 1 | -0/+2 |
2005-09-11 | Merge master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband | Linus Torvalds | 12 | -245/+448 |
2005-09-10 | [PATCH] IB: fix CM use-after-free | Roland Dreier | 1 | -0/+1 |
2005-09-10 | [PATCH] IB CM: support CM redir | John Kingman | 1 | -1/+3 |
2005-09-10 | Make sure that userspace does not retrieve stale asynchronous or | Roland Dreier | 3 | -88/+191 |
2005-09-10 | [PATCH] IB: Move SA attributes to ib_sa.h | Hal Rosenstock | 1 | -26/+0 |
2005-09-09 | [PATCH] PCI: remove CONFIG_PCI_NAMES | Adrian Bunk | 2 | -8/+8 |
2005-09-08 | [PATCH] drivers: convert kcalloc to kzalloc | Pekka Enberg | 1 | -1/+1 |
2005-09-07 | [PATCH] IB: clean up user access config options | James Lentini | 2 | -9/+21 |
2005-09-07 | [PATCH] IB: RMPP fixes | Hal Rosenstock | 1 | -1/+3 |
2005-09-07 | [PATCH] IB: Initialize qp->wait | Michael S. Tsirkin | 1 | -0/+1 |
2005-09-07 | [PATCH] IB: really reset QPs | Roland Dreier | 1 | -12/+32 |
2005-09-07 | [PATCH] IB: Add user-supplied context to userspace CM ABI | Sean Hefty | 2 | -106/+192 |
2005-09-07 | [PATCH] IB/sa_query: avoid unnecessary list scan | Michael S. Tsirkin | 1 | -2/+2 |