aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2018-04-29opa_vnic: Just use skb_get_hash instead of skb_tx_hashGravatar Alexander Duyck 3-13/+12
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 126-2453/+5134
2018-04-05IB/rxe: Fix for oops in rxe_register_device on ppc64le archGravatar Mikhail Malygin 1-1/+1
2018-04-05IB/mlx5: Device memory mr registration supportGravatar Ariel Levkovich 3-0/+84
2018-04-05net/mlx5: Mkey creation command adjustmentsGravatar Ariel Levkovich 2-14/+15
2018-04-05IB/mlx5: Device memory support in mlx5_ibGravatar Ariel Levkovich 4-2/+286
2018-04-05IB/uverbs: Add device memory registration ioctl supportGravatar Ariel Levkovich 4-12/+154
2018-04-05IB/uverbs: Add alloc/free dm uverbs ioctl supportGravatar Ariel Levkovich 4-2/+112
2018-04-05IB/uverbs: Add device memory capabilities reportingGravatar Ariel Levkovich 1-0/+6
2018-04-05RDMA/qedr: Fix wmb usage in qedrGravatar Kalderon, Michal 1-8/+18
2018-04-05IB/rxe: Removed GID add/del dummy routinesGravatar Parav Pandit 1-17/+0
2018-04-05RDMA/qedr: Zero stack memory before copying to user spaceGravatar Jason Gunthorpe 1-3/+3
2018-04-04IB/mlx5: Add ability to hash by IPSEC_SPI when creating a TIRGravatar Matan Barak 2-4/+16
2018-04-04IB/mlx5: Add information for querying IPsec capabilitiesGravatar Matan Barak 1-0/+12
2018-04-04IB/mlx5: Add IPsec support for egress and ingressGravatar Aviad Yehezkel 2-12/+117
2018-04-04IB/mlx5: Add modify_flow_action_esp verbGravatar Matan Barak 1-0/+49
2018-04-04IB/mlx5: Add implementation for create and destroy action_xfrmGravatar Aviad Yehezkel 2-1/+148
2018-04-04IB/uverbs: Introduce ESP steering match filterGravatar Matan Barak 2-0/+12
2018-04-04IB/uverbs: Add modify ESP flow_actionGravatar Matan Barak 1-5/+92
2018-04-04IB/uverbs: Add action_handle flow steering specificationGravatar Matan Barak 3-8/+100
2018-04-04IB/uverbs: Add flow_action create and destroy verbsGravatar Matan Barak 4-2/+363
2018-04-04IB/uverbs: Refactor kern_spec_to_ib_spec_filterGravatar Matan Barak 2-16/+37
2018-04-04IB/mlx4: Check for egress flow steeringGravatar Boris Pismenny 1-0/+3
2018-04-04IB/uverbs: Add enum attribute type to ioctl() interfaceGravatar Matan Barak 1-9/+30
2018-04-04IB/mlx5: Initialize the parsing tree root without the help of uverbsGravatar Matan Barak 2-0/+39
2018-04-03RDMA: Use ib_gid_attr during GID modificationGravatar Parav Pandit 8-76/+49
2018-04-03IB/providers: Avoid null netdev check for RoCEGravatar Parav Pandit 10-73/+54
2018-04-03IB/providers: Avoid zero GID check for RoCEGravatar Parav Pandit 5-19/+1
2018-04-03IB/core: Refactor GID modify code for RoCEGravatar Parav Pandit 2-234/+268
2018-04-03IB/core: Simplify ib_query_gid to always refer to cacheGravatar Parav Pandit 2-14/+5
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersGravatar Parav Pandit 11-87/+4
2018-04-03RDMA/ucma: Don't allow setting RDMA_OPTION_IB_PATH without an RDMA deviceGravatar Roland Dreier 1-0/+3
2018-04-03IB/qedr: Remove GID add/del dummy routinesGravatar Parav Pandit 3-39/+0
2018-04-03i40iw: Remove pre-production workaround for resource profile 1Gravatar Shiraz Saleem 1-2/+0
2018-04-03RDMA/mlx5: Fix definition of mlx5_ib_create_qp_respGravatar Jason Gunthorpe 1-2/+2
2018-04-03IB/ocrdma_hw: Remove redundant checks and goto labelsGravatar Gustavo A. R. Silva 1-9/+5
2018-04-03IB/ipoib: Delete unused structGravatar Yuval Shaia 1-5/+0
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 8-40/+100
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 2-7/+7
2018-03-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 8-40/+100
2018-03-29iw_cxgb4: print mapped ports correctlyGravatar Bharat Potnuri 1-12/+12
2018-03-29RDMA/cma: Move rdma_cm_state to cma_priv.hGravatar Parav Pandit 1-0/+14
2018-03-29IB/addr: Constify dst_entry pointerGravatar Parav Pandit 1-5/+7
2018-03-29RDMA: Use u64_to_user_ptr everywhereGravatar Jason Gunthorpe 6-27/+27
2018-03-29RDMA/nldev: Provide netdevice name and indexGravatar Leon Romanovsky 1-5/+26
2018-03-29IB/rxe: optimize mcast recv processGravatar Zhu Yanjun 1-10/+4
2018-03-29qedr: Fix spelling mistake: "hanlde" -> "handle"Gravatar Colin Ian King 1-2/+2
2018-03-29qed*: Utilize FW 8.33.11.0Gravatar Michal Kalderon 2-3/+5
2018-03-29Merge tag 'mlx5-updates-2018-03-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar David S. Miller 2-20/+2
2018-03-29net: Introduce net_rwsem to protect net_namespace_listGravatar Kirill Tkhai 1-0/+2