netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-29 14:25:53 to 2025-10-30 00:07:04 UTC [more...]

[PATCH net-next v2 0/2] xsk: minor optimizations around locks
 2025-10-30  0:06 UTC  (3+ messages)
` [PATCH net-next v2 1/2] xsk: do not enable/disable irq when grabbing/releasing xsk_tx_list_lock
` [PATCH net-next v2 2/2] xsk: use a smaller new lock for shared pool case

[PATCH v2 0/2] net: io_uring/zcrx: call netdev_queue_get_dma_dev() under instance lock
 2025-10-29 23:54 UTC  (5+ messages)
` [PATCH v2 1/2] net: export netdev_get_by_index_lock()
` [PATCH v2 2/2] net: io_uring/zcrx: call netdev_queue_get_dma_dev() under instance lock

[PATCH v5 bpf 0/2] xdp: fix page_pool leaks
 2025-10-29 23:50 UTC  (5+ messages)
` [PATCH v5 bpf 1/2] xdp: introduce xdp_convert_skb_to_buff()
` [PATCH v5 bpf 2/2] veth: update mem type in xdp_buff

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

[PATCH net-next 0/3] Add YNL test framework and library improvements
 2025-10-29 23:41 UTC  (5+ messages)
` [PATCH net-next 2/3] netlink: specs: update rt-rule src/dst attribute types to support IPv4 addresses
` [PATCH net-next 3/3] selftests: net: add YNL test framework

[PATCH 1/1] net/mlx5: query_mcia_reg fail logging at debug severity
 2025-10-29 23:33 UTC  (3+ messages)

[PATCH 1/2 bpf v2] xdp: add XDP extension to skb
 2025-10-29 23:22 UTC  (5+ messages)
` [PATCH 2/2 bpf v2] xsk: avoid data corruption on cq descriptor number

[PATCH net-next 0/3] convert can drivers to use ndo_hwtstamp callbacks
 2025-10-29 23:16 UTC  (4+ messages)
` [PATCH net-next 1/3] can: convert generic HW timestamp ioctl to "
` [PATCH net-next 2/3] can: peak_canfd: convert to use "
` [PATCH net-next 3/3] can: peak_usb: "

[PATCH net-next 0/9][pull request] Intel Wired LAN Driver Updates 2025-10-29 (ice, i40e, idpf, ixgbe, igbvf)
 2025-10-29 23:12 UTC  (10+ messages)
` [PATCH net-next 1/9] ice: remove legacy Rx and construct SKB
` [PATCH net-next 2/9] ice: drop page splitting and recycling
` [PATCH net-next 3/9] ice: switch to Page Pool
` [PATCH net-next 4/9] ice: implement configurable header split for regular Rx
` [PATCH net-next 5/9] ice: Allow 100M speed for E825C SGMII device
` [PATCH net-next 6/9] i40e: avoid redundant VF link state updates
` [PATCH net-next 7/9] idpf: remove duplicate defines in IDPF_CAP_RSS
` [PATCH net-next 8/9] ixgbe: fix typos in ixgbe driver comments
` [PATCH net-next 9/9] igbvf: fix misplaced newline in VLAN add warning message

[PATCH v4 bpf 0/2] xdp: fix page_pool leaks
 2025-10-29 23:12 UTC  (6+ messages)
` [PATCH v4 bpf 1/2] xdp: introduce xdp_convert_skb_to_buff()

[PATCH net-next v2 0/2] net: stmmac: Add support for coarse timestamping
 2025-10-29 22:50 UTC  (5+ messages)
` [PATCH net-next v2 2/2] net: stmmac: Add a devlink attribute to control timestamping mode

[PATCH net-next v3 00/15] netkit: Support for io_uring zero-copy and AF_XDP
 2025-10-29 22:47 UTC  (11+ messages)
` [PATCH net-next v3 02/15] net: Implement netdev_nl_bind_queue_doit
` [PATCH net-next v3 03/15] net: Add peer info to queue-get response

[PATCH ethtool-next] netlink: tsconfig: add HW time stamping configuration
 2025-10-29 22:38 UTC  (6+ messages)

[PATCH net-next v3 0/2] net: pse-pd: Add TPS23881B support
 2025-10-29 21:23 UTC  (3+ messages)
` [PATCH net-next v3 1/2] net: pse-pd: tps23881: Add support for TPS23881B
` [PATCH net-next v3 2/2] dt-bindings: pse-pd: ti,tps23881: Add TPS23881B

[net-next PATCH v4 0/7] net: Introduce struct sockaddr_unsized
 2025-10-29 21:44 UTC  (8+ messages)
` [net-next PATCH v4 1/7] net: Convert proto_ops bind() callbacks to use sockaddr_unsized
` [net-next PATCH v4 2/7] net: Convert proto_ops connect() "
` [net-next PATCH v4 3/7] net: Remove struct sockaddr from net.h
` [net-next PATCH v4 4/7] net: Convert proto callbacks from sockaddr to sockaddr_unsized
` [net-next PATCH v4 5/7] bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistently
` [net-next PATCH v4 6/7] bpf: Convert bpf_sock_addr_kern "uaddr" to sockaddr_unsized
` [net-next PATCH v4 7/7] net: Convert struct sockaddr to fixed-size "sa_data[14]"

[PATCH net-next v1 00/11] wireguard: netlink: ynl conversion
 2025-10-29 20:51 UTC  (12+ messages)
` [PATCH net-next v1 01/11] wireguard: netlink: validate nested arrays in policy
` [PATCH net-next v1 02/11] wireguard: netlink: use WG_KEY_LEN in policies
` [PATCH net-next v1 03/11] wireguard: netlink: enable strict genetlink validation
` [PATCH net-next v1 04/11] netlink: specs: add specification for wireguard
` [PATCH net-next v1 05/11] uapi: wireguard: move enum wg_cmd
` [PATCH net-next v1 06/11] uapi: wireguard: move flag enums
` [PATCH net-next v1 07/11] uapi: wireguard: generate header with ynl-gen
` [PATCH net-next v1 08/11] tools: ynl: add sample for wireguard
` [PATCH net-next v1 09/11] wireguard: netlink: convert to split ops
` [PATCH net-next v1 10/11] wireguard: netlink: rename netlink handlers
` [PATCH net-next v1 11/11] wireguard: netlink: generate netlink code

[PATCH net] netconsole: Acquire su_mutex before navigating configs hierarchy
 2025-10-29 20:50 UTC 

[net-next,v4] net: mana: Support HW link state events
 2025-10-29 20:43 UTC 

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

[PATCH net] ptp: Allow exposing cycles only for clocks with free-running counter
 2025-10-29 20:33 UTC  (2+ messages)

[PATCH net-next] ti: netcp: convert to ndo_hwtstamp callbacks
 2025-10-29 20:09 UTC 

[PATCH V3] net: ethernet: ti: netcp: Standardize knav_dma_open_channel to return NULL on error
 2025-10-29 20:07 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  (2+ 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 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 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  (2+ 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  (5+ messages)
` [PATCH net-next v5 3/4] net: mdio: reset PHY before attempting to access registers in fwnode_mdiobus_register_phy

[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 bpf-next v6 11/15] selftests/bpf: test_xsk: Don't exit immediately when workers fail
 2025-10-29 14:25 UTC  (2+ messages)

[PATCH bpf-next v6 12/15] selftests/bpf: test_xsk: Don't exit immediately if validate_traffic fails
 2025-10-29 14:25 UTC  (2+ messages)


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