linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-23 16:41:30 to 2021-11-30 18:30:35 UTC [more...]

[PATCH net-next 0/2][pull request] 100GbE Intel Wired LAN Driver Updates 2021-11-30
 2021-11-30 18:12 UTC  (3+ messages)
` [PATCH net-next 1/2] net/ice: Fix boolean assignment
` [PATCH net-next 2/2] net/ice: Remove unused enum

[PATCH v2 net-next 00/26] net: introduce and use generic XDP stats
 2021-11-30 17:56 UTC  (69+ messages)
` [PATCH v2 net-next 01/26] rtnetlink: introduce generic XDP statistics
` [PATCH v2 net-next 02/26] xdp: provide common driver helpers for implementing XDP stats
` [PATCH v2 net-next 03/26] ena: implement generic XDP statistics callbacks
` [PATCH v2 net-next 04/26] dpaa2: implement generic XDP stats callbacks
` [PATCH v2 net-next 05/26] enetc: "
` [PATCH v2 net-next 06/26] mvneta: reformat mvneta_netdev_ops
` [PATCH v2 net-next 07/26] mvneta: add .ndo_get_xdp_stats() callback
` [PATCH v2 net-next 08/26] mvpp2: provide "
` [PATCH v2 net-next 09/26] mlx5: don't mix XDP_DROP and Rx XDP error cases
` [PATCH v2 net-next 10/26] mlx5: provide generic XDP stats callbacks
` [PATCH v2 net-next 11/26] sf100, sfx: implement "
` [PATCH v2 net-next 12/26] veth: don't mix XDP_DROP counter with Rx XDP errors
` [PATCH v2 net-next 13/26] veth: drop 'xdp_' suffix from packets and bytes stats
` [PATCH v2 net-next 14/26] veth: reformat veth_netdev_ops
` [PATCH v2 net-next 15/26] veth: add generic XDP stats callbacks
` [PATCH v2 net-next 16/26] virtio_net: don't mix XDP_DROP counter with Rx XDP errors
` [PATCH v2 net-next 17/26] virtio_net: rename xdp_tx{,_drops} SQ stats to xdp_xmit{,_errors}
` [PATCH v2 net-next 18/26] virtio_net: reformat virtnet_netdev
` [PATCH v2 net-next 19/26] virtio_net: add callbacks for generic XDP stats
` [PATCH v2 net-next 20/26] i40e: add XDP and XSK generic per-channel statistics
` [PATCH v2 net-next 21/26] ice: "
` [PATCH v2 net-next 22/26] igb: add XDP "
` [PATCH v2 net-next 23/26] igc: bail out early on XSK xmit if no descs are available
` [PATCH v2 net-next 24/26] igc: add XDP and XSK generic per-channel statistics
` [PATCH v2 net-next 25/26] ixgbe: "
` [PATCH v2 net-next 26/26] Documentation: reflect generic XDP statistics

[PATCH] net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()
 2021-11-30 16:44 UTC 

[PATCH v5 for-next 0/1] RDMA/hns: Support direct WQE of userspace
 2021-11-30 13:57 UTC  (2+ messages)
` [PATCH v5 for-next 1/1] RDMA/hns: Support direct wqe "

[PATCH rdma-core 0/2] Validate input and fix return code
 2021-11-30 12:21 UTC  (4+ messages)
` [PATCH rdma-core 1/2] providers/irdma: Report correct WC errors
` [PATCH rdma-core 2/2] providers/irdma: Validate input before memory window bind

cleanup I/O context handling
 2021-11-30 11:09 UTC  (20+ messages)
` [PATCH 01/14] RDMA/qib: rename copy_io to qib_copy_io
` [PATCH 02/14] fork: move copy_io to block/blk-ioc.c
` [PATCH 03/14] bfq: simplify bfq_bic_lookup
` [PATCH 04/14] bfq: use bfq_bic_lookup in bfq_limit_depth
` [PATCH 05/14] Revert "block: Provide blk_mq_sched_get_icq()"
` [PATCH 06/14] block: mark put_io_context_active static
` [PATCH 07/14] block: move blk_mq_sched_assign_ioc to blk-ioc.c
` [PATCH 08/14] block: move the remaining elv.icq handling to the I/O scheduler
` [PATCH 09/14] block: remove get_io_context_active
` [PATCH 10/14] block: factor out a alloc_io_context helper
` [PATCH 11/14] block: use alloc_io_context in __copy_io
` [PATCH 12/14] block: return the io_context from create_task_io_context
` [PATCH 13/14] block: simplify ioc_create_icq
` [PATCH 14/14] block: simplify ioc_lookup_icq

[PATCH V2] RDMA/rtrs: Call {get,put}_cpu_ptr to silence a debug kernel warning
 2021-11-30 11:03 UTC  (5+ messages)

[rdma:wip/jgg-for-next] BUILD SUCCESS 81ff48ddda0b7e1d4d1251d2a9c8e4059cd9456f
 2021-11-30  7:37 UTC 

[rdma:wip/jgg-for-rc] BUILD SUCCESS db6169b5bac1c75ed37cfdaedc7dfb1618f3f362
 2021-11-30  3:54 UTC 

[PATCH net] net/smc: Clear memory when release and reuse buffer
 2021-11-30  2:52 UTC  (4+ messages)

[PATCH for-rc 0/4] Some more RC fixes for 5.16
 2021-11-29 19:20 UTC  (5+ messages)
` [PATCH for-rc 1/4] IB/hfi1: Correct guard on eager buffer deallocation
` [PATCH for-rc 2/4] IB/hfi1: Insure use of smp_processor_id() is preempt disabled
` [PATCH for-rc 3/4] IB/hfi1: Fix early init panic
` [PATCH for-rc 4/4] IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddr

[PATCH 1/2] RDMA/pvrdma: Use bitmap_zalloc() when applicable
 2021-11-29 18:37 UTC  (3+ messages)
` [PATCH 2/2] RDMA/pvrdma: Use non-atomic bitmap functions when possible

[PATCH] IB/hfi1: Use bitmap_zalloc() when applicable
 2021-11-29 18:36 UTC  (2+ messages)

[PATCH] RDMA/bnxt_re: Use bitmap_zalloc() when applicable
 2021-11-29 18:37 UTC  (2+ messages)

[PATCH] RDMA/mlx4: Use bitmap_alloc() when applicable
 2021-11-29 18:36 UTC  (4+ messages)

[PATCH 1/2] RDMA/ocrdma: Use bitmap_zalloc() when applicable
 2021-11-29 18:36 UTC  (3+ messages)
` [PATCH 2/2] RDMA/ocrdma: Simplify code in 'ocrdma_search_mmap()'

[PATCH] net/mlx4_en: Update reported link modes for 1/10G
 2021-11-29 13:10 UTC  (3+ messages)

[PATCH] mei: Remove some dead code
 2021-11-28 16:38 UTC  (5+ messages)

[PATCH net-next] net/mlx5: SF, silence an uninitialized variable warning
 2021-11-28  9:26 UTC  (2+ messages)

[PATCH v4 for-next 0/1] RDMA/hns: Support direct WQE of userspace
 2021-11-27  9:04 UTC  (7+ messages)
` [PATCH v4 for-next 1/1] RDMA/hns: Support direct wqe "

[PATCH net v3] net/smc: Don't call clcsock shutdown twice when smc shutdown
 2021-11-26 19:40 UTC  (3+ messages)

[rdma:wip/jgg-for-rc] BUILD SUCCESS b0969f83890bf8b47f5c8bd42539599b2b52fdeb
 2021-11-26  7:08 UTC 

[rdma:wip/jgg-for-next] BUILD SUCCESS 0e938533d96d656764fbd3fe0e2578873ec6d3e6
 2021-11-26  7:08 UTC 

[PATCH net v2] net/smc: Don't call clcsock shutdown twice when smc shutdown
 2021-11-26  2:36 UTC  (3+ messages)

[PATCH for-next] RDMA/bnxt_re: Remove pkey table
 2021-11-25 17:37 UTC  (3+ messages)

[PATCH for-next] RDMA/siw: Use helper function to set sys_image_guid
 2021-11-25 17:37 UTC  (3+ messages)
`  "

[PATCH] RDMA/rtrs-clt: Fix the initial value of min_latency
 2021-11-25 17:37 UTC  (4+ messages)

[PATCH for-rc v2] RDMA/cma: Remove open coding of overflow checking for private_data_len
 2021-11-25 17:37 UTC  (3+ messages)

[PATCH 0/3] Cleanup and optimize a few bitmap operations
 2021-11-25 17:30 UTC  (5+ messages)
` [PATCH 1/3] RDMA/cxgb4: Use bitmap_zalloc() when applicable
` [PATCH 2/3] RDMA/cxgb4: Use bitmap_set() "
` [PATCH 3/3] RDMA/cxgb4: Use non-atomic bitmap functions when possible

[PATCH 0/4] IB/mthca: Cleanup and optimize a few bitmap operation
 2021-11-25 17:30 UTC  (6+ messages)
` [PATCH 1/4] IB/mthca: Use bitmap_zalloc() when applicable
` [PATCH 2/4] IB/mthca: Use bitmap_set() "
` [PATCH 3/4] IB/mthca: Use non-atomic bitmap functions when possible in 'mthca_allocator.c'
` [PATCH 4/4] IB/mthca: Use non-atomic bitmap functions when possible in 'mthca_mr.c'

[PATCH for-rc] RDMA/hns: Fix the error of destroying resources in hw reseting phase
 2021-11-25 17:26 UTC  (4+ messages)

[PATCH for-rc] RDMA/hns: Fix the problem of mailbox being blocked in the reset scene
 2021-11-25 17:26 UTC  (2+ messages)

[PATCH] Remove Doug Ledford from MAINTAINERS
 2021-11-25 17:26 UTC  (2+ messages)

[PATCH rdma-rc v1] RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow
 2021-11-25 17:26 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in rxe_queue_cleanup
 2021-11-25 17:25 UTC  (3+ messages)
` [PATCH] RDMA: fix use-after-free "

[PATCH net 0/2] Fixes for clcsock shutdown behaviors
 2021-11-25 12:41 UTC  (6+ messages)
` [PATCH net 1/2] net/smc: Keep smc_close_final rc during active close
` [PATCH net 2/2] net/smc: Don't call clcsock shutdown twice when smc shutdown

[PATCH rdma-core 0/7] libhns: Cleanup about removing redundant code and cleaning up static alarms
 2021-11-25 12:35 UTC  (6+ messages)
` [PATCH rdma-core 5/7] libhns: Fix wrong type of variables and fields

[PATCH net-next 0/6] Devlink cleanups
 2021-11-25  9:02 UTC  (12+ messages)
` [PATCH net-next 5/6] devlink: Reshuffle resource registration logic

Consulta muy urgente
 2021-11-25  1:58 UTC 

Two announcements
 2021-11-24 14:35 UTC  (3+ messages)

[PATCH RFC net] net/smc: Ensure the active closing peer first closes clcsock
 2021-11-24 11:26 UTC  (5+ messages)

[PATCH RFC net-next] net/smc: Unbind buffer size from clcsock and make it tunable
 2021-11-24  4:46 UTC  (5+ messages)

[PATCH for-next 0/9] RDMA/hns: Cleanup for clearing static warnings
 2021-11-24  4:04 UTC  (7+ messages)
` [PATCH for-next 5/9] RDMA/hns: Initialize variable in the right place
` [PATCH for-next 7/9] RDMA/hns: Add void conversion for function whose return value is not used

[PATCH net-next 0/3][pull request] 100GbE Intel Wired LAN Driver Updates 2021-11-22
 2021-11-24  1:46 UTC  (8+ messages)
` [PATCH net-next 2/3] net/ice: Add support for enable_iwarp and enable_roce devlink param

NFS problem in 5.16 merge content
 2021-11-23 23:40 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).