summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* infiniband: Kill directly reference of netdev->privWang Chen2008-11-241-4/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-1810-51/+103
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-11-1210-51/+103
| |\
| | *-------. Merge branches 'cxgb3', 'ehca', 'ipath', 'ipoib', 'mlx4' and 'nes' into for-nextRoland Dreier2008-11-128-44/+103
| | |\ \ \ \ \
| | | | | | | * RDMA/nes: Mitigate compatibility issue regarding PCIe write creditsChien Tung2008-11-022-0/+17
| | | | | | | * RDMA/nes: Fix CQ allocation scheme for multicast receive queue appsVadim Makhervaks2008-11-021-1/+1
| | | | | | | * RDMA/nes: Correct handling of PBL resourcesChien Tung2008-11-021-11/+33
| | | | | | | * RDMA/nes: Reindent mis-indented spinlocksIlpo Järvinen2008-11-021-9/+9
| | | | | | * | IB/mlx4: Set umem field to NULL in mlx4_ib_alloc_fast_reg_mr()Vladimir Sokolovsky2008-11-051-0/+1
| | | | | | |/
| | | | | * | IPoIB: Fix crash in path_rec_completion()Yossi Etigin2008-11-121-1/+1
| | | | | * | IPoIB: Fix hang in ipoib_flush_paths()Yossi Etigin2008-11-121-0/+1
| | | | | * | IPoIB: Don't enable NAPI when it's already enabledYossi Etigin2008-11-121-1/+2
| | | | | |/
| | | | * | IB/ipath: Fix RDMA write with immediate copy of last packetRalph Campbell2008-10-271-5/+5
| | | | |/
| | | * | IB/ehca: Remove reference to special QP in case of port activation failureStefan Roscher2008-11-112-16/+33
| | | |/
| | * | RDMA/cxgb3: Fix deadlock in iw_cxgb3 (hang when configuring interface)Steve Wise2008-11-121-6/+0
| | * | RDMA/cxgb3: Fix too-big reserved field zeroing in iwch_post_zb_read()Roland Dreier2008-11-011-1/+0
| | |/
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-061-2/+0
|\ \ \ | |/ /
| * | saner FASYNC handling on file closeAl Viro2008-11-011-2/+0
| |/
* | drivers: replace NIPQUAD()Harvey Harrison2008-10-313-19/+15
* | net: easy removals of HIPQUAD using %pI4 formatHarvey Harrison2008-10-291-8/+3
* | net: replace %p6 with %pI6Harvey Harrison2008-10-296-29/+29
* | infiniband: remove IPOIB_GID_RAW_ARG, IPOIB_GID_ARG, IPOIB_GID_FMTHarvey Harrison2008-10-281-23/+0
* | infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison2008-10-283-58/+45
* | infiniband: use %p6 for printing message idsHarvey Harrison2008-10-283-57/+7
* | net: convert print_mac to %pMJohannes Berg2008-10-273-16/+10
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-10-2316-70/+175
|\
| *---------. Merge branches 'cma', 'cxgb3', 'ehca', 'ipoib', 'mad', 'mlx4' and 'nes' into ...Roland Dreier2008-10-2215-68/+173
| |\ \ \ \ \ \
| | | | | | * | mlx4_core: Multiple port type supportYevgeny Petrilin2008-10-223-5/+13
| | | | | | * | mlx4_core: Add QP range reservation supportYevgeny Petrilin2008-10-101-2/+19
| | | | | | |/
| | | | | * | IB/mad: Use krealloc() to resize snoop tableRoland Dreier2008-10-141-9/+5
| | | | | |/
| | | | * | IPoIB: Set netdev offload features properly for child (VLAN) interfacesOr Gerlitz2008-10-223-28/+44
| | | | * | IPoIB: Clean up ethtool supportOr Gerlitz2008-10-221-1/+8
| | | | * | IPoIB: Always initialize poll_timer to avoid crash on unloadRoland Dreier2008-10-101-4/+3
| | | | |/
| | | * | IB/ehca: Reject dynamic memory add/remove when ehca adapter is presentStefan Roscher2008-10-221-0/+48
| | | * | IB/ehca: Fix reported max number of QPs and CQs in systems with >1 adapterStefan Roscher2008-10-224-19/+26
| | | * | IB/ehca: Don't allow creating UC QP with SRQHoang-Nam Nguyen2008-10-101-0/+6
| | | |/
| | * | RDMA/cxgb3: Remove cmid reference on tid allocation failuresSteve Wise2008-10-151-0/+1
| | |/
| * | RDMA/ucma: Test ucma_alloc_multicast() return against NULL, not with IS_ERR()Julien Brunel2008-10-101-2/+2
| |/
* | x86: sysfs: kill owner field from attributeParag Warudkar2008-10-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-171-1/+2
|\ \
| * | [SCSI] libiscsi: rename host reset to target resetMike Christie2008-10-131-1/+1
| * | [SCSI] libiscsi: Support drivers initiating session removalMike Christie2008-10-131-0/+1
| |/
* | device create: infiniband: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-164-16/+13
* | vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
|/
*---------------. Merge branches 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'mad', 'misc', 'mlx4...Roland Dreier2008-10-0927-359/+959
|\ \ \ \ \ \ \ \ \
| | | | | | | | | * RDMA/nes: Fix slab corruptionChien Tung2008-10-091-1/+0
| | | | | | | | | * RDMA/nes: Correct error_module bit maskChien Tung2008-10-081-1/+1
| | | | | | | | | * RDMA/nes: Fix routed RDMA connectionsBob Sharp2008-10-031-8/+30
| | | | | | | | | * RDMA/nes: Enhanced PFT management schemeVadim Makhervaks2008-10-033-14/+67
| | | | | | | | | * RDMA/nes: Handle AE bounds violationFaisal Latif2008-09-301-0/+16
OpenPOWER on IntegriCloud