summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | RDMA/hns: Fix return value in hns_roce_map_mr_sgZhengchao Shao2024-04-161-8/+7
| * | | RDMA/mana_ib: Configure mac address in RNICKonstantin Taranov2024-04-163-0/+46
| * | | RDMA/mana_ib: Adding and deleting GIDsKonstantin Taranov2024-04-163-0/+97
| * | | RDMA/mana_ib: Enable RoCE on port 1Konstantin Taranov2024-04-162-4/+26
| * | | RDMA/mana_ib: Implement port parametersKonstantin Taranov2024-04-163-1/+42
| * | | RDMA/mana_ib: Create and destroy rnic adapterKonstantin Taranov2024-04-163-1/+79
| * | | RDMA/mana_ib: Add EQ creation for rnic adapterKonstantin Taranov2024-04-163-3/+41
| * | | RDMA/mana_ib: Use num_comp_vectors of ib_deviceKonstantin Taranov2024-04-163-9/+4
| * | | RDMA/rxe: Return the correct errnoZhu Yanjun2024-04-111-2/+2
| * | | RDMA/mana_ib: remove useless return values from dbg printsKonstantin Taranov2024-04-113-7/+5
| * | | RDMA/mana_ib: Add flex array to struct mana_cfg_rx_steer_req_v2Leon Romanovsky2024-04-111-7/+5
| |\ \ \
| * | | | RDMA/hns: Support DSCPJunxian Huang2024-04-094-29/+108
| * | | | RDMA/mlx5: Adding remote atomic access flag to updatable flagsOr Har-Toov2024-04-081-1/+2
| * | | | RDMA/mlx5: Change check for cacheable mkeysOr Har-Toov2024-04-082-10/+23
| * | | | RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_entOr Har-Toov2024-04-081-1/+1
| * | | | RDMA/mana_ib: Use struct mana_ib_queue for RAW QPsKonstantin Taranov2024-04-022-46/+18
| * | | | RDMA/mana_ib: Use struct mana_ib_queue for WQsKonstantin Taranov2024-04-023-35/+10
| * | | | RDMA/mana_ib: Use struct mana_ib_queue for CQsKonstantin Taranov2024-04-023-58/+24
| * | | | RDMA/mana_ib: Introduce helpers to create and destroy mana queuesKonstantin Taranov2024-04-022-0/+53
| * | | | RDMA/restrack: Fix potential invalid address accessWenchao Hao2024-04-011-50/+1
| * | | | RDMA/erdma: Remove unnecessary __GFP_ZERO flagBoshi Yu2024-04-012-8/+4
| * | | | RDMA/erdma: Unify the names related to doorbell recordsBoshi Yu2024-04-018-93/+79
| * | | | RDMA/erdma: Allocate doorbell records from dma poolBoshi Yu2024-04-016-101/+167
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-091-0/+1
|\ \ \ \
| * \ \ \ Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-05-091-0/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | qibfs: fix dentry leakAl Viro2024-02-261-0/+1
* | | | | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-081-2/+2
* | | | | IB/hfi1: allocate dummy net_device dynamicallyBreno Leitao2024-05-032-3/+8
* | | | | inet: introduce dst_rtable() helperEric Dumazet2024-05-011-9/+3
* | | | | ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-3/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-253-5/+11
|\| | | |
| * | | | RDMA/mlx5: Fix port number for counter query in multi-port configurationMichael Guralnik2024-04-081-1/+2
| * | | | RDMA/cm: Print the old state when cm_destroy_id gets timeoutMark Zhang2024-04-011-4/+7
| * | | | RDMA/rxe: Fix the problem "mutex_destroy missing"Yanjun.Zhu2024-04-011-0/+2
| | |/ / | |/| |
* | | | Merge branch mana-ib-flex of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Jakub Kicinski2024-04-111-7/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | RDMA/mana_ib: Prefer struct_size over open coded arithmeticErick Archer2024-04-111-7/+5
| |/ /
* / / ipv4: Set scope explicitly in ip_route_output().Guillaume Nault2024-04-082-2/+4
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-03-1841-674/+874
|\ \
| * | RDMA/cm: add timeout to cm_destroy_id waitManjunath Patil2024-03-101-1/+19
| * | RDMA/mana_ib: Use virtual address in dma regions for MRsKonstantin Taranov2024-03-076-20/+45
| * | RDMA/mana_ib: Fix bug in creation of dma regionsKonstantin Taranov2024-03-071-1/+1
| * | RDMA/hns: Append SCC context to the raw dump of QPCwenglianfa2024-03-075-3/+55
| * | RDMA/uverbs: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-03-031-33/+45
| * | RDMA/hns: Support userspace configuring congestion control algorithm with QP ...Junxian Huang2024-03-035-12/+69
| * | RDMA/rtrs-clt: Check strnlen return len in sysfs mpath_policy_store()Alexey Kodanev2024-02-251-1/+1
| * | RDMA/uverbs: Remove flexible arrays from struct *_filterErick Archer2024-02-211-8/+8
| * | RDMA/device: Fix a race between mad_client and cm_client initShifeng Li2024-02-211-15/+22
| * | RDMA/hns: Fix mis-modifying default congestion control algorithmLuoyouming2024-02-192-14/+19
| * | RDMA/rxe: Remove unused 'iova' parameter from rxe_mr_init_userGuoqing Jiang2024-02-043-3/+3
| * | RDMA/srpt: Do not register event handler until srpt device is fully setupWilliam Kucharski2024-02-041-2/+1