Age | Commit message (Expand) | Author | Files | Lines |
2012-03-19 | Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ... | Roland Dreier | 4 | -37/+105 |
2012-03-08 | IB: Change CQE "csum_ok" field to a bit flag | Or Gerlitz | 2 | -2/+0 |
2012-02-25 | IB/qib: Avoid filtering LID on SMA portinfo | Mike Marciniszyn | 1 | -3/+1 |
2012-02-25 | IB/qib: Add logic for affinity hint | Mike Marciniszyn | 3 | -34/+104 |
2012-01-27 | IB/qib: Roll back PCIe tuning change | Mike Marciniszyn | 1 | -1/+1 |
2012-01-27 | IB/qib: Use GFP_ATOMIC when locks are held | Julia Lawall | 1 | -1/+1 |
2012-01-08 | Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 11 | -44/+70 |
2012-01-03 | IB/qib: Default some module parameters optimally | Mike Marciniszyn | 2 | -3/+3 |
2012-01-03 | IB/qib: Optimize locking for get_txreq() | Mike Marciniszyn | 1 | -10/+33 |
2012-01-03 | IB/qib: Fix a possible data corruption when receiving packets | Ram Vepa | 3 | -4/+10 |
2012-01-03 | IB/qib: Eliminate 64-bit jiffies use | Mike Marciniszyn | 4 | -22/+20 |
2012-01-03 | IB/qib: Fix style issues | Mike Marciniszyn | 4 | -5/+4 |
2012-01-03 | infiniband: umode_t noise, including open-coded S_ISDIR() | Al Viro | 1 | -3/+3 |
2011-12-19 | IB/qib: Correct sense on freectxts increment and decrement | Mike Marciniszyn | 1 | -2/+2 |
2011-11-28 | IB/qib: Fix over-scheduling of QSFP work | Mike Marciniszyn | 2 | -20/+8 |
2011-11-08 | IB/qib: Don't use schedule_work() | Mike Marciniszyn | 1 | -1/+1 |
2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 11 | -0/+11 |
2011-11-04 | IB/qib: Fix panic in RC error flushing logic | Mike Marciniszyn | 1 | -7/+3 |
2011-11-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 17 | -143/+276 |
2011-11-01 | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ... | Roland Dreier | 17 | -143/+276 |
2011-10-31 | mm: distinguish between mlocked and pinned pages | Christoph Lameter | 1 | -2/+2 |
2011-10-31 | infiniband: add moduleparam.h to drivers/infiniband as required | Paul Gortmaker | 2 | -0/+2 |
2011-10-31 | infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2 | -0/+2 |
2011-10-31 | infiniband: Fix up module files that need to include module.h | Paul Gortmaker | 7 | -0/+7 |
2011-10-31 | IB/qib: Fix issue with link states and QSFP cables | Mitko Haralanov | 2 | -10/+21 |
2011-10-21 | IB/qib: Hold links until tuning data is available | Mitko Haralanov | 4 | -57/+94 |
2011-10-21 | IB/qib: Clean up checkpatch issue | Mike Marciniszyn | 1 | -2/+1 |
2011-10-21 | IB/qib: Remove s_lock around header validation | Mike Marciniszyn | 4 | -15/+8 |
2011-10-21 | IB/qib: Precompute timeout jiffies to optimize latency | Mike Marciniszyn | 3 | -6/+11 |
2011-10-21 | IB/qib: Use RCU for qpn lookup | Mike Marciniszyn | 5 | -41/+87 |
2011-10-21 | IB/qib: Eliminate divide/mod in converting idx to egr buf pointer | Mike Marciniszyn | 6 | -5/+18 |
2011-10-21 | IB/qib: Decode path MTU optimization | Mike Marciniszyn | 4 | -6/+9 |
2011-10-21 | IB/qib: Optimize RC/UC code by IB operation | Mike Marciniszyn | 2 | -9/+24 |
2011-10-13 | RDMA/core: Add SRQ type field | Sean Hefty | 1 | -0/+5 |
2011-10-06 | IB/qib: Correct nfreectxts for multiple HCAs | Mike Marciniszyn | 4 | -2/+8 |
2011-07-22 | Merge branches 'cma', 'cxgb4', 'ipath', 'misc', 'mlx4', 'mthca', 'qib' and 's... | Roland Dreier | 8 | -215/+145 |
2011-07-22 | IB/qib: Defer HCA error events to tasklet | Mike Marciniszyn | 2 | -21/+53 |
2011-07-18 | IB/pma: Add include file for IBA performance counters definitions | Or Gerlitz | 2 | -179/+42 |
2011-07-18 | IB/qib: Update active link width | Mitko Haralanov | 1 | -3/+23 |
2011-07-18 | IB/qib: Fix potential deadlock with link down interrupt | Ram Vepa | 1 | -2/+3 |
2011-07-18 | IB/qib: Add sysfs interface to read free contexts | Ram Vepa | 1 | -0/+14 |
2011-07-18 | IB/qib: Remove double define | Edwin van Vliet | 1 | -1/+0 |
2011-07-18 | IB/qib: Remove unnecessary read of PCI_CAP_ID_EXP | Jon Mason | 1 | -4/+4 |
2011-07-18 | IB/qib: Convert old cpumask api into new one | Motohiro KOSAKI | 1 | -5/+6 |
2011-06-17 | IB/qib: Ensure that LOS and DFE are being turned off | Mitko Haralanov | 2 | -8/+23 |
2011-05-20 | RDMA: Add netlink infrastructure | Roland Dreier | 1 | -1/+1 |
2011-05-12 | IB/qib: Use pci_dev->revision | Sergei Shtylyov | 1 | -4/+1 |
2011-05-09 | IB/qib: Prevent driver hang with unprogrammed boards | Mitko Haralanov | 1 | -1/+2 |
2011-04-26 | Revert wrong fixes for common misspellings | Lucas De Marchi | 3 | -3/+3 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 10 | -18/+18 |