netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-25 20:53:12 to 2024-06-26 10:45:47 UTC [more...]

[PATCH net-next v9 00/13] net: phy: mediatek: Introduce mtk-phy-lib and add 2.5Gphy support
 2024-06-26 10:43 UTC  (2+ messages)
` [PATCH net-next v9 01/13] net: phy: mediatek: Re-organize MediaTek ethernet phy drivers

[net-next,PATCH v7 0/8] Series to deliver Ethernet for STM32MP13
 2024-06-26 10:38 UTC  (3+ messages)
` [net-next,PATCH v7 2/8] net: stmmac: dwmac-stm32: Separate out external clock rate validation

[PATCH net-next v3 0/4] selftests: drv-net: rss_ctx: add tests for RSS contexts
 2024-06-26 10:36 UTC  (13+ messages)
` [PATCH net-next v3 1/4] selftests: drv-net: try to check if port is in use
` [PATCH net-next v3 2/4] selftests: drv-net: add helper to wait for HW stats to sync
` [PATCH net-next v3 3/4] selftests: drv-net: add ability to wait for at least N packets to load gen
` [PATCH net-next v3 4/4] selftests: drv-net: rss_ctx: add tests for RSS configuration and contexts

[PATCH v1 2/2] ipv6: always accept routing headers with 0 segments left
 2024-06-26 10:10 UTC  (4+ messages)

[PATCH vhost v2 00/24] vdpa/mlx5: Pre-create HW VQs to reduce LM downtime
 2024-06-26 10:27 UTC  (25+ messages)
` [PATCH vhost v2 01/24] vdpa/mlx5: Clarify meaning thorough function rename
` [PATCH vhost v2 02/24] vdpa/mlx5: Make setup/teardown_vq_resources() symmetrical
` [PATCH vhost v2 03/24] vdpa/mlx5: Drop redundant code
` [PATCH vhost v2 04/24] vdpa/mlx5: Drop redundant check in teardown_virtqueues()
` [PATCH vhost v2 05/24] vdpa/mlx5: Iterate over active VQs during suspend/resume
` [PATCH vhost v2 06/24] vdpa/mlx5: Remove duplicate suspend code
` [PATCH vhost v2 07/24] vdpa/mlx5: Initialize and reset device with one queue pair
` [PATCH vhost v2 08/24] vdpa/mlx5: Clear and reinitialize software VQ data on reset
` [PATCH vhost v2 09/24] vdpa/mlx5: Rename init_mvqs
` [PATCH vhost v2 10/24] vdpa/mlx5: Add support for modifying the virtio_version VQ field
` [PATCH vhost v2 11/24] vdpa/mlx5: Add support for modifying the VQ features field
` [PATCH vhost v2 12/24] vdpa/mlx5: Set an initial size on the VQ
` [PATCH vhost v2 13/24] vdpa/mlx5: Start off rqt_size with max VQPs
` [PATCH vhost v2 14/24] vdpa/mlx5: Set mkey modified flags on all VQs
` [PATCH vhost v2 15/24] vdpa/mlx5: Allow creation of blank VQs
` [PATCH vhost v2 16/24] vdpa/mlx5: Accept Init -> Ready VQ transition in resume_vq()
` [PATCH vhost v2 17/24] vdpa/mlx5: Add error code for suspend/resume VQ
` [PATCH vhost v2 18/24] vdpa/mlx5: Consolidate all VQ modify to Ready to use resume_vq()
` [PATCH vhost v2 19/24] vdpa/mlx5: Forward error in suspend/resume device
` [PATCH vhost v2 20/24] vdpa/mlx5: Use suspend/resume during VQP change
` [PATCH vhost v2 21/24] vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add time
` [PATCH vhost v2 22/24] vdpa/mlx5: Re-create HW VQs under certain conditions
` [PATCH vhost v2 23/24] vdpa/mlx5: Don't reset VQs more than necessary
` [PATCH vhost v2 24/24] vdpa/mlx5: Don't enable non-active VQs in .set_vq_ready()

[PATCH bpf v2] af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash
 2024-06-26 10:19 UTC  (3+ messages)

[PATCH net-next v13 00/13] Introduce PHY listing and link_topology tracking
 2024-06-26 10:15 UTC  (4+ messages)

[PATCH 00/15] Introduce HabanaLabs network drivers
 2024-06-26 10:13 UTC  (10+ messages)
` [PATCH 09/15] net: hbl_en: add habanalabs Ethernet driver

[PATCH iwl-next v1 0/4] Replace auxbus with ice_adapter in the PTP support code
 2024-06-26 10:03 UTC  (5+ messages)
` [PATCH iwl-next v1 1/4] ice: Introduce ice_get_phy_model() wrapper
` [PATCH iwl-next v1 2/4] ice: Add ice_get_ctrl_ptp() wrapper to simplify the code
` [PATCH iwl-next v1 3/4] ice: Use ice_adapter for PTP shared data instead of auxdev
` [PATCH iwl-next v1 4/4] ice: Drop auxbus use for PTP to finalize ice_adapter move

[RFC PATCH net-next 0/9] flower: rework TCA_FLOWER_KEY_ENC_FLAGS usage
 2024-06-26 10:01 UTC  (6+ messages)
` [RFC PATCH net-next 2/9] net/sched: cls_flower: prepare fl_{set,dump}_key_flags() for ENC_FLAGS

[PATCH net v4] net: allow skb_datagram_iter to be called from any context
 2024-06-26 10:00 UTC 

[PATCH net-next v4 0/5] virtio_net: enable the irq for ctrlq
 2024-06-26  9:58 UTC  (14+ messages)
` [PATCH net-next v4 2/5] virtio_net: enable irq for the control vq

[syzbot] [net?] possible deadlock in do_ip_setsockopt (4)
 2024-06-26  9:50 UTC 

[RFC net-next 0/2] selftests: drv-net: add ability to schedule cleanup with defer()
 2024-06-26  9:38 UTC  (6+ messages)
` [RFC net-next 1/2] "
` [RFC net-next 2/2] selftests: drv-net: rss_ctx: convert to defer()

[PATCH iwl-net v5] i40e: fix: remove needless retries of NVM update
 2024-06-26  9:28 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH vhost 00/23] vdpa/mlx5: Pre-create HW VQs to reduce LM downtime
 2024-06-26  9:28 UTC  (7+ messages)
` [PATCH vhost 18/23] vdpa/mlx5: Forward error in suspend/resume device
` [PATCH vhost 20/23] vdpa/mlx5: Pre-create hardware VQs at vdpa .dev_add time

[BUG] ice driver crash on arm64
 2024-06-26  9:19 UTC  (4+ messages)

[PATCH net-next v2 0/4] selftests: drv-net: rss_ctx: add tests for RSS contexts
 2024-06-26  8:42 UTC  (7+ messages)
` [PATCH net-next v2 4/4] selftests: drv-net: rss_ctx: add tests for RSS configuration and contexts

[PATCH net] net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket
 2024-06-26  9:13 UTC 

[PATCH v6 net-next 0/9] ethtool: track custom RSS contexts in the core
 2024-06-26  9:05 UTC  (5+ messages)
` [PATCH v6 net-next 3/9] net: ethtool: record custom RSS contexts in the XArray

[PATCH rdma-next 1/1] RDMA/mana_ib: Set correct device into ib
 2024-06-26  9:05 UTC  (2+ messages)

[PATCH v2 0/3] arm64: dts: qcom: sa8775p-ride: support both board variants
 2024-06-26  8:59 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: arm: qcom: add sa8775p-ride Rev 3

[PATCH net-next 0/5] netdev_features: start cleaning netdev_features_t up
 2024-06-26  8:52 UTC  (4+ messages)
` [PATCH net-next 3/5] netdev_features: convert NETIF_F_LLTX to dev->lltx

