messages from 2026-07-06 11:47:16 to 2026-07-06 18:21:03 UTC [more...]
[PATCH net-next v8 0/9] BIG TCP for UDP tunnels
2026-07-06 18:19 UTC (6+ 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 v4 0/3] net: af_unix: useful handling of LSM denials on SCM_RIGHTS
2026-07-06 18:20 UTC (3+ messages)
` [PATCH net-next v4 1/3] net: scm: move scm_detach_fds() from common path to scm_recv_unix()
[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 v19 00/40] DEPT(DEPendency Tracker)
2026-07-06 18:05 UTC (3+ messages)
` [PATCH v19 22/40] dept: track PG_locked with dept
[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-next v5 0/4] net: pse-pd: add Realtek/Broadcom PSE MCU support
2026-07-06 17:35 UTC (5+ 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 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 bpf-next 0/6] Introduce bpf_ksock
2026-07-06 17:26 UTC (6+ messages)
` [PATCH bpf-next 2/6] bpf: Add ksock kfuncs
[PATCH v3 00/20] driver core: count references of the platform device's fwnode, not OF node
2026-07-06 17:26 UTC (26+ messages)
` [PATCH v3 01/20] powerpc/powermac: fix OF node refcount
` [PATCH v3 02/20] driver core: platform: provide platform_device_set_of_node()
` [PATCH v3 03/20] driver core: platform: provide platform_device_set_fwnode()
` [PATCH v3 04/20] driver core: platform: provide platform_device_set_of_node_from_dev()
` [PATCH v3 05/20] driver core: update kerneldoc for platform_device_alloc()
` [PATCH v3 06/20] of: platform: use platform_device_set_of_node()
` [PATCH v3 07/20] powerpc/powermac: "
` [PATCH v3 08/20] i2c: pxa-pci: "
` [PATCH v3 09/20] iommu/fsl: "
` [PATCH v3 10/20] net: bcmgenet: "
` [PATCH v3 11/20] pmdomain: imx: "
` [PATCH v3 12/20] mfd: tps6586: "
` [PATCH v3 13/20] slimbus: qcom-ngd-ctrl: "
` [PATCH v3 14/20] net: mv643xx: "
` [PATCH v3 15/20] drm/xe/i2c: use platform_device_set_fwnode()
` [PATCH v3 16/20] platform/surface: gpe: "
` [PATCH v3 17/20] usb: chipidea: use platform_device_set_of_node_from_dev()
` [PATCH v3 18/20] usb: musb: "
` [PATCH v3 19/20] reset: rzg2l: "
` [PATCH v3 20/20] driver core: platform: count references to all kinds of firmware nodes
[PATCH bpf-next v3 00/15] bpf: A common way to attach struct_ops to a cgroup
2026-07-06 17:19 UTC (16+ 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 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 (9+ messages)
` [PATCH net-next v12 1/7] dt-bindings: phy: document the serdes PHY on sa8255p
` [PATCH net-next v12 2/7] phy: qcom: add the SGMII SerDes PHY driver for SCMI systems
` [PATCH net-next v12 3/7] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH net-next v12 4/7] net: stmmac: qcom-ethqos: set serdes mode before powerup
` [PATCH net-next v12 5/7] net: stmmac: qcom-ethqos: reuse the address of ethqos_emac_driver_data
` [PATCH net-next v12 6/7] net: stmmac: qcom-ethqos: factor out linux-level setup into a separate function
` [PATCH net-next v12 7/7] net: stmmac: qcom-ethqos: add support for sa8255p
[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 v5] net: gro: fix double aggregation of flush-marked skbs
2026-07-06 16:36 UTC (2+ messages)
[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] "
[PATCH net v4] net: airoha: fix MIB stats collection to be lossless
2026-07-06 16:05 UTC (2+ messages)
[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: bnx2x: validate firmware section bounds without overflow
2026-07-06 15:30 UTC (2+ messages)
[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] net: prestera: validate firmware header length
2026-07-06 15:26 UTC (2+ 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] atm: solos-pci: validate DMA receive size
2026-07-06 15:14 UTC (2+ messages)
[PATCH net] ieee802154: hwsim: free PIB after unregistering hardware
2026-07-06 15:10 UTC (4+ messages)
[PATCH] net: usb: sr9700: validate receive packet extent
2026-07-06 15:07 UTC (2+ messages)
[PATCH] net: usb: cx82310_eth: bound partial receive continuation
2026-07-06 15:06 UTC (2+ 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 v1 net-next] net: phy: Drop #inclusion of <linux/mod_devicetable.h> from <linux/mdio.h>
2026-07-06 14:17 UTC (2+ messages)
[PATCH v3 0/9] pci: fix UAF and TOCTOU related to dynamic ID
2026-07-06 14:11 UTC (10+ 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] ixgbe: validate E610 PFA TLV bounds
2026-07-06 14:01 UTC (4+ messages)
` [Intel-wired-lan] "
[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 (6+ messages)
` [PATCH net-next v2 "
` [PATCH net-next v2 1/4] net: hsr: add PRP interlink (RedBox) datapath and duplicate discard
` [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
[PATCH net-next v2 0/5] net: Move system_long_wq to system_dfl_long_wq
2026-07-06 13:40 UTC (6+ messages)
` [PATCH v2 1/5] ibmvnic: Move long delayed work on system_dfl_long_wq
` [PATCH net-next v2 2/5] net: ti: icssg-stats: "
` [PATCH net-next v2 3/5] net: thunderbolt: "
` [PATCH net-next v2 4/5] net: usb: pegasus: "
` [PATCH net-next v2 5/5] net: usb: r8152: "
[PATCH net-next 0/7] hardware pacing offload
2026-07-06 13:34 UTC (8+ messages)
` [PATCH net-next 1/7] net: ethtool: add hardware pacing offload support to rings
` [PATCH net-next 2/7] net_sched: sch_fq: clear past skb->tstamp if offloading pacing
` [PATCH net-next 3/7] idpf: support pacing offload
` [PATCH net-next 4/7] selftests: drv-net: refactor so_txtime errqueue handling
` [PATCH net-next 5/7] selftests: drv-net: in so_txtime tell apart sw from hw pacing
` [PATCH net-next 6/7] selftests: drv-net: extend so_txtime with hw offload
` [PATCH net-next 7/7] net: pktgen: add support for SO_TXTIME
[PATCH net-next v9 0/6] net: stmmac: eic7700: add eth1 variant support and update delay bindings
2026-07-06 13:35 UTC (6+ messages)
` [PATCH net-next v9 6/6] riscv: dts: eswin: eic7700-hifive-premier-p550: enable Ethernet controller
[PATCH net] macsec: don't read an unset MAC header in macsec_encrypt()
2026-07-06 13:31 UTC (2+ messages)
[ANN] patch processing delays expected
2026-07-06 13:23 UTC
[PATCH net] net: openvswitch: reject oversized nested action attrs
2026-07-06 13:16 UTC (4+ messages)
[PATCH net-next 0/2] sit: prepare for RTNL-less link dumping
2026-07-06 12:59 UTC (3+ messages)
` [PATCH net-next 2/2] sit: no longer rely on RTNL in ipip6_fill_info()
[PATCH net-next v4 0/6] r8169: add support for phylink
2026-07-06 12:57 UTC (5+ messages)
` [PATCH net-next v4 2/6] "
[PATCH net-next v6 0/5] dpll: add NCO pin type and zl3073x support
2026-07-06 12:50 UTC (5+ messages)
` [PATCH net-next v6 2/5] dpll: add DPLL_PIN_TYPE_INT_NCO pin type
[PATCH net-next v3 0/2] net/sched: sch_fq_pie: add per-flow class statistics
2026-07-06 12:38 UTC (3+ messages)
` [PATCH net-next v3 1/2] net/sched: sch_fq_pie: add per-flow statistics via class ops
[PATCH net v2] net/mlx5: free mlx5_st_idx_data on final dealloc
2026-07-06 12:33 UTC
[PATCH net] net: phy: marvell: fix return code
2026-07-06 12:26 UTC (2+ messages)
[PATCH net] net: dpaa: always set a valid mode I/F mode
2026-07-06 12:08 UTC
[PATCH net] netfilter: nf_nat_masquerade: recalculate TCP TS offset when port is randomized
2026-07-06 12:08 UTC (5+ messages)
[PATCH net-next 0/4] net: usb: move exported code to usbnet
2026-07-06 12:00 UTC (4+ messages)
` [PATCH net-next 2/4] net: usb: centralize usbnet_cdc_zte_rx_fixup in usbnet
[PATCH net-next v2 0/8] netconsole: stop charging netpoll users for netconsole-only data
2026-07-06 11:55 UTC (2+ messages)
[syzbot] Monthly virt report (Jun 2026)
2026-07-06 11:54 UTC (4+ messages)
[PATCH] octeon_ep_vf: Fix RX page leak on napi_build_skb() failure
2026-07-06 11:50 UTC (2+ messages)
[PATCH net-next] net/mlx5e: bound TX CQ poll softirq residency with a time budget
2026-07-06 11:48 UTC (2+ messages)
[PATCH nf] netfilter: nf_conncount: fix zone comparison in tuple dedup
2026-07-06 11:48 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox