netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-24 21:31:46 to 2023-08-25 14:05:52 UTC [more...]

[PATCH RFC v5 00/29] io_uring getdents
 2023-08-25 13:54 UTC  (25+ 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 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] "

[RFC net-next v2 0/5] Add MACsec support for TJA11XX C45 PHYs
 2023-08-25 13:50 UTC  (11+ 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

[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 net] net: stmmac: Use hrtimer for TX coalescing
 2023-08-25 13:42 UTC  (3+ messages)

[BUG] Possible unsafe page_pool usage in octeontx2
 2023-08-25 13:38 UTC  (6+ messages)

[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

[PATCH net] dccp: Fix out of bounds access in DCCP error handler
 2023-08-25 13:32 UTC 

pull-request: wireless-next-2023-08-25
 2023-08-25 13:22 UTC 

[PATCH net] dt-bindings: net: dsa: marvell: fix wrong model in compatibility list
 2023-08-25 13:14 UTC  (2+ messages)

[PATCH] net/mlx5: fix config name in Kconfig parameter documentation
 2023-08-25 12:51 UTC 

[PATCH V2 0/7] Add NSS clock controller support for IPQ9574
 2023-08-25 12:30 UTC  (14+ 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-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  (6+ messages)
` [PATCH v3 1/4] dt-bindings: mfd: syscon: Add compatibles for Loongson-1 syscon
` [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)

[PATCH v12 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-08-25 10:11 UTC  (7+ 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

[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 v2 1/2] selftests: Provide local define of min() and max()
 2023-08-25  9:32 UTC  (3+ messages)
` [PATCH v2 2/2] selftests/net: replace ternary operator with min()/max()

[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  (16+ messages)
` [patch net-next 01/15] devlink: push object register/unregister notifications into separate helpers
` [patch net-next 02/15] devlink: push port related code into separate file
` [patch net-next 03/15] devlink: push shared buffer "
` [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

[V9 0/9] Enable Wifi RFI interference mitigation feature support
 2023-08-25  8:48 UTC  (7+ messages)
` [V9 4/9] wifi: mac80211: Add support for WBRF features
` [V9 6/9] drm/amd/pm: setup the framework to support Wifi RFI mitigation feature

[V10 0/8] Enable Wifi RFI interference mitigation feature support
 2023-08-25  8:38 UTC  (9+ messages)
` [V10 1/8] ACPI: Add support for AMD ACPI based Wifi band RFI mitigation feature
` [V10 2/8] cfg80211: expose nl80211_chan_width_to_mhz for wide sharing
` [V10 3/8] wifi: mac80211: Add support for WBRF features
` [V10 4/8] drm/amd/pm: update driver_if and ppsmc headers for coming wbrf feature
` [V10 5/8] drm/amd/pm: setup the framework to support Wifi RFI mitigation feature
` [V10 6/8] drm/amd/pm: add flood detection for wbrf events
` [V10 7/8] drm/amd/pm: enable Wifi RFI mitigation feature support for SMU13.0.0
` [V10 8/8] drm/amd/pm: enable Wifi RFI mitigation feature support for SMU13.0.7

[PATCH 1/2] net: dsa: microchip: KSZ9477: Provide functions to access MMD registers
 2023-08-25  8:39 UTC  (6+ messages)
` [PATCH 2/2] net: dsa: microchip: Provide Module 4 KSZ9477 errata (DS80000754C)

[PATCH net-next 1/2] dt-bindings: net: dsa: marvell: add MV88E6361 switch to compatibility list
 2023-08-25  8:21 UTC  (4+ messages)

[PATCH 0/1] Issue description and debug
 2023-08-25  7:55 UTC  (2+ messages)
` [PATCH 1/1] net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicated

[PATCH] can: raw: Remove NULL check before dev_{put, hold}
 2023-08-25  7:49 UTC  (2+ messages)

[PATCH net-next v3 0/8] support more link mode for TXGBE
 2023-08-25  7:46 UTC  (7+ messages)
` [PATCH net-next v3 7/8] net: txgbe: support copper NIC with external PHY

[PATCH iwl-next v2] ice: add drop rule matching on not active lport
 2023-08-25  7:13 UTC 

[net-next Patch 0/5] octeontx2-af: misc MAC block changes
 2023-08-25  7:20 UTC  (7+ messages)
` [net-next Patch 4/5] octeontx2-af: replace generic error codes

[PATCH net-next V4 0/8] {devlink,mlx5}: Add port function attributes for ipsec
 2023-08-25  7:16 UTC  (11+ messages)
` [PATCH net-next V4 1/8] devlink: Expose port function commands to control IPsec crypto offloads
` [PATCH net-next V4 2/8] devlink: Expose port function commands to control IPsec packet offloads
` [PATCH net-next V4 3/8] net/mlx5: Drop extra layer of locks in IPsec
` [PATCH net-next V4 4/8] net/mlx5e: Rewrite IPsec vs. TC block interface
` [PATCH net-next V4 5/8] net/mlx5: Add IFC bits to support IPsec enable/disable
` [PATCH net-next V4 6/8] net/mlx5: Provide an interface to block change of IPsec capabilities
` [PATCH net-next V4 7/8] net/mlx5: Implement devlink port function cmds to control ipsec_crypto
` [PATCH net-next V4 8/8] net/mlx5: Implement devlink port function cmds to control ipsec_packet

[PATCH net v3] net: handle ARPHRD_PPP in dev_is_mac_header_xmit()
 2023-08-25  7:10 UTC  (2+ messages)

Moving forward
 2023-08-25  4:07 UTC 

[RFC PATCH 0/4] treewide: Use clocksource id for get_device_system_crosststamp()
 2023-08-25  4:18 UTC  (2+ messages)

[PATCH net v3 0/2][pull request] igc: Enhance the tx-usecs coalesce setting implementation
 2023-08-25  3:44 UTC  (6+ messages)
` [PATCH net v3 2/2] igc: Modify the tx-usecs coalesce setting

[PATCH net-next 0/5] tools: ynl: handful of forward looking updates
 2023-08-25  2:10 UTC  (2+ messages)

[PATCH net] net/mlx5: Dynamic cyclecounter shift calculation for PTP free running clock
 2023-08-25  2:10 UTC  (2+ messages)

[RFC PATCH net-next 0/3] Support Symmetric Toeplitz RSS hash
 2023-08-25  0:43 UTC  (10+ messages)
` [RFC PATCH net-next 1/3] net: ethtool: add symmetric Toeplitz RSS hash function

[net-next RFC 0/1] mlx5: support per queue coalesce settings
 2023-08-25  0:26 UTC  (3+ messages)

[PATCH iproute2-next 0/4] make ip vrf exec SELinux-aware
 2023-08-25  0:40 UTC  (2+ messages)

[PATCH 0/12] Do not include crypto/algapi.h
 2023-08-24 23:57 UTC  (5+ messages)
` [PATCH 9/12] evm: "
` [PATCH 10/12] KEYS: encrypted: "

[net-next PATCH v2 0/9] Introduce NAPI queues support
 2023-08-24 23:55 UTC  (7+ messages)
` [net-next PATCH v2 3/9] netdev-genl: spec: Extend netdev netlink spec in YAML for NAPI

[PATCH v3 2/2] selftests/net: replace ternary operator with min()/max()
 2023-08-24 23:27 UTC  (2+ messages)

[PATCH net-next v7 0/9] Create common DPLL configuration API
 2023-08-24 21:31 UTC  (7+ messages)
` [PATCH net-next v7 4/9] dpll: netlink: Add DPLL framework base functions
` [PATCH net-next v7 5/9] netdev: expose DPLL pin handle for netdevice
` [PATCH net-next v7 6/9] ice: add admin commands to access cgu configuration
` [PATCH net-next v7 7/9] ice: implement dpll interface to control cgu
` [PATCH net-next v7 8/9] ptp_ocp: implement DPLL ops
` [PATCH net-next v7 9/9] mlx5: Implement SyncE support using DPLL infrastructure


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