summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | IPoIB: Remove TX moderation settings from ethtool supportOr Gerlitz2010-02-111-8/+2
| | |/ /
| * | | Merge branch 'ehca' into for-nextRoland Dreier2010-03-013-7/+4
| |\ \ \
| | * | | IB/ehca: Require in_wc in process_mad()Alexander Schmidt2010-02-191-1/+1
| | * | | IB/ehca: Allow access for ib_query_qp()Alexander Schmidt2010-02-121-3/+1
| | * | | IB/ehca: Do not turn off irqs in tasklet contextAlexander Schmidt2010-02-121-3/+2
| | |/ /
| * | | Merge branch 'cxgb3' into for-nextRoland Dreier2010-03-017-19/+110
| |\ \ \
| | * | | RDMA/cxgb3: Mark RDMA device with CXIO_ERROR_FATAL when removingSteve Wise2010-02-241-0/+1
| | * | | RDMA/cxgb3: Don't allocate the SW queue for user mode CQsSteve Wise2010-02-243-9/+9
| | * | | RDMA/cxgb3: Increase the max CQ depthSteve Wise2010-02-241-1/+1
| | * | | RDMA/cxgb3: Doorbell overflow avoidance and recoverySteve Wise2010-02-244-8/+99
| | * | | RDMA/cxgb3: Remove BUG_ON() on CQ rearm failureSteve Wise2010-02-111-1/+0
| | |/ /
| * | | IB/ucm: Clean whitespace errorsAlexander Chiang2010-02-241-3/+3
| * | | IB/ucm: Increase maximum devices supportedAlexander Chiang2010-02-241-8/+45
| * | | IB/ucm: Use stack variable 'base' in ib_ucm_add_oneAlexander Chiang2010-02-241-1/+3
| * | | IB/ucm: Use stack variable 'devnum' in ib_ucm_add_oneAlexander Chiang2010-02-241-5/+7
| * | | IB/umad: Clean whitespaceAlexander Chiang2010-02-241-13/+13
| * | | IB/umad: Increase maximum devices supportedAlexander Chiang2010-02-241-6/+44
| * | | IB/umad: Use stack variable 'base' in ib_umad_init_portAlexander Chiang2010-02-241-2/+5
| * | | IB/umad: Use stack variable 'devnum' in ib_umad_init_portAlexander Chiang2010-02-241-6/+9
| * | | IB/umad: Remove port_table[]Alexander Chiang2010-02-241-36/+9
| * | | IB/umad: Convert *cdev to cdev in struct ib_umad_portAlexander Chiang2010-02-241-26/+20
| * | | IB/uverbs: Whitespace cleanupAlexander Chiang2010-02-241-34/+34
| * | | IB/uverbs: Pack struct ib_uverbs_event_file tighterAlexander Chiang2010-02-241-2/+2
| * | | IB/uverbs: Increase maximum devices supportedAlexander Chiang2010-02-241-6/+50
| * | | IB/uverbs: use stack variable 'base' in ib_uverbs_add_oneAlexander Chiang2010-02-241-1/+3
| * | | IB/uverbs: Use stack variable 'devnum' in ib_uverbs_add_oneAlexander Chiang2010-02-241-5/+7
| * | | IB/uverbs: Remove dev_tableAlexander Chiang2010-02-241-19/+5
| * | | IB/uverbs: Convert *cdev to cdev in struct ib_uverbs_deviceAlexander Chiang2010-02-242-16/+14
| |/ /
* | | ipoib: returned back addrlen check for mc addressesJiri Pirko2010-02-281-1/+5
* | | infiniband: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-262-42/+51
* | | ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-181-1/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-162-6/+2
|\ \ \ | |/ /
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-02-111-3/+1
| |\ \ | | |/ | |/|
| | * RDMA/cm: Revert association of an RDMA device when binding to loopbackSean Hefty2010-02-101-3/+1
| * | Fix failure exit in ipathfsAl Viro2010-01-261-3/+1
| |/
* | net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-233-2/+8
|\ \ | |/
| * Merge branches 'misc' and 'mlx4' into for-nextRoland Dreier2010-01-062-1/+7
| |\
| | * IB/mlx4: Fix queue overflow check in post_recvOr Gerlitz2010-01-061-1/+1
| | * IB/mlx4: Initialize SRQ scatter entries when creating an SRQJack Morgenstein2010-01-061-0/+6
| * | IB/addr: Correct CONFIG_IPv6 to CONFIG_IPV6Robert P. J. Day2010-01-061-1/+1
| |/
* | drivers/infiniband/hw/cxgb3/iwch_cm.c: use %pM to show MAC addressH Hartley Sweeten2010-01-071-9/+2
|/
* kfifo: fix warn_unused_resultStefani Seibold2009-12-221-2/+3
* kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-221-8/+8
* kfifo: cleanup namespaceStefani Seibold2009-12-221-5/+5
* kfifo: move out spinlockStefani Seibold2009-12-221-16/+20
* kfifo: move struct kfifo in placeStefani Seibold2009-12-222-35/+34
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds2009-12-161-2/+7
|\
| * switch alloc_file() to passing struct pathAl Viro2009-12-161-2/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-12-1629-872/+1028
|\ \ | |/ |/|
OpenPOWER on IntegriCloud