summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | IB/ipath: account for attached QPs correctlyBryan O'Sullivan2006-09-221-0/+2
| | * | IB/ipath: do not allow use of CQ entries with invalid countsBryan O'Sullivan2006-09-221-1/+6
| | * | IB/ipath: add new minor device to allow sending of diag packetsBryan O'Sullivan2006-09-224-0/+176
| | * | IB/ipath: trivial cleanupsBryan O'Sullivan2006-09-221-1/+0
| | * | IB/ipath: remove stale references to userspace SMABryan O'Sullivan2006-09-2214-119/+35
| | * | IB/ipath: simplify debugging code after ipath_core and ib_ipath mergerBryan O'Sullivan2006-09-228-134/+17
| | * | IB/ipath: simplify layering codeBryan O'Sullivan2006-09-2217-1329/+1126
| | * | IB/ipath: merge ipath_core and ib_ipath driversBryan O'Sullivan2006-09-2210-292/+62
| | * | IB/ipath: drop requirement that PIO buffers be mmaped write-onlyBryan O'Sullivan2006-09-221-9/+4
| | * | IB/ipath: fix handling of kpiobufsBryan O'Sullivan2006-09-221-1/+2
| | * | IB/ipath: fix for crash on module unload, if cfgports < portcntBryan O'Sullivan2006-09-221-1/+5
| | * | IB/ipath: lock resource limit counters correctlyBryan O'Sullivan2006-09-223-8/+38
| | * | IB/ipath: More changes to support InfiniPath on PowerPC 970 systemsBryan O'Sullivan2006-09-224-0/+66
| | * | IB/ipath: Performance improvements via mmap of queuesRalph Campbell2006-09-229-382/+785
| | * | IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell2006-09-2211-17/+34
| | * | IB/uverbs: Allow resize CQ operation to return driver-specific dataRalph Campbell2006-09-222-2/+3
| | * | IB/ehca: Add driver for IBM eHCA InfiniBand adaptersHeiko J Schick2006-09-2234-0/+11582
| | * | IB/srp: Add port/device attributesIshai Rabinovitz2006-09-221-6/+24
| | * | IB/mthca: Include the header we really wantJames Lentini2006-09-221-1/+1
| | * | IB/uverbs: Fix lockdep warning when QP is created with 2 CQsRoland Dreier2006-09-221-15/+19
| | * | IB/uverbs: Use idr_read_cq() where appropriateRoland Dreier2006-09-221-10/+6
| | * | IB/ipoib: Fix flush/start xmit race (from code review)Michael S. Tsirkin2006-09-221-4/+8
| | * | IB/mthca: Don't use privileged UAR for kernel accessMichael S. Tsirkin2006-09-221-1/+1
| | * | IB/mthca: Fix lid used for sending trapsJack Morgenstein2006-09-221-1/+1
| * | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-222-4/+4
| |\ \ \ | | |/ / | |/| |
| * | | Merge git://git.infradead.org/~dwmw2/hdronelineLinus Torvalds2006-09-2229-159/+722
| |\ \ \
| | * | | [HEADERS] One line per header in Kbuild files to reduce conflictsDavid Woodhouse2006-09-1929-159/+721
| * | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2006-09-2221-134/+440
| |\ \ \ \
| | * | | | ocfs2: Remove overzealous BUG_ON()Mark Fasheh2006-09-201-8/+20
| | * | | | ocfs2: Don't print on unknown remote blocking callMark Fasheh2006-09-201-6/+4
| | * | | | ocfs2: Remove EXPERIMENTAL dependencyMark Fasheh2006-09-201-2/+2
| | * | | | ocfs2: implement directory read-aheadMark Fasheh2006-09-207-47/+115
| | * | | | ocfs2: properly update i_mtime on buffered writeMark Fasheh2006-09-201-49/+34
| | * | | | ocfs2: Fix directory link count checks in ocfs2_link()Tiger Yang2006-09-201-5/+5
| | * | | | ocfs2: move nlink check in ocfs2_mknod()Mark Fasheh2006-09-201-7/+5
| | * | | | ocfs2: Fix heartbeat sector calculationMathieu Avila2006-09-201-2/+6
| | * | | | [PATCH] fs/ocfs2/ioctl.c should #include "ioctl.h"Adrian Bunk2006-09-201-0/+2
| | * | | | ocfs2: add ext2 attributesHerbert Poetzl2006-09-209-6/+217
| | * | | | configfs: Prevent duplicate subsystem names.Joel Becker2006-09-201-2/+30
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2006-09-2298-2780/+7726
| |\ \ \ \ \
| | * | | | | [BLOCK] dm-crypt: trivial comment improvementsRik Snel2006-09-211-4/+4
| | * | | | | [CRYPTO] api: Deprecate crypto_digest_* and crypto_alg_availableHerbert Xu2006-09-211-5/+13
| | * | | | | [CRYPTO] padlock: Convert padlock-sha to use crypto_hashHerbert Xu2006-09-212-56/+41
| | * | | | | [CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu2006-09-218-45/+60
| | * | | | | [CRYPTO] api: Add crypto_comp and crypto_has_*Herbert Xu2006-09-212-6/+98
| | * | | | | [CRYPTO] users: Use crypto_hash interface instead of crypto_digestHerbert Xu2006-09-216-69/+97
| | * | | | | [SCSI] iscsi: Use crypto_hash interface instead of crypto_digestHerbert Xu2006-09-212-65/+78
| | * | | | | [CRYPTO] digest: Remove old HMAC implementationHerbert Xu2006-09-215-133/+2
| | * | | | | [CRYPTO] doc: Update documentation for hash and meHerbert Xu2006-09-211-14/+22
| | * | | | | [SCTP]: Use HMAC template and hash interfaceHerbert Xu2006-09-216-28/+35
OpenPOWER on IntegriCloud