Netdev List
 help / color / mirror / Atom feed
 messages from 2026-08-10 13:01:20 to 2026-08-10 19:56:00 UTC [more...]

[PATCH net v2] tap: fix incorrect variable used for USO check in set_offload()
 2026-08-10 19:55 UTC  (4+ messages)

[PATCH net-next 0/3] xsk: pre-existing AF_XDP TX metadata fixes from Sashiko
 2026-08-10 19:40 UTC  (6+ messages)
` [PATCH net-next 1/3] xsk: align TX metadata layout across ABIs
` [PATCH net-next 2/3] xsk: honor XDP_TX_METADATA in zero-copy path
` [PATCH net-next 3/3] net: stmmac: skip queueMaxSDU check for AF_XDP

[PATCH net-next 00/12] Netfilter updates for net
 2026-08-10 19:40 UTC  (13+ messages)
` [PATCH net-next 01/12] netfilter: add DEBUG_NET_WARN_ON_ONCE to skb_set_nfct()
` [PATCH net-next 02/12] net: pass net_device_path_ctx to dev_fill_forward_path()
` [PATCH net-next 03/12] net: netfilter: add ether_type to net_device_path_ctx and use it
` [PATCH net-next 04/12] netfilter: flowtable: rename tun.l3_proto to tun.inner_proto
` [PATCH net-next 05/12] netfilter: flowtable: rename ctx.tun.proto to ctx.tun.inner_proto
` [PATCH net-next 06/12] netfilter: flowtable: store ethertype in flowtable context
` [PATCH net-next 07/12] netfilter: flowtable: move ipv4 and ipv6 xmit path to function
` [PATCH net-next 08/12] netfilter: flowtable: detach layer 2 encapsulation parser from lookup
` [PATCH net-next 09/12] netfilter: nft_ct: move custom expectation support to helper
` [PATCH net-next 10/12] netfilter: conntrack: always lower timeout for non-closing RST packets
` [PATCH net-next 11/12] netfilter: nf_conntrack_expect: bail out on insert dead expectations
` [PATCH net-next 12/12] selftests: netfilter: conntrack_dump_flush: remove unused variables and fix typo

[PATCH net-next v4 02/14] ibmveth: Prepare MQ RX adapter data structures
 2026-08-10 19:40 UTC  (3+ messages)

[PATCH net v2 1/2] net: core: propagate unreadable flag in skb_zerocopy
 2026-08-10 19:39 UTC  (4+ messages)
` [PATCH net v2 2/2] net: tcp: block standard payload injection into devmem skbs

[PATCH net-next v4 01/14] ibmveth: Add MQ RX hypercall wrappers and call definitions
 2026-08-10 19:19 UTC  (3+ messages)

[PATCH v4 0/5] mm: Unconditional per-VMA locks and cleanups
 2026-08-10 19:16 UTC  (27+ messages)
` [PATCH v4 1/5] mm: Make per-VMA locks available universally
` [PATCH v4 2/5] binder: Make shrinker rely solely on per-VMA lock
` [PATCH v4 3/5] mm: Add RCU-based VMA lookup helper that waits for writers
` [PATCH v4 5/5] tcp: Remove mmap_lock fallback path

[PATCH net 00/13] Netfilter/IPVS fixes for net
 2026-08-10 19:06 UTC  (14+ messages)
` [PATCH net 01/13] netfilter: ipset: fix refcount race between list:set GC and swap
` [PATCH net 02/13] netfilter: bridge: release template ct on non-IP path
` [PATCH net 03/13] ipvs: add totalconns for dest
` [PATCH net 04/13] ipvs: properly update the overload flag on dest edit
` [PATCH net 05/13] ipvs: separate destination availability state
` [PATCH net 06/13] netfilter: nf_conntrack: defer invalid log until after unlock
` [PATCH net 07/13] netfilter: nfnetlink_log: wait for rcu grace period before freeing pernet state
` [PATCH net 08/13] ipvs: clear IPv4 options after rebasing tunnel ICMP errors
` [PATCH net 09/13] ipvs: revalidate ihl to prevent out-of-bounds access
` [PATCH net 10/13] netfilter: nf_tables_offload: suppress WARN_ON_ONCE for ENOMEM in abort path
` [PATCH net 11/13] netfilter: flowtable: publish GC-visible tuple last
` [PATCH net 12/13] netfilter: ipset: fix list type element drift bug
` [PATCH net 13/13] netfilter: ipset: let destroy callbacks adjust ext mem size

[PATCH net v2 0/2] net: thunderbolt: two fixes for the failed bring-up path
 2026-08-10 18:57 UTC  (5+ messages)
` [PATCH net v2 1/2] net: thunderbolt: Release the Rx HopID that was handed out on mismatch
` [PATCH net v2 2/2] net: thunderbolt: Mark the connection down when bringing it up fails

[PATCH bpf-next v4 0/3] bpf: prevent offloaded programs from running on host via tcx/netkit
 2026-08-10 18:49 UTC  (3+ messages)
` [PATCH bpf-next v4 2/3] bpf, xdp: move offload check into dev_xdp_install()

[PATCH 00/16] NTB: Add direct TX/RX using PCI endpoint DMA
 2026-08-10 18:41 UTC  (19+ messages)
` [PATCH 01/16] NTB: ntb_transport: Abort link setup on QP MW allocation failure
` [PATCH 02/16] NTB: ntb_transport: Reject oversized TX buffers
` [PATCH 03/16] NTB: ntb_transport: Start TX offload thread after queue setup
` [PATCH 04/16] NTB: ntb_transport: Stop QP work before freeing a queue
` [PATCH 05/16] NTB: ntb_transport: Run RX processing on system workqueue
` [PATCH 06/16] NTB: ntb_transport: Define direct-DMA shared state
` [PATCH 07/16] NTB: ntb_transport: Negotiate direct-DMA queue layout
` [PATCH 08/16] NTB: ntb_transport: Add opt-in direct-DMA channel reservation
` [PATCH 09/16] NTB: ntb_transport: Allocate direct-DMA queue state
` [PATCH 10/16] NTB: ntb_transport: Implement direct-DMA QP session handshake
` [PATCH 11/16] NTB: ntb_transport: Implement direct-DMA RX buffer publication
` [PATCH 12/16] NTB: ntb_transport: Implement direct-DMA TX submission
` [PATCH 13/16] NTB: ntb_transport: Implement safe direct-DMA teardown
` [PATCH 14/16] NTB: ntb_transport: Enable direct-DMA queues
` [PATCH 15/16] NTB: ntb_transport: Report the direct-DMA payload limit
` [PATCH 16/16] NTB: ntb_transport: Add optional polling for direct-DMA RX

[PATCH v2] net: usb: qmi_wwan: add Telit Cinterion FE990D50 composition
 2026-08-10 18:39 UTC  (3+ messages)

[PATCH net v3] RDMA/core: Reject unregistering netdevs in ib_get_eth_speed
 2026-08-10 18:39 UTC  (4+ messages)

[PATCH bpf-next v5 0/5] Introduce bpf_ksock
 2026-08-10 18:35 UTC  (11+ messages)
` [PATCH bpf-next v5 1/5] net: Add connect_socket() helper
` [PATCH bpf-next v5 2/5] bpf: Add ksock kfuncs
` [PATCH bpf-next v5 3/5] selftests/bpf: Add ksock kfunc test
` [PATCH bpf-next v5 4/5] selftests/bpf: Test forbidden bpf_ksock_send() LSM attach
` [PATCH bpf-next v5 5/5] selftests/bpf: Add ksock test for async callback guard

[PATCH 00/25] ARM: rockchip: Add peripheral support for RV1106
 2026-08-10 18:35 UTC  (2+ messages)

[PATCH v6 0/7] Read MAC address from SST vendor specific SFDP region
 2026-08-10 18:35 UTC  (5+ messages)
` [PATCH v6 1/7] dt-bindings: mtd: jedec,spi-nor: allow the SFDP to be exposed via NVMEM
` [PATCH v6 2/7] dt-bindings: nvmem: layouts: add Microchip/SST SFDP EUI layout

[PATCH net-next] MAINTAINERS: add myself as QCA8K maintainer
 2026-08-10 18:35 UTC  (6+ messages)

[PATCH net-next v13 00/11] net: mdio: realtek-rtl9300: Add RTL83xx support
 2026-08-10 18:29 UTC  (3+ messages)
` [PATCH net-next v13 03/11] net: phy: add (*notify_phy_attach/detach)() hooks to struct mii_bus
    ` AW: "

[PATCH net v3] vxlan: keep the last remote linked during FDB flush
 2026-08-10 18:28 UTC  (3+ messages)

Attempting Yocto Scarthgap prototype using 0001-net-dsa-microchip-ksz9477-add-E2E-support.patch
 2026-08-10 18:12 UTC  (2+ messages)
      `  "

[PATCH net-next] selftests: bonding: disable DAD for IPv6 addresses
 2026-08-10 18:14 UTC  (3+ messages)

[PATCH net-next] selftests: drv-net: hide the devlink port_split test
 2026-08-10 18:13 UTC  (3+ messages)

[PATCH net] af_packet: Don't send zero-byte data in tpacket_snd()
 2026-08-10 18:10 UTC  (2+ messages)

[PATCH net-next] r8152: use GFP_NOIO during system suspend
 2026-08-10 18:03 UTC  (2+ messages)

[PATCH net-next] MAINTAINERS: make Tung an official TIPC maintainer
 2026-08-10 18:01 UTC 

[PATCH net] e100: fix shift-out-of-bounds in e100_eeprom_load()
 2026-08-10 17:57 UTC  (2+ messages)

[PATCH 0/7] nfsd/sunrpc: harden the netlink listener interfaces
 2026-08-10 17:38 UTC  (8+ messages)
` [PATCH 1/7] NFSD: validate transport name in listener_set before serv creation
` [PATCH 2/7] NFSD: cap the number of listeners accepted in listener_set
` [PATCH 3/7] SUNRPC: keep the first error in svc_register()
` [PATCH 4/7] SUNRPC: bound the local rpcbind client timeout to 1s
` [PATCH 5/7] NFSD: report listener creation failures through extack
` [PATCH 6/7] selftests/nfsd: exercise listener_set request validation
` [PATCH 7/7] selftests/nfsd: add a per-netns rpcbind stub and the listener round-trips

[PATCH net-next v6 00/13] ax88179_178a: Add support for AX88179A-based chips
 2026-08-10 17:35 UTC  (6+ messages)

[PATCH io_uring 00/16] zcrx update for-7.3
 2026-08-10 17:35 UTC  (3+ messages)
` [PATCH io_uring 02/16] io_uring/zcrx: move RQ head/tail to separate cache lines

[PATCH v5 0/3] vsock: fix stale sk_err handling after a failed connect
 2026-08-10 17:09 UTC  (4+ messages)
` [PATCH v5 1/3] vsock: don't check the listener's sk_err in vsock_accept()
` [PATCH v5 2/3] vsock: remove the now-unused rejected flag
` [PATCH v5 3/3] vsock: use sock_error() to consume sk_err after a failed connect

[PATCH net] mptcp: upgrade network refcount before socket lock
 2026-08-10 17:02 UTC  (2+ messages)

[syzbot] [net?] WARNING in netdev_queue_get_dma_dev
 2026-08-10 16:58 UTC  (3+ messages)
` [PATCH] io_uring/zcrx: reject netdevices without ops lock support

[PATCH net] net: ethernet: ti: am65-cpsw-nuss: Fix port_id extraction from SRC TAG
 2026-08-10 16:56 UTC  (2+ messages)

[PATCH net-next v2 0/6] netconsole: validate a target's IP address configuration
 2026-08-10 16:47 UTC  (7+ messages)
` [PATCH net-next v2 1/6] netconsole: add an address family to struct inet_addr
` [PATCH net-next v2 2/6] netconsole: use the address family instead of the ipv6 flag
` [PATCH net-next v2 3/6] netconsole: reject enabling a target with no remote IP address
` [PATCH net-next v2 4/6] netconsole: reject a target mixing IPv4 and IPv6 addresses
` [PATCH net-next v2 5/6] netconsole: show empty string for an unset IP address
` [PATCH net-next v2 6/6] netconsole: move struct inet_addr into netconsole.c

[PATCH v2 net-next 0/3] net: hns3: some cleanups for hns3 driver
 2026-08-10 16:45 UTC  (3+ messages)
` [PATCH v2 net-next 3/3] net: hns3: use txqueue parameter directly in ndo_tx_timeout

[PATCH net] net/sched: add get_fill_size callbacks for actions missing them
 2026-08-10 16:43 UTC 

[net-next,PATCH 0/1] Fix pm_runtime for stmac_main
 2026-08-10 16:31 UTC  (4+ messages)
` [net-next,PATCH 1/1] net: stmmac: Fix manage error case during stmmac_dvr_probe

[PATCH net 0/2] gve: Bug fixes for header-split and PTP
 2026-08-10 16:15 UTC  (5+ messages)
` [PATCH net 2/2] gve: fix NULL dereference due to missing ptp adjfine

[PATCH nf v2] netfilter: nf_reject: initialize IPCB at inet ingress
 2026-08-10 16:07 UTC 

[PATCH net] net/sched: defer qdisc freeing after failed creation
 2026-08-10 15:58 UTC  (3+ messages)

[PATCH net] vxlan: do not arm the ageing timer on a device that is down
 2026-08-10 15:48 UTC  (2+ messages)

[PATCH net v3] ipv6: seg6: clear IPv4 control block on IPIP decapsulation
 2026-08-10 15:47 UTC 

[PATCH net v3] net: ngbe: fix NULL pointer dereference in non-MSI-X interrupt enabling
 2026-08-10 15:39 UTC  (2+ messages)

[PATCH net-next v12 12/12] net: airoha: add phylink support
 2026-08-10 15:32 UTC  (4+ messages)

[PATCH net v2 1/1] ip: orphan prefetched skbs before multicast forwarding
 2026-08-10 15:23 UTC  (2+ messages)

[PATCH] net/sched: sch_qfq: prevent aggregate self-replacement
 2026-08-10 15:22 UTC  (3+ messages)

[PATCH net v5 0/4] net: phy: dp83640: fix shared clock lifetime and probe error cleanup
 2026-08-10 15:16 UTC  (8+ messages)
` [PATCH net v5 1/4] net: phy: add PHY package locking helpers
` [PATCH net v5 2/4] net: phy: dp83640: embed pin configuration in clock
` [PATCH net v5 3/4] net: phy: dp83640: clear state after PTP registration failure
` [PATCH net v5 4/4] net: phy: dp83640: fix per-bus clock lifetime

[PATCH net-next v12 12/12] net: airoha: add phylink support
 2026-08-10 15:14 UTC 

[PATCH] net/sched: cbs: perform rate conversions in signed 64-bit arithmetic
 2026-08-10 15:11 UTC  (2+ messages)

[syzbot] [net?] WARNING in __dev_queue_xmit (6)
 2026-08-10 15:02 UTC 

[PATCH net v2] batman-adv: reject unrepresentable multicast TVLV offsets
 2026-08-10 14:57 UTC 

[PATCH net-next v3 0/3] w5100: restore GPIO-based link detection
 2026-08-10 14:46 UTC  (10+ messages)
` [PATCH net-next v3 2/3] dt-bindings: net: wiznet,w5100: add link-gpios

[PATCH net] net/sched: act_ife: use mac_len for ingress header offset
 2026-08-10 14:42 UTC 

[PATCH net] net/sched: cls_u32: skip hash tables in u32_bind_class()
 2026-08-10 14:41 UTC  (2+ messages)

[PATCH net-next v5 0/6] hardware pacing offload
 2026-08-10 14:34 UTC  (2+ messages)

[PATCH net-next V2 00/13] net/mlx5e: Add support for HW-GRO to PSP
 2026-08-10 14:30 UTC  (4+ messages)
` [PATCH net-next V2 13/13] selftests: drv-net: psp: Add a test for PSP with HW-GRO

[PATCH net v4 0/4] net: phy: dp83640: fix shared clock lifetime and probe error cleanup
 2026-08-10 14:18 UTC  (6+ messages)
` [PATCH net v4 4/4] net: phy: dp83640: fix per-bus clock lifetime

[PATCH v2 net] l2tp: fix tunnel and session refcount leak on seq_file release
 2026-08-10 14:11 UTC 

[PATCH net v1] net/sched: cls_u32: feed u32_replace_hw_knode() with correct set of flags
 2026-08-10 13:59 UTC  (2+ messages)

[PATCH net-next v2] net: stmmac: intel: Add missing pci_free_irq_vectors() calls
 2026-08-10 13:19 UTC 

[PATCH net-next] sctp: auth: propagate HMAC calculation errors to callers
 2026-08-10 13:56 UTC  (3+ messages)
` [PATCH net-next v4] "

[PATCH] net: dsa: qca8k: Disable mgmt Ethernet for qca8327
 2026-08-10 13:53 UTC  (3+ messages)

[PATCH net-next] devlink: prevent function configuration when port is active
 2026-08-10 13:52 UTC  (2+ messages)

[PATCH net v2 2/2] net: pse-pd: guard regulator ops against freed PI data during unregister
 2026-08-10 13:43 UTC  (3+ messages)

[PATCH net-next v3] selftests: net: reuseport_bpf_numa: consider cpuless numa node
 2026-08-10 13:29 UTC  (2+ messages)

[PATCH rdma-next 00/15] RDMA: Support HW requiring relaxed ordering and add Unordered access flag
 2026-08-10 13:27 UTC  (3+ messages)

[PATCH net-next] tcp: use likely() for srtt check in tcp_rtt_estimator()
 2026-08-10 13:25 UTC  (2+ messages)

[PATCH net-next v7 0/5] veth: add Byte Queue Limits (BQL) support
 2026-08-10 13:25 UTC  (2+ messages)

[PATCH net v3] xsk: fix NULL pointer dereference in __xsk_rcv()
 2026-08-10 13:25 UTC  (2+ messages)

[PATCH net] virtio_net: Fix resize of the RX ring
 2026-08-10 13:35 UTC  (3+ messages)

[syzbot] [net?] [afs?] KASAN: slab-use-after-free Read in rxrpc_destroy_all_peers
 2026-08-10 13:22 UTC  (2+ messages)
` [syzbot] [afs?] [net?] "

[PATCH net v2 1/2] net: pse-pd: stop async event sources before freeing PI data in unregister
 2026-08-10 13:19 UTC  (3+ messages)

[PATCH net v4] qede: Fix NULL pointer dereference in TPA fragment processing
 2026-08-10 13:18 UTC 

[PATCH 6.18.y] net: fec: do not release NULL pages when RX buffer allocation fails
 2026-08-10 13:16 UTC  (2+ messages)

[PATCH 0/3] Some improve for STM32MP2X
 2026-08-10 13:10 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: st: add 3v3 regulator to ethernet on stm32mp235f-dk
` [PATCH 2/3] arm64: dts: st: add 3v3 regulator to ethernet on stm32mp257f-dk
` [PATCH 3/3] arm64: dts: st: increase deassert of PHY reset in stm32mp257f-ev1

[PATCH net v3] sctp: fix use-after-free of cached ASCONF chunk
 2026-08-10 13:09 UTC  (2+ messages)

[PATCH net-next v12 0/4] net: pse-pd: add Realtek PSE MCU support
 2026-08-10 13:03 UTC  (5+ messages)
` [PATCH net-next v12 3/4] net: pse-pd: realtek-pse-mcu: add I2C transport
` [PATCH net-next v12 4/4] net: pse-pd: realtek-pse-mcu: add UART transport

[RFC PATCH v2] vhost: coalesce and retry IOTLB miss messages
 2026-08-10 13:03 UTC 

[PATCH v4 0/3] net: sysctl: Const Qualify sysctl ctl_table arrays
 2026-08-10 13:01 UTC  (4+ messages)
` [PATCH v4 1/3] net: enforce net sysctl registration
` [PATCH v4 2/3] net: Const qualify ctl_tables that kmemdup unconditionally
` [PATCH v4 3/3] net: Const qualify network templated ctl_tables Arrays


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