summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-023-24/+18
|\
| * switch simple cases of fget_light to fdgetAl Viro2012-09-263-22/+20
| * switch infinibarf users of fget() to fget_light()Al Viro2012-09-263-14/+10
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-025-7/+59
|\ \
| | \
| | \
| *-. \ Merge branches 'cma', 'cxgb4', 'ipoib', 'mlx4', 'mlx4-sriov', 'nes', 'qib' an...Roland Dreier2012-10-022-4/+55
| |\ \ \ | | | |/ | | |/|
| | | * IB/core: Add ib_find_exact_cached_pkey()Jack Morgenstein2012-09-301-0/+32
| | | * IB/core: Handle table with full and partial membership for the same P_KeyJack Morgenstein2012-09-302-6/+25
| | |/
| * | RDMA/cma: Use consistent component mask for IPoIB port space multicast joinsDotan Barak2012-09-301-1/+4
| * | IB/core: Remove unused variables in ucm/ucmaDotan Barak2012-09-302-2/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-1/+1
|\ \
| * | netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-081-1/+1
| |/
* | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-022-13/+7
|\ \ | |/ |/|
| * workqueue: deprecate __cancel_delayed_work()Tejun Heo2012-08-211-1/+1
| * workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo2012-08-211-9/+5
| * workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-131-3/+1
* | RDMA/ucma.c: Fix for events with wrong context on iWARPTatyana Nikolova2012-08-131-1/+1
|/
* RDMA/ucma: Convert open-coded equivalent to memdup_user()Roland Dreier2012-07-271-12/+7
* RDMA/cma: Use PTR_RET rather than if (IS_ERR(...)) + PTR_ERRFengguang Wu2012-07-271-4/+1
* Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2012-07-246-38/+211
|\
| *-----. Merge branches 'cma', 'cxgb4', 'misc', 'mlx4-sriov', 'mlx-cleanups', 'ocrdma'...Roland Dreier2012-07-225-21/+146
| |\ \ \ \
| | | | | * IB/cm: Destroy idr as part of the module init error flowDotan Barak2012-07-111-6/+10
| | | |_|/ | | |/| |
| | | | * IB/core: Move CM_xxx_ATTR_ID macros from cm_msgs.h to ib_cm.hJack Morgenstein2012-07-081-12/+0
| | | | * IB/sa: Add GuidInfoRecord query supportErez Shitrit2012-07-081-0/+133
| | | |/ | | |/|
| | | * IB: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier2012-07-082-3/+3
| | |/
| * | RDMA/cma: Allow user to restrict listens to bound address familySean Hefty2012-07-082-4/+38
| * | RDMA/cma: Listen on specific address familySean Hefty2012-07-081-6/+10
| * | RDMA/cma: Bind to a specific address familySean Hefty2012-07-081-11/+21
| |/
* | netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-291-2/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-281-1/+1
|\ \ | |/
| * RDMA/cma: QP type check on received REQs should be AND not ORSean Hefty2012-06-191-1/+1
* | infiniband: netlink: Move away from NLMSG_NEW().David S. Miller2012-06-261-4/+6
|/
* Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2012-05-214-71/+96
|\
| *---. Merge branches 'core', 'cxgb4', 'ipath', 'iser', 'lockdep', 'mlx4', 'nes', 'o...Roland Dreier2012-05-213-68/+83
| |\ \ \
| | | | * IB/core: Add raw packet QP typeOr Gerlitz2012-05-082-0/+4
| | | |/ | | |/|
| | | * RDMA/cma: Fix lockdep false positive recursive lockingSean Hefty2012-05-081-20/+22
| | | * IB/uverbs: Lock SRQ / CQ / PD objects in a consistent orderRoland Dreier2012-05-081-31/+35
| | | * IB/uverbs: Make lockdep output more readableRoland Dreier2012-05-081-17/+22
| | |/
| * | IB/core: Fix mismatch between locked and pinned pagesYishai Hadas2012-05-111-1/+1
| * | IB/core: Use qp->usecnt to track multicast attach/detachOr Gerlitz2012-05-081-2/+12
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-071-3/+5
|\ \ | |/
| * Merge tag 'ib-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/...Linus Torvalds2012-04-261-3/+5
| |\
| | * IB/mad: Don't send response for failed MADsJack Morgenstein2012-04-241-3/+3
| | * IB/mad: Set 'D' bit in response for unhandled MADsJack Morgenstein2012-04-241-0/+2
* | | net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-201-7/+1
* | | net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-201-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-121-4/+5
|\ \ \ | |/ /
| * | IB/core: Don't return EINVAL from sysfs rate attribute for invalid speedsRoland Dreier2012-04-021-4/+5
| |/
* | IB/rdma_cm: TOS <=> UP mapping for IBoEAmir Vadai2012-04-051-1/+5
* | infiniband: Stop using NLA_PUT*().David S. Miller2012-04-021-1/+2
|/
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-03-214-42/+67
|\
OpenPOWER on IntegriCloud