aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-23Merge branches 'cxgb4', 'flowsteer' and 'misc' into for-linusRoland Dreier4-14/+51
2013-12-20IB/uverbs: Check access to userspace response buffer in extended commandYann Droneaud1-0/+5
2013-12-20IB/uverbs: Check input length in flow steering uverbsYann Droneaud1-0/+6
2013-12-20IB/uverbs: Set error code when fail to consume all flow_spec itemsYann Droneaud1-0/+1
2013-12-20IB/uverbs: Check reserved fields in create_flowYann Droneaud1-0/+7
2013-12-20IB/uverbs: Check comp_mask in destroy_flowYann Droneaud1-0/+3
2013-12-20IB/uverbs: Check reserved field in extended command headerYann Droneaud1-0/+3
2013-12-20IB/uverbs: New macro to set pointers to NULL if length is 0 in INIT_UDATA()Roland Dreier2-11/+16
2013-12-16IB/core: const'ify inbuf in struct ib_udataYann Droneaud1-1/+1
2013-12-15RDMA/iwcm: Don't touch cm_id after deref in rem_refSteve Wise1-2/+9
2013-11-18Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds9-138/+232
2013-11-17Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma', 'qib' and 'srp' into for-nextRoland Dreier8-102/+198
2013-11-17IB/core: Re-enable create_flow/destroy_flow uverbsMatan Barak3-13/+0
2013-11-17IB/core: extended command: an improved infrastructure for uverbs commandsYann Droneaud3-61/+142
2013-11-17IB/core: Remove ib_uverbs_flow_spec structure from userspaceYann Droneaud1-0/+16
2013-11-17IB/core: Make uverbs flow structure use names like verbs onesYann Droneaud1-6/+6
2013-11-17IB/core: Rename 'flow' structs to match other uverbs structsYann Droneaud1-7/+7
2013-11-17IB/core: clarify overflow/underflow checks on ib_create/destroy_flowMatan Barak1-17/+15
2013-11-16IB/ucma: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2013-11-16IB/cm: Convert to using idr_alloc_cyclic()Zhao Hongjiang1-4/+1
2013-11-15IB/core: Encorce MR access rights rules on kernel consumersEli Cohen2-7/+17
2013-11-11RDMA/cma: Remove unused argument and minor dead codeMichal Nazarewicz1-3/+0
2013-11-11RDMA/ucma: Discard events for IDs not yet claimed by user spaceSean Hefty1-1/+1
2013-11-09IB/core: Add Cisco usNIC rdma node and transport typesUpinder Malhi \(umalhi\)2-0/+4
2013-11-08IB/netlink: Remove superfluous RDMA_NL_GET_OP() maskingMathias Krause1-1/+1
2013-11-08IB/core: Pass imm_data from ib_uverbs_send_wr to ib_send_wr correctlyLatchesar Ionkov1-0/+3
2013-11-08IB/cma: Check for GID on listening device firstDoug Ledford1-6/+30
2013-11-08IB/cma: Use cached gidsDoug Ledford1-29/+6
2013-11-07RDMA/cma: Set IBoE SL (user-priority) by egress map when using vlansEyal Perry1-5/+21
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-0/+12
2013-10-21IB/core: Temporarily disable create_flow/destroy_flow uverbsYann Droneaud3-0/+12
2013-09-30net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman1-1/+1
2013-09-05Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds5-35/+335
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-09-03Merge branches 'cxgb4', 'flowsteer', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'qib' into for-nextRoland Dreier4-8/+318
2013-09-02IB/core: Better checking of userspace values for receive flow steeringMatan Barak1-1/+15
2013-08-28IB/core: Export ib_create/destroy_flow through uverbsHadar Hen Zion3-1/+229
2013-08-28IB/core: Infrastructure for extensible uverbs commandsIgor Ivanov1-5/+24
2013-08-28IB/core: Add receive flow steering supportHadar Hen Zion1-0/+27
2013-08-13IB/core: Fixes to XRC reference counting in uverbsYishai Hadas2-2/+21
2013-08-13IB/core: Add locking around event dispatching on XRC target QPsYishai Hadas1-0/+3
2013-08-12RDMA/cma: Add IPv6 support for iWARPSteve Wise1-27/+17
2013-07-31Merge branches 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma' and 'qib' into for-nextRoland Dreier1-1/+7
2013-07-31IB/core: Create QP1 using the pkey index which contains the default pkeyJack Morgenstein1-1/+7
2013-07-31RDMA/cma: Only call cma_save_ib_info() for CM REQsSean Hefty1-1/+2
2013-07-31RDMA/cma: Fix accessing invalid private data for UDSean Hefty1-8/+11
2013-07-30RDMA/cma: Fix gcc warningPaul Bolle1-4/+3
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell1-1/+1
2013-07-13Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds6-431/+834
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2