| Commit message (Expand) | Author | Age | Files | Lines |
* | SG: Change sg_set_page() to take length and offset argument | Jens Axboe | 2007-10-24 | 1 | -3/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2007-10-23 | 2 | -79/+89 |
|\ |
|
| * | IB/uverbs: Fix checking of userspace object ownership | Roland Dreier | 2007-10-19 | 1 | -2/+6 |
| * | RDMA/cma: Fix deadlock destroying listen requests | Sean Hefty | 2007-10-16 | 1 | -47/+23 |
| * | RDMA/cma: Add locking around QP accesses | Sean Hefty | 2007-10-16 | 1 | -30/+60 |
* | | [SG] Update drivers to use sg helpers | Jens Axboe | 2007-10-22 | 1 | -4/+7 |
* | | [INET]: Justification for local port range robustness. | Anton Arapov | 2007-10-18 | 1 | -2/+3 |
|/ |
|
* | Driver core: change add_uevent_var to use a struct | Kay Sievers | 2007-10-12 | 1 | -6/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2007-10-11 | 12 | -111/+291 |
|\ |
|
| * | RDMA/cma: Queue IB CM MRAs to avoid unnecessary remote retries | Sean Hefty | 2007-10-09 | 1 | -0/+2 |
| * | IB/cm: Modify interface to send MRAs in response to duplicate messages | Sean Hefty | 2007-10-09 | 1 | -28/+23 |
| * | IB/uverbs: Make ib_uverbs_release_event_file() static | Roland Dreier | 2007-10-09 | 2 | -9/+8 |
| * | IB/umad: Fix bit ordering and 32-on-64 problems on big endian systems | Roland Dreier | 2007-10-09 | 1 | -9/+40 |
| * | IB/umad: Add P_Key index support | Roland Dreier | 2007-10-09 | 1 | -29/+73 |
| * | IB/core: Fix handling of multicast response failures | Ralph Campbell | 2007-10-09 | 1 | -1/+1 |
| * | RDMA/cma: Use neigh_event_send() to start neighbour discovery | Steve Wise | 2007-10-09 | 1 | -2/+1 |
| * | IB/umem: Add hugetlb flag to struct ib_umem | Joachim Fenkes | 2007-10-09 | 1 | -1/+19 |
| * | RDMA/ucma: Allow user space to set service type | Sean Hefty | 2007-10-09 | 1 | -1/+73 |
| * | RDMA/cma: Add ability to specify type of service | Sean Hefty | 2007-10-09 | 1 | -10/+34 |
| * | IB/sa: Add new QoS fields to path record | Sean Hefty | 2007-10-09 | 1 | -7/+3 |
| * | IB/sa: Error handling thinko fix | Ali Ayoub | 2007-10-09 | 1 | -1/+1 |
| * | IB/fmr_pool: Clean up some error messages in fmr_pool.c | Anton Blanchard | 2007-10-09 | 1 | -11/+11 |
| * | IB: find_first_zero_bit() takes unsigned pointer | Roland Dreier | 2007-10-09 | 1 | -2/+2 |
* | | [INET]: local port range robustness | Stephen Hemminger | 2007-10-10 | 1 | -10/+12 |
|/ |
|
* | IB: Move the macro IB_UMEM_MAX_PAGE_CHUNK() to umem.c | Dotan Barak | 2007-08-03 | 1 | -0/+5 |
* | IB/mad: Fix address handle leak in mad_rmpp | Sean Hefty | 2007-08-03 | 1 | -4/+4 |
* | IB/mad: agent_send_response() should be void | Hal Rosenstock | 2007-08-03 | 2 | -17/+13 |
* | IB/mad: Fix memory leak in switch handling in ib_mad_recv_done_handler() | Hal Rosenstock | 2007-08-03 | 1 | -6/+5 |
* | IB/mad: Fix error path if response alloc fails in ib_mad_recv_done_handler() | Hal Rosenstock | 2007-08-03 | 1 | -6/+8 |
* | IB/sa: Don't need to check for default P_Key twice | Roland Dreier | 2007-08-03 | 1 | -3/+1 |
* | IB/core: Ignore membership bit in ib_find_pkey() | Moni Shoua | 2007-08-03 | 1 | -1/+1 |
* | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2007-07-20 | 1 | -1/+0 |
* | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 2007-07-19 | 1 | -2/+1 |
* | RDMA/cma: Remove local write permission from QP access flags | Dotan Barak | 2007-07-17 | 1 | -1/+1 |
* | IB/cm: Make internal function cm_get_ack_delay() static | Roland Dreier | 2007-07-17 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2007-07-12 | 13 | -169/+262 |
|\ |
|
| * | IB/cm: Send no match if a SIDR REQ does not match a listen | Sean Hefty | 2007-07-10 | 1 | -2/+1 |
| * | IB/cm: Fix handling of duplicate SIDR REQs | Sean Hefty | 2007-07-10 | 1 | -1/+1 |
| * | IB/cm: cm_msgs.h should include ib_cm.h | Sean Hefty | 2007-07-10 | 1 | -0/+1 |
| * | IB/cm: Include HCA ACK delay in local ACK timeout | Sean Hefty | 2007-07-10 | 3 | -16/+57 |
| * | IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possible | Sean Hefty | 2007-07-10 | 1 | -96/+75 |
| * | IB/sa: Make sure SA queries use default P_Key | Sean Hefty | 2007-07-10 | 1 | -35/+50 |
| * | IB/core: Take sizeof the correct pointer when calling kmalloc() | Dotan Barak | 2007-07-10 | 1 | -1/+1 |
| * | IB: Fix ib_umem_get() when npages == 0 | Andrew Morton | 2007-07-09 | 1 | -0/+1 |
| * | IB: Remove garbage non-ASCII characters from comments | Roland Dreier | 2007-07-09 | 3 | -3/+3 |
| * | IB/mad: Enhance SMI for switch support | Hal Rosenstock | 2007-07-09 | 4 | -15/+72 |
* | | sysfs: kill unnecessary attribute->owner | Tejun Heo | 2007-07-11 | 1 | -1/+0 |
|/ |
|
* | IB/umem: Fix possible hang on process exit | Roland Dreier | 2007-06-21 | 1 | -7/+9 |
* | RDMA/cma: Fix initialization of next_port | Sean Hefty | 2007-06-07 | 1 | -2/+2 |
* | IB/cm: Fix stale connection detection | Sean Hefty | 2007-05-29 | 1 | -11/+14 |