summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorLines
2012-05-21Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds-71/+96
2012-05-21Merge branches 'core', 'cxgb4', 'ipath', 'iser', 'lockdep', 'mlx4', 'nes', 'o...Roland Dreier-68/+83
2012-05-11IB/core: Fix mismatch between locked and pinned pagesYishai Hadas-1/+1
2012-05-08IB/core: Add raw packet QP typeOr Gerlitz-0/+4
2012-05-08RDMA/cma: Fix lockdep false positive recursive lockingSean Hefty-20/+22
2012-05-08IB/uverbs: Lock SRQ / CQ / PD objects in a consistent orderRoland Dreier-31/+35
2012-05-08IB/uverbs: Make lockdep output more readableRoland Dreier-17/+22
2012-05-08IB/core: Use qp->usecnt to track multicast attach/detachOr Gerlitz-2/+12
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+5
2012-04-26Merge tag 'ib-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/...Linus Torvalds-3/+5
2012-04-24IB/mad: Don't send response for failed MADsJack Morgenstein-3/+3
2012-04-24IB/mad: Set 'D' bit in response for unhandled MADsJack Morgenstein-0/+2
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman-7/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman-2/+2
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+5
2012-04-05IB/rdma_cm: TOS <=> UP mapping for IBoEAmir Vadai-1/+5
2012-04-02IB/core: Don't return EINVAL from sysfs rate attribute for invalid speedsRoland Dreier-4/+5
2012-04-02infiniband: Stop using NLA_PUT*().David S. Miller-1/+2
2012-03-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-42/+67
2012-03-19Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ...Roland Dreier-19/+39
2012-03-07RDMA/iwcm: Reject connect requests if cmid is not in LISTEN stateSteve Wise-11/+13
2012-03-05RDMA/ucma: Fix AB-BA deadlockHefty, Sean-19/+18
2012-03-05IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz-7/+6
2012-02-27IB/core: Fix SDR rates in sysfsRoland Dreier-7/+11
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso-3/+7
2012-02-25IB/mad: Return error response for unsupported MADsSwapna Thete-0/+21
2012-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+6
2012-01-30Merge branches 'cma', 'ipath', 'misc', 'mlx4', 'nes' and 'qib' into for-nextRoland Dreier-1/+2
2012-01-27RDMA/ucma: Discard all events for new connections until acceptedSean Hefty-1/+4
2012-01-27RDMA/core: Fix kernel panic by always initializing qp->usecntBernd Schubert-1/+2
2012-01-25infiniband: Convert dst_fetch_ha() over to dst_neigh_lookup().David Miller-5/+9
2012-01-08Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-13/+24
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-3/+3
2012-01-04Merge branches 'cma', 'misc', 'mlx4', 'nes', 'qib' and 'uverbs' into for-nextRoland Dreier-4/+18
2012-01-04rdma/core: Fix sparse warningsSean Hefty-6/+3
2012-01-04RDMA/cma: Fix endianness bugsSean Hefty-3/+3
2012-01-03IB/cm: Fix layout of APR messageEli Cohen-0/+1
2012-01-03IB/uverbs: Protect QP multicast listEli Cohen-4/+17
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro-3/+3
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+6
2011-12-19RDMA/cma: Verify private data lengthSean Hefty-0/+6
2011-12-05infiniband: addr: Consolidate code to fetch neighbour hardware address from dst.David Miller-26/+21
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller-2/+2
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+6
2011-11-29IB: Fix RCU lockdep splatsEric Dumazet-3/+6
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan-7/+7
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+15
2011-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds-155/+1177
2011-11-01Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier-155/+1177
2011-10-31mm: distinguish between mlocked and pinned pagesChristoph Lameter-3/+3