messages from 2025-04-24 20:18:34 to 2025-04-25 08:50:07 UTC [more...]
[PATCH net-next v1 1/1] Documentation: networking: expand and clarify EEE_GET/EEE_SET documentation
2025-04-25 8:49 UTC
[PATCH v2 0/4] net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid
2025-04-25 8:38 UTC (6+ messages)
` [PATCH v2 1/4] pidfs: register pid in pidfs
` [PATCH v2 2/4] net, pidfs: prepare for handing out pidfds for reaped sk->sk_peer_pid
` [PATCH v2 3/4] pidfs: get rid of __pidfd_prepare()
` [PATCH v2 4/4] net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid
[PATCH v3 00/14] MSR code cleanup part one
2025-04-25 8:34 UTC (15+ messages)
` [PATCH v3 01/14] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v3 02/14] x86/msr: Remove rdpmc()
` [PATCH v3 03/14] x86/msr: Rename rdpmcl() to rdpmc()
` [PATCH v3 04/14] x86/msr: Convert the rdpmc() macro into an always inline function
` [PATCH v3 05/14] x86/msr: Return u64 consistently in Xen PMC read functions
` [PATCH v3 06/14] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [PATCH v3 07/14] x86/msr: Add the native_rdmsrq() helper
` [PATCH v3 08/14] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [PATCH v3 09/14] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v3 10/14] x86/xen/msr: Remove pmu_msr_{read,write}()
` [PATCH v3 11/14] x86/xen/msr: Remove the error pointer argument from set_seg()
` [PATCH v3 12/14] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
` [PATCH v3 13/14] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [PATCH v3 14/14] x86/msr: Change the function type of native_read_msr_safe()
[PATCH v6 0/4] virtio-net: disable delayed refill when pausing rx
2025-04-25 8:35 UTC (6+ messages)
` [PATCH v6 1/4] selftests: net: move xdp_helper to net/lib
` [PATCH v6 2/4] selftests: net: add flag to force zerocopy mode in xdp_helper
` [PATCH v6 3/4] selftests: net: retry when bind returns EBUSY "
` [PATCH v6 4/4] selftests: net: add a virtio_net deadlock selftest
[PATCH v4 00/13] Introduce parity_odd() and refactor redundant parity code
2025-04-25 8:33 UTC (3+ messages)
` [PATCH v4 02/13] media: media/test_drivers: Replace open-coded parity calculation with parity_odd()
trie
2025-04-25 8:23 UTC
[net-next v7 0/7] net: mtip: Add support for MTIP imx287 L2 switch driver
2025-04-25 8:08 UTC (8+ messages)
` [net-next v7 4/7] net: mtip: The L2 switch driver for imx287
[PATCH RFC bpf-next v2 00/17] traits: Per packet metadata KV store
2025-04-25 8:06 UTC (9+ messages)
` [PATCH RFC bpf-next v2 10/17] bnxt: Propagate trait presence to skb
[PATCH RFC 2/4] net, pidfs: prepare for handing out pidfds for reaped sk->sk_peer_pid
2025-04-25 8:02 UTC (3+ messages)
[PATCH bpf-next] bpf: Allow some trace helpers for all prog types
2025-04-25 8:00 UTC
[PATCH RFC 2/4] net, pidfs: prepare for handing out pidfds for reaped sk->sk_peer_pid
2025-04-25 7:58 UTC (3+ messages)
[PATCH net] net: dsa: fix VLAN 0 filter imbalance when toggling filtering
2025-04-25 7:52 UTC (10+ messages)
[PATCH bpf-next v2] bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into maps
2025-04-25 7:49 UTC (10+ messages)
[PATCH 4/5] arm64: dts: allwinner: a527: add EMAC0 to Radxa A5E board
2025-04-25 7:46 UTC (3+ messages)
[PATCH net-next v4 0/8] Add Microchip ZL3073x support (part 1)
2025-04-25 7:41 UTC (13+ messages)
` [PATCH net-next v4 1/8] dt-bindings: dpll: Add DPLL device and pin
` [PATCH net-next v4 2/8] dt-bindings: dpll: Add support for Microchip Azurite chip family
` [PATCH net-next v4 5/8] mfd: zl3073x: Add functions to work with register mailboxes
[RFC PATCH 0/7] Reviving the slab destructor to tackle the percpu allocator scalability problem
2025-04-25 7:40 UTC (4+ messages)
[PATCH net] net: libwx: fix to set pause param
2025-04-25 7:38 UTC (2+ messages)
[PATCH net 0/5] net: vertexcom: mse102x: Fix RX handling
2025-04-25 7:35 UTC (4+ messages)
` [PATCH net 1/5] net: vertexcom: mse102x: Fix possible stuck of SPI interrupt
[PATCH 0/2] Allow dyn pci vector allocation of MANA
2025-04-25 7:29 UTC (4+ messages)
` [PATCH 2/2] net: mana: Allow MANA driver to allocate PCI vector dynamically
[PATCH] net: call inet_twsk_put() on TIMEWAIT sockets It is possible for a pointer of type struct inet_timewait_sock to be returned from the functions __inet_lookup_established() and __inet6_lookup_established(). This can cause a crash when the returned pointer is of type struct inet_timewait_sock and sock_put() is called on it. The following is a crash call stack that shows sk->sk_wmem_alloc being accessed in sk_free() during the call to sock_put() on a struct inet_timewait_sock pointer. To avoid this issue, use inet_twsk_put() instead of sock_put() when sk->sk_state is TCP_TIME_WAIT
2025-04-25 7:31 UTC
[PATCH net-next v3 0/3] net/mlx5: Expose additional devlink dev info
2025-04-25 7:27 UTC (12+ messages)
` [PATCH net-next v3 2/3] devlink: add function unique identifier to "
[PATCH net-next v4 0/2] Refactoring designware VLAN code
2025-04-25 7:15 UTC (11+ messages)
` [PATCH net-next v4 1/2] net: stmmac: Refactor VLAN implementation
` [PATCH net-next v4 2/2] net: stmmac: dwxgmac2: Add support for HW-accelerated VLAN stripping
[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
2025-04-25 7:11 UTC (17+ messages)
` [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
` [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
[syzbot] [mm?] INFO: task hung in exit_mmap (2)
2025-04-25 7:09 UTC
[PATCH v2 0/5] allwinner: Add EMAC0 support to A523 variant SoC
2025-04-25 7:06 UTC (5+ messages)
` [PATCH v2 3/5] arm64: dts: allwinner: a523: Add EMAC0 ethernet MAC
[PATCH net-next v7 0/3] net: ethtool: Introduce ethnl dump helpers
2025-04-25 7:01 UTC (4+ messages)
` [PATCH net-next v7 1/3] net: ethtool: Introduce per-PHY DUMP operations
[PATCH] net: dsa: qca8k: fix led devicename when using external mdio bus
2025-04-25 6:49 UTC
[PATCH net-next v2] rtase: Modify the format specifier in snprintf to %u
2025-04-25 6:40 UTC
[PATCH net-next v2] rtase: Use min() instead of min_t()
2025-04-25 6:34 UTC
[PATCH 0/3] net: mana: Add HTB Qdisc offload support
2025-04-25 6:23 UTC (8+ messages)
` [PATCH 2/3] net: mana: Add sched HTB "
[PATCH net-next] rtase: Use min() instead of min_t()
2025-04-25 6:09 UTC (4+ messages)
[iwl-next v3 0/8] libie: commonize adminq structure
2025-04-25 6:08 UTC (9+ messages)
` [iwl-next v3 1/8] ice, libie: move generic adminq descriptors to lib
` [iwl-next v3 2/8] ixgbe: use libie adminq descriptors
` [iwl-next v3 3/8] i40e: "
` [iwl-next v3 4/8] iavf: "
` [iwl-next v3 5/8] libie: add adminq helper for converting err to str
` [iwl-next v3 6/8] ice: use libie_aq_str
` [iwl-next v3 7/8] iavf: "
` [iwl-next v3 8/8] i40e: "
[PATCH bpf-next v1 0/2] ktls, sockmap: Fix missing uncharge operation and add selfttest
2025-04-25 5:59 UTC (3+ messages)
` [PATCH bpf-next v1 1/2] ktls, sockmap: Fix missing uncharge operation
` [PATCH bpf-next v1 2/2] selftests/bpf: Add test to cover sockmap with ktls
[PATCH v2] iwlegacy: 4965: fix possible out-of-bounds access in il4965_tx_cmd_build_rate()
2025-04-25 5:59 UTC (2+ messages)
[PATCH net-next v1 0/4] Improve EEE control for KSZ switches and clarify ethtool output
2025-04-25 4:41 UTC (6+ messages)
` [PATCH net-next v1 4/4] net: phy: Always read EEE LPA in genphy_c45_ethtool_get_eee()
[PATCH v1 net] net: lan743x: Fix memory leak when GSO enabled
2025-04-25 4:28 UTC
[PATCH net] net: ethernet: mtk_eth_soc: sync mtk_clks_source_name array
2025-04-25 4:29 UTC
[PATCH v2 net-next 0/3] net: Followup series for ->exit_rtnl()
2025-04-25 4:28 UTC (8+ messages)
` [PATCH v2 net-next 2/3] pfcp: Convert pfcp_net_exit() to ->exit_rtnl()
[PATCH v5 0/3] virtio-net: disable delayed refill when pausing rx
2025-04-25 4:21 UTC (3+ messages)
[PATCH net-next v4 3/8] mfd: Add Microchip ZL3073x support
2025-04-25 3:36 UTC (2+ messages)
[PATCH net-next v2 00/12] tools: ynl-gen: additional C types and classic netlink handling
2025-04-25 2:43 UTC (13+ messages)
` [PATCH net-next v2 01/12] tools: ynl-gen: fix comment about nested struct dict
` [PATCH net-next v2 02/12] tools: ynl-gen: factor out free_needs_iter for a struct
` [PATCH net-next v2 03/12] tools: ynl-gen: fill in missing empty attr lists
` [PATCH net-next v2 04/12] tools: ynl: let classic netlink requests specify extra nlflags
` [PATCH net-next v2 05/12] tools: ynl-gen: support using dump types for ntf
` [PATCH net-next v2 06/12] tools: ynl-gen: support CRUD-like notifications for classic Netlink
` [PATCH net-next v2 07/12] tools: ynl-gen: multi-attr: type gen for string
` [PATCH net-next v2 08/12] tools: ynl-gen: mutli-attr: support binary types with struct
` [PATCH net-next v2 09/12] tools: ynl-gen: array-nest: support put for scalar
` [PATCH net-next v2 10/12] tools: ynl-gen: array-nest: support binary array with exact-len
` [PATCH net-next v2 11/12] tools: ynl-gen: don't init enum checks for classic netlink
` [PATCH net-next v2 12/12] tools: ynl: allow fixed-header to be specified per op
[PATCH net-next 00/12] tools: ynl-gen: additional C types and classic netlink handling
2025-04-25 2:36 UTC (7+ messages)
` [PATCH net-next 03/12] tools: ynl-gen: fill in missing empty attr lists
` [PATCH net-next 11/12] tools: ynl-gen: don't init enum checks for classic netlink
[PATCH net-next v1 0/3] io_uring/zcrx: fix selftests and add new test for rss ctx
2025-04-25 2:20 UTC (4+ messages)
` [PATCH net-next v1 1/3] io_uring/zcrx: selftests: switch to using defer() for cleanup
` [PATCH net-next v1 2/3] io_uring/zcrx: selftests: set hds_thresh to 0
` [PATCH net-next v1 3/3] io_uring/zcrx: selftests: add test case for rss ctx
[PATCH net-next v6 00/11] PRU-ICSSM Ethernet Driver
2025-04-25 2:17 UTC (7+ messages)
` [PATCH net-next v6 04/11] net: ti: prueth: Adds link detection, RX and TX support
` [PATCH net-next v6 05/11] net: ti: prueth: Adds ethtool support for ICSSM PRUETH Driver
` [PATCH net-next v6 06/11] net: ti: prueth: Adds HW timestamping support for PTP using PRU-ICSS IEP module
[PATCH][next] net: ip_gre: Fix spelling mistake "demultiplexor" -> "demultiplexer"
2025-04-25 2:14 UTC (2+ messages)
[PATCH net-next v12 0/1] net: hinic3: Add a driver for Huawei 3rd gen NIC
2025-04-25 2:10 UTC (3+ messages)
` [PATCH net-next v12 1/1] hinic3: module initialization and tx/rx logic
[PATCH 0/5] allwinner: Add EMAC0 support to A523 variant SoC
2025-04-25 2:01 UTC (6+ messages)
` [PATCH 4/5] arm64: dts: allwinner: a527: add EMAC0 to Radxa A5E board
[PATCH net-next v11 00/14] xsc: ADD Yunsilicon XSC Ethernet Driver
2025-04-25 1:48 UTC (3+ messages)
` [PATCH net-next v11 14/14] xsc: add ndo_get_stats64
[PATCH net-next v4 0/3] Fix netdevim to correctly mark NAPI IDs
2025-04-25 1:38 UTC (4+ messages)
` [PATCH net-next v4 2/3] selftests: drv-net: Factor out ksft C helpers
[PATCH] net: rds: Replace strncpy with strscpy in connection setup
2025-04-25 1:36 UTC (2+ messages)
[PATCH net-next] rxrpc: rxgk: Fix some reference count leaks
2025-04-25 1:20 UTC (2+ messages)
[PATCH net 1/2] net/devmem: Reject insufficiently large dmabuf pools
2025-04-25 0:37 UTC (11+ messages)
[PATCH net] xsk: respect the offsets when copying frags
2025-04-25 0:29 UTC (2+ messages)
[PATCH net-next v2] rxrpc: Remove deadcode
2025-04-25 0:20 UTC (2+ messages)
[PATCH net-next v3] net: ethernet: mtk_eth_soc: convert cap_bit in mtk_eth_muxc struct to u64
2025-04-25 0:20 UTC (2+ messages)
[PATCH v2 bpf] xsk: Fix offset calculation in unaligned mode
2025-04-25 0:20 UTC (2+ messages)
[PATCH v2 bpf] xsk: Fix race condition in AF_XDP generic RX path
2025-04-25 0:20 UTC (2+ messages)
[RFC PATCH bpf-next 00/12] bpf: A fq example similar to the kernel sch_fq.c implementation
2025-04-25 0:13 UTC (3+ messages)
` [RFC PATCH bpf-next 12/12] selftests/bpf: A bpf fq implementation similar to the kernel sch_fq
[PATCH net-next v2 0/8] net: bcmasp: Add v3.0 and remove v2.0
2025-04-25 0:10 UTC (16+ messages)
` [PATCH net-next v2 2/8] dt-bindings: net: brcm,unimac-mdio: Remove asp-v2.0
` [PATCH net-next v2 3/8] net: bcmasp: Remove support for asp-v2.0
` [PATCH net-next v2 4/8] net: phy: mdio-bcm-unimac: Remove asp-v2.0
` [PATCH net-next v2 5/8] dt-bindings: net: brcm,asp-v2.0: Add asp-v3.0
` [PATCH net-next v2 6/8] dt-bindings: net: brcm,unimac-mdio: "
` [PATCH net-next v2 7/8] net: bcmasp: Add support for asp-v3.0
` [PATCH net-next v2 8/8] net: phy: mdio-bcm-unimac: Add asp-v3.0
[PATCH net v3] net: airoha: Add missing filed to ppe_mbox_data struct
2025-04-25 0:09 UTC (5+ messages)
[PATCH v1] selftests: iou-zcrx: Get the page size at runtime
2025-04-25 0:00 UTC (7+ messages)
[PATCHv3 net] bonding: assign random address if device address is same as bond
2025-04-24 23:44 UTC (2+ messages)
[PATCH net-next v5 0/4] Add support to do threaded napi busy poll
2025-04-24 23:42 UTC (7+ messages)
` [PATCH net-next v5 1/4] net: Create separate gro_flush helper function
` [PATCH net-next v5 2/4] net: define an enum for the napi threaded state
` [PATCH net-next v5 3/4] Extend napi threaded polling to allow kthread based busy polling
[net-next PATCH 0/2] net: phylink: Fix issue w/ BMC link flap
2025-04-24 23:40 UTC (12+ messages)
[RFC net-next 0/5] devlink: Add unique identifier to devlink port function
2025-04-24 23:24 UTC (2+ messages)
[PATCH v2 net-next 5/7] neighbour: Convert RTM_GETNEIGH to RCU
2025-04-24 23:17 UTC (2+ messages)
[PATCH net-next v5] Add support to set napi threaded for individual napi
2025-04-24 23:13 UTC (2+ messages)
[PATCH v2 net-next 3/7] neighbour: Allocate skb in neigh_get()
2025-04-24 23:10 UTC (2+ messages)
Is it possible to undo the ixgbe device name change?
2025-04-24 23:10 UTC (3+ messages)
[PATCH v4 0/7] ref_tracker: add ability to register a debugfs file for a ref_tracker_dir
2025-04-24 23:07 UTC (9+ messages)
` [PATCH v4 7/7] net: register debugfs file for net_device refcnt tracker
[PATCH v2 net-next 6/7] neighbour: Convert RTM_GETNEIGHTBL to RCU
2025-04-24 23:03 UTC (2+ messages)
[PATCH 0/4] selftest: can: Start importing selftests from can-tests
2025-04-24 23:02 UTC (2+ messages)
[PATCH net 1/2] net: mscc: ocelot: delete PVID VLAN when readding it as non-PVID
2025-04-24 22:37 UTC (2+ messages)
` [PATCH net 2/2] selftests: net: bridge_vlan_aware: test untagged/8021p-tagged with and without PVID
[PATCH v2 net-next 2/3] pfcp: Convert pfcp_net_exit() to ->exit_rtnl()
2025-04-24 22:24 UTC (3+ messages)
[PATCH v4 0/4] virtio-net: disable delayed refill when pausing rx
2025-04-24 22:07 UTC (7+ messages)
` [PATCH v4 4/4] selftests: net: add a virtio_net deadlock selftest
Fix promiscous and multicast mode on iavf after reset
2025-04-24 21:59 UTC (2+ messages)
[PATCH 14/14] RDMA/ionic: Add Makefile/Kconfig to kernel build environment
2025-04-24 21:57 UTC (2+ messages)
[iwl-next v5 0/5] Refactor to prepare for Intel IPU E2000 (GEN3)
2025-04-24 21:51 UTC (3+ messages)
[PATCH] net: Move specific fragmented packet to slow_path instead of dropping it
2025-04-24 21:25 UTC (3+ messages)
[PATCH net-next,v2 0/7] Netfilter updates for net-next
2025-04-24 21:14 UTC (8+ messages)
` [PATCH net-next 1/7] netfilter: xt_IDLETIMER: convert timeouts to secs_to_jiffies()
` [PATCH net-next 2/7] netfilter: xt_cgroup: Make it independent from net_cls
` [PATCH net-next 3/7] net: cgroup: Guard users of sock_cgroup_classid()
` [PATCH net-next 4/7] netfilter: Exclude LEGACY TABLES on PREEMPT_RT
` [PATCH net-next 5/7] netfilter: conntrack: Remove redundant NFCT_ALIGN call
` [PATCH net-next 6/7] docs: tproxy: fix formatting for nft code block
` [PATCH net-next 7/7] netfilter: nf_tables: export set count and backend name to userspace
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).