Netdev List
 help / color / mirror / Atom feed
 messages from 2026-07-06 13:41:36 to 2026-07-07 02:35:50 UTC [more...]

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-07-07  2:35 UTC  (4+ messages)
` [PATCH v19 22/40] dept: track PG_locked with dept

[PATCH 0/18] pull request (net-next): ipsec-next 2026-06-12
 2026-07-07  2:33 UTC  (7+ messages)

[PATCH] xfrm: clear mode callbacks after failed mode setup
 2026-07-07  2:32 UTC  (2+ messages)

[PATCH v5] net: gro: fix double aggregation of flush-marked skbs
 2026-07-07  2:26 UTC  (3+ messages)

[PATCH v6] net: gro: fix double aggregation of flush-marked skbs
 2026-07-07  2:14 UTC 

[PATCH net v3] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
 2026-07-07  2:05 UTC  (2+ messages)

[PATCH] net: prestera: validate firmware header length
 2026-07-07  1:45 UTC  (3+ messages)

[PATCH] net: usb: sr9700: validate receive packet extent
 2026-07-07  1:45 UTC  (3+ messages)

[PATCH] net: bnx2x: validate firmware section bounds without overflow
 2026-07-07  1:45 UTC  (3+ messages)

[PATCH] net: usb: cx82310_eth: bound partial receive continuation
 2026-07-07  1:45 UTC  (3+ messages)

[PATCH] atm: solos-pci: validate DMA receive size
 2026-07-07  1:45 UTC  (3+ messages)

[PATCH 0/3] arm64: dts/net: stmmac: Add Agilex5 SoCDK TSN Config2 board support
 2026-07-07  1:41 UTC  (10+ messages)
` [PATCH 2/3] arm64: dts: socfpga: agilex5: Add SoCDK TSN Config2 board

[PATCH net-next v9 0/6] net: stmmac: eic7700: add eth1 variant support and update delay bindings
 2026-07-07  1:39 UTC  (4+ messages)
` [PATCH net-next v9 6/6] riscv: dts: eswin: eic7700-hifive-premier-p550: enable Ethernet controller
            `  "

[PATCH net-next v2] ipv4: hold a consistent view of rt->dst.dev under RCU
 2026-07-07  1:26 UTC  (3+ messages)

[PATCH v3 0/9] pci: fix UAF and TOCTOU related to dynamic ID
 2026-07-07  1:12 UTC  (11+ messages)
