linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-18 04:50:03 to 2021-11-25 13:28:03 UTC [more...]

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

[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 for-next] RDMA/bnxt_re: Remove pkey table
 2021-11-25 12:35 UTC  (2+ messages)

[PATCH net] net/smc: Clear memory when release and reuse buffer
 2021-11-25 12:28 UTC 

[PATCH v2 net-next 00/26] net: introduce and use generic XDP stats
 2021-11-25 11:56 UTC  (35+ 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 for-rc v2] RDMA/cma: Remove open coding of overflow checking for private_data_len
 2021-11-25 11:35 UTC  (2+ messages)

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

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

[PATCH 0/3] Cleanup and optimize a few bitmap operations
 2021-11-24 21:40 UTC  (4+ 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-24 20:43 UTC  (5+ 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'

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

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

[PATCH for-next] RDMA/siw: Use helper function to set sys_image_guid
 2021-11-24 11:03 UTC  (2+ messages)
`  "

[PATCH] RDMA/rtrs-clt: Fix the initial value of min_latency
 2021-11-24  9:05 UTC  (3+ 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  (15+ messages)
` [PATCH for-next 1/9] RDMA/hns: Correct the hex print format
` [PATCH for-next 2/9] RDMA/hns: Correct the print format to be consistent with the variable type
` [PATCH for-next 3/9] RDMA/hns: Replace tab with space in the right-side comments
` [PATCH for-next 4/9] RDMA/hns: Correct the type of variables participating in the shift operation
` [PATCH for-next 5/9] RDMA/hns: Initialize variable in the right place
` [PATCH for-next 6/9] RDMA/hns: Correctly initialize the members of Array[][]
` [PATCH for-next 7/9] RDMA/hns: Add void conversion for function whose return value is not used
` [PATCH for-next 8/9] RDMA/hns: Remove macros that are no longer used
` [PATCH for-next 9/9] RDMA/hns: Remove magic number

[PATCH net-next 0/3][pull request] 100GbE Intel Wired LAN Driver Updates 2021-11-22
 2021-11-24  1:46 UTC  (13+ messages)
` [PATCH net-next 1/3] devlink: Add 'enable_iwarp' generic device param
` [PATCH net-next 2/3] net/ice: Add support for enable_iwarp and enable_roce devlink param
` [PATCH net-next 3/3] RDMA/irdma: Set protocol based on PF rdma_mode flag

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

[PATCH net 0/2] Fixes for closing process and minor cleanup
 2021-11-23 11:50 UTC  (6+ messages)
` [PATCH net 1/2] net/smc: Clean up local struct sock variables
` [PATCH net 2/2] net/smc: Ensure the active closing peer first closes clcsock

[PATCH for-rc] RDMA/cma: Remove open coding for overflow in cma_connect_ib
 2021-11-23 10:01 UTC  (4+ messages)

Task hung while using RTRS with rxe and using "ip" utility to down the interface
 2021-11-23  9:06 UTC  (4+ messages)

[PATCH for-rc] RDMA/hns: Fix the problem of mailbox being blocked in the reset scene
 2021-11-23  8:48 UTC 

[PATCH net-next] net/mlx5: Fix error return code in esw_qos_create()
 2021-11-23  8:36 UTC 

[PATCH] Remove Doug Ledford from MAINTAINERS
 2021-11-22 21:22 UTC 

[PATCH] rds: Fix a typo in a comment
 2021-11-22 14:30 UTC  (3+ messages)

[PATCH v4 for-next 0/1] RDMA/hns: Support direct WQE of userspace
 2021-11-22 12:36 UTC  (6+ messages)
` [PATCH v4 for-next 1/1] RDMA/hns: Support direct wqe "

[PATCH rdma-next 0/3] Skip holes in GID tables
 2021-11-22 11:53 UTC  (4+ messages)
` [PATCH rdma-next 1/3] RDMA/core: Modify rdma_query_gid() to return accurate error codes
` [PATCH rdma-next 2/3] RDMA/core: Let ib_find_gid() continue search even after empty entry
` [PATCH rdma-next 3/3] RDMA/cma: Let cma_resolve_ib_dev() "

[PATCH rdma-rc v1] RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow
 2021-11-22 11:41 UTC 

[RFC PATCH v4 0/2] RDMA/rxe: Add dma-buf support
 2021-11-22 11:08 UTC  (3+ messages)
` [RFC PATCH v4 1/2] RDMA/umem: Change for rdma devices has not dma device
` [RFC PATCH v4 2/2] RDMA/rxe: Add dma-buf support

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

[PATCH v3 rdma-core 0/2] libhns: Add support for direct wqe
 2021-11-22  6:14 UTC  (3+ messages)
` [PATCH v3 rdma-core 1/2] Update kernel headers
` [PATCH v3 rdma-core 2/2] libhns: Add support for direct wqe

[syzbot] KASAN: use-after-free Read in rxe_queue_cleanup
 2021-11-22  2:04 UTC  (6+ messages)
    ` [PATCH] RDMA: fix use-after-free "

[PATCH] RDMA/mlx5: Use memset_after() to zero struct mlx5_ib_mr
 2021-11-21 13:54 UTC  (2+ messages)

[rdma:wip/jgg-for-next] BUILD SUCCESS 9c3631d17054a8766dbdc1abf8d29306260e7c7f
 2021-11-20  8:41 UTC 

[rdma:wip/jgg-for-rc] BUILD SUCCESS df4e6faaafe2e4ff4dcdf6d5f5b1e2cb1fec63f7
 2021-11-20  4:33 UTC 

[GIT PULL] Please pull RDMA subsystem changes
 2021-11-19 19:46 UTC  (2+ messages)

[PATCH for-next v4 00/13] Correct race conditions in rdma_rxe
 2021-11-19 17:59 UTC  (10+ messages)
` [PATCH for-next v4 05/13] RDMA/rxe: Replace RB tree by xarray for indexes
` [PATCH for-next v4 09/13] RDMA/rxe: Replaced keyed rxe objects by indexed objects
` [PATCH for-next v4 10/13] RDMA/rxe: Prevent taking references to dead objects
` [PATCH for-next v4 13/13] RDMA/rxe: Protect against race between get_index and drop_ref

[PATCH] RDMA: clean up usnic_ib_alloc_pd()
 2021-11-19 16:07 UTC  (3+ messages)

[PATCH for-next] RDMA/cxgb4: Use helper function to set GUIDs
 2021-11-19 16:02 UTC  (2+ messages)

[PATCH RESEND] MAINTAINERS: Update for VMware PVRDMA driver
 2021-11-19 13:48 UTC  (2+ messages)

Installation with prebuilt docs failing
 2021-11-19 13:34 UTC  (3+ messages)

[rdma:wip/jgg-for-next] BUILD SUCCESS 2a67fcfa0db6b4075515bd23497750849b88850f
 2021-11-19  3:16 UTC 

[PATCH] iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rpl
 2021-11-18 20:23 UTC 

[PATCH] IB/mthca: Use memset_startat() for clearing mpt_entry
 2021-11-18 20:21 UTC 

[PATCH] net/mlx5e: Use struct_group() for memcpy() region
 2021-11-18 18:37 UTC 

[PATCH v7 00/11] extend task comm from 16 to 24
 2021-11-18 14:18 UTC  (4+ messages)
` [PATCH v7 08/11] tools/perf/test: make perf test adopt to task comm size change

[rdma:wip/jgg-for-rc] BUILD SUCCESS d821f7c13ca03318ad1bdc64ce64afb43080a07a
 2021-11-18 12:45 UTC 

[rdma:wip/jgg-for-next] BUILD SUCCESS a917dfb66c0a1fa1caacf3d71edcafcab48e6ff0
 2021-11-18  9:06 UTC 


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).