summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-245-7/+7
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-184-5/+5
| * drivers/infiniband: Remove unnecessary casts of private_dataJoe Perches2010-09-231-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-233-4/+5
|\ \
| * | infiniband: fix mlx4 kconfig dependency warningRandy Dunlap2010-10-161-0/+1
| * | net: percpu net_device refcountEric Dumazet2010-10-122-4/+4
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-226-4/+14
|\ \ \ | |/ / |/| |
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-156-4/+14
* | | RDMA/cxgb3: Turn off RX coalescing for iWARP connectionsSteve Wise2010-09-271-2/+4
|/ /
* | Merge branches 'cxgb3' and 'nes' into for-linusRoland Dreier2010-09-084-11/+26
|\ \
| * | RDMA/nes: Fix hang with modified FIN handling on A0 cardsFaisal Latif2010-09-082-1/+3
| * | RDMA/nes: Change state to closing after FINFaisal Latif2010-09-081-1/+12
| * | RDMA/nes: Fix double CLOSE event indication crashFaisal Latif2010-09-081-8/+10
| * | RDMA/nes: Write correct register write to set TX pause paramChien Tung2010-09-081-2/+2
* | | RDMA/cxgb3: Don't exceed the max HW CQ depthSteve Wise2010-09-021-1/+1
|/ /
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-122-3/+3
|\ \ | |/ |/|
| * of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-062-3/+3
* | RDMA/cxgb4: Obtain RDMA QID ranges from LLD/FWSteve Wise2010-08-073-7/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-08-0746-494/+575
|\ \ | |/ |/|
| *-----------. Merge branches 'cxgb3', 'cxgb4', 'ehca', 'ipath', 'misc', 'nes', 'qib' and 's...Roland Dreier2010-08-0544-491/+572
| |\ \ \ \ \ \ \
| | | | | | | | * IB/srp: Export req_lim via sysfsBart Van Assche2010-08-041-0/+14
| | | | | | | | * IB/srp: Make receive buffer handling more robustBart Van Assche2010-08-041-45/+44
| | | | | | | | * IB/srp: Use print_hex_dump()Bart Van Assche2010-08-041-13/+2
| | | | | | | * | IB/qib: Add missing <linux/slab.h> includeDavid Miller2010-08-051-0/+1
| | | | | | | * | IB/qib: Fix race between qib_error_qp() and receive packet processingRalph Campbell2010-08-036-55/+26
| | | | | | | * | IB/qib: Limit the number of packets processed per interruptRalph Campbell2010-08-031-1/+1
| | | | | | | * | IB/qib: Allow writes to the diag_counters to be able to clear themIra Weiny2010-08-031-1/+20
| | | | | | | * | IB/qib: Set cfgctxts to number of CPUs by defaultRalph Campbell2010-08-032-2/+2
| | | | | | | * | IB/qib: Allow PSM to select from multiple port assignment algorithmsDave Olson2010-07-212-101/+118
| | | | | | | * | IB/qib: Turn off IB latency modeRalph Campbell2010-07-211-0/+2
| | | | | | | * | IB/qib: Use generic_file_llseekArnd Bergmann2010-07-211-9/+9
| | | | | | | * | IB/qib: Avoid variable-length arrayRalph Campbell2010-07-192-1/+4
| | | | | | | |/
| | | | | | * | RDMA/nes: Fix confusing if statement indentationRoland Dreier2010-08-051-3/+3
| | | | | | * | RDMA/nes: Fix misindented codeRoland Dreier2010-08-041-14/+12
| | | | | | * | RDMA/nes: Fix showing wqm_quantaRoland Dreier2010-08-041-1/+1
| | | | | | * | RDMA/nes: Get rid of "set but not used" variablesRoland Dreier2010-08-045-21/+2
| | | | | | * | RDMA/nes: Read firmware version from correct placeMiroslaw Walukiewicz2010-08-041-1/+1
| | | | | | * | RDMA/nes: Fix two sparse warningsOr Gerlitz2010-08-042-2/+2
| | | | | | * | RDMA/nes: Fix hangs on ifdownFaisal Latif2010-07-284-6/+33
| | | | | | * | RDMA/nes: Store and print eeprom versionChien Tung2010-07-282-1/+7
| | | | | | * | RDMA/nes: Convert pci_table entries to PCI_VDEVICEPeter Huewe2010-07-281-2/+2
| | | | | | * | RDMA/nes: Rewrite expression to avoid undefined semanticsRoland Dreier2010-07-141-1/+1
| | | | | | |/
| | | | | * | IB: Rename RAW_ETY to RAW_ETHERTYPEAleksey Senin2010-08-043-4/+4
| | | | | * | IB/iser: Make needlessly global iser_alloc_rx_descriptors() staticOr Gerlitz2010-08-041-1/+1
| | | | | * | IB/cm: Check LAP state before sending an MRASean Hefty2010-07-281-4/+6
| | | | | * | IB/umad: Remove unused-but-set variable 'already_dead'Roland Dreier2010-07-141-2/+0
| | | | | |/
| | | | * | IB/ipath: Fix probe failure pathBen Hutchings2010-07-211-3/+10
| | | | |/
| | | * | IB/ehca: Drop unnecessary NULL testJulia Lawall2010-08-051-5/+0
| | | * | IB/ehca: Init irq tasklet before irq can happenAlexander Schmidt2010-08-041-4/+4
| | | * | IB/ehca: Catch failing ioremap()Alexander Schmidt2010-07-213-11/+34
OpenPOWER on IntegriCloud