[PATCH bpf-next 0/2] selftests/xsk: Enhance traffic validation and batch size support
 2024-06-26  8:51 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/xsk: Enhance batch size support with dynamic configurations

[PATCH net v3] net: allow skb_datagram_iter to be called from any context
 2024-06-26  8:43 UTC  (5+ messages)
` [PATCH] Revert "net: micro-optimize skb_datagram_iter"

How to implement message forwarding from one CID to another in vhost driver
 2024-06-26  8:37 UTC  (11+ messages)

[RFC PATCH v2] ptp: Add vDSO-style vmclock support
 2024-06-26  8:32 UTC  (5+ messages)

[PATCH 1/1] dt-bindings: net: convert enetc to yaml
 2024-06-26  8:24 UTC  (2+ messages)

[PATCHv3 net-next] bonding: 3ad: send ifinfo notify when mux state changed
 2024-06-26  8:22 UTC  (2+ messages)

[PATCH net-next v4 0/7] net: pse-pd: Add new PSE c33 features
 2024-06-26  8:21 UTC  (8+ messages)
` [PATCH net-next v4 1/7] net: ethtool: pse-pd: Expand C33 PSE status with class, power and extended state
` [PATCH net-next v4 4/7] net: pse-pd: Add new power limit get and set c33 features

[PATCH 1/1] dt-bindings: can: fsl,flexcan: add can-transceiver for fsl,flexcan
 2024-06-26  8:19 UTC  (2+ messages)

[PATCH net-next] dt-bindings: net: Define properties at top-level
 2024-06-26  8:16 UTC  (2+ messages)

[PATCH net-next] ipvs: properly dereference pe in ip_vs_add_service
 2024-06-26  8:11 UTC 

[PATCH 0/2] Documentation: update information for mailing lists
 2024-06-26  8:12 UTC  (4+ messages)
` [PATCH 2/2] Documentation: best practices for using Link trailers

[PATCH] s390/ism: Add check for dma_set_max_seg_size in ism_probe()
 2024-06-26  8:12 UTC 

[PATCH net-next v14 00/13] Device Memory TCP
 2024-06-26  8:10 UTC  (3+ messages)
` [PATCH net-next v14 03/13] netdev: support binding dma-buf to netdevice

[PATCH V2 0/3] virtio-net: synchronize operstate with admin state on up/down
 2024-06-26  7:52 UTC  (11+ messages)
` [PATCH V2 3/3] "

[PATCH v2 0/3] Add interconnect support for stmmac driver
 2024-06-26  7:40 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: net: qcom: ethernet: Add interconnect properties
` [PATCH v2 2/3] net: stmmac: Add interconnect support
` [PATCH v2 3/3] net: stmmac: Bring down the clocks to lower frequencies when mac link goes down

[PATCH v2] dt-bindings: net: dsa: mediatek,mt7530: Minor wording fixes
 2024-06-26  7:38 UTC  (4+ messages)

[PATCH net-next v2] net: ti: icssg-prueth: Split out common object into module
 2024-06-26  7:37 UTC  (4+ messages)

[PATCH net v8 0/3] Handle new Microchip KSZ 9897 Errata
 2024-06-26  7:28 UTC  (3+ messages)

[PATCH net-next v5 00/10] net: openvswitch: Add sample multicasting
 2024-06-26  7:26 UTC  (12+ messages)
` [PATCH net-next v5 01/10] net: psample: add user cookie
` [PATCH net-next v5 02/10] net: sched: act_sample: add action cookie to sample
` [PATCH net-next v5 03/10] net: psample: skip packet copy if no listeners
` [PATCH net-next v5 04/10] net: psample: allow using rate as probability
` [PATCH net-next v5 08/10] selftests: openvswitch: add userspace parsing
` [PATCH net-next v5 09/10] selftests: openvswitch: parse trunc action
` [PATCH net-next v5 10/10] selftests: openvswitch: add emit_sample test

[PATCH v2 18/19] mfd: Add support for LAN966x PCI device
 2024-06-26  7:17 UTC  (4+ messages)

[PATCH net v4] Fix race for duplicate reqsk on identical SYN
 2024-06-26  7:12 UTC  (3+ messages)

[syzbot] [wireless?] WARNING in ieee80211_rx_list (2)
 2024-06-26  7:06 UTC 

[PATCH net-next v2] Revert "net: micro-optimize skb_datagram_iter"
 2024-06-26  7:01 UTC 

[PATCH v2 2/2] test_bpf: Introduce an skb_segment test for frag_list whose head_frag=true and gso_size was mangled
 2024-06-26  6:55 UTC  (3+ messages)
` [PATCH v2 1/2] net: Fix skb_segment when splitting gso_size mangled skb having linear-headed frag_list whose head_frag=true
` [PATCH v2 0/2] net: Fix BUG_ON for segment frag_list with mangled gso_size and head_frag is true

[PATCH v2 iproute2 0/3] Multiple Spanning Tree (MST) Support
 2024-06-26  6:50 UTC  (13+ messages)
` [PATCH v2 iproute2 1/3] ip: bridge: add support for mst_enabled
` [PATCH v2 iproute2 2/3] bridge: vlan: Add support for setting a VLANs MSTI
` [PATCH v2 iproute2 3/3] bridge: mst: Add get/set support for MST states

[PATCHv2 net-next] bonding: 3ad: send ifinfo notify when mux state changed
 2024-06-26  6:25 UTC  (4+ messages)

[PATCH net-next v7 0/9] Add ability to flash modules' firmware
 2024-06-26  6:14 UTC  (4+ messages)
` [PATCH net-next v7 7/9] ethtool: cmis_cdb: Add a layer for supporting CDB commands

[PATCH net v2 0/2] net: txgbe: fix MSI and INTx interrupts
 2024-06-26  6:07 UTC  (3+ messages)
` [PATCH net v2 1/2] net: txgbe: remove separate irq request for MSI and INTx
` [PATCH net v2 2/2] net/txgbe: add extra handle for MSI/INTx into thread irq handle

[PATCH v5] net/mlx5: Reclaim max 50K pages at once
 2024-06-26  5:34 UTC  (5+ messages)

[syzbot] [hams?] WARNING: refcount bug in ax25_release (3)
 2024-06-26  5:29 UTC  (2+ messages)

[PATCH net-next v21 00/13] Add Realtek automotive PCIe driver
 2024-06-26  5:28 UTC  (4+ messages)
` [PATCH net-next v21 12/13] realtek: Update the Makefile and Kconfig in the realtek folder

[PATCH net-next] net: Drop explicit initialization of struct i2c_device_id::driver_data to 0
 2024-06-26  5:00 UTC  (3+ messages)

[PATCH net] net: txgbe: fix MSI and INTx interrupts
 2024-06-26  3:11 UTC  (3+ messages)

[PATCH] net: phy: phy_device: Fix PHY LED blinking code comment
 2024-06-26  3:06 UTC 

[PATCH v1 net 00/11] af_unix: Fix bunch of MSG_OOB bugs and add new tests
 2024-06-26  2:01 UTC  (7+ messages)
` [PATCH v1 net 02/11] selftest: af_unix: Add msg_oob.c

[PATCH net-next v12 0/7] add ethernet driver for Tehuti Networks TN40xx chips
 2024-06-26  2:00 UTC  (2+ messages)

[PATCH net-next v1 0/3] selftests: rds selftest
 2024-06-26  1:28 UTC  (4+ messages)
` [PATCH net-next v1 1/3] .gitignore: add .gcda files
` [PATCH net-next v1 2/3] net: rds: add option for GCOV profiling
` [PATCH net-next v1 3/3] selftests: rds: add testing infrastructure

