summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | RDMA/cxgb4: Make sure flush CQ entries are collected on connection closeKumar Sanghvi2011-10-141-1/+5
| | | | * | | RDMA/cxgb4: Fail RDMA initialization for unsupported cardsSteve Wise2011-10-061-8/+33
| | | | |/ /
| | | * / / RDMA/cxgb3: Serialize calls to CQ's comp_handlerKumar Sanghvi2011-10-314-2/+20
| | | |/ /
| | * | | RDMA/nes: Add support for MPAv2 Enhanced RDMA NegotiationTatyana Nikolova2011-10-063-475/+703
| | * | | RDMA/cxgb4: Add support for MPAv2 Enhanced RDMA NegotiationKumar Sanghvi2011-10-063-39/+466
| | * | | RDMA/{amso1100,cxgb3}: Minimal MPAv2 supportKumar Sanghvi2011-10-063-0/+20
| | |/ /
| * / / RDMA/amso1100: Use '%pM' format option to print MACAndy Shevchenko2011-10-061-4/+1
| |/ /
* | / mm: distinguish between mlocked and pinned pagesChristoph Lameter2011-10-312-5/+5
| |/ |/|
* | net: add skb frag size accessorsEric Dumazet2011-10-192-7/+7
* | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-10-071-5/+5
|\|
| * [SCSI] cxgb3i: convert cdev->l2opt to use rcu to prevent NULL dereferenceNeil Horman2011-09-261-5/+5
* | net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2011-10-062-4/+3
* | IB: nes: convert to SKB paged frag API.Ian Campbell2011-08-261-10/+11
* | IB: amso1100: convert to SKB paged frag API.Ian Campbell2011-08-261-5/+3
* | net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* | mlx4: Fix infiniband Kconfig dependencies.David S. Miller2011-08-111-1/+2
* | chelsio: Move the Chelsio driversJeff Kirsher2011-08-102-2/+2
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-263-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-07-2232-1042/+629
|\
| *---------. Merge branches 'cma', 'cxgb4', 'ipath', 'misc', 'mlx4', 'mthca', 'qib' and 's...Roland Dreier2011-07-2232-1042/+629
| |\ \ \ \ \ \
| | | | | | | * IB/qib: Defer HCA error events to taskletMike Marciniszyn2011-07-222-21/+53
| | | | | | | * IB/qib: Update active link widthMitko Haralanov2011-07-181-3/+23
| | | | | | | * IB/qib: Fix potential deadlock with link down interruptRam Vepa2011-07-181-2/+3
| | | | | | | * IB/qib: Add sysfs interface to read free contextsRam Vepa2011-07-181-0/+14
| | | | | | | * IB/qib: Remove double defineEdwin van Vliet2011-07-181-1/+0
| | | | | | | * IB/qib: Remove unnecessary read of PCI_CAP_ID_EXPJon Mason2011-07-181-4/+4
| | | | | | | * IB/qib: Convert old cpumask api into new oneMotohiro KOSAKI2011-07-181-5/+6
| | |_|_|_|_|/ | |/| | | | |
| | | | | | * IB/mthca: Remove unnecessary read of PCI_CAP_ID_EXPJon Mason2011-07-182-2/+2
| | | | | | * IB/mthca: Stop returning separate error and status from FW commandsGoldwyn Rodrigues2011-07-1512-611/+342
| | |_|_|_|/ | |/| | | |
| | | | | * IB/mlx4: Support PMA counters for IBoEOr Gerlitz2011-07-181-1/+67
| | | | | * IB/mlx4: Use flow counters on IBoE portsOr Gerlitz2011-07-183-3/+27
| | | | | * IB/pma: Add include file for IBA performance counters definitionsOr Gerlitz2011-07-183-344/+75
| | | | | * IB/mlx4: Generate GID change events in IBoE codeOr Gerlitz2011-07-181-1/+1
| | |_|_|/ | |/| | |
| | | | * RDMA: Allow for NULL .modify_device() and .modify_port() methodsBart Van Assche2011-07-184-36/+0
| | |_|/ | |/| |
| | | * IB/ipath: Convert old cpumask api into new oneMotohiro KOSAKI2011-07-181-4/+7
| | |/ | |/|
| | * RDMA/cxgb4: Use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies2011-07-181-4/+5
| |/
* | nes: do vlan cleanupJiri Pirko2011-07-213-28/+45
* | net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-173-26/+30
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-056-22/+66
|\|
| * Merge branches 'cxgb4' and 'qib' into for-nextRoland Dreier2011-06-172-8/+23
| |\
| | * IB/qib: Ensure that LOS and DFE are being turned offMitko Haralanov2011-06-172-8/+23
| * | RDMA/cxgb4: Couple of abort fixesSteve Wise2011-06-172-13/+38
| * | RDMA/cxgb4: Don't truncate MR lengthsSteve Wise2011-06-171-1/+1
| * | RDMA/cxgb4: Don't exceed hw IQ depth limit for user CQsSteve Wise2011-06-171-0/+4
| |/
* / net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-061-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-05-266-28/+30
|\
| *-----. Merge branches 'cma', 'cxgb3', 'cxgb4', 'misc', 'nes', 'netlink', 'srp' and '...Roland Dreier2011-05-256-28/+30
| |\ \ \ \
| | | | | * RDMA: Add netlink infrastructureRoland Dreier2011-05-201-1/+1
| | |_|_|/ | |/| | |
| | | | * RDMA/nes: Add a check for strict_strtoul()Liu Yuan2011-05-241-1/+3
| | |_|/ | |/| |
| | | * RDMA/cxgb4: Use completion objects for event blockingSteve Wise2011-05-241-13/+5
| | |/ | |/|