messages from 2026-09-15 03:04:14 to 2026-09-15 10:21:19 UTC [more...]
[PATCH net-next v5 01/11] net: stmmac: move XPCS lifetime management to platform drivers
2026-09-15 10:21 UTC (3+ messages)
[PATCH v4 net-next 00/15] net: enetc: SR-IOV improvements and ENETC v4 VF support
2026-09-15 10:20 UTC (3+ messages)
[PATCH 00/28] Replace remaining strlcat() call sites with snprintf()/seq_buf()
2026-09-15 10:17 UTC (30+ messages)
` [PATCH 01/28] ALSA: ac97: Refactor snd_ac97_get_name() to use snprintf()
` [PATCH 02/28] sunrpc: Refactor rpc_sockaddr2uaddr() to use snprintf() instead of strlcat()
` [PATCH 03/28] ARM: atags: Replace strlcat() with snprintf() for cmdline extend
` [PATCH 04/28] scsi: bfa: Use snprintf() in bfa_fcs_fabric_nsymb_init()
` [PATCH 05/28] ALSA: usb-audio: Refactor usb_audio_make_longname() to use seq_buf
` [PATCH 06/28] comedi: comedi_bond: Refactor strlcat() to seq_buf in do_dev_config()
` [PATCH 07/28] scsi: bfa: Use snprintf() in bfa_fcs_fabric_psymb_init()
` [PATCH 08/28] devlink: Refactor strlcat() to seq_buf in __devlink_compat_running_version()
` [PATCH 09/28] drm/dp_mst: Refactor build_mst_prop_path() to use seq_buf
` [PATCH 10/28] of/fdt: Replace strlcat() with snprintf() in early_init_dt_scan_chosen()
` [PATCH 11/28] wifi: brcmfmac: Replace strlcat() with snprintf() in brcmf_fw_alloc_request()
` [PATCH 12/28] fortify: Convert strlcat() to snprintf() in strcat()
` [PATCH 13/28] i40e: Replace strlcat() with snprintf() in i40e_nvm_version_str()
` [PATCH 14/28] ALSA: usb-audio: Refactor append_ctl_name() to use snprintf()
` [PATCH 15/28] orangefs: Use seq_buf for debug help string generation
` [PATCH 16/28] pinctrl: samsung: Use snprintf() to construct pin bank names
` [PATCH 17/28] MIPS: cmdline: Refactor bootcmdline_append() to use snprintf()
` [PATCH 18/28] LoongArch: Refactor bootcmdline_init() to use seq_buf instead of strlcat()
` [PATCH 19/28] x86/setup: Use snprintf() to concatenate builtin and boot command lines
` [PATCH 20/28] parisc: Refactor strlcat() to seq_buf in setup_cmdline()
` [PATCH 21/28] NFS: nfsroot: Refactor root_nfs_cat() to use snprintf()
` [PATCH 22/28] media: si2165: Use snprintf() to format frontend name
` [PATCH 23/28] Input: synaptics_usb - use seq_buf and snprintf() for name and phys
` [PATCH 24/28] EDAC/thunderx: Fix stale error context in thunderx_l2c_threaded_isr()
` [PATCH 25/28] EDAC/thunderx: Replace strlcat() with seq_buf
` [PATCH 26/28] wifi: wil6210: Refactor resume_triggers2string() to use seq_buf
` [PATCH 27/28] drm/xe/pf: Convert strlcat() to seq_buf in control_read()
` [PATCH 28/28] drm/xe/pf: Refactor strlcat() to seq_buf in sched_group_engines_read()
[PATCH net-next 0/6] vsock: assign the guest vsock device to a network namespace
2026-09-15 10:16 UTC (4+ messages)
[PATCH net-next] i40e: fix VF queue mapping collision with PF queue 0
2026-09-15 10:11 UTC
[PATCH v3 net-next] net: phy: mediatek: support MT7530 PHYs on EN71221 MCM
2026-09-15 9:55 UTC (3+ messages)
[PATCH v3 net] sctp: avoid livelock while updating retransmit path
2026-09-15 9:50 UTC
[PATCH net-next v3 1/8] r8152: refactor r8156_init
2026-09-15 9:48 UTC (3+ messages)
[PATCH net-next] net: phy: broadcom: enable jumbo frames on BCM54xx
2026-09-15 9:47 UTC (2+ messages)
[PATCH 0/2] vhost-scsi: preserve event ordering and fix fallback deadlock
2026-09-15 9:42 UTC (3+ messages)
` [PATCH 1/2] vhost-scsi: preserve event ordering
` [PATCH 2/2] vhost-scsi: do not relock event vq mutex on send_evt fallback
[PATCH net v4 0/7] net: stmmac: Fix double VLAN 802.1ad tag handling
2026-09-15 9:42 UTC (5+ messages)
` [PATCH net v4 3/7] net: stmmac: Rework S-VLAN handling
[PATCH net-next] net: libwx: Add ethtool -L support for VF drivers
2026-09-15 9:37 UTC
[PATCH net v2] net/qla3xxx: disable the PCI device on remove
2026-09-15 9:35 UTC (2+ messages)
[PATCH 00/17] Treewide: enforce static storage for object initializers
2026-09-15 9:24 UTC (19+ messages)
` [PATCH 01/17] locking/mutex: assert static storage for DEFINE_MUTEX()
` [PATCH 04/17] locking/semaphore: assert static storage for DEFINE_SEMAPHORE()
` [PATCH 05/17] locking/seqlock: assert static storage for DEFINE_SEQLOCK()
` [PATCH 06/17] sched: assert static storage for wait queue and completion declarations
` [PATCH 07/17] xarray: assert static storage for DEFINE_XARRAY_FLAGS()
` [PATCH 08/17] idr: enforce the static-storage contract of DEFINE_IDR()
` [PATCH 09/17] radix-tree: require static storage for RADIX_TREE()
` [PATCH 10/17] klist: assert static storage for DEFINE_KLIST()
` [PATCH 11/17] workqueue: assert static storage for work declarations
` [PATCH 12/17] timers: assert static storage for DEFINE_TIMER()
` [PATCH 13/17] kthread: assert static storage for delayed work declarations
` [PATCH 14/17] ratelimit: assert static storage for DEFINE_RATELIMIT_STATE()
` [PATCH 15/17] notifier: assert static storage for locking notifier heads
` [PATCH 16/17] rcu: assert static storage for RCU sync and SRCU definitions
` [PATCH 17/17] sysctl: assert static storage for DEFINE_CTL_TABLE_POLL()
[PATCH v2 net-next] ppp_synctty: Use common error handling code in ppp_sync_txmunge()
2026-09-15 9:23 UTC
[PATCH net v3 1/6] net: stmmac: selftests: Support running selftests on DSA conduits
2026-09-15 9:22 UTC (3+ messages)
[PATCH net v5 0/1] ip6_tunnel: snapshot encap in xmit
2026-09-15 9:20 UTC (4+ messages)
` [PATCH net v5 1/1] "
[PATCH net-next v3] net: dsa: mxl-gsw1xx: force internal PHYs into a known reset state
2026-09-15 9:18 UTC
[PATCH net-next v18 0/3] net: phy: Add driver for Motorcomm Quad 2.5GbE phy
2026-09-15 9:16 UTC (5+ messages)
` [PATCH net-next v18 1/3] dt-bindings: net: Document Motorcomm YT8824 PHY package
` [PATCH net-next v18 2/3] net: phy: Add support for Template Control register for PMA
` [PATCH net-next v18 3/3] net: phy: Add driver for Motorcomm Quad 2.5GbE phy
Subject: TCP receive memory accounting before accept() with cgroup v2
2026-09-15 9:07 UTC
[PATCH net v4] bonding: fix slave_cnt leak on XDP error paths
2026-09-15 9:07 UTC (2+ messages)
[PATCH net] bonding: 3ad: select a port when the TX array is empty
2026-09-15 9:02 UTC
[PATCH net] tcp: do not let tcp_rmem be set below 4096
2026-09-15 9:01 UTC (2+ messages)
[PATCH net-next v2] net: usb: asix: reject a truncated Data header in rx_fixup
2026-09-15 8:59 UTC (3+ messages)
[PATCH] net: phy: intel-xway: workaround 100BASE-TX Link-Up issue
2026-09-15 8:59 UTC
[REGRESSION] e1000e: heavy packet loss on Lenovo ThinkPad P14s Gen 5 (I219-LM, Meteor Lake) after K1 re-enable; fixed by disable-k1
2026-09-15 8:57 UTC
[PATCH RFC net 0/2] net: stmmac: Fix XSK crashes on stm32mp2
2026-09-15 8:55 UTC (3+ messages)
` [PATCH RFC net 1/2] net: stmmac: Disable NAPI before stopping Tx queues in stmmac_xdp_release()
` [PATCH RFC net 2/2] net: stmmac: Stop Tx queue when (en|dis)abling XSK pools
[PATCH net-next v6 10/14] net: lan966x: add PCIe FDMA support
2026-09-15 8:54 UTC (3+ messages)
[PATCH net v3 0/6] net: stmmac: More selftest-related fixes
2026-09-15 8:50 UTC (2+ messages)
[PATCH v9 net] octeontx2-af: switch qmem from coherent DMA alloc to streaming DMA mapping
2026-09-15 8:47 UTC (3+ messages)
[PATCH bpf-next v6] xsk: Fix circular locking dependency between &net->xdp.lock, &xs->mutex, and netdev_lock_ops
2026-09-15 8:46 UTC (2+ messages)
[PATCH net v3 5/6] net: stmmac: size the RX buffers from the frame length, not the MTU
2026-09-15 8:45 UTC (2+ messages)
[PATCH net v3 4/6] net: stmmac: selftests: Capture all packets for vlan checks
2026-09-15 8:45 UTC (2+ messages)
[PATCH net RESEND 2/2] net: macb: Use all-frame timestamping for PTPv1 RX filters
2026-09-15 8:38 UTC (2+ messages)
[PATCH net] net: fddi: skfp: fix NULL deref when setting the MAC address while down
2026-09-15 8:40 UTC (2+ messages)
[PATCH net RESEND 1/2] net: macb: Preserve one-step mode on rejected timestamp requests
2026-09-15 8:38 UTC (2+ messages)
[PATCH v2] i40e: add an error handling path in i40e_xsk_pool_enable()
2026-09-15 8:36 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH 01/12] xfrm: iptfs: fix stack OOB read in iptfs_skb_reset_frag_walk()
2026-09-15 8:31 UTC (4+ messages)
[PATCH net] vlan: require the MAC header to be present in __vlan_insert_inner_tag()
2026-09-15 8:31 UTC
[PATCH net v5] ipv4: icmp: reject RTN_UNREACHABLE input routes in icmp_route_lookup
2026-09-15 8:30 UTC (2+ messages)
[PATCH net] net: bcmgenet: restore the hardware filters on open
2026-09-15 8:26 UTC (2+ messages)
[PATCH net-next v6 1/2] net: fec: Propagate PTP initialization errors
2026-09-15 8:20 UTC (2+ messages)
[PATCH net-next v17 0/2] net: phy: Add driver for Motorcomm Quad 2.5GbE phy
2026-09-15 8:19 UTC (6+ messages)
` [PATCH net-next v17 2/2] "
[PATCH net 4/4] ice: skip unnecessary VF reset when setting trust
2026-09-15 8:19 UTC (2+ messages)
[PATCH net v2 2/2] selftests: tc-testing: add a lateral-drift hfsc classify-walk test
2026-09-15 8:17 UTC (2+ messages)
[PATCH net v2 1/2] net/sched: sch_hfsc: bound the classify inner-filter walk with a drift budget
2026-09-15 8:17 UTC (2+ messages)
[PATCH net 3/4] iavf: send MAC change request synchronously
2026-09-15 8:16 UTC (2+ messages)
[PATCH net-next 0/2] selftests: drv-net: Add VLAN test
2026-09-15 8:16 UTC (5+ messages)
` [PATCH net-next 1/2] selftests: drv-net: Move _set_ethtool_feat() into lib
` [PATCH net-next 2/2] selftests: drv-net: Add VLAN test
network flow offloading broken in 6.18.45+
2026-09-15 8:15 UTC (7+ messages)
[PATCH net 2/4] i40e: skip unnecessary VF reset when setting trust
2026-09-15 8:14 UTC (2+ messages)
[PATCH bpf] bpf, sockmap: reject max_entries > INT_MAX in sock_map_alloc
2026-09-15 8:13 UTC (2+ messages)
[PATCH v2 net] ipvlan: unregister upper devices outside pnodes_lock
2026-09-15 8:13 UTC (2+ messages)
[PATCH net 1/4] iavf: return EBUSY if reset in progress or not ready during MAC change
2026-09-15 8:12 UTC (2+ messages)
[PATCH v2 net-next] dt-bindings: net: Use consistent indentation in the example
2026-09-15 8:11 UTC (2+ messages)
[PATCH net-next v8 0/3] w5100: restore GPIO-based link detection
2026-09-15 8:06 UTC (4+ messages)
` [PATCH net-next v8 1/3] dt-bindings: net: wiznet,w5100: convert to DT schema
` [PATCH net-next v8 2/3] dt-bindings: net: wiznet,w5100: add link status interrupt
` [PATCH net-next v8 3/3] w5100: detect carrier state using link status bit and optional interrupt
[PATCH v3 net-next 1/6] vxlan: vnifilter: use list_for_each_entry_rcu() in vxlan_vnifilter_dump_dev()
2026-09-15 7:53 UTC (3+ messages)
[PATCH v4 00/12] ath1{1,2}k: support multiple PCI devices in one system
2026-09-15 7:41 UTC (13+ messages)
` [PATCH v4 01/12] net: qrtr: support getting new endpoint ids externally
` [PATCH v4 02/12] bus: mhi: allow mhi to know about its qrtr endpoint id and free it
` [PATCH v4 03/12] net: qrtr: mhi: register new qrtr endpoint id for mhi
` [PATCH v4 04/12] soc: qcom: qmi_helpers: add QRTR endpoint ID to qmi_handle
` [PATCH v4 05/12] soc: qcom: qmi_helpers: optionally bind to QRTR endpoint ID in qmi_sock_create
` [PATCH v4 06/12] wifi: ath11k: add QRTR endpoint ID hif feature
` [PATCH v4 07/12] wifi: ath11k: stub QRTR endpoint ID fetching
` [PATCH v4 08/12] wifi: ath11k: implement QRTR endpoint ID fetching for PCI
` [PATCH v4 09/12] wifi: ath11k: bind to QRTR endpoint ID in ath11k_qmi_init_service
` [PATCH v4 10/12] wifi: ath12k: add QRTR endpoint ID hif feature
` [PATCH v4 11/12] wifi: ath12k: implement QRTR endpoint ID fetching for PCI
` [PATCH v4 12/12] wifi: ath12k: bind to QRTR endpoint ID in ath12k_qmi_init_service
[PATCH net-next] openvswitch: raise internal port TSO limit
2026-09-15 7:38 UTC (3+ messages)
[PATCH net-next v1] net: stmmac: Default DWMAC_MOTORCOMM to m on MACH_LOONGSON64
2026-09-15 7:32 UTC
[PATCH net] octeontx2-af: nix: Fix TX vtag upper bits programming
2026-09-15 7:30 UTC
[PATCH net] octeontx2-af: nix: Fix NIX LF allocation for representor devices
2026-09-15 7:27 UTC
[PATCH v1 net 0/2] af_unix: Fix inconsistent scc_index
2026-09-15 7:27 UTC (2+ messages)
[PATCH net] octeontx2-af: nix: Export CN10K admin queue enqueue mbox handler
2026-09-15 7:23 UTC
[PATCH net] octeontx2-af: nix: Remove redundant BPID setup from block init
2026-09-15 7:20 UTC
[PATCH net v2] ipv4: fib: fix data-race and stale genid check around nh->nh_saddr
2026-09-15 7:15 UTC
[PATCH v3] Add config phase for dp83td510e phy
2026-09-15 7:15 UTC
[PATCH v7 00/15] QRTR Multi-endpoint support
2026-09-15 7:11 UTC (17+ messages)
` [PATCH v7 01/15] net: qrtr: ns: validate msglen before ctrl_pkt use
` [PATCH v7 02/15] net: qrtr: allocate and track endpoint ids
` [PATCH v7 03/15] net: qrtr: fit node ID + port number combination into unsigned long
` [PATCH v7 04/15] net: qrtr: use only low 16 bits of node/port in 32-bit systems
` [PATCH v7 05/15] net: qrtr: support identical node ids
` [PATCH v7 06/15] net: qrtr: Report sender endpoint in aux data
` [PATCH v7 07/15] net: qrtr: Report endpoint for locally generated messages
` [PATCH v7 08/15] net: qrtr: Allow sendmsg to target an endpoint
` [PATCH v7 09/15] net: qrtr: allow socket endpoint binding
` [PATCH v7 10/15] net: qrtr: Drop remote {NEW|DEL}_LOOKUP messages
` [PATCH v7 11/15] net: qrtr: ns: support multiple endpoints
` [PATCH v7 12/15] net: qrtr: mhi: Report endpoint id in sysfs
` [PATCH v7 13/15] net: qrtr: limit endpoint range to 16 bits on 32-bit machines
` [PATCH v7 14/15] net: qrtr: use nid modulo 65536 in 32-bit lookups
` [PATCH v7 15/15] net: qrtr: solve the 32-bit unsafe use in endpoints
[PATCH net-next v5 2/2] net: stmmac: dwxgmac2: add XGMAC timestamp interrupt support
2026-09-15 7:08 UTC (2+ messages)
[PATCH net-next] tcp: make smp_rmb() conditional in tcp_poll()
2026-09-15 7:07 UTC (2+ messages)
[PATCH v2 0/3] usb: Use %pe to print error pointers
2026-09-15 7:03 UTC (3+ messages)
` [PATCH v2 1/3] usb: chipidea: "
[PATCH net-next v3 0/6] net: xilinx: axienet: Add 10G/25G (XXV) ethernet support
2026-09-15 7:01 UTC (7+ messages)
` [PATCH net-next v3 2/6] dt-bindings: net: xlnx,xxv-ethernet: Add Xilinx XXV 10G/25G Ethernet
[PATCH net v5] net: Wangxun: protect ring accesses with RCU
2026-09-15 6:58 UTC (2+ messages)
[PATCH net v6] net: Wangxun: protect ring accesses with RCU
2026-09-15 6:57 UTC
[PATCH net-next] net: axienet: add a TX timeout handler to recover a lost DMA interrupt
2026-09-15 6:55 UTC
[PATCH ipsec] xfrm: iptfs: fix pp_ref_count underflow when sharing page_pool frags
2026-09-15 6:42 UTC
[PATCH net v5 1/1] rxrpc: fix encap_rcv skb accounting exhaustion
2026-09-15 6:40 UTC (2+ messages)
[PATCH] can: flexcan: fix synchronous external abort in flexcan_get_berr_counter()
2026-09-15 6:35 UTC
[PATCH net-next v8 0/2] Add Frame Preemption MAC Merge support for ICSSG
2026-09-15 6:30 UTC (3+ messages)
` [PATCH net-next v8 1/2] net: ti: icssg-prueth: Add Frame Preemption MAC Merge support
` [PATCH net-next v8 2/2] net: ti: icssg-prueth: Add ethtool ops for Frame Preemption MAC Merge
[syzbot] [bridge?] WARNING: locking bug in match_held_lock
2026-09-15 6:04 UTC (4+ messages)
` [PATCH] rhashtable: Use separate lockdep keys for each lock
[PATCH net-next 6/6] selftests: drv-net: psp: check the PSP disassociation notifications
2026-09-15 6:04 UTC (2+ messages)
[PATCH net-next 4/6] psp: notify about a disassociation once it has happened
2026-09-15 6:04 UTC (2+ messages)
[PATCH net-next 2/6] psp: don't report the main netdevice's ifindex to associated namespaces
2026-09-15 6:04 UTC (2+ messages)
[PATCH net v3] ipv6: rpl: fix NULL dereference of idev in ipv6_rpl_srh_rcv()
2026-09-15 6:03 UTC (2+ messages)
[PATCH net v2] tg3: use random MAC address when tg3_get_device_address fails
2026-09-15 5:50 UTC (2+ messages)
[PATCH] net: fealnx: remove never-true 486 CPU check
2026-09-15 5:42 UTC (3+ messages)
[PATCH net-next v11 00/15] ax88179_178a: Add support for AX88179A-based chips
2026-09-15 5:28 UTC (4+ messages)
` [PATCH net-next v11 06/15] ax88179_178a: Add HW support for AX179A-based chips
[PATCH] clk: nuvoton: ma35d1: Use clk_hw pointers as mux parents
2026-09-15 5:26 UTC (3+ messages)
[PATCH net-next v2 0/2] ipv6: update NUD_FAILED neighbors from NA messages
2026-09-15 5:26 UTC (4+ messages)
` [PATCH net-next v2 1/2] "
` [PATCH net-next v2 2/2] selftests: net: test untracked NA recovery of FAILED neighbors
[PATCH net v3] net: macb: fix ordering around PTP timestamp read
2026-09-15 4:58 UTC
[PATCH v1 net] tcp: Don't call skb_clone_and_charge_r() for close()d listener in tcp_v6_do_rcv()
2026-09-15 4:38 UTC (3+ messages)
[PATCH net] net: lock the socket in sock_gettstamp()
2026-09-15 4:30 UTC
[PATCH] net: tulip: winbond-840: remove never-true 486 CPU check
2026-09-15 3:36 UTC (2+ messages)
[PATCH net 0/1] net: tcp: account zero-copy receive VMA memory
2026-09-15 3:32 UTC (3+ messages)
` [PATCH net 1/1] "
[PATCH] ipv4: fib: annotate data-race around nh->nh_saddr
2026-09-15 3:23 UTC (6+ messages)
[PATCH net-next v3] selftests: net: move log_test to lib file and remove duplicate code
2026-09-15 3:14 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;
as well as URLs for NNTP newsgroup(s).