[PATCH v6 00/13] Centralize _GNU_SOURCE definition into lib.mk
 2024-06-26  1:21 UTC  (5+ messages)

[PATCH net 1/1] igc: Fix double reset adapter triggered from a single taprio cmd
 2024-06-26  1:19 UTC  (2+ messages)

[PATCH net] tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFO
 2024-06-26  1:10 UTC  (2+ messages)

[net PATCH v2 0/7] octeontx2-af: Fix klockwork issues in AF driver
 2024-06-26  1:04 UTC  (5+ messages)
` [net PATCH v2 1/7] octeontx2-af: Fix klockwork issue in cgx.c
    ` [EXTERNAL] Re: [net PATCH v2 0/7] octeontx2-af: Fix klockwork issues in AF driver

[PATCH net-next v3 0/5] gve: Add flow steering support
 2024-06-26  1:00 UTC  (2+ messages)

[PATCH net-next] net: thunderx: Unembed netdev structure
 2024-06-26  0:54 UTC  (2+ messages)

[PATCH net-next v15 0/5] ethtool: provide the dim profile fine-tuning channel
 2024-06-26  0:50 UTC  (2+ messages)

[PATCH net-next v3] enic: add ethtool get_channel support
 2024-06-26  0:53 UTC 

[PATCH v2] enic: add ethtool get_channel support
 2024-06-26  0:37 UTC  (3+ messages)

[PATCH net 0/7] mlx5 fixes 2024-06-24
 2024-06-26  0:21 UTC  (3+ messages)
` [PATCH net 6/7] net/mlx5e: Present succeeded IPsec SA bytes and packet

[PATCH net-next v1 0/2] page_pool: bnxt_en: unlink old page pool in queue api using helper
 2024-06-26  0:10 UTC  (4+ messages)
` [PATCH net-next v1 1/2] page_pool: reintroduce page_pool_unlink_napi()

[PATCH net-next v2 0/2] ravb: Add MII support for R-Car V4M
 2024-06-26  0:10 UTC  (2+ messages)

[PATCH v3 net] ionic: use dev_consume_skb_any outside of napi
 2024-06-25 23:50 UTC  (2+ messages)

[PATCH,net-next,v2][resend] virtio_net: Remove u64_stats_update_begin()/end() for stats fetch
 2024-06-25 23:47 UTC  (2+ messages)

[PATCH net-next v9 00/13] First try to replace page_frag with page_frag_cache
 2024-06-25 23:41 UTC  (3+ messages)

[RFC net-next 00/15] add basic PSP encryption for TCP connections
 2024-06-25 23:17 UTC  (6+ messages)

[net-next PATCH v2 00/15] eth: fbnic: Add network driver for Meta Platforms Host Network Interface
 2024-06-25 23:13 UTC  (4+ messages)
` [net-next PATCH v2 07/15] eth: fbnic: Allocate a netdevice and napi vectors with queues

[PATCH] qdisc: fix NULL pointer dereference in perf_trace_qdisc_reset()
 2024-06-25 22:41 UTC  (2+ messages)

[PATCH v7 0/1] Centralize _GNU_SOURCE definition into lib.mk
 2024-06-25 22:34 UTC  (2+ messages)
` [PATCH v7 1/1] selftests: Centralize -D_GNU_SOURCE= to CFLAGS in lib.mk

[PATCH 1/4] soc: fsl: qbman: FSL_DPAA depends on COMPILE_TEST
 2024-06-25 22:06 UTC  (3+ messages)

[PATCH v2 6/8] fwctl: Add documentation
 2024-06-25 22:04 UTC  (2+ messages)

[net-next v2 0/2] net: wwan: t7xx: Add t7xx debug port
 2024-06-25 21:10 UTC  (2+ messages)

[net-next v2 2/2] net: wwan: t7xx: Add debug port
 2024-06-25 21:00 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).