- 22f12c6 Merge branches 'cxgb4', 'flowsteer' and 'misc' into for-linus by Roland Dreier · 11 years ago
- 6cc3df8 IB/uverbs: Check access to userspace response buffer in extended command by Yann Droneaud · 11 years ago
- 6bcca3d IB/uverbs: Check input length in flow steering uverbs by Yann Droneaud · 11 years ago
- 98a3751 IB/uverbs: Set error code when fail to consume all flow_spec items by Yann Droneaud · 11 years ago
- c780d82 IB/uverbs: Check reserved fields in create_flow by Yann Droneaud · 11 years ago
- 2782c2d IB/uverbs: Check comp_mask in destroy_flow by Yann Droneaud · 11 years ago
- 7efb1b1 IB/uverbs: Check reserved field in extended command header by Yann Droneaud · 11 years ago
- a96e4e2 IB/uverbs: New macro to set pointers to NULL if length is 0 in INIT_UDATA() by Roland Dreier · 11 years ago
- 309243e IB/core: const'ify inbuf in struct ib_udata by Yann Droneaud · 11 years ago
- 6b59ba6 RDMA/iwcm: Don't touch cm_id after deref in rem_ref by Steve Wise · 11 years ago
- 1ea406c Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
- b4fdf52 Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma', 'qib' and 'srp' into for-next by Roland Dreier · 11 years ago
- 69ad5da IB/core: Re-enable create_flow/destroy_flow uverbs by Matan Barak · 11 years ago
- f21519b IB/core: extended command: an improved infrastructure for uverbs commands by Yann Droneaud · 11 years ago
- 2490f20 IB/core: Remove ib_uverbs_flow_spec structure from userspace by Yann Droneaud · 11 years ago
- b68c956 IB/core: Make uverbs flow structure use names like verbs ones by Yann Droneaud · 11 years ago
- d82693d IB/core: Rename 'flow' structs to match other uverbs structs by Yann Droneaud · 11 years ago
- f884827 IB/core: clarify overflow/underflow checks on ib_create/destroy_flow by Matan Barak · 11 years ago
- f3a5e3e IB/ucma: Convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
- ab626d1 IB/cm: Convert to using idr_alloc_cyclic() by Zhao Hongjiang · 11 years ago
- 1c636f8 IB/core: Encorce MR access rights rules on kernel consumers by Eli Cohen · 11 years ago
- 352b905 RDMA/cma: Remove unused argument and minor dead code by Michal Nazarewicz · 11 years ago
- c6b2182 RDMA/ucma: Discard events for IDs not yet claimed by user space by Sean Hefty · 11 years ago
- 180771a IB/core: Add Cisco usNIC rdma node and transport types by Upinder Malhi \(umalhi\) · 11 years ago
- 5476781 IB/netlink: Remove superfluous RDMA_NL_GET_OP() masking by Mathias Krause · 11 years ago
- 6b7d103 IB/core: Pass imm_data from ib_uverbs_send_wr to ib_send_wr correctly by Latchesar Ionkov · 11 years ago
- be9130c IB/cma: Check for GID on listening device first by Doug Ledford · 11 years ago
- 29f27e8 IB/cma: Use cached gids by Doug Ledford · 11 years ago
- eb072c4 RDMA/cma: Set IBoE SL (user-priority) by egress map when using vlans by Eyal Perry · 11 years ago
- c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
- 7afbddf IB/core: Temporarily disable create_flow/destroy_flow uverbs by Yann Droneaud · 11 years ago
- 0bbf87d net ipv4: Convert ipv4.ip_local_port_range to be per netns v3 by Eric W. Biederman · 11 years ago
- 7c049d0 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
- 27703bb Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
- 82af24a Merge branches 'cxgb4', 'flowsteer', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'qib' into for-next by Roland Dreier · 11 years ago
- 22878db IB/core: Better checking of userspace values for receive flow steering by Matan Barak · 11 years ago
- 436f2ad IB/core: Export ib_create/destroy_flow through uverbs by Hadar Hen Zion · 11 years ago
- 400dbc9 IB/core: Infrastructure for extensible uverbs commands by Igor Ivanov · 11 years ago
- 319a441 IB/core: Add receive flow steering support by Hadar Hen Zion · 11 years ago
- 846be90 IB/core: Fixes to XRC reference counting in uverbs by Yishai Hadas · 11 years ago
- 73c40c6 IB/core: Add locking around event dispatching on XRC target QPs by Yishai Hadas · 11 years ago
- 24d44a3 RDMA/cma: Add IPv6 support for iWARP by Steve Wise · 11 years ago
- 569935d Merge branches 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma' and 'qib' into for-next by Roland Dreier · 11 years ago
- ef5ed41 IB/core: Create QP1 using the pkey index which contains the default pkey by Jack Morgenstein · 11 years ago
- 5eb695c RDMA/cma: Only call cma_save_ib_info() for CM REQs by Sean Hefty · 11 years ago
- e511d1a RDMA/cma: Fix accessing invalid private data for UD by Sean Hefty · 11 years ago
- 8fb488d7 RDMA/cma: Fix gcc warning by Paul Bolle · 11 years ago
- 8c6ffba PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. by Rusty Russell · 11 years ago
- c552441 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
- 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
- 0eba551 Merge branches 'af_ib', 'cxgb4', 'misc', 'mlx5', 'ocrdma', 'qib' and 'srp' into for-next by Roland Dreier · 11 years ago
- da183c7 IB/uverbs: Use get_unused_fd_flags(O_CLOEXEC) instead of get_unused_fd() by Roland Dreier · 11 years ago
- 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 11 years ago
- 80b1504 IB/core: Fix error return code in add_port() by Wei Yongjun · 11 years ago
- ce117ff RDMA/cma: Export AF_IB statistics by Sean Hefty · 12 years ago
- 5bc2b7b RDMA/ucma: Allow user space to specify AF_IB when joining multicast by Sean Hefty · 12 years ago
- 209cf2a RDMA/ucma: Allow user space to pass AF_IB into resolve by Sean Hefty · 12 years ago
- eebe4c3 RDMA/ucma: Allow user space to bind to AF_IB by Sean Hefty · 12 years ago
- 05ad945 RDMA/ucma: Name changes to indicate only IP addresses supported by Sean Hefty · 12 years ago
- edaa7a5 RDMA/ucma: Add ability to query GID addresses by Sean Hefty · 12 years ago
- cf53936 RDMA/cma: Export cma_get_service_id() by Sean Hefty · 12 years ago
- ac53b26 RDMA/ucma: Support querying when IB paths are not reversible by Sean Hefty · 12 years ago
- 2e08b58 IB/sa: Export function to pack a path record into wire format by Sean Hefty · 12 years ago
- ee7aed4 RDMA/ucma: Support querying for AF_IB addresses by Sean Hefty · 12 years ago
- 94d0c93 RDMA/cma: Only listen on IB devices when using AF_IB by Sean Hefty · 12 years ago
- 5c43813 RDMA/cma: Set qkey for AF_IB by Sean Hefty · 12 years ago
- e8160e1 RDMA/cma: Expose private data when using AF_IB by Sean Hefty · 12 years ago
- fbaa1a6 RDMA/cma: Merge cma_get/save_net_info by Sean Hefty · 12 years ago
- 01602f1 RDMA/cma: Remove unused SDP related code by Sean Hefty · 12 years ago
- 496ce3c RDMA/cma: Add support for AF_IB to cma_get_service_id() by Sean Hefty · 12 years ago
- f68194c RDMA/cma: Add support for AF_IB to rdma_resolve_route() by Sean Hefty · 12 years ago
- f17df3b RDMA/cma: Add support for AF_IB to rdma_resolve_addr() by Sean Hefty · 12 years ago
- 4ae7152 RDMA/cma: Verify that source and dest sa_family are the same by Sean Hefty · 12 years ago
- b0569e4 RDMA/cma: Restrict AF_IB loopback to binding to IB devices only by Sean Hefty · 12 years ago
- f475383 RDMA/cma: Add helper functions to return id address information by Sean Hefty · 12 years ago
- 6a3e362 RDMA/cma: Do not modify sa_family when setting loopback address by Sean Hefty · 12 years ago
- 680f920 RDMA/cma: Allow user to specify AF_IB when binding by Sean Hefty · 12 years ago
- 58afdcb RDMA/cma: Update port reservation to support AF_IB by Sean Hefty · 12 years ago
- ef56086 IB/addr: Add AF_IB support to ip_addr_size by Sean Hefty · 12 years ago
- 2e2d190 RDMA/cma: Include AF_IB in loopback and any address checks by Sean Hefty · 12 years ago
- c8dea2f9 RDMA/cma: Allow enabling reuseaddr in any state by Sean Hefty · 12 years ago
- 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 12 years ago
- ea9627c Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into for-next by Roland Dreier · 12 years ago
- e413a823 RDMA/iwcm: Don't touch cmid after dropping reference by Steve Wise · 12 years ago
- eec9e29 IB/core: Verify that QP handler is valid before dispatching events by Shlomo Pongratz · 12 years ago
- b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
- e8c8d1b idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c by Tejun Heo · 12 years ago
- 3b069c5 IB/core: convert to idr_alloc() by Tejun Heo · 12 years ago
- d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
- 6b52a12 IB/uverbs: Implement memory windows support in uverbs by Shani Michaeli · 12 years ago
- 7083e42 IB/core: Add "type 2" memory windows support by Shani Michaeli · 12 years ago
- 63f05be RDMA/cm: Change return value from find_gid_port() by shefty · 12 years ago
- 8dd9117 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 12 years ago
- ca4da69 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
- 809d5fc infiniband: pass rdma_cm module to netlink_dump_start by Gao feng · 12 years ago
- 125c4c7 idr: rename MAX_LEVEL to MAX_IDR_LEVEL by Fengguang Wu · 12 years ago
- 4ede178 RDMA/cma: Check that retry count values are in range by Sean Hefty · 12 years ago
- aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 7a9a297 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago