vfb: use sys instead of cfb drawing functions
[safe/jmp/linux-2.6] / drivers / infiniband / core /
2007-05-07 Linus TorvaldsMerge branch 'for-linus' of /linux/kernel/git/roland...
2007-05-07 Michael S. TsirkinIB: Add CQ comp_vector support
2007-05-07 Roland DreierIB/fmr_pool: Add prefix to all printks
2007-05-03 Jean DelvarePCI: Cleanup the includes of <linux/pci.h>
2007-04-25 Joachim FenkesIB: Set class_dev->dev in core for nice device symlink
2007-04-24 Hal RosenstockIB/mad: Change SMI to use enums rather than magic retur...
2007-04-24 Sean HeftyIB/umad: Implement GRH handling for sent/received MADs
2007-04-24 Sean HeftyIB/sa: Set src_path_bits correctly in ib_init_ah_from_p...
2007-04-24 Sean HeftyIB/ucm: Simplify ib_ucm_event()
2007-04-24 Sean HeftyRDMA/ucma: Simplify ucma_get_event()
2007-04-19 Hal RosenstockIB/umad: Fix declaration of dev_map[]
2007-03-06 Sean HeftyRDMA/ucma: Avoid sending reject if backlog is full
2007-03-06 Sean HeftyRDMA/cma: Initialize rdma_bind_list in cma_alloc_any_port()
2007-02-23 Sean HeftyRDMA/cma: Remove unused node_guid from cma_device structure
2007-02-23 Sean HeftyIB/cm: Remove ca_guid from cm_device structure
2007-02-23 Sean HeftyRDMA/cma: Request reversible paths only
2007-02-23 Sean HeftyIB/core: Set hop limit in ib_init_ah_from_wc correctly
2007-02-22 Roland DreierIB/uverbs: Return correct error for invalid PD in regis...
2007-02-16 Roland DreierIB/core: Set static rate in ib_init_ah_from_path()
2007-02-16 Roland DreierIB/core: Fix sparse warnings about shadowed declarations
2007-02-16 Sean HeftyRDMA/cma: Add multicast communication support
2007-02-16 Sean HeftyIB/sa: Track multicast join/leave requests
2007-02-16 Steve WiseRDMA/iwcm: iw_cm_id destruction race fixes
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-14 Linus TorvaldsMerge branch 'for-linus' of /linux/kernel/git/roland...
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 3
2007-02-10 Sean HeftyIB: Remove redundant "_wq" from workqueue names
2007-02-10 Sean HeftyRDMA/cma: Increment port number after close to avoid...
2007-02-10 Ahmed S. DarwishIB/core: Use ARRAY_SIZE macro for mandatory_table
2007-02-04 Steve WiseRDMA/addr: Handle ethernet neighbour updates during...
2007-02-04 Michael S. TsirkinIB: Return qp pointer as part of ib_wc
2007-01-08 Sean HeftyRDMA/ucma: Don't report events with invalid user context
2007-01-08 Sean HeftyRDMA/ucma: Fix struct ucma_event leak when backlog...
2007-01-08 Steve WiseRDMA/iwcm: iWARP connection timeouts shouldn't be repor...
2006-12-12 Ralph CampbellIB/core: Use the new verbs DMA mapping functions
2006-12-12 Sean HeftyRDMA/cma: Export rdma cm interface to userspace
2006-12-12 Sean HeftyRDMA/cma: Add support for RDMA_PS_UDP
2006-12-12 Sean HeftyRDMA/cma: Allow early transition to RTS to handle lost...
2006-12-12 Sean HeftyRDMA/cma: Report connect info with connect events
2006-12-12 Sean HeftyRDMA/cma: Remove unneeded qp_type parameter from rdma_cm
2006-12-12 Roland DreierIB/fmr: ib_flush_fmr_pool() may wait too long
2006-12-08 Josef Sipek[PATCH] struct path: convert infiniband
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-11-29 Michael S. TsirkinIB/ucm: Fix deadlock in cleanup
2006-11-29 Sean HeftyIB/cm: Fix automatic path migration support
2006-11-29 Roland DreierRDMA/addr: list_move() cleanups
2006-11-29 Krishna KumarRDMA/addr: Fix some cancellation problems in process_req()
2006-11-29 Krishna KumarRDMA/iwcm: Fix comment for iwcm_deref_id() to match...
2006-11-29 Krishna KumarRDMA/iwcm: Remove unnecessary function argument
2006-11-29 Krishna KumarRDMA/iwcm: Remove unnecessary initializations
2006-11-29 Krishna KumarRDMA/iwcm: Fix memory leak
2006-11-29 Krishna KumarRDMA/iwcm: Fix memory corruption bug in cm_work_handler()
2006-11-29 Roland DreierIB: Convert kmem_cache_t -> struct kmem_cache
2006-11-29 Dotan BarakRDMA/cm: Remove setting local write as part of QP acces...
2006-11-29 Eric SesterhennIB: kmemdup() cleanup
2006-11-29 Krishna KumarRDMA/cma: Rewrite cma_req_handler() to encapsulate...
2006-11-29 Krishna KumarRDMA/addr: Use time_after_eq() instead of time_after...
2006-11-29 Krishna KumarRDMA/cma: Remove redundant check in cma_add_one
2006-11-29 Krishna KumarRDMA/cma: Optimize cma_bind_loopback() to check for...
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-11-13 Roland DreierIB/mad: Fix race between cancel and receive completion
2006-11-02 Sean HeftyRDMA/addr: Use client registration to fix module unload...
2006-10-31 Jack MorgensteinIB/uverbs: Return sq_draining value in query_qp response
2006-10-31 Krishna KumarRDMA/cma: rdma_bind_addr() leaks a cma_dev reference...
2006-10-10 Sean HeftyIB/cm: Send DREP in response to unmatched DREQ
2006-10-10 Sean HeftyIB/cm: Fix timewait crash after module unload
2006-10-02 Krishna KumarRDMA/cma: Optimize error handling
2006-10-02 Krishna KumarRDMA/cma: Eliminate unnecessary remove_list
2006-10-02 Sean HeftyRDMA/cma: Set status correctly on route resolution...
2006-10-02 Krishna KumarRDMA/cma: Fix device removal race
2006-10-02 Krishna KumarRDMA/cma: Fix leak of cm_ids in case of failures
2006-09-29 Al Viro[IPV4]: annotate inetdev.h helpers
2006-09-27 Alexey Dobriyan[PATCH] Really ignore kmem_cache_destroy return value
2006-09-23 Al Viro[PATCH] missing includes from infiniband merge
2006-09-22 Krishna KumarIB: Fix typo in kerneldoc for ib_set_client_data()
2006-09-22 Michael S. TsirkinIB/cm: Do not track remote QPN in timewait state
2006-09-22 Michael S. TsirkinIB/sa: Require SA registration
2006-09-22 Sean HeftyRDMA/cma: Protect against adding device during destruction
2006-09-22 Tom TuckerRDMA: iWARP Core Changes.
2006-09-22 Tom TuckerRDMA: iWARP Connection Manager.
2006-09-22 Roland DreierIB: Whitespace fixes
2006-09-22 Sean HeftyIB/cm: Randomize starting comm ID
2006-09-22 James LentiniIB/mad: Remove unused includes
2006-09-22 Sean HeftyIB/mad: Add support for dual-sided RMPP transfers.
2006-09-22 Sean HeftyIB/cm: Use correct reject code for invalid GID
2006-09-22 Sean HeftyIB/cm: Enable atomics along with RDMA reads
2006-09-22 Ralph CampbellIB/uverbs: Pass userspace data to modify_srq and modify...
2006-09-22 Ralph CampbellIB/uverbs: Allow resize CQ operation to return driver...
2006-09-22 Roland DreierIB/uverbs: Fix lockdep warning when QP is created with...
2006-09-22 Roland DreierIB/uverbs: Use idr_read_cq() where appropriate
2006-09-14 Michael S. TsirkinRDMA/cma: Increase the IB CM retry count in CMA
2006-08-16 Jack MorgensteinIB/core: Fix SM LID/LID change with client reregister set
2006-08-03 Jack MorgensteinIB/uverbs: Avoid a crash on device hot remove
2006-08-03 Sean HeftyIB/cm: Fix error handling in ib_send_cm_req
2006-08-02 Tom Tucker[NET] infiniband: Cleanup ib_addr module to use the...
2006-07-24 Sean HeftyIB/mad: Validate MADs for spec compliance
2006-07-23 Roland DreierIB/uverbs: Fix lockdep warnings
2006-07-23 Michael S. TsirkinIB/uverbs: Fix unlocking in error paths
2006-07-15 Michael S. Tsirkin[PATCH] IB/core: use correct gfp_mask in sa_query
2006-07-15 Michael S. Tsirkin[PATCH] fmr pool: remove unnecessary pointer dereference
next