public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-18 13:56:57 to 2025-08-19 00:29:55 UTC [more...]

[PATCH net v3] net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUM
 2025-08-19  0:30 UTC  (2+ messages)

[PATCH net-next v3 00/23][pull request] Queue configs and large buffer providers
 2025-08-19  0:07 UTC  (20+ messages)
` [PATCH net-next v3 01/23] net: page_pool: sanitise allocation order
` [PATCH net-next v3 02/23] docs: ethtool: document that rx_buf_len must control payload lengths
` [PATCH net-next v3 03/23] net: ethtool: report max value for rx-buf-len
` [PATCH net-next v3 04/23] net: use zero value to restore rx_buf_len to default
` [PATCH net-next v3 14/23] net: add queue config validation callback
` [PATCH net-next v3 15/23] eth: bnxt: always set the queue mgmt ops
` [PATCH net-next v3 16/23] eth: bnxt: store the rx buf size per queue
` [PATCH net-next v3 17/23] eth: bnxt: adjust the fill level of agg queues with larger buffers
` [PATCH net-next v3 18/23] netdev: add support for setting rx-buf-len per queue
` [PATCH net-next v3 19/23] net: wipe the setting of deactived queues
` [PATCH net-next v3 20/23] eth: bnxt: use queue op config validate
` [PATCH net-next v3 21/23] eth: bnxt: support per queue configuration of rx-buf-len
` [PATCH net-next v3 22/23] net: let pp memory provider to specify rx buf len
` [PATCH net-next v3 23/23] net: validate driver supports passed qcfg params

[PATCH 6/6] pmdomain: mediatek: Add power domain driver for MT8189 SoC
 2025-08-18 23:57 UTC  (2+ messages)

[PATCH] net: macb: fix unregister_netdev call order in macb_remove() [v2]
 2025-08-18 23:25 UTC 

[PATCH iwl-net 0/2] ice: fix issues with loading certain older DDP packages
 2025-08-18 22:38 UTC  (7+ messages)
` [PATCH iwl-net 1/2] ice: fix double-call to ice_deinit_hw() during probe failure
  ` [Intel-wired-lan] "
` [PATCH iwl-net 2/2] ice: don't leave device non-functional if Tx scheduler config fails
  ` [Intel-wired-lan] "

[ROSE] [AX25] 6.15.10 long term stable kernel oops
 2025-08-18 22:31 UTC  (8+ messages)

[syzbot] [mm?] INFO: rcu detected stall in sys_umount (3)
 2025-08-18 22:27 UTC  (3+ messages)

[PATCH net-next] ipv6: ip6_gre: replace strcpy with strscpy for tunnel name
 2025-08-18 22:02 UTC 

[PATCH] ptp: ocp: Fix PCI delay estimation
 2025-08-18 21:31 UTC  (2+ messages)

[PATCH net] gve: prevent ethtool ops after shutdown
 2025-08-18 21:12 UTC 

[PATCH net-next v2] gve: support unreadable netmem
 2025-08-18 21:05 UTC 

[PATCH bpf-next] bpf: hashtab - allow BPF_MAP_LOOKUP{,_AND_DELETE}_BATCH with NULL keys/values
 2025-08-18 20:58 UTC  (2+ messages)

[PATCH net-next v3 0/5] sctp: Convert to use crypto lib, and upgrade cookie auth
 2025-08-18 20:54 UTC  (6+ messages)
` [PATCH net-next v3 1/5] selftests: net: Explicitly enable CONFIG_CRYPTO_SHA1 for IPsec
` [PATCH net-next v3 2/5] sctp: Fix MAC comparison to be constant-time
` [PATCH net-next v3 3/5] sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authentication
` [PATCH net-next v3 4/5] sctp: Convert cookie authentication to use HMAC-SHA256
` [PATCH net-next v3 5/5] sctp: Stop accepting md5 and sha1 for net.sctp.cookie_hmac_alg

[PATCH net-next v15 00/15] Begin upstreaming Homa transport protocol
 2025-08-18 20:55 UTC  (16+ messages)
` [PATCH net-next v15 01/15] net: homa: define user-visible API for Homa
` [PATCH net-next v15 02/15] net: homa: create homa_wire.h
` [PATCH net-next v15 03/15] net: homa: create shared Homa header files
` [PATCH net-next v15 04/15] net: homa: create homa_pool.h and homa_pool.c
` [PATCH net-next v15 05/15] net: homa: create homa_peer.h and homa_peer.c
` [PATCH net-next v15 06/15] net: homa: create homa_sock.h and homa_sock.c
` [PATCH net-next v15 07/15] net: homa: create homa_interest.h and homa_interest.c
` [PATCH net-next v15 08/15] net: homa: create homa_pacer.h and homa_pacer.c
` [PATCH net-next v15 09/15] net: homa: create homa_rpc.h and homa_rpc.c
` [PATCH net-next v15 10/15] net: homa: create homa_outgoing.c
` [PATCH net-next v15 11/15] net: homa: create homa_utils.c
` [PATCH net-next v15 12/15] net: homa: create homa_incoming.c
` [PATCH net-next v15 13/15] net: homa: create homa_timer.c
` [PATCH net-next v15 14/15] net: homa: create homa_plumbing.c
` [PATCH net-next v15 15/15] net: homa: create Makefile and Kconfig

[PATCH bpf-next v7 0/9] Add a dynptr type for skb metadata for TC BPF
 2025-08-18 20:40 UTC  (2+ messages)

[PATCH 5/5] PCI/ERR: Remove remnants of .link_reset() callback
 2025-08-18 20:39 UTC 

[PATCH net-next v14 00/15] Begin upstreaming Homa transport protocol
 2025-08-18 20:39 UTC  (17+ messages)
` [PATCH net-next v14 01/15] net: homa: define user-visible API for Homa
` [PATCH net-next v14 02/15] net: homa: create homa_wire.h
` [PATCH net-next v14 03/15] net: homa: create shared Homa header files
` [PATCH net-next v14 04/15] net: homa: create homa_pool.h and homa_pool.c
` [PATCH net-next v14 05/15] net: homa: create homa_peer.h and homa_peer.c
` [PATCH net-next v14 06/15] net: homa: create homa_sock.h and homa_sock.c
` [PATCH net-next v14 07/15] net: homa: create homa_interest.h and homa_interest.c
` [PATCH net-next v14 08/15] net: homa: create homa_pacer.h and homa_pacer.c
` [PATCH net-next v14 09/15] net: homa: create homa_rpc.h and homa_rpc.c
` [PATCH net-next v14 10/15] net: homa: create homa_outgoing.c
` [PATCH net-next v14 11/15] net: homa: create homa_utils.c
` [PATCH net-next v14 12/15] net: homa: create homa_incoming.c
` [PATCH net-next v14 13/15] net: homa: create homa_timer.c
` [PATCH net-next v14 14/15] net: homa: create homa_plumbing.c
` [PATCH net-next v14 15/15] net: homa: create Makefile and Kconfig

[PATCH net-next 0/3] ipv6: sr: HMAC fix and cleanups
 2025-08-18 20:30 UTC  (5+ messages)
` [PATCH net-next 1/3] ipv6: sr: Fix MAC comparison to be constant-time

[PATCH net v2] ipv6: sr: Fix MAC comparison to be constant-time
 2025-08-18 20:27 UTC 

[PATCH RFC] net: stmmac: Make DWMAC_ROCKCHIP and DWMAC_STM32 depend on PM_SLEEP
 2025-08-18 20:10 UTC  (3+ messages)

[net-next v18 0/7] net: mtip: Add support for MTIP imx287 L2 switch driver
 2025-08-18 20:07 UTC  (4+ messages)
` [net-next v18 2/7] net: mtip: The L2 switch driver for imx287

[PATCH net-next] idpf: do not linearize big TSO packets
 2025-08-18 19:59 UTC 

[net-next v4 0/3] net: dsa: yt921x: Add support for Motorcomm YT921x
 2025-08-18 19:54 UTC  (10+ messages)
` [net-next v4 1/3] dt-bindings: net: dsa: yt921x: Add Motorcomm YT921x switch support
` [net-next v4 2/3] net: dsa: tag_yt921x: add support for Motorcomm YT921x tags
` [net-next v4 3/3] net: dsa: yt921x: Add support for Motorcomm YT921x

[PATCH net-next] selftests: drv-net: ncdevmem: make configure_channels() support combined channels
 2025-08-18 19:53 UTC  (2+ messages)

[PATCH iproute2] bridge:fdb: Protocol field in bridge fdb
 2025-08-18 19:47 UTC  (3+ messages)

[PATCH iproute2-next] bridge:fdb: Protocol field in bridge fdb
 2025-08-18 19:37 UTC 

[PATCH 0/5] Add ethernet support for RPi5
 2025-08-18 18:57 UTC  (7+ messages)
` [PATCH 2/5] dt-bindings: net: cdns,macb: Add compatible for Raspberry Pi RP1

[PATCH net-next v2 00/15] net: introduce QUIC infrastructure and core subcomponents
 2025-08-18 18:37 UTC  (19+ messages)
` [PATCH net-next v2 01/15] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v2 02/15] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v2 03/15] quic: provide common utilities and data structures
` [PATCH net-next v2 04/15] quic: provide family ops for address and protocol
` [PATCH net-next v2 05/15] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v2 06/15] quic: add stream management
` [PATCH net-next v2 07/15] quic: add connection id management
` [PATCH net-next v2 08/15] quic: add path management
` [PATCH net-next v2 09/15] quic: add congestion control
` [PATCH net-next v2 10/15] quic: add packet number space
` [PATCH net-next v2 11/15] quic: add crypto key derivation and installation
` [PATCH net-next v2 12/15] quic: add crypto packet encryption and decryption
` [PATCH net-next v2 13/15] quic: add timer management
` [PATCH net-next v2 14/15] quic: add frame encoder and decoder base
` [PATCH net-next v2 15/15] quic: add packet builder and parser base

[RFC PATCH v5] ethtool: add FEC bins histogramm report
 2025-08-18 18:35 UTC  (3+ messages)

[RFC net-next v3 0/7] devmem/io_uring: allow more flexibility for ZC DMA devices
 2025-08-18 18:24 UTC  (11+ messages)
` [RFC net-next v3 4/7] net/mlx5e: add op for getting netdev DMA device
` [RFC net-next v3 5/7] net: devmem: pull out dma_dev out of net_devmem_bind_dmabuf
` [RFC net-next v3 6/7] net: devmem: pre-read requested rx queues during bind

[PATCH net-next] stddef: don't include compiler_types.h in the uAPI header
 2025-08-18 18:18 UTC 

[PATCH 0/2] Fix vsock error-handling regression introduced in v6.17-rc1
 2025-08-18 18:03 UTC  (3+ messages)
` [PATCH 1/2] net: Introduce skb_copy_datagram_from_iter_full()
` [PATCH 2/2] vsock/virtio: Fix message iterator handling on transmit path

[PATCH] net: bridge: vxlan: Protocol field in bridge fdb
 2025-08-18 17:52 UTC 

[PATCH net-next v2 0/3] sctp: Convert to use crypto lib, and upgrade cookie auth
 2025-08-18 17:42 UTC  (11+ messages)
` [PATCH net-next v2 3/3] sctp: Convert cookie authentication to use HMAC-SHA256

[PATCH net-next v6 00/19] add basic PSP encryption for TCP connections
 2025-08-18 17:36 UTC  (4+ messages)
` [PATCH net-next v6 03/19] net: modify core data structures for PSP datapath support

[PATCH] net: openvswitch: Use for_each_cpu() where appropriate
 2025-08-18 17:28 UTC 

[RFC] net: inet: Potential sleep in atomic context in inet_twsk_hashdance_schedule on PREEMPT_RT
 2025-08-18 16:58 UTC  (2+ messages)

[PATCH] net: macb: fix unregister_netdev call order in macb_remove()
 2025-08-18 16:58 UTC  (2+ messages)

[PATCH net-next 0/5] bnxt_en: Updates for net-next
 2025-08-18 16:56 UTC  (4+ messages)
` [PATCH net-next 2/5] bnxt_en: Refactor bnxt_get_regs()

[PATCH] net: usb: asix_devices: Fix PHY address mask in MDIO bus initialization
 2025-08-18 16:33 UTC  (2+ messages)

[PATCH net] i40e: fix IRQ freeing in i40e_vsi_request_irq_msix error path
 2025-08-18 16:28 UTC  (2+ messages)
` [Intel-wired-lan] "

[RFC] mdio demux multiplexer driver
 2025-08-18 16:27 UTC  (7+ messages)

[PATCH] net: pcs-rzn1-miic: Correct MODCTRL register offset
 2025-08-18 16:23 UTC  (5+ messages)

[PATCH net-next v4] ptp: add Alibaba CIPU PTP clock driver
 2025-08-18 16:05 UTC  (4+ messages)

[PATCH net-next v13 0/5] PRU-ICSSM Ethernet Driver
 2025-08-18 15:59 UTC  (6+ messages)
` [PATCH net-next v13 4/5] net: ti: prueth: Adds link detection, RX and TX support

[PATCH iproute2-next v3] iproute2: Add 'netshaper' command to 'ip link' for netdev shaping
 2025-08-18 16:00 UTC  (5+ messages)

[PATCH net-next] selftests: drv-net: tso: increase the retransmit threshold
 2025-08-18 15:52 UTC  (3+ messages)

[PATCH net-next V3 0/5] Expose error burst period for devlink health reporter
 2025-08-18 15:45 UTC  (5+ messages)
` [PATCH net-next V3 4/5] devlink: Make health reporter error burst period configurable

[PATCH v9 00/13] further mt7988 devicetree work
 2025-08-18 15:34 UTC  (5+ messages)

[PATCH net-next v2 0/7] net: Convert to skb_dstref_steal and skb_dstref_restore
 2025-08-18 15:40 UTC  (8+ messages)
` [PATCH net-next v2 1/7] net: Add "
` [PATCH net-next v2 2/7] xfrm: Switch to skb_dstref_steal to clear dst_entry
` [PATCH net-next v2 3/7] netfilter: "
` [PATCH net-next v2 4/7] net: Switch to skb_dstref_steal/skb_dstref_restore for ip_route_input callers
` [PATCH net-next v2 5/7] staging: octeon: Convert to skb_dst_drop
` [PATCH net-next v2 6/7] chtls: Convert to skb_dst_reset
` [PATCH net-next v2 7/7] net: Add skb_dst_check_unset

[PATCH net] virtio_net: adjust the execution order of function `virtnet_close` during freeze
 2025-08-18 15:39 UTC  (3+ messages)

[PATCH] eth: mlx4: Fix IS_ERR() vs NULL check bug in mlx4_en_create_rx_ring
 2025-08-18 15:31 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 iwl-next 0/2] igbvf: ethtool statistics improvements
 2025-08-18 15:18 UTC  (3+ messages)
` [PATCH v2 iwl-next 1/2] igbvf: add lbtx_packets and lbtx_bytes to ethtool statistics
` [PATCH v2 iwl-next 2/2] igbvf: remove redundant counter rx_long_byte_count from "

[PATCH 0/3] J2 Ethernet MAC driver
 2025-08-18 15:03 UTC  (7+ messages)
` [PATCH 2/3] dt-bindings: net: Add support for J-Core EMAC

[syzbot] [kvm?] [net?] [virt?] WARNING in virtio_transport_send_pkt_info
 2025-08-18 14:52 UTC  (9+ messages)

[PATCH 0/6] Add support for MT8189 clock/power controller
 2025-08-18 14:47 UTC  (12+ messages)
` [PATCH 1/6] dt-bindings: clock: mediatek: Add new MT8189 clock
` [PATCH 2/6] dt-bindings: power: mediatek: Add new MT8189 power
` [PATCH 3/6] dt-bindings: clock: mediatek: Add MT8189 clock definitions
` [PATCH 4/6] dt-bindings: power: mediatek: Add MT8189 power domain definitions

[PATCH net v4] phy: mscc: Fix timestamping for vsc8584
 2025-08-18 14:37 UTC  (8+ messages)

[v2, net-next 0/9] Add more functionality to BNGE
 2025-08-18 19:47 UTC  (10+ messages)
` [v2, net-next 1/9] bng_en: Add initial support for RX and TX rings
` [v2, net-next 2/9] bng_en: Add initial support for CP and NQ rings
` [v2, net-next 3/9] bng_en: Introduce VNIC
` [v2, net-next 4/9] bng_en: Initialise core resources
` [v2, net-next 5/9] bng_en: Allocate packet buffers
` [v2, net-next 6/9] bng_en: Allocate stat contexts
` [v2, net-next 7/9] bng_en: Register rings with the firmware
` [v2, net-next 8/9] bng_en: Register default VNIC
` [v2, net-next 9/9] bng_en: Configure "

[PATCH net-next 0/5] net: gso: restore outer ip ids correctly
 2025-08-18 14:07 UTC  (7+ messages)
` [PATCH net-next 3/5] net: gso: restore ids of outer ip headers correctly


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox