summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2017-02-19Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford2-1/+4
2017-02-15IB/cma: Destination and source addr families must matchMoni Shoua1-0/+4
2017-02-15IB/cma: Add default RoCE TOS to CMA configfsMajd Dibbiny3-5/+94
2017-02-15IB/core: Remove pointer casting from void to net_deviceParav Pandit1-18/+10
2017-01-27IB/core: Add inline function to validate portYuval Shaia4-18/+13
2017-01-27IB/cma: Fix reversed testChristophe Jaillet1-1/+1
2017-01-27RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabledJack Morgenstein1-1/+2
2017-01-24RDMA/core: create struct ib_port_cacheJack Wang1-83/+51
2017-01-24IB/cma: Allow port reuse for rdma_idMoni Shoua1-7/+60
2017-01-24IB/cma: Add debug messages to error flowsMoni Shoua2-2/+25
2017-01-24IB/umem: Release pid in error and ODP flowKenneth Lee1-0/+2
2017-01-24IB/mad: Add port_num to error messageYuval Shaia1-1/+3
2017-01-24IB/core: Fix typo in commentYuval Shaia1-1/+1
2017-01-12RDMA/cma: use cached port state when bind loopbackJack Wang1-3/+3
2017-01-12RDMA/cma: resolve to first active ib portJack Wang1-1/+5
2017-01-12RDMA/core: export ib_get_cached_port_stateJack Wang1-0/+18
2017-01-12RDMA/core: add port state cacheJack Wang1-1/+9
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds4-4/+4
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds20-211/+394
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes1-1/+1
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford6-7/+144
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford5-128/+214
2016-12-14IB/core: fix unmap_sg argumentSebastian Ott1-1/+1
2016-12-14IB/multicast: Check ib_find_pkey() return valueBart Van Assche1-2/+5
2016-12-14IB/mad: Fix an array index checkBart Van Assche1-1/+1
2016-12-14IB/core: Issue DREQ when receiving REQ/REP for stale QPHans Westgaard Ry1-1/+23
2016-12-14rdma_cm: add rdma_consumer_reject_data helper functionSteve Wise1-0/+16
2016-12-14rdma_cm: add rdma_is_consumer_reject() helper functionSteve Wise1-0/+13
2016-12-14rdma_cm: add rdma_reject_msg() helper functionSteve Wise3-0/+83
2016-12-14IB/mad: Eliminate redundant SM class version defines for OPAHal Rosenstock1-2/+2
2016-12-13IB/uverbs: Extend modify_qp and support packet pacingBodong Wang3-69/+125
2016-12-13IB/core: Support rate limit for packet pacingBodong Wang1-0/+2
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua2-2/+11
2016-12-13IB/core: Change ib_resolve_eth_dmac to use it in create AHMoni Shoua3-48/+47
2016-12-13IB/core: Introduce inner flow steeringMoses Reuben1-1/+3
2016-12-13IB/core: Add flow spec tunneling supportMoses Reuben1-0/+15
2016-12-03infiniband: remove WARN that is not kernel bugLeon Romanovsky3-3/+12
2016-12-03IB/core: Release allocated memory in cache setup failureLeon Romanovsky1-9/+7
2016-12-03IB/core: Remove debug prints after allocation failureLeon Romanovsky6-30/+11
2016-12-03IB/mad: Remove debug prints after allocation failureLeon Romanovsky1-34/+6
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-25/+142
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds5-25/+142
2016-11-16IB/mlx4: Handle IPv4 header when demultiplexing MADMoni Shoua1-7/+9
2016-11-16IB/core: Save QP in ib_flow structureMark Bloch2-2/+3
2016-11-16IB/core: Avoid unsigned int overflow in sg_alloc_tableMark Bloch1-1/+1
2016-11-16IB/core: Add missing check for addr_resolve callback return valueMark Bloch1-2/+9
2016-11-16IB/core: Set routable RoCE gid type for ipv4/ipv6 networksLeon Romanovsky1-1/+20
2016-11-16IB/cm: Mark stale CM id's whenever the mad agent was unregisteredMark Bloch1-16/+110
2016-11-16IB/uverbs: Fix leak of XRC target QPsTariq Toukan1-5/+2