` [PATCH v3 1/9] ata: don't store pci_device_id
` [PATCH v3 2/9] nsp32: "
` [PATCH v3 3/9] ipack: tpci200: "
` [PATCH v3 4/9] mlxsw: "
` [PATCH v3 5/9] agp/via: don't rely on address of pci_device_id
` [PATCH v3 6/9] agp/amd-k7: "
` [PATCH v3 7/9] pci: make pci_match_one_device match on ID instead of device
` [PATCH v3 8/9] pci: fix dyn_id add TOCTOU
` [PATCH v3 9/9] pci: fix UAF when probe runs concurrent to dyn ID removal

[PATCH net] bonding: fix devconf_all NULL dereference when IPv6 is disabled
 2026-07-07  1:06 UTC 

[PATCH net-next] net/tcp: Add explicit tracepoint for tcp_syn_ack_timeout()
 2026-07-07  1:01 UTC 

[PATCH net] vxlan: add missing NULL check for vxlan_sock in GRO path
 2026-07-06 23:59 UTC  (3+ messages)

[PATCH iwl-net] ice: add missing xa_destroy for sched_node_ids
 2026-07-06 23:36 UTC  (3+ messages)

[PATCH iwl-net v2] ice: add missing xa_destroy for sched_node_ids
 2026-07-06 23:31 UTC 

[PATCH net] netfilter: bridge: fix stale prevhdr pointer in br_ip6_fragment()
 2026-07-06 23:28 UTC 

[PATCH net-next] net: dpaa_eth: convert to napi_gro_receive
 2026-07-06 23:25 UTC  (3+ messages)

[PATCH net] macvlan: cap IFLA_MACVLAN_BC_QUEUE_LEN to bound broadcast backlog
 2026-07-06 23:25 UTC  (3+ messages)

[PATCH net-next v4 0/3] net: af_unix: useful handling of LSM denials on SCM_RIGHTS
 2026-07-06 23:17 UTC  (5+ messages)
` [PATCH net-next v4 1/3] net: scm: move scm_detach_fds() from common path to scm_recv_unix()
` [PATCH net-next v4 3/3] selftest: Add tests for useful handling of LSM denials on SCM_RIGHTS

[PATCH bpf-next v3 00/15] bpf: A common way to attach struct_ops to a cgroup
 2026-07-06 23:11 UTC  (18+ messages)
` [PATCH bpf-next v3 01/15] bpf: Remove __rcu tagging in st_link->map
` [PATCH bpf-next v3 02/15] bpf: Make struct_ops tasks_rcu grace period optional
` [PATCH bpf-next v3 03/15] bpf: Add bpf_struct_ops accessor helpers
` [PATCH bpf-next v3 04/15] bpf: Remove unnecessary prog_list_prog() check
` [PATCH bpf-next v3 05/15] bpf: Replace prog_list_prog() check with direct pl->prog and pl->link check
` [PATCH bpf-next v3 06/15] bpf: Add prog_list_init_item(), prog_list_replace_item(), and prog_list_id()
` [PATCH bpf-next v3 07/15] bpf: Move LSM trampoline unlink into bpf_cgroup_link_auto_detach()
` [PATCH bpf-next v3 08/15] bpf: Add a few bpf_cgroup_array_* helper functions
` [PATCH bpf-next v3 09/15] bpf: Add infrastructure to support attaching struct_ops to cgroups
` [PATCH bpf-next v3 10/15] bpf: Allow all struct_ops to use bpf_dynptr_from_skb()
` [PATCH bpf-next v3 11/15] bpf: tcp: Support selected sock_ops callbacks as struct_ops
` [PATCH bpf-next v3 12/15] bpf: tcp: Support parse/len/write header option hooks in bpf_tcp_ops
` [PATCH bpf-next v3 13/15] libbpf: Support attaching struct_ops to a cgroup
` [PATCH bpf-next v3 14/15] selftests/bpf: Test "
` [PATCH bpf-next v3 15/15] selftests/bpf: Add test for bpf_tcp_ops header option hooks

[PATCH iwl-net v2 1/2] ice: move ice_vsi_realloc_stat_arrays() up
 2026-07-06 22:43 UTC  (2+ messages)
` [PATCH iwl-net v2 2/2] ice: fix stats array overflow via proper realloc

[PATCH bpf-next 0/6] Introduce bpf_ksock
 2026-07-06 23:01 UTC  (11+ messages)
` [PATCH bpf-next 2/6] bpf: Add ksock kfuncs

[PATCH net-next v14 0/9] tls: Add TLS 1.3 hardware offload support
 2026-07-06 22:14 UTC  (3+ messages)

[PATCHv2 net] net: emac: mal: replace devm_request_irq with request_irq to fix probe error race
 2026-07-06 22:14 UTC  (2+ messages)

[PATCH v2 ethtool] man: ethtool: link 10000baseCR to SFF-8431, Appendix-E SFP+ DA
 2026-07-06 22:00 UTC  (2+ messages)

[PATCH v1 net-next] net: phy: Drop #inclusion of <linux/mod_devicetable.h> from <linux/mdio.h>
 2026-07-06 21:28 UTC  (4+ messages)

[PATCH net v4] net: airoha: fix MIB stats collection to be lossless
 2026-07-06 21:23 UTC  (3+ messages)

[PATCH net-next] selftests/net/openvswitch: add SCTP flow key test
 2026-07-06 21:13 UTC  (2+ messages)

[PATCH iwl] ice: acquire NVM lock around each flash read
 2026-07-06 20:56 UTC  (3+ messages)

[PATCH net-next v5 0/4] net: pse-pd: add Realtek/Broadcom PSE MCU support
 2026-07-06 20:30 UTC  (6+ messages)
` [PATCH net-next v5 1/4] dt-bindings: net: pse-pd: add bindings for Realtek/Broadcom PSE MCU
` [PATCH net-next v5 2/4] net: pse-pd: add Realtek/Broadcom PSE MCU core

[PATCH net-next v3 00/15] ibmveth: Add multi-queue RX support
 2026-07-06 19:36 UTC  (16+ messages)
` [PATCH net-next v3 01/15] ibmveth: Add MQ RX hypercall wrappers and call definitions
` [PATCH net-next v3 02/15] ibmveth: Prepare MQ RX adapter and statistics structures
` [PATCH net-next v3 03/15] ibmveth: Refactor RX resource allocation for MQ RX bring-up
` [PATCH net-next v3 04/15] ibmveth: Refactor buffer pool management for per-queue MQ RX
` [PATCH net-next v3 05/15] ibmveth: Refactor RX interrupt control for MQ RX queues
` [PATCH net-next v3 06/15] ibmveth: Refactor TX resource allocation in open/close paths
` [PATCH net-next v3 07/15] ibmveth: Add RX queue register/deregister helpers for MQ
` [PATCH net-next v3 08/15] ibmveth: Refactor open/close into MQ-ready resource pipeline
` [PATCH net-next v3 09/15] ibmveth: Add queue-aware RX buffer submit helper for MQ
` [PATCH net-next v3 10/15] ibmveth: Enable multi-queue RX receive path
` [PATCH net-next v3 11/15] ibmveth: Add per-queue RX and TX statistics collection and reporting
` [PATCH net-next v3 12/15] ibmveth: Expose per-queue buffer pool details via sysfs
` [PATCH net-next v3 13/15] ibmveth: Implement incremental MQ RX queue resize
` [PATCH net-next v3 14/15] ibmveth: Wire ethtool set_channels to "
` [PATCH net-next v3 15/15] ibmveth: Fix MQ RX poll and shutdown hangs after "

[PATCH net] net: stmmac: raise TX completion interrupt at the end of an xmit burst
 2026-07-06 19:35 UTC  (2+ messages)

[PATCH net] net/tls: Consume empty data records in tls_sw_read_sock()
 2026-07-06 19:16 UTC  (5+ messages)

[PATCH net] tipc: fix u16 MTU truncation in media and bearer MTU validation
 2026-07-06 18:57 UTC 

[PATCH net v2 0/3] Fix broken TC_ACT_REDIRECT from qdiscs
 2026-07-06 18:56 UTC  (4+ messages)
` [PATCH net v2 1/3] bpf: Reject redirect helpers without a bpf_net_context
` [PATCH net v2 2/3] net/sched: Handle TC_ACT_REDIRECT from qdisc filter chains
` [PATCH net v2 3/3] selftests/bpf: Add test for redirect from qdisc qevent block

[PATCH net v2 0/2] pds_core: fix use-after-free on workqueue during remove
 2026-07-06 18:29 UTC  (4+ messages)
` [PATCH net v2 2/2] "

[PATCH net-next v8 0/9] BIG TCP for UDP tunnels
 2026-07-06 18:19 UTC  (10+ messages)
` [PATCH net-next v8 1/9] net: Use helpers to get/set UDP len tree-wide
` [PATCH net-next v8 2/9] net: Enable BIG TCP with partial GSO
` [PATCH net-next v8 3/9] udp: Support BIG TCP GSO packets where they can occur
` [PATCH net-next v8 4/9] udp: Support gro_ipv4_max_size > 65536
` [PATCH net-next v8 5/9] udp: Validate UDP length in udp_gro_receive
` [PATCH net-next v8 6/9] udp: Set length in UDP header to 0 for big GSO packets
` [PATCH net-next v8 7/9] vxlan: Enable BIG TCP packets
` [PATCH net-next v8 8/9] geneve: "
` [PATCH net-next v8 9/9] selftests: net: Add a test for BIG TCP in UDP tunnels

[PATCH net-next v5 0/2] udp: fix FOU/GUE over multicast
 2026-07-06 18:10 UTC  (5+ messages)
` [PATCH net-next v5 1/2] udp: fix encapsulation packet resubmit in multicast deliver
` [PATCH net-next v5 2/2] selftests: net: add FOU multicast encapsulation resubmit test

[PATCH net-next v7 00/11] BIG TCP for UDP tunnels
 2026-07-06 17:54 UTC  (4+ messages)
` [PATCH net-next v7 03/11] net: Use helpers to get/set UDP len tree-wide

[PATCH net-next v3 0/8] net: mdio: realtek-rtl9300: Add RTL83xx support
 2026-07-06 17:36 UTC  (5+ messages)
` [PATCH net-next v3 1/8] dt-bindings: net: realtek,rtl9301-mdio: Add RTL83xx series
` [PATCH net-next v3 3/8] net: phy: add (*notify_phy_attach/detach)() hooks to struct mii_bus
    ` AW: "

[PATCH net v2] packet: avoid re-registering fanout hook after device unregister
 2026-07-06 17:35 UTC  (2+ messages)

[PATCH ipsec] xfrm: fix sk_dst_cache double-free in xfrm_user_policy()
 2026-07-06 17:32 UTC  (3+ messages)

[PATCH v3 00/20] driver core: count references of the platform device's fwnode, not OF node
 2026-07-06 17:26 UTC  (8+ messages)
` [PATCH v3 02/20] driver core: platform: provide platform_device_set_of_node()
` [PATCH v3 09/20] iommu/fsl: use platform_device_set_of_node()

[PATCH net v2] tun/tap & vhost-net: make qdisc backpressure opt-in via IFF_BACKPRESSURE
 2026-07-06 17:10 UTC  (5+ messages)

[PATCH net-next v12 0/7] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-07-06 17:10 UTC  (3+ messages)
` [PATCH net-next v12 2/7] phy: qcom: add the SGMII SerDes PHY driver for SCMI systems

[PATCH v2 0/5] ARM: rockchip: rv1126: Add support for Alientek ATK-DLRV1126
 2026-07-06 16:59 UTC  (8+ messages)
` [PATCH v2 2/5] dt-bindings: arm: rockchip: Add Alientek DLRV1126
` [PATCH v2 3/5] net: phy: motorcomm: Enable optional clock for YT8531
` [PATCH v2 5/5] ARM: dts: rockchip: Add Alientek DLRV1126

[PATCH v2 net-next 00/14] net: Support per-netns device unregistration
 2026-07-06 16:54 UTC  (13+ messages)
` [PATCH v2 net-next 03/14] rtnetlink: Add per-netns rtnl_work
` [PATCH v2 net-next 05/14] net: Hold __rtnl_net_lock() in netdev_wait_allrefs_any()
` [PATCH v2 net-next 06/14] net: Add per-netns netdev unregistration infra
` [PATCH v2 net-next 08/14] veth: Support per-netns device unregistration
` [PATCH v2 net-next 11/14] ipvlan: Convert ipvl_port.count to refcount_t
` [PATCH v2 net-next 12/14] ipvlan: Synchronise ipvlan_init() and ipvlan_uninit() for the same lower dev

[PATCH v2 net-next] tun: no longer rely on RTNL in tun_fill_info()
 2026-07-06 16:35 UTC 

[PATCH net] psp: fix NULL genl_sock deref race with concurrent netns teardown
 2026-07-06 16:32 UTC  (3+ messages)

[PATCH net] tipc: fix NULL deref in tipc_named_node_up() on empty publication list
 2026-07-06 16:31 UTC  (3+ messages)

[PATCH net v2] tipc: fix NULL deref in tipc_named_node_up() on empty publication list
 2026-07-06 16:30 UTC 

[PATCH net v4] octeontx2-pf: check DMAC extraction support before filtering
 2026-07-06 16:28 UTC  (2+ messages)

[PATCH net] selftests/net: Fix tun IPv6 test addresses to avoid 6to4 range
 2026-07-06 16:24 UTC 

[PATCH] net: stmmac: Avoid freeing and re-requesting IRQ during XDP set prog
 2026-07-06 16:17 UTC 

[PATCH net-next 0/2] rust: net: Use kernel style vertical imports
 2026-07-06 16:15 UTC  (13+ messages)
` [PATCH net-next 1/2] net: phy: ax88796b: Use vertical import style
` [PATCH net-next 2/2] net: phy: qt2025: "

[PATCH net v4 0/3] octeon_ep, octeon_ep_vf: fix RX skb frags overflow and page leak
 2026-07-06 16:10 UTC  (5+ messages)
` [PATCH net v4 1/3] octeon_ep: fix skb frags overflow in the RX path
` [PATCH net v4 2/3] octeon_ep_vf: Fix RX page leak on napi_build_skb() failure
` [PATCH net v4 3/3] octeon_ep_vf: fix skb frags overflow in the RX path

[PATCH iwl-next v2] ixgbe: E610: force phy link to get down when interface is down
 2026-07-06 16:09 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCHv2 0/4] m68k: coldfire: fix non-standard readX()/writeX() functions
 2026-07-06 15:46 UTC  (3+ messages)
` [PATCHv2 3/4] mmc: sdhci-esdhc-mcf: do not use readl()/writel() on ColdFire

[PATCH v2 net 0/3] ipv4/ipv6: Fix UAF and memory leak in IGMP/MLD
 2026-07-06 15:30 UTC  (7+ messages)
` [PATCH v2 net 1/3] ipv4: igmp: Fix potential UAF in igmp_gq_start_timer()
` [PATCH v2 net 2/3] ipv6: mcast: Fix potential UAF in MLD delayed work
` [PATCH v2 net 3/3] ipv4: igmp: Fix potential memory leaks in igmp_mod_timer() and igmp_stop_timer()

[PATCH net-next v4] selftests/net/openvswitch: add ICMPv6 echo type match test
 2026-07-06 15:27 UTC  (2+ messages)

[PATCH bpf-next 3/6] selftests/bpf: Add ksock kfunc test
 2026-07-06 15:27 UTC  (3+ messages)

[PATCH] bonding: fix devconf_all NULL dereference when IPv6 is disabled
 2026-07-06 15:23 UTC  (2+ messages)

[PATCH net] net: stmmac: intel: don't reconfigure SerDes on unchanged mode
 2026-07-06 15:21 UTC  (2+ messages)

[PATCH net] ieee802154: hwsim: free PIB after unregistering hardware
 2026-07-06 15:10 UTC  (4+ messages)

[PATCH net 0/2] net: macb: fix TXUBR interrupt storm on link flapping
 2026-07-06 15:05 UTC  (5+ messages)
` [PATCH net 1/2] net: macb: reprogram TBQP after shuffling the TX ring on link-up
` [PATCH net 2/2] net: macb: mask TXUBR during TX NAPI poll to prevent IRQ storms

[GIT PULL] bluetooth 2026-07-06
 2026-07-06 14:52 UTC 

[PATCH net-next v3] selftests/net/openvswitch: add output truncation test
 2026-07-06 14:49 UTC  (2+ messages)

[PATCH net v2] ice: propagate ETH56G deskew read errors
 2026-07-06 14:43 UTC 

[Security] Vulnerability in: Linux kernel, openvswitch zerocopy underflow
 2026-07-06 14:21 UTC 

[PATCH net-next] net: neigh: avoid calling neigh_forced_gc on every alloc when table is full
 2026-07-06 14:19 UTC  (3+ messages)
` [PATCH v2 "

[PATCH net-next] net: chelsio: cxgb4: Use str_plural() in mem_intr_handler()
 2026-07-06 14:10 UTC  (2+ messages)

[PATCH nf] ipvs: skip IPv6 extension headers in SCTP state lookup
 2026-07-06 14:17 UTC  (4+ messages)

[PATCH] ixgbe: validate E610 PFA TLV bounds
 2026-07-06 14:01 UTC  (2+ messages)

[PATCH net-next] net: skbuff: use net_zcopy_get() instead of refcount_inc()
 2026-07-06 13:55 UTC  (2+ messages)

[PATCH ipsec] xfrm: espintcp: fix UAF during close
 2026-07-06 13:52 UTC  (3+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2026-07-06 13:48 UTC 

[PATCH net] tipc: serialize udp bearer replicast list updates
 2026-07-06 13:47 UTC 

net: airoha: PPE SRAM stale L2 entries survive TC flower destroy on station roam
 2026-07-06 13:45 UTC 

[PATCH net-next 0/4] net: hsr: PRP RedBox (PRP-SAN) support
 2026-07-06 13:41 UTC  (5+ messages)
` [PATCH net-next v2 "
  ` [PATCH net-next v2 2/4] net: hsr: emit RedBox-MAC TLV in PRP RedBox supervision frames
  ` [PATCH net-next v2 3/4] net: hsr: allow PRP RedBox (interlink) creation
  ` [PATCH net-next v2 4/4] selftests: net: hsr: add PRP RedBox test


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