V4L/DVB (5920): ivtv: fix incorrect fw size report.
[safe/jmp/linux-2.6] / drivers / infiniband / core /
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Yoann Padioleausome kmalloc/memset ->kzalloc (tree wide)
2007-07-18 Dotan BarakRDMA/cma: Remove local write permission from QP access...
2007-07-18 Roland DreierIB/cm: Make internal function cm_get_ack_delay() static
2007-07-12 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-07-11 Tejun Heosysfs: kill unnecessary attribute->owner
2007-07-11 Sean HeftyIB/cm: Send no match if a SIDR REQ does not match a...
2007-07-11 Sean HeftyIB/cm: Fix handling of duplicate SIDR REQs
2007-07-11 Sean HeftyIB/cm: cm_msgs.h should include ib_cm.h
2007-07-11 Sean HeftyIB/cm: Include HCA ACK delay in local ACK timeout
2007-07-11 Sean HeftyIB/cm: Use spin_lock_irq() instead of spin_lock_irqsave...
2007-07-11 Sean HeftyIB/sa: Make sure SA queries use default P_Key
2007-07-10 Dotan BarakIB/core: Take sizeof the correct pointer when calling...
2007-07-09 Andrew MortonIB: Fix ib_umem_get() when npages == 0
2007-07-09 Roland DreierIB: Remove garbage non-ASCII characters from comments
2007-07-09 Hal RosenstockIB/mad: Enhance SMI for switch support
2007-06-21 Roland DreierIB/umem: Fix possible hang on process exit
2007-06-08 Sean HeftyRDMA/cma: Fix initialization of next_port
2007-05-29 Sean HeftyIB/cm: Fix stale connection detection
2007-05-21 Linus TorvaldsMerge branch 'for-linus' of /linux/kernel/git/roland...
2007-05-21 Michael S. TsirkinIB/cm: Improve local id allocation
2007-05-21 Alexey DobriyanDetach sched.h from mm.h
2007-05-19 Roland DreierIB/core: Use start_port() and end_port()
2007-05-19 Yosef EtiginIB/core: Add helpers for uncached GID and P_Key searches
2007-05-19 Eli CohenIB/core: Free umem when mm is already gone
2007-05-14 Sean HeftyRDMA/cma: Add check to validate that cm_id is bound...
2007-05-14 Sean HeftyRDMA/cma: Fix synchronization with device removal in...
2007-05-14 Sean HeftyRDMA/cma: Simplify device removal handling code
2007-05-09 Roland DreierIB: Put rlimit accounting struct in struct ib_umem
2007-05-09 Roland DreierIB/uverbs: Export ib_umem_get()/ib_umem_release() to...
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
next