messages from 2025-07-16 07:51:08 to 2025-07-16 21:03:10 UTC [more...]
[PATCH v2 net-next 00/14] Add NETC Timer PTP driver and add PTP support for i.MX95
2025-07-16 21:03 UTC (28+ messages)
` [PATCH v2 net-next 01/14] dt-bindings: ptp: add NETC Timer PTP clock
` [PATCH v2 net-next 02/14] dt-bindings: net: add nxp,netc-timer property
` [PATCH v2 net-next 03/14] ptp: netc: add NETC Timer PTP driver support
` [PATCH v2 net-next 04/14] ptp: netc: add PTP_CLK_REQ_PPS support
` [PATCH v2 net-next 05/14] ptp: netc: add periodic pulse output support
` [PATCH v2 net-next 06/14] ptp: netc: add external trigger stamp support
` [PATCH v2 net-next 07/14] ptp: netc: add debugfs support to loop back pulse signal
` [PATCH v2 net-next 08/14] MAINTAINERS: add NETC Timer PTP clock driver section
` [PATCH v2 net-next 09/14] net: enetc: save the parsed information of PTP packet to skb->cb
` [PATCH v2 net-next 10/14] net: enetc: Add enetc_update_ptp_sync_msg() to process PTP sync packet
` [PATCH v2 net-next 11/14] net: enetc: remove unnecessary CONFIG_FSL_ENETC_PTP_CLOCK check
` [PATCH v2 net-next 12/14] net: enetc: add PTP synchronization support for ENETC v4
` [PATCH v2 net-next 13/14] net: enetc: don't update sync packet checksum if checksum offload is used
` [PATCH v2 14/14] arm64: dts: imx95: Add NETC Timer support
NCSI incorrect response type to command
2025-07-16 21:01 UTC
[PATCH net-next] selftests: net: prevent Python from buffering the output
2025-07-16 20:57 UTC
[GIT PULL] bluetooth 2025-07-16
2025-07-16 19:51 UTC
[PATCH] bonding: Switch periodic LACPDU state machine from counter to jiffies
2025-07-16 19:45 UTC (6+ messages)
[PATCH net-next v10 00/12] Split netmem from struct page
2025-07-16 19:41 UTC (8+ messages)
` [PATCH net-next v10 02/12] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()
[PATCH net-next] net: stmmac: dwmac-renesas-gbeth: Add PM suspend/resume callbacks
2025-07-16 19:36 UTC (4+ messages)
[PATCH net-next] net/mlx5e: TX, Fix dma unmapping for devmem tx
2025-07-16 19:16 UTC (2+ messages)
[PATCH net 0/5] rxrpc: Miscellaneous fixes
2025-07-16 19:00 UTC (7+ messages)
` [PATCH net 1/5] rxrpc: Fix irq-disabled in local_bh_enable()
` [PATCH net 2/5] rxrpc: Fix recv-recv race of completed call
` [PATCH net 3/5] rxrpc: Fix notification vs call-release vs recvmsg
` [PATCH net 4/5] rxrpc: Fix transmission of an abort in response to an abort
` [PATCH net 5/5] rxrpc: Fix to use conn aborts for conn-wide failures
[PATCH net v2] et131x: Add missing check after DMA map
2025-07-16 18:53 UTC (3+ messages)
[PATCH net v2] net: ag71xx: Add missing check after DMA map
2025-07-16 18:43 UTC (2+ messages)
[PATCH v2 net-next 0/2] account for TCP memory pressure signaled by cgroup
2025-07-16 18:37 UTC (11+ messages)
` [PATCH v2 net-next 1/2] tcp: account for "
` [PATCH v2 net-next 2/2] mm/vmpressure: add tracepoint for socket pressure detection
[PATCH net-next v6] tcp: trace retransmit failures in tcp_retransmit_skb
2025-07-16 18:33 UTC (2+ messages)
[PATCH bpf-next v2 02/18] x86,bpf: add bpf_global_caller for global trampoline
2025-07-16 18:24 UTC (12+ messages)
` [PATCH bpf-next v2 06/18] bpf: tracing: add support to record and check the accessed args
` Inlining migrate_disable/enable. Was: [PATCH bpf-next v2 02/18] x86,bpf: add bpf_global_caller for global trampoline
[PATCH net-next v4 00/19] add basic PSP encryption for TCP connections
2025-07-16 17:45 UTC (25+ messages)
` [PATCH net-next v4 01/19] psp: add documentation
` [PATCH net-next v4 02/19] psp: base PSP device support
` [PATCH net-next v4 03/19] net: modify core data structures for PSP datapath support
` [PATCH net-next v4 04/19] tcp: add datapath logic for PSP with inline key exchange
` [PATCH net-next v4 05/19] psp: add op for rotation of device key
` [PATCH net-next v4 06/19] net: move sk_validate_xmit_skb() to net/core/dev.c
` [PATCH net-next v4 07/19] net: tcp: allow tcp_timewait_sock to validate skbs before handing to device
` [PATCH net-next v4 08/19] net: psp: add socket security association code
` [PATCH net-next v4 09/19] net: psp: update the TCP MSS to reflect PSP packet overhead
` [PATCH net-next v4 10/19] psp: track generations of device key
` [PATCH net-next v4 11/19] net/mlx5e: Support PSP offload functionality
` [PATCH net-next v4 12/19] net/mlx5e: Implement PSP operations .assoc_add and .assoc_del
` [PATCH net-next v4 13/19] psp: provide encapsulation helper for drivers
` [PATCH net-next v4 14/19] net/mlx5e: Implement PSP Tx data path
` [PATCH net-next v4 15/19] net/mlx5e: Add PSP steering in local NIC RX
` [PATCH net-next v4 16/19] net/mlx5e: Configure PSP Rx flow steering rules
` [PATCH net-next v4 17/19] psp: provide decapsulation and receive helper for drivers
` [PATCH net-next v4 18/19] net/mlx5e: Add Rx data path offload
` [PATCH net-next v4 19/19] net/mlx5e: Implement PSP key_rotate operation
[PATCH net 0/2] bonding: fix LACP negotiation issues in passive mode
2025-07-16 17:35 UTC (8+ messages)
` [PATCH net 1/2] bonding: update ntt to true "
` [PATCH net 2/2] selftests: bonding: add test for passive LACP mode
[net-next 0/4] Octeontx2-af: RPM: misc feaures
2025-07-16 17:26 UTC (6+ messages)
` [net-next 1/4] Octeontx2-af: Add programmed macaddr to RVU pfvf
` [net-next 2/4] Octeontx2-af: Disable stale DMAC filters
` [net-next 3/4] Octeontx2-af: RPM: Update DMA mask
` [net-next 4/4] Octeontx2-af: Debugfs support for firmware data
[syzbot] [wireless?] INFO: rcu detected stall in sock_close (5)
2025-07-16 17:01 UTC
[PATCH] netdevsim: remove redundant branch
2025-07-16 16:57 UTC
[PATCH net-next 0/2] net: hibmcge: Add support for PHY LEDs on YT8521
2025-07-16 16:42 UTC (6+ messages)
` [PATCH net-next 1/2] net: phy: motorcomm: "
` [PATCH net-next 2/2] net: hibmcge: "
[PATCH net v2 0/2] selftests: mptcp: connect: cover alt modes
2025-07-16 16:35 UTC (6+ messages)
[PATCH net-next] eea: Add basic driver framework for Alibaba Elastic Ethernet Adaptor
2025-07-16 16:32 UTC (7+ messages)
[PATCH net-next V5] net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
2025-07-16 16:26 UTC
[PATCH] vhost/net: Replace wait_queue with completion in ubufs reference
2025-07-16 16:22 UTC
[PATCH bpf-next v2 00/13] Add a dynptr type for skb metadata
2025-07-16 16:16 UTC (14+ messages)
` [PATCH bpf-next v2 01/13] bpf: Add "
` [PATCH bpf-next v2 02/13] bpf: Enable read access to skb metadata with bpf_dynptr_read
` [PATCH bpf-next v2 03/13] bpf: Enable write access to skb metadata with bpf_dynptr_write
` [PATCH bpf-next v2 04/13] bpf: Enable read-write access to skb metadata with dynptr slice
` [PATCH bpf-next v2 05/13] net: Clear skb metadata on handover from device to protocol
` [PATCH bpf-next v2 06/13] selftests/bpf: Cover verifier checks for skb_meta dynptr type
` [PATCH bpf-next v2 07/13] selftests/bpf: Pass just bpf_map to xdp_context_test helper
` [PATCH bpf-next v2 08/13] selftests/bpf: Parametrize test_xdp_context_tuntap
` [PATCH bpf-next v2 09/13] selftests/bpf: Cover read access to skb metadata via dynptr
` [PATCH bpf-next v2 10/13] selftests/bpf: Cover write "
` [PATCH bpf-next v2 11/13] selftests/bpf: Cover read/write to skb metadata at an offset
` [PATCH bpf-next v2 12/13] selftests/bpf: Cover lack of access to skb metadata at ip layer
` [PATCH bpf-next v2 13/13] selftests/bpf: Count successful bpf program runs
[PATCH v3] hv_netvsc: Set VF priv_flags to IFF_NO_ADDRCONF before open to prevent IPv6 addrconf
2025-07-16 16:15 UTC (4+ messages)
` [EXTERNAL] "
[PATCH v3 net] net: bridge: Do not offload IGMP/MLD messages
2025-07-16 15:57 UTC (3+ messages)
Subject: [RFC PATCH 0/1] bpf: Add helper to mark xdp_buff->data as PTR_TO_PACKET for tracing
2025-07-16 15:55 UTC (2+ messages)
[RFC] Solution how to split a file in a way that git blame looks fine
2025-07-16 15:49 UTC (4+ messages)
` [Intel-wired-lan] "
[PATCH bpf-next,v5 1/1] doc: xdp: clarify driver implementation for XDP Rx metadata
2025-07-16 15:48 UTC
[PATCH] net: stream: add description for sk_stream_write_space()
2025-07-16 15:34 UTC
[PATCH net-next v4] ibmvnic: Use ndo_get_stats64 to fix inaccurate SAR reporting
2025-07-16 15:21 UTC
[PATCH net] net: fix segmentation after TCP/UDP fraglist GRO
2025-07-16 15:01 UTC (4+ messages)
[PATCH] net: usbnet: Avoid potential RCU stall on LINK_CHANGE event
2025-07-16 14:54 UTC (5+ messages)
[PATCH v2 net] net: bridge: Do not offload IGMP/MLD messages
2025-07-16 14:50 UTC (4+ messages)
[PATCH net] tls: always refresh the queue when reading sock
2025-07-16 14:38 UTC
[PATCH net-next V5 0/5] net: netdevsim: hook in XDP handling
2025-07-16 14:30 UTC (2+ messages)
[PATCH] net: appletalk: Fix use-after-free in AARP proxy probe
2025-07-16 14:22 UTC (2+ messages)
[PATCH net-next V2 0/6] net/mlx5: misc changes 2025-07-16
2025-07-16 14:17 UTC (7+ messages)
` [PATCH net-next V2 1/6] net/mlx5: HWS, Enable IPSec hardware offload in legacy mode
` [PATCH net-next V2 2/6] net/mlx5e: fix kdoc warning on eswitch.h
` [PATCH net-next V2 3/6] net/mlx5e: Properly access RCU protected qdisc_sleeping variable
` [PATCH net-next V2 4/6] net/mlx5e: SHAMPO, Cleanup reservation size formula
` [PATCH net-next V2 5/6] net/mlx5e: SHAMPO, Remove mlx5e_shampo_get_log_hd_entry_size()
` [PATCH net-next V2 6/6] net/mlx5e: Remove duplicate mkey from SHAMPO header
[PATCH v13 0/1]vhost: Add support of kthread API
2025-07-16 14:12 UTC (2+ messages)
[PATCH v2 net-next] ipv6: mcast: Simplify mld_clear_{report|query}()
2025-07-16 14:05 UTC (2+ messages)
[PATCH net v2] virtio-net: fix received length check in big packets
2025-07-16 14:00 UTC (5+ messages)
[PATCH] vhost: Fix typos in comments and clarity on alignof usage
2025-07-16 13:38 UTC (2+ messages)
[syzbot] Monthly wpan report (Jul 2025)
2025-07-16 13:32 UTC
[PATCH net v3] virtio-net: fix recursived rtnl_lock() during probe()
2025-07-16 13:27 UTC (2+ messages)
[PATCH net-next v10 00/11] PRU-ICSSM Ethernet Driver
2025-07-16 13:11 UTC (5+ messages)
` [PATCH net-next v10 04/11] net: ti: prueth: Adds link detection, RX and TX support
We found a bug in i40e_debugfs.c for the latest linux
2025-07-16 12:52 UTC (5+ messages)
[regression] Wireguard fragmentation fails with VXLAN since 8930424777e4 ("tunnels: Accept PACKET_HOST skb_tunnel_check_pmtu().") causing network timeouts
2025-07-16 12:44 UTC (3+ messages)
[PATCH net-next v2] xsk: skip validating skb list in xmit path
2025-07-16 12:27 UTC
[PATCH net 0/3] pull request: ovpn for net 2025-07-16
2025-07-16 11:54 UTC (4+ messages)
` [PATCH net 1/3] ovpn: propagate socket mark to skb in UDP
` [PATCH net 2/3] ovpn: reject unexpected netlink attributes
` [PATCH net 3/3] ovpn: reset GSO metadata after decapsulation
[PATCH net-next 0/2] net/mlx5: Avoid payload in skb's linear part for better GRO-processing
2025-07-16 11:42 UTC (5+ messages)
` [PATCH net-next 2/2] net/mlx5: Avoid copying payload to the skb's linear part
[PATCH v2 net-next] net: Allow SF devices to be used for ZC DMA
2025-07-16 11:23 UTC (6+ messages)
[PATCH net v2] virtio-net: fix a rtnl_lock() deadlock during probing
2025-07-16 11:20 UTC (5+ messages)
` "
` "
[PATCH bpf-next V2 0/7] xdp: Allow BPF to set RX hints for XDP_REDIRECTed packets
2025-07-16 11:17 UTC (7+ messages)
[PATCH net-next v3 0/7] net: airoha: Introduce NPU callbacks for wlan offloading
2025-07-16 10:55 UTC (4+ messages)
` [PATCH net-next v3 1/7] dt-bindings: net: airoha: npu: Add memory regions used for wlan offload
Phy with reset-gpio fails to read phy id during kexec -e
2025-07-16 10:51 UTC (2+ messages)
[PATCH net-next 0/4] mptcp: add TCP_MAXSEG sockopt support
2025-07-16 10:28 UTC (5+ messages)
` [PATCH net-next 1/4] mptcp: sockopt: drop redundant tcp_getsockopt
` [PATCH net-next 2/4] tcp: add tcp_sock_set_maxseg
` [PATCH net-next 3/4] mptcp: add TCP_MAXSEG sockopt support
` [PATCH net-next 4/4] mptcp: fix typo in a comment
[RFC net-next v1 1/1] e1000e: Introduce private flag and module param to disable K1
2025-07-16 10:25 UTC (4+ messages)
[PATCH net-next v3 0/3] Add shared PHY counter support for QCA807x and QCA808x
2025-07-16 10:15 UTC (4+ messages)
` [PATCH net-next v3 1/3] net: phy: qcom: Add PHY counter support
[PATCH net-next V4] net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
2025-07-16 9:26 UTC (3+ messages)
[net-next PATCH v2 00/11] Add CN20K NIX and NPA contexts
2025-07-16 9:24 UTC (3+ messages)
` [net-next PATCH v2 01/11] octeontx2-af: Simplify context writing and reading to hardware
[BUG] INFO: rcu detected stall in unix_stream_connect
2025-07-16 9:23 UTC
[PATCH] net: usb: Make init_satus() return -ENOMEM if alloc failed
2025-07-16 9:19 UTC (4+ messages)
` [PATCH] net: usb: Remove duplicate assignments for net->pcpu_stat_type
[PATCH v4 0/3] rust: Build PHY device tables by using module_device_table macro
2025-07-16 9:19 UTC (3+ messages)
` [PATCH v4 1/3] rust: device_id: split out index support into a separate trait
[PATCH net-next v5 0/7] bonding: Extend arp_ip_target format to allow for a list of vlan tags
2025-07-16 9:17 UTC (6+ messages)
` [PATCH net-next v5 6/7] bonding: Update for extended arp_ip_target format
[PATCH v2 0/2] Rename Device::as_ref() to from_raw()
2025-07-16 9:16 UTC (3+ messages)
` [PATCH v2 1/2] device: rust: rename Device::as_ref() to Device::from_raw()
[PATCH net-next v12 00/10] tun: Introduce virtio-net hashing feature
2025-07-16 8:55 UTC (2+ messages)
[PATCH v13 1/1] vhost: Reintroduces support of kthread API and adds mode selection
2025-07-16 8:50 UTC (3+ messages)
` [PATCH v13] "
[PATCH v12 net-next 00/15] AccECN protocol patch series
2025-07-16 8:33 UTC (9+ messages)
` [PATCH v12 net-next 11/15] tcp: accecn: AccECN option
` [PATCH v12 net-next 12/15] tcp: accecn: AccECN option send control
[BUG] BUG: unable to handle kernel paging request in napi_skb_cache_get
2025-07-16 8:29 UTC
[PATCH net-next 0/3] net: stmmac: xgmac: Minor fixes
2025-07-16 8:22 UTC (5+ messages)
` [PATCH net-next 3/3] net: stmmac: Set CIC bit only for TX queues with COE
[PATCH net-next v2] net: pppoe: implement GRO support
2025-07-16 8:14 UTC
[PATCH v2 0/8] treewide: Fix typo "notifer"
2025-07-16 8:08 UTC (3+ messages)
` [PATCH v2 6/8] serial: 8250_dw: "
[PATCH net-next] net: pcs: xpcs: mask readl() return value to 16 bits
2025-07-16 8:00 UTC (3+ messages)
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).