summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] s2io: netpoll supportBrian Haley2006-06-201-0/+48
* Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2006-06-2011-213/+398
|\
| * [PATCH] ipw2200 locking fixZhu Yi2006-06-152-9/+33
| * [PATCH] pci: bcm43xx avoid pci_find_deviceJiri Slaby2006-06-151-5/+16
| * [PATCH] bcm43xx: preemptible periodic workMichael Buesch2006-06-154-13/+143
| * [PATCH] bcm43xx: redesign lockingMichael Buesch2006-06-158-191/+211
| * Merge branch 'from-linus' into upstreamJohn W. Linville2006-06-1329-200/+212
| |\
* | \ Merge branch 'upstream' of git://electric-eye.fr.zoreil.com/home/romieu/linux...Jeff Garzik2006-06-201-2/+6
|\ \ \
| * | | sundance: PCI ID for ip100aPedro Alejandro López-Valencia2006-06-151-2/+6
* | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-06-191-8/+0
|\ \ \ \
| * | | | [MIPS] Remove support for NEC DDB5476.Ralf Baechle2006-06-191-8/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2006-06-1933-958/+3889
|\ \ \ \ \
| * | | | | IB/uverbs: Don't serialize with ib_uverbs_idr_mutexRoland Dreier2006-06-173-376/+553
| * | | | | IB/mthca: Make all device methods truly reentrantRoland Dreier2006-06-175-22/+48
| * | | | | IB/mthca: Fix memory leak on modify_qp error pathsRoland Dreier2006-06-171-6/+6
| * | | | | IB/uverbs: Factor out common idr codeRoland Dreier2006-06-171-60/+22
| * | | | | IB/uverbs: Don't decrement usecnt on error pathsRoland Dreier2006-06-171-7/+0
| * | | | | IB/uverbs: Release lock on error pathGanapathi CH2006-06-171-2/+4
| * | | | | IB/cm: Use address handle helpersSean Hefty2006-06-172-20/+11
| * | | | | IB/sa: Add ib_init_ah_from_path()Sean Hefty2006-06-171-0/+31
| * | | | | IB: Add ib_init_ah_from_wc()Sean Hefty2006-06-171-16/+28
| * | | | | IB/ucm: Get rid of duplicate P_Key parameterSean Hefty2006-06-172-2/+1
| * | | | | IB/srp: Factor out common request reset codeIshai Rabinovitz2006-06-171-22/+18
| * | | | | IB/srp: Support SRP rev. 10 targetsRamachandra K2006-06-172-3/+42
| * | | | | IB/fmr: Use device's max_map_map_per_fmr attribute in FMR pool.Or Gerlitz2006-06-171-3/+27
| * | | | | IB/mthca: Fill in max_map_per_fmr device attributeOr Gerlitz2006-06-171-0/+10
| * | | | | IB/ipath: Add client reregister event generationRoland Dreier2006-06-171-1/+1
| * | | | | IB/mthca: Add client reregister event generationLeonid Arsh2006-06-171-3/+11
| * | | | | IB: Move struct port_info from ipath to <rdma/ib_smi.h>Leonid Arsh2006-06-171-38/+2
| * | | | | IPoIB: Handle client reregister eventsLeonid Arsh2006-06-171-1/+2
| * | | | | IPoIB: Fix kernel unaligned access on ia64Jack Morgenstein2006-06-173-34/+39
| * | | | | IPoIB: Avoid using stale last_send counter when reaping AHsRoland Dreier2006-06-171-18/+9
| * | | | | IB/mad: Check GID/LID when matching requestsJack Morgenstein2006-06-171-31/+63
| * | | | | IB: Add caching of ports' LMCJack Morgenstein2006-06-171-1/+29
| * | | | | IB/cm: remove unneeded flush_workqueueMichael S. Tsirkin2006-06-171-1/+0
| * | | | | IB/ucm: convert semaphore to mutexSean Hefty2006-06-171-16/+16
| * | | | | IB/srp: Get rid of "Target has req_lim 0" messagesRoland Dreier2006-06-172-6/+17
| * | | | | IB/srp: Handle DREQ events from CMIshai Rabinovitz2006-06-171-5/+9
| * | | | | IB/srp: Allow sg_tablesize to be adjustedVu Pham2006-06-172-9/+17
| * | | | | IB/srp: Allow cmd_per_lun to be set per target portVu Pham2006-06-171-7/+17
| * | | | | IB/srp: Clean up loop in srp_remove_one()Ishai Rabinovitz2006-06-171-5/+3
| * | | | | IB: Make needlessly global ib_mad_cache staticRoland Dreier2006-06-172-4/+1
| * | | | | IB/srp: Change target_mutex to a spinlockMatthew Wilcox2006-06-172-8/+8
| * | | | | IB/srp: Get rid of unneeded use of list_for_each_entry_safe()Matthew Wilcox2006-06-171-2/+1
| * | | | | IB/srp: Use SCAN_WILD_CARD from SCSI headersMatthew Wilcox2006-06-171-2/+1
| * | | | | IB/mthca: Convert FW commands to use wait_for_completion_timeout()Roland Dreier2006-06-171-19/+4
| * | | | | IB/srp: Use FMRs to map gather/scatter listsRoland Dreier2006-06-172-87/+228
| * | | | | IB/mthca: Remove dead codeMichael S. Tsirkin2006-06-171-4/+0
| * | | | | IB: IP address based RDMA connection managerSean Hefty2006-06-172-2/+1931
| * | | | | IB: address translation to map IP toIB addresses (GIDs)Sean Hefty2006-06-173-1/+377
OpenPOWER on IntegriCloud