summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-072-2/+2
* driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen2010-03-073-26/+11
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-073-3/+9
* infiniband: use for_each_set_bit()Akinobu Mita2010-03-061-16/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-043-26/+25
|\
| * switch infiniband uverbs to anon_inodesAl Viro2010-03-033-81/+28
* | Merge branch 'misc' into for-nextRoland Dreier2010-03-013-67/+10
|\ \
| * | IB/uverbs: Use anon_inodes instead of private infinibandeventfsRoland Dreier2010-02-241-56/+4
| * | IB/core: Fix and clean up ib_ud_header_init()Eli Cohen2010-02-241-10/+4
| * | RDMA: Use rlimit helpersJiri Slaby2010-02-111-1/+1
| |/
* | 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
|/
* RDMA/cm: Revert association of an RDMA device when binding to loopbackSean Hefty2010-02-101-3/+1
* IB/addr: Correct CONFIG_IPv6 to CONFIG_IPV6Robert P. J. Day2010-01-061-1/+1
* 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 branches 'amso1100', 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'iser', ...Roland Dreier2009-12-155-232/+241
|\ \ \ | |_|/ |/| |
| | * IB/uverbs: Fix return of PTR_ERR() of wrong pointer in ib_uverbs_get_context()Roel Kluin2009-12-091-1/+1
| |/ |/|
| * IB/addr: Fix IPv6 routing lookupSean Hefty2009-11-192-117/+74
| * IB/addr: Simplify resolving IPv4 addressesSean Hefty2009-11-191-58/+23
| * RDMA/cm: fix loopback address supportSean Hefty2009-11-192-38/+47
| * IB/addr: Store net_device type instead of translating to RDMA transportSean Hefty2009-11-192-15/+4
| * IB/addr: Verify source and destination address families matchSean Hefty2009-11-191-8/+19
| * RDMA/cma: Replace net_device pointer with indexSean Hefty2009-11-192-2/+14
| * RDMA/cma: Fix AF_INET6 support in multicast joiningJason Gunthorpe2009-11-191-0/+5
| * RDMA/cma: Correct detection of SA Created MGIDJason Gunthorpe2009-11-191-1/+1
| * RDMA/addr: Use appropriate locking with for_each_netdev()Eric Dumazet2009-11-181-1/+7
| * RDMA/ucma: Add option to manually set IB pathSean Hefty2009-11-162-0/+55
|/
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-112-0/+2
* RDMA/addr: Fix resolution of local IPv6 addressesDavid J. Wilder2009-10-071-1/+1
* RDMA/iwcm: Don't call provider reject func with irqs disabledSteve Wise2009-10-071-0/+2
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-043-0/+3
* IB/mad: Fix lock-lock-timer deadlock in RMPP codeRoland Dreier2009-09-231-4/+13
* Merge branch 'mad' into for-linusRoland Dreier2009-09-103-8/+34
|\
| * IB/mad: Allow tuning of QP0 and QP1 sizesHal Rosenstock2009-09-072-5/+23