netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-29 12:25:12 to 2025-10-29 20:08:00 UTC [more...]

[PATCH V3] net: ethernet: ti: netcp: Standardize knav_dma_open_channel to return NULL on error
 2025-10-29 20:07 UTC  (3+ messages)

[PATCH] docs: kdoc: fix duplicate section warning message
 2025-10-29 20:04 UTC  (3+ messages)

[REGRESSION][BISECTED] virtio_net CSUM broken with Cloud Hypervisor
 2025-10-29 20:03 UTC 

[PATCH net-next v5 2/5] amd-xgbe: introduce support ethtool selftest
 2025-10-29 20:00 UTC  (5+ messages)
` [PATCH net-next v5 3/5] amd-xgbe: add ethtool phy selftest
` [PATCH net-next v5 4/5] amd-xgbe: add ethtool split header selftest
` [PATCH net-next v5 5/5] amd-xgbe: add ethtool jumbo frame selftest

[PATCH net-next v2 0/2] net: pse-pd: Add TPS23881B support
 2025-10-29 19:35 UTC  (4+ messages)
` [PATCH net-next v2 1/2] net: pse-pd: tps23881: Add support for TPS23881B

[PATCH net-next v4 00/15] net: introduce QUIC infrastructure and core subcomponents
 2025-10-29 19:57 UTC  (18+ messages)
` [PATCH net-next v4 01/15] net: define IPPROTO_QUIC and SOL_QUIC constants
` [PATCH net-next v4 02/15] net: build socket infrastructure for QUIC protocol
` [PATCH net-next v4 03/15] quic: provide common utilities and data structures
` [PATCH net-next v4 04/15] quic: provide family ops for address and protocol
` [PATCH net-next v4 05/15] quic: provide quic.h header files for kernel and userspace
` [PATCH net-next v4 06/15] quic: add stream management
` [PATCH net-next v4 07/15] quic: add connection id management
` [PATCH net-next v4 08/15] quic: add path management
` [PATCH net-next v4 09/15] quic: add congestion control
` [PATCH net-next v4 10/15] quic: add packet number space
` [PATCH net-next v4 11/15] quic: add crypto key derivation and installation
` [PATCH net-next v4 12/15] quic: add crypto packet encryption and decryption
` [PATCH net-next v4 13/15] quic: add timer management
` [PATCH net-next v4 14/15] quic: add frame encoder and decoder base
` [PATCH net-next v4 15/15] quic: add packet builder and parser base

[PATCH v4 0/3] net: stmmac: dwmac-sophgo: Add phy interface filter
 2025-10-29 19:28 UTC  (7+ messages)
` [PATCH v4 1/3] dt-bindings: net: sophgo,sg2044-dwmac: add phy mode restriction
` [PATCH v4 2/3] net: phy: Add helper for fixing RGMII PHY mode based on internal mac delay

[Linux Kernel Bug] KASAN: null-ptr-deref Read in generic_hwtstamp_ioctl_lower
 2025-10-29 19:28 UTC  (5+ messages)

[PATCH v2 net-next 00/13] mpls: Remove RTNL dependency
 2025-10-29 19:28 UTC  (15+ messages)
` [PATCH v2 net-next 01/13] mpls: Return early in mpls_label_ok()
` [PATCH v2 net-next 02/13] mpls: Hold dev refcnt for mpls_nh
` [PATCH v2 net-next 03/13] mpls: Unify return paths in mpls_dev_notify()
` [PATCH v2 net-next 04/13] ipv6: Add in6_dev_rcu()
` [PATCH v2 net-next 05/13] mpls: Use in6_dev_rcu() and dev_net_rcu() in mpls_forward() and mpls_xmit()
` [PATCH v2 net-next 06/13] mpls: Add mpls_dev_rcu()
` [PATCH v2 net-next 07/13] mpls: Pass net to mpls_dev_get()
` [PATCH v2 net-next 08/13] mpls: Add mpls_route_input()
` [PATCH v2 net-next 09/13] mpls: Use mpls_route_input() where appropriate
` [PATCH v2 net-next 10/13] mpls: Convert mpls_dump_routes() to RCU
` [PATCH v2 net-next 11/13] mpls: Convert RTM_GETNETCONF "
` [PATCH v2 net-next 12/13] mpls: Protect net->mpls.platform_label with a per-netns mutex
` [PATCH v2 net-next 13/13] mpls: Drop RTNL for RTM_NEWROUTE, RTM_DELROUTE, and RTM_GETROUTE

[PATCH net-next v4 2/5] amd-xgbe: introduce support ethtool selftest
 2025-10-29 19:16 UTC  (6+ messages)
` [PATCH net-next v4 5/5] amd-xgbe: add ethtool jumbo frame selftest

[PATCH net-next v5 1/5] net: selftests: export packet creation helpers for driver use
 2025-10-29 19:00 UTC 

[PATCH net-next v5 0/5] amd-xgbe: introduce support for ethtool selftests
 2025-10-29 18:59 UTC 

[PATCH] ptp: guard ptp_clock_gettime() if neither gettimex64 nor
 2025-10-29 18:55 UTC  (8+ messages)

[PATCH bpf-next v6 00/15] selftests/bpf: Integrate test_xsk.c to test_progs framework
 2025-10-29 18:54 UTC  (19+ messages)
` [PATCH bpf-next v6 01/15] selftests/bpf: test_xsk: Split xskxceiver
` [PATCH bpf-next v6 02/15] selftests/bpf: test_xsk: Initialize bitmap before use
` [PATCH bpf-next v6 03/15] selftests/bpf: test_xsk: Fix __testapp_validate_traffic()'s return value
` [PATCH bpf-next v6 04/15] selftests/bpf: test_xsk: fix memory leak in testapp_stats_rx_dropped()
` [PATCH bpf-next v6 05/15] selftests/bpf: test_xsk: fix memory leak in testapp_xdp_shared_umem()
` [PATCH bpf-next v6 06/15] selftests/bpf: test_xsk: Wrap test clean-up in functions
` [PATCH bpf-next v6 07/15] selftests/bpf: test_xsk: Release resources when swap fails
` [PATCH bpf-next v6 08/15] selftests/bpf: test_xsk: Add return value to init_iface()
` [PATCH bpf-next v6 09/15] selftests/bpf: test_xsk: Don't exit immediately when xsk_attach fails
` [PATCH bpf-next v6 10/15] selftests/bpf: test_xsk: Don't exit immediately when gettimeofday fails
` [PATCH bpf-next v6 11/15] selftests/bpf: test_xsk: Don't exit immediately when workers fail
` [PATCH bpf-next v6 12/15] selftests/bpf: test_xsk: Don't exit immediately if validate_traffic fails
` [PATCH bpf-next v6 13/15] selftests/bpf: test_xsk: Don't exit immediately on allocation failures
` [PATCH bpf-next v6 14/15] selftests/bpf: test_xsk: Isolate non-CI tests
` [PATCH bpf-next v6 15/15] selftests/bpf: test_xsk: Integrate test_xsk.c to test_progs framework

[PATCH ethtool-next] netlink: tsconfig: add HW time stamping configuration
 2025-10-29 18:53 UTC  (5+ messages)

[PATCH net 0/2] gve: Fix NULL dereferencing with PTP clock
 2025-10-29 18:45 UTC  (3+ messages)
` [PATCH net 1/2] gve: Implement gettimex64 with -EOPNOTSUPP
` [PATCH net 2/2] gve: Implement settime64 "

[PATCH net v2 0/2] net: phy: micrel: lan8842 erratas
 2025-10-29 18:40 UTC  (5+ messages)
` [PATCH net v2 1/2] net: phy: micrel: lan8842 errata
` [PATCH net v2 2/2] "

[PATCH 00/33 v3] cpuset/isolation: Honour kthreads preferred affinity
 2025-10-29 18:05 UTC  (3+ messages)
` [PATCH 18/33] cpuset: Remove cpuset_cpu_is_isolated()

[syzbot] [net?] BUG: unable to handle kernel NULL pointer dereference in pc_clock_settime
 2025-10-29 18:03 UTC 

[syzbot] [net?] kernel BUG in filemap_fault (3)
 2025-10-29 17:59 UTC 

[PATCH net-next v1 0/2] net/rds: RDS-TCP bug fix collection, subset 1: Work queue scalability
 2025-10-29 17:46 UTC  (3+ messages)
` [PATCH net-next v1 1/2] net/rds: Add per cp work queue
` [PATCH net-next v1 2/2] net/rds: Give each connection its own workqueue

[PATCH net] selftests: netdevsim: Fix ethtool-coalesce.sh fail by installing ethtool-common.sh
 2025-10-29 17:37 UTC  (4+ messages)

[PATCH net-next v5 00/15] Enable Inbound IPsec offload on Marvell CN10K SoC
 2025-10-29 17:36 UTC  (13+ messages)
` [PATCH net-next v5 01/15] crypto: octeontx2: Share engine group info with AF driver
` [PATCH net-next v5 05/15] octeontx2-af: Add support for CPT second pass
` [PATCH net-next v5 08/15] octeontx2-pf: ipsec: Setup NIX HW resources for inbound flows
    ` [EXTERNAL] "
` [PATCH net-next v5 15/15] octeontx2-pf: ipsec: Add XFRM state and policy hooks "
    ` [EXTERNAL] "

[PATCH] devlink: add NULL check in devlink_dpipe_entry_clear
 2025-10-29 17:32 UTC  (2+ messages)

[PATCH net-next v3] selftests: drv-net: replace the nsim ring test with a drv-net one
 2025-10-29 17:27 UTC  (2+ messages)

[PATCH net-next 0/4] net: stmmac: socfpga: Add Agilex5 platform support and enhancements
 2025-10-29 17:14 UTC  (13+ messages)
` [PATCH net-next 1/4] net: stmmac: socfpga: Agilex5 EMAC platform configuration
` [PATCH net-next 4/4] net: stmmac: socfpga: Add hardware supported cross-timestamp

[PATCH net-next 00/12] selftests/vsock: refactor and improve vmtest infrastructure
 2025-10-29 17:01 UTC  (23+ messages)
` [PATCH net-next 02/12] selftests/vsock: make wait_for_listener() work even if pipefail is on
` [PATCH net-next 03/12] selftests/vsock: reuse logic for vsock_test through wrapper functions
` [PATCH net-next 05/12] selftests/vsock: do not unconditionally die if qemu fails
` [PATCH net-next 06/12] selftests/vsock: speed up tests by reducing the QEMU pidfile timeout
` [PATCH net-next 07/12] selftests/vsock: add check_result() for pass/fail counting
` [PATCH net-next 08/12] selftests/vsock: identify and execute tests that can re-use VM
` [PATCH net-next 10/12] selftests/vsock: avoid false-positives when checking dmesg
` [PATCH net-next 11/12] selftests/vsock: add 1.37 to tested virtme-ng versions

[PATCH v2] selftest: net: fix socklen_t type mismatch in sctp_collision test
 2025-10-29 16:50 UTC  (2+ messages)

[PATCH 1/1] net/mlx5: query_mcia_reg fail logging at debug severity
 2025-10-29 16:49 UTC  (2+ messages)

[PATCH net-next v3 00/15] netkit: Support for io_uring zero-copy and AF_XDP
 2025-10-29 16:46 UTC  (5+ messages)
` [PATCH net-next v3 02/15] net: Implement netdev_nl_bind_queue_doit

[PATCH net 0/3] net/mlx5e: SHAMPO fixes for 64KB page size
 2025-10-29 16:45 UTC  (7+ messages)
` [PATCH net 1/3] net/mlx5e: SHAMPO, Fix header mapping for 64K pages
` [PATCH net 2/3] net/mlx5e: SHAMPO, Fix skb size check "

[PATCH net] isdn: mISDN: hfcsusb: fix memory leak in hfcsusb_probe()
 2025-10-29 16:45 UTC  (4+ messages)

[PATCH net v3 0/3] Fix SCTP diag locking issues
 2025-10-29 16:40 UTC  (4+ messages)
` [PATCH net v3 1/3] sctp: Hold RCU read lock while iterating over address list

[PATCH v4 0/8] io_uring zcrx ifq sharing
 2025-10-29 16:16 UTC  (4+ messages)
` [PATCH v4 7/8] io_uring/zcrx: add refcount to ifq and remove ifq->ctx

[PATCH] cxgb4: flower: add support for fragmentation
 2025-10-29 16:05 UTC  (2+ messages)

[PATCH 0/4] i3c: switch to use switch to use i3c_xfer from i3c_priv_xfer
 2025-10-29 15:57 UTC  (3+ messages)
` [PATCH 1/4] hwmon: (lm75): "

[PATCH net v6] virtio-net: fix received length check in big packets
 2025-10-29 15:48 UTC  (3+ messages)

[PATCH net-next 0/2] xsk: mitigate the side effect of cq_lock
 2025-10-29 15:48 UTC  (3+ messages)
` [PATCH net-next 1/2] xsk: avoid using heavy lock when the pool is not shared

[PATCH rdma-next 0/7] Add other eswitch support
 2025-10-29 15:42 UTC  (8+ messages)
` [PATCH mlx5-next 1/7] net/mlx5: Add OTHER_ESWITCH HW capabilities
` [PATCH mlx5-next 2/7] net/mlx5: fs, Add other_eswitch support for steering tables
` [PATCH mlx5-next 3/7] net/mlx5: fs, set non default device per namespace
` [PATCH rdma-next 4/7] RDMA/mlx5: Change default device for LAG slaves in RDMA TRANSPORT namespaces
` [PATCH rdma-next 5/7] RDMA/mlx5: Add other_eswitch support for devx destruction
` [PATCH rdma-next 6/7] RDMA/mlx5: Refactor _get_prio() function
` [PATCH rdma-next 7/7] RDMA/mlx5: Add other eswitch support to userspace tables

[PATCH 00/15] arm64: dts: mediatek: Add Openwrt One AP functionality
 2025-10-29 15:41 UTC  (7+ messages)
` [PATCH 12/15] arm64: dts: mediatek: mt7981b-openwrt-one: Enable Ethernet

[PATCH net] virtio_net: fix alignment for virtio_net_hdr_v1_hash
 2025-10-29 15:35 UTC  (3+ messages)

[PATCH net-next v2 0/2] dpll: Add support for phase adjustment granularity
 2025-10-29 15:32 UTC  (3+ messages)
` [PATCH net-next v2 1/2] dpll: add phase-adjust-gran pin attribute
` [PATCH net-next v2 2/2] dpll: zl3073x: Specify phase adjustment granularity for pins

[syzbot] [bpf?] WARNING in bpf_bprintf_prepare (3)
 2025-10-29 15:26 UTC  (8+ messages)

[PATCH net-next v5 0/4] net: mdio: implement optional PHY reset before MDIO access
 2025-10-29 15:15 UTC  (14+ messages)
` [PATCH net-next v5 1/4] net: mdio: common handling of phy reset properties
` [PATCH net-next v5 2/4] net: mdio: change property read from fwnode_property_read_u32() to device_property_read_u32()
` [PATCH net-next v5 3/4] net: mdio: reset PHY before attempting to access registers in fwnode_mdiobus_register_phy
` [PATCH net-next v5 4/4] net: mdio: add message when resetting a PHY before registration

[PATCH net-next 0/2] dpll: Add support for phase adjustment granularity
 2025-10-29 15:00 UTC  (6+ messages)
` [PATCH net-next 1/2] dpll: add phase-adjust-gran pin attribute

[PATCH v4 13/72] nstree: introduce a unified tree
 2025-10-29 14:55 UTC  (3+ messages)

[PATCH net V2 0/2] veth: Fix TXQ stall race condition and add recovery
 2025-10-29 15:00 UTC  (5+ messages)
` [PATCH net V2 2/2] veth: more robust handing of race to avoid txq getting stuck

[PATCH net-next v5 0/4] net: devmem: improve cpu cost of RX token management
 2025-10-29 15:00 UTC  (11+ messages)
` [PATCH net-next v5 3/4] net: devmem: use niov array for "
` [PATCH net-next v5 4/4] net: add per-netns sysctl for devmem autorelease

[PATCH net-next v10 0/2] Add support to do threaded napi busy poll
 2025-10-29 14:25 UTC  (2+ messages)

[PATCH net 0/3] netfilter: updates for net
 2025-10-29 13:56 UTC  (4+ messages)
` [PATCH net 1/3] netfilter: nft_ct: enable labels for get case too
` [PATCH net 2/3] netfilter: nft_connlimit: fix possible data race on connection count
` [PATCH net 3/3] netfilter: nft_ct: add seqadj extension for natted connections

[PATCH net v3 0/4] tcp: fix receive autotune again
 2025-10-29 13:42 UTC  (7+ messages)
` [PATCH net v3 2/4] trace: tcp: add three metrics to trace_tcp_rcvbuf_grow()
` [PATCH net v3 3/4] tcp: add newval parameter to tcp_rcvbuf_grow()
` [PATCH net v3 4/4] tcp: fix too slow tcp_rcvbuf_grow() action

[PATCH v3 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-29 13:39 UTC  (10+ messages)
` [PATCH v3 03/13] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v3 06/13] vfs: make vfs_create break delegations on parent directory

[PATCH net-next v5 0/5] bnxt_fwctl: fwctl for Broadcom Netxtreme devices
 2025-10-29 13:36 UTC  (4+ messages)
` [PATCH net-next v5 5/5] bnxt_fwctl: Add documentation entries

[net-next, v3] net: mana: Support HW link state events
 2025-10-29 13:20 UTC  (5+ messages)
  ` [EXTERNAL] "

[PATCH net-next v2] net: mana: Handle SKB if TX SGEs exceed hardware limit
 2025-10-29 13:12 UTC 

[PATCH 0/6] Add support for MT8189 clock/power controller
 2025-10-29 12:37 UTC  (3+ messages)
` [PATCH 5/6] clk: mediatek: Add clock drivers for MT8189 SoC

[PATCH v4 00/72] nstree: listns()
 2025-10-29 12:21 UTC  (20+ messages)
` [PATCH v4 54/72] selftests/namespaces: seventh listns() permission test
` [PATCH v4 55/72] selftests/namespaces: first inactive namespace resurrection test
` [PATCH v4 56/72] selftests/namespaces: second "
` [PATCH v4 57/72] selftests/namespaces: third "
` [PATCH v4 58/72] selftests/namespaces: fourth "
` [PATCH v4 59/72] selftests/namespaces: fifth "
` [PATCH v4 60/72] selftests/namespaces: sixth "
` [PATCH v4 61/72] selftests/namespaces: seventh "
` [PATCH v4 62/72] selftests/namespaces: eigth "
` [PATCH v4 63/72] selftests/namespaces: ninth "
` [PATCH v4 64/72] selftests/namespaces: tenth "
` [PATCH v4 65/72] selftests/namespaces: eleventh "
` [PATCH v4 66/72] selftests/namespaces: twelth "
` [PATCH v4 67/72] selftests/namespace: first threaded active reference count test
` [PATCH v4 68/72] selftests/namespace: second "
` [PATCH v4 69/72] selftests/namespace: third "
` [PATCH v4 70/72] selftests/namespace: commit_creds() active reference tests
` [PATCH v4 71/72] selftests/namespace: add stress test
` [PATCH v4 72/72] selftests/namespace: test listns() pagination


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).