messages from 2023-08-25 08:53:37 to 2023-08-25 21:53:57 UTC [more...]
[PATCH RFC v5 00/29] io_uring getdents
2023-08-25 21:53 UTC (35+ messages)
` [PATCH 01/29] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 02/29] xfs: rename XBF_TRYLOCK to XBF_NOWAIT
` [PATCH 03/29] xfs: add NOWAIT semantics for readdir
` [PATCH 04/29] vfs: add nowait flag for struct dir_context
` [PATCH 05/29] vfs: add a vfs helper for io_uring file pos lock
` [PATCH 06/29] vfs: add file_pos_unlock() for io_uring usage
` [PATCH 07/29] vfs: add a nowait parameter for touch_atime()
` [PATCH 08/29] vfs: add nowait parameter for file_accessed()
` [PATCH 09/29] vfs: move file_accessed() to the beginning of iterate_dir()
` [PATCH 10/29] vfs: add S_NOWAIT for nowait time update
` [PATCH 11/29] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [PATCH 12/29] xfs: enforce GFP_NOIO implicitly during nowait time update
` [PATCH 13/29] xfs: make xfs_trans_alloc() support nowait semantics
` [PATCH 14/29] xfs: support nowait for xfs_log_reserve()
` [PATCH 15/29] xfs: don't wait for free space in xlog_grant_head_check() in nowait case
` [PATCH 16/29] xfs: add nowait parameter for xfs_inode_item_init()
` [PATCH 17/29] xfs: make xfs_trans_ijoin() error out -EAGAIN
` [PATCH 18/29] xfs: set XBF_NOWAIT for xfs_buf_read_map if necessary
` [PATCH 19/29] xfs: support nowait memory allocation in _xfs_buf_alloc()
` [PATCH 20/29] xfs: distinguish error type of memory allocation failure for nowait case
` [PATCH 21/29] xfs: return -EAGAIN when bulk memory allocation fails in "
` [PATCH 22/29] xfs: comment page allocation for nowait case in xfs_buf_find_insert()
` [PATCH 23/29] xfs: don't print warn info for -EAGAIN error in xfs_buf_get_map()
` [PATCH 24/29] xfs: support nowait for xfs_buf_read_map()
` [PATCH 25/29] xfs: support nowait for xfs_buf_item_init()
` [PATCH 26/29] xfs: return -EAGAIN when nowait meets sync in transaction commit
` [PATCH 27/29] xfs: add a comment for xlog_kvmalloc()
` [PATCH 28/29] xfs: support nowait semantics for xc_ctx_lock in xlog_cil_commit()
` [PATCH 29/29] io_uring: add support for getdents
[PATCH net-next 00/17] tls: expand tls_cipher_size_desc to simplify getsockopt/setsockopt
2023-08-25 21:35 UTC (18+ messages)
` [PATCH net-next 01/17] selftests: tls: add test variants for aria-gcm
` [PATCH net-next 02/17] selftests: tls: add getsockopt test
` [PATCH net-next 03/17] selftests: tls: test some invalid inputs for setsockopt
` [PATCH net-next 04/17] tls: move tls_cipher_size_desc to net/tls/tls.h
` [PATCH net-next 05/17] tls: add TLS_CIPHER_ARIA_GCM_* to tls_cipher_size_desc
` [PATCH net-next 06/17] tls: reduce size of tls_cipher_size_desc
` [PATCH net-next 07/17] tls: rename tls_cipher_size_desc to tls_cipher_desc
` [PATCH net-next 08/17] tls: extend tls_cipher_desc to fully describe the ciphers
` [PATCH net-next 09/17] tls: validate cipher descriptions at compile time
` [PATCH net-next 10/17] tls: expand use of tls_cipher_desc in tls_set_device_offload
` [PATCH net-next 11/17] tls: allocate the fallback aead after checking that the cipher is valid
` [PATCH net-next 12/17] tls: expand use of tls_cipher_desc in tls_sw_fallback_init
` [PATCH net-next 13/17] tls: get crypto_info size from tls_cipher_desc in do_tls_setsockopt_conf
` [PATCH net-next 14/17] tls: use tls_cipher_desc to simplify do_tls_getsockopt_conf
` [PATCH net-next 15/17] tls: use tls_cipher_desc to get per-cipher sizes in tls_set_sw_offload
` [PATCH net-next 16/17] tls: use tls_cipher_desc to access per-cipher crypto_info "
` [PATCH net-next 17/17] tls: get cipher_name from cipher_desc "
[PATCH 0/12] Do not include crypto/algapi.h
2023-08-25 21:23 UTC (5+ messages)
` [PATCH 1/12] fscrypt: "
` [PATCH 3/12] Bluetooth: "
[RFC PATCH net-next 0/3] Support Symmetric Toeplitz RSS hash
2023-08-25 21:21 UTC (12+ messages)
` [RFC PATCH net-next 1/3] net: ethtool: add symmetric Toeplitz RSS hash function
[PATCH net-next v2 0/4] selftests/tc-testing: add tests covering classid
2023-08-25 21:03 UTC (6+ messages)
` [PATCH net-next v2 1/4] selftests/tc-testing: cls_fw: add tests for classid
` [PATCH net-next v2 2/4] selftest/tc-testing: cls_route: "
` [PATCH net-next v2 3/4] selftest/tc-testing: cls_u32: "
` [PATCH net-next v2 4/4] net/sched: cls_route: make netlink errors meaningful
[PATCH V2 0/7] Add NSS clock controller support for IPQ9574
2023-08-25 20:58 UTC (15+ messages)
` [PATCH V2 1/7] clk: qcom: clk-alpha-pll: Add NSS HUAYRA ALPHA PLL support for ipq9574
` [PATCH V2 2/7] dt-bindings: clock: gcc-ipq9574: Add definition for GPLL0_OUT_AUX
` [PATCH V2 3/7] clk: qcom: gcc-ipq9574: Add gpll0_out_aux clock
` [PATCH V2 4/7] dt-bindings: clock: Add ipq9574 NSSCC clock and reset definitions
` [PATCH V2 5/7] clk: qcom: Add NSS clock Controller driver for IPQ9574
` [PATCH V2 6/7] arm64: dts: qcom: ipq9574: Add support for nsscc node
` [PATCH V2 7/7] arm64: defconfig: Build NSS Clock Controller driver for IPQ9574
[PATCH net] r8169: fix ASPM-related issues on a number of systems with NIC version from RTL8168h
2023-08-25 19:44 UTC
pull-request: bpf-next 2023-08-25
2023-08-25 19:43 UTC
[PATCH RFC net-next v1 0/2] selftests/dpll: DPLL subsystem integration tests
2023-08-25 19:06 UTC (8+ messages)
` [PATCH RFC net-next v1 2/2] selftests/dpll: add DPLL system integration selftests
[PATCH] ethernet: tg3: remove unreachable code
2023-08-25 19:04 UTC
[PATCH v3 0/5] ARM: Add GXP UMAC Support
2023-08-25 18:54 UTC (8+ messages)
` [PATCH v3 4/5] net: hpe: Add GXP UMAC Driver
[PATCH bpf-next v3] xsk: fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR()
2023-08-25 18:53 UTC (2+ messages)
[PATCH 1/2] net: dsa: microchip: KSZ9477: Provide functions to access MMD registers
2023-08-25 18:48 UTC (6+ messages)
` [PATCH 2/2] net: dsa: microchip: Provide Module 4 KSZ9477 errata (DS80000754C)
[PATCH net] dccp: Fix out of bounds access in DCCP error handler
2023-08-25 18:35 UTC (2+ messages)
[PATCH v12 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
2023-08-25 18:26 UTC (9+ messages)
` [PATCH v12 1/6] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
` [PATCH v12 2/6] s390/pci: prepare is_passed_through() for dma-iommu
` [PATCH v12 3/6] s390/pci: Use dma-iommu layer
` [PATCH v12 4/6] iommu/s390: Disable deferred flush for ISM devices
` [PATCH v12 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v12 6/6] iommu/dma: Use a large flush queue and timeout for shadow_on_flush
[PATCH] net: hsr : Provide fix for HSRv1 supervisor frames decoding
2023-08-25 18:10 UTC (2+ messages)
[PATCH net-next] net/mlx5: Use PTR_ERR_OR_ZERO() to simplify code
2023-08-25 18:02 UTC (2+ messages)
Synopsis XLGMII MAC, IEEE 802.3 and XLGMII interfaces
2023-08-25 17:51 UTC (2+ messages)
[PATCH] net/mlx5: fix config name in Kconfig parameter documentation
2023-08-25 17:45 UTC (2+ messages)
[PATCH net] net: stmmac: Use hrtimer for TX coalescing
2023-08-25 17:38 UTC (4+ messages)
[BUG] Possible unsafe page_pool usage in octeontx2
2023-08-25 17:25 UTC (7+ messages)
r8169 link up but no traffic, and watchdog error
2023-08-25 16:55 UTC (6+ messages)
[PATCH v3 0/9] io_uring: Initial support for {s,g}etsockopt commands
2023-08-25 16:53 UTC (8+ messages)
` [PATCH v3 8/9] io_uring/cmd: BPF hook for getsockopt cmd
` [PATCH v3 9/9] selftests/bpf/sockopt: Add io_uring support
Microchip net DSA with ptp4l getting tx_timeout failed msg using 6.3.12 kernel and KSZ9567 switch
2023-08-25 15:49 UTC (4+ messages)
Payment Remittance Advice
2023-08-25 15:49 UTC
[PATCH v2 1/2] selftests: Provide local define of min() and max()
2023-08-25 15:26 UTC (4+ messages)
` [PATCH v2 2/2] selftests/net: replace ternary operator with min()/max()
[PATCH net] dt-bindings: net: dsa: marvell: fix wrong model in compatibility list
2023-08-25 15:05 UTC (3+ messages)
[PATCH] fsl_ucc_hdlc: add a check of the return value from hdlc_open
2023-08-25 14:31 UTC
[RFC net-next v2 0/5] Add MACsec support for TJA11XX C45 PHYs
2023-08-25 14:22 UTC (13+ messages)
` [RFC net-next v2 2/5] net: macsec: introduce mdo_insert_tx_tag
` [RFC net-next v2 3/5] net: phy: nxp-c45-tja11xx add MACsec support
` [RFC net-next v2 4/5] net: phy: nxp-c45-tja11xx: add MACsec statistics
[V10 0/8] Enable Wifi RFI interference mitigation feature support
2023-08-25 14:13 UTC (5+ messages)
` [V10 5/8] drm/amd/pm: setup the framework to support Wifi RFI mitigation feature
` [V10 7/8] drm/amd/pm: enable Wifi RFI mitigation feature support for SMU13.0.0
[PATCH iwl-next v2 2/9] ethtool: Add forced speed to supported link modes maps
2023-08-25 13:57 UTC (7+ messages)
` [Intel-wired-lan] "
[PATCH net-next 1/2] net: Fix skb consume leak in sch_handle_egress
2023-08-25 13:49 UTC (2+ messages)
` [PATCH net-next 2/2] net: Make consumed action consistent "
[PATCH bpf-next v3 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
2023-08-25 13:04 UTC (3+ messages)
` [PATCH bpf-next v3 1/7] bpf, sockmap: add BPF_F_PERMANENT flag for "
[PATCH v4] tracepoint: add new `tcp:tcp_ca_event` trace event
2023-08-25 13:32 UTC
[PATCH bpf-next v2 00/11] seltests/xsk: various improvements to xskxceiver
2023-08-25 13:34 UTC (20+ messages)
` [PATCH bpf-next v2 03/11] selftests/xsk: add option to only run tests in a single mode
` [PATCH bpf-next v2 05/11] selftests/xsk: declare test names in struct
` [PATCH bpf-next v2 07/11] selftests/xsk: add option to run single test
` [PATCH bpf-next v2 09/11] selftests/xsk: fail single test instead of all tests
` [PATCH bpf-next v2 10/11] selftests/xsk: display command line options with -h
` [PATCH bpf-next v2 11/11] selftests/xsk: introduce XSKTEST_ETH environment variable
pull-request: wireless-next-2023-08-25
2023-08-25 13:22 UTC
[PATCH net-next v6 00/12] tools/net/ynl: Add support for netlink-raw families
2023-08-25 12:27 UTC (13+ messages)
` [PATCH net-next v6 01/12] doc/netlink: Fix typo in genetlink-* schemas
` [PATCH net-next v6 02/12] doc/netlink: Add a schema for netlink-raw families
` [PATCH net-next v6 03/12] doc/netlink: Update genetlink-legacy documentation
` [PATCH net-next v6 04/12] doc/netlink: Document the netlink-raw schema extensions
` [PATCH net-next v6 05/12] tools/ynl: Add mcast-group schema parsing to ynl
` [PATCH net-next v6 06/12] tools/net/ynl: Fix extack parsing with fixed header genlmsg
` [PATCH net-next v6 07/12] tools/net/ynl: Add support for netlink-raw families
` [PATCH net-next v6 08/12] tools/net/ynl: Implement nlattr array-nest decoding in ynl
` [PATCH net-next v6 09/12] tools/net/ynl: Add support for create flags
` [PATCH net-next v6 10/12] doc/netlink: Add spec for rt addr messages
` [PATCH net-next v6 11/12] doc/netlink: Add spec for rt link messages
` [PATCH net-next v6 12/12] doc/netlink: Add spec for rt route messages
[PATCH v3 0/4] Move Loongson1 MAC arch-code to the driver dir
2023-08-25 12:22 UTC (4+ messages)
` [PATCH v3 4/4] MAINTAINERS: Update MIPS/LOONGSON1 entry
[PATCH net 0/5] pds_core: error handling fixes
2023-08-25 11:47 UTC (2+ messages)
[PATCH iwl-next v2] ice: Disable Cage Max Power override
2023-08-25 11:01 UTC (3+ messages)
[PATCH iwl-next v7 00/15] Introduce the Parser Library
2023-08-25 10:52 UTC (4+ messages)
` [PATCH iwl-next v8 "
[net-next PatchV2 0/4] octeontx2-af: misc MAC block changes
2023-08-25 10:40 UTC (5+ messages)
` [net-next PatchV2 1/4] octeontx2-af: CN10KB: Add USGMII LMAC mode
` [net-next PatchV2 2/4] octeontx2-af: Don't treat lack of CGX interfaces as error
` [net-next PatchV2 3/4] octeontx2-af: Add validation of lmac
` [net-next PatchV2 4/4] octeontx2-af: print error message incase of invalid pf mapping
[PATCH net-next v2 0/6] sfc: introduce eth, ipv4 and ipv6 pedit offloads
2023-08-25 10:27 UTC (2+ messages)
[net PATCH V4 0/3] Fix PFC related issues
2023-08-25 10:10 UTC (2+ messages)
[PATCH net 0/3] mlxsw: Assorted fixes
2023-08-25 10:00 UTC (2+ messages)
[PATCH net-next,v2] selftests: bonding: create directly devices in the target namespaces
2023-08-25 9:57 UTC (3+ messages)
[PATCH net-next v7 0/6] introduce page_pool_alloc() related API
2023-08-25 9:40 UTC (16+ messages)
` [PATCH net-next v7 1/6] page_pool: frag API support for 32-bit arch with 64-bit DMA
[PATCH net-next] kunit: Fix checksum tests on big endian CPUs
2023-08-25 9:20 UTC (2+ messages)
[PATCH] net: arcnet: Do not call kfree_skb() under local_irq_disable()
2023-08-25 9:20 UTC (2+ messages)
[PATCH net] ice: avoid executing commands on other ports when driving sync
2023-08-25 9:10 UTC (2+ messages)
[PATCH v3 net] octeontx2-pf: fix page_pool creation fail for rings > 32k
2023-08-25 9:10 UTC (2+ messages)
[PATCH net-next] net: fec: add statistics for XDP_TX
2023-08-25 9:10 UTC (2+ messages)
[PATCH net v2 0/3] Avoid TCP resets when using ECMP for load-balancing between multiple servers
2023-08-25 9:08 UTC (4+ messages)
` [PATCH net v2 1/3] ipv4: ignore dst hint for multipath routes
` [PATCH net v2 2/3] ipv6: "
` [PATCH net v2 3/3] selftests: forwarding: Add test for load-balancing between multiple servers
[PATCH net-next v5 00/12] tools/net/ynl: Add support for netlink-raw families
2023-08-25 9:04 UTC (4+ messages)
` [PATCH net-next v5 11/12] doc/netlink: Add spec for rt link messages
[PATCH 0/6] Add NSS clock controller support for IPQ9574
2023-08-25 8:56 UTC (5+ messages)
` [PATCH 3/6] dt-bindings: clock: Add ipq9574 NSSCC clock and reset definitions
[patch net-next 00/15] devlink: finish file split and get retire leftover.c
2023-08-25 8:53 UTC (13+ messages)
` [patch net-next 04/15] devlink: move and rename devlink_dpipe_send_and_alloc_skb() helper
` [patch net-next 05/15] devlink: push dpipe related code into separate file
` [patch net-next 06/15] devlink: push resource "
` [patch net-next 07/15] devlink: push param "
` [patch net-next 08/15] devlink: push region "
` [patch net-next 09/15] devlink: use tracepoint_enabled() helper
` [patch net-next 10/15] devlink: push trap related code into separate file
` [patch net-next 11/15] devlink: push rate "
` [patch net-next 12/15] devlink: push linecard "
` [patch net-next 13/15] devlink: move tracepoint definitions into core.c
` [patch net-next 14/15] devlink: move small_ops definition into netlink.c
` [patch net-next 15/15] devlink: move devlink_notify_register/unregister() to dev.c
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).