netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-17 19:50:02 to 2025-12-18 18:58:40 UTC [more...]

[PATCH v2 01/19] include: dt-bindings: add LAN969x clock bindings
 2025-12-18 18:58 UTC  (3+ messages)
` [PATCH v2 15/19] dt-bindings: hwmon: sparx5: add microchip,lan9691-temp

[PATCH] man/man7/rtnetlink.7: document ifi_change
 2025-12-18 18:54 UTC 

[PATCH bpf-next v3 00/16] Remove task and cgroup local storage percpu counters
 2025-12-18 18:27 UTC  (21+ messages)
` [PATCH bpf-next v3 01/16] bpf: Convert bpf_selem_unlink_map to failable
` [PATCH bpf-next v3 02/16] bpf: Convert bpf_selem_link_map "
` [PATCH bpf-next v3 03/16] bpf: Open code bpf_selem_unlink_storage in bpf_selem_unlink
` [PATCH bpf-next v3 04/16] bpf: Convert bpf_selem_unlink to failable
` [PATCH bpf-next v3 05/16] bpf: Change local_storage->lock and b->lock to rqspinlock
` [PATCH bpf-next v3 06/16] bpf: Remove task local storage percpu counter
` [PATCH bpf-next v3 07/16] bpf: Remove cgroup "
` [PATCH bpf-next v3 08/16] bpf: Remove unused percpu counter from bpf_local_storage_map_free
` [PATCH bpf-next v3 09/16] bpf: Save memory allocation method and size in bpf_local_storage_elem
` [PATCH bpf-next v3 10/16] bpf: Support lockless unlink when freeing map or local storage
` [PATCH bpf-next v3 11/16] bpf: Switch to bpf_selem_unlink_lockless in bpf_local_storage_{map_free, destroy}
` [PATCH bpf-next v3 12/16] selftests/bpf: Update sk_storage_omem_uncharge test
` [PATCH bpf-next v3 13/16] selftests/bpf: Update task_local_storage/recursion test
` [PATCH bpf-next v3 14/16] selftests/bpf: Update task_local_storage/task_storage_nodeadlock test
` [PATCH bpf-next v3 15/16] selftests/bpf: Remove test_task_storage_map_stress_lookup
` [PATCH bpf-next v3 16/16] selftests/bpf: Choose another percpu variable in bpf for btf_dump test

bpf: xdp: unhandled error in xdp_test_run_init_page() leads to crash
 2025-12-18 18:26 UTC  (2+ messages)

[GIT PULL] Networking for v6.19-rc2
 2025-12-18 17:56 UTC  (2+ messages)

[net-next,PATCH v3 1/3] dt-bindings: net: realtek,rtl82xx: Keep property list sorted
 2025-12-18 17:36 UTC  (3+ messages)
` [net-next,PATCH v3 2/3] dt-bindings: net: realtek,rtl82xx: Document realtek,*-ssc-enable property
` [net-next,PATCH v3 3/3] net: phy: realtek: Add property to enable SSC

[net-next,PATCH v2 1/3] dt-bindings: net: realtek,rtl82xx: Keep property list sorted
 2025-12-18 17:33 UTC  (9+ messages)
` [net-next,PATCH v2 2/3] dt-bindings: net: realtek,rtl82xx: Document realtek,ssc-enable property
` [net-next,PATCH v2 3/3] net: phy: realtek: Add property to enable SSC

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2025-12-18 17:33 UTC  (3+ messages)
` [PATCH 44/44] net/mptcp: Change some dubious min_t(int, ...) to min()

[PATCH v2 0/2] net: qrtr: Drop the MHI 'auto_queue' feature
 2025-12-18 16:51 UTC  (3+ messages)
` [PATCH v2 1/2] net: qrtr: Drop the MHI auto_queue feature for IPCR DL channels
` [PATCH v2 2/2] bus: mhi: host: Drop the auto_queue support

[PATCH net 0/3] pull-request: can 2025-12-18
 2025-12-18 16:30 UTC  (5+ messages)
` [PATCH net 1/3] can: j1939: make j1939_session_activate() fail if device is no longer registered
` [PATCH net 2/3] can: j1939: make j1939_sk_bind() "
` [PATCH net 3/3] can: fix build dependency

Implement initial driver for virtio-RDMA device(kernel)
 2025-12-18 16:30 UTC  (12+ messages)
` [PATCH 01/10] drivers/infiniband/hw/virtio: Initial driver for virtio RDMA devices
` [PATCH 02/10] drivers/infiniband/hw/virtio: add vrdma_exec_verbs_cmd to construct verbs sgs using virtio
` [PATCH 03/10] drivers/infiniband/hw/virtio: Implement core device and key resource management
` [PATCH 04/10] drivers/infiniband/hw/virtio: Implement MR, GID, ucontext and AH resource management verbs
` [PATCH 05/10] drivers/infiniband/hw/virtio: Implement memory mapping and MR scatter-gather support
` [PATCH 06/10] drivers/infiniband/hw/virtio: Implement port management and QP modification verbs
` [PATCH 07/10] drivers/infiniband/hw/virtio: Implement Completion Queue (CQ) polling support
` [PATCH 08/10] drivers/infiniband/hw/virtio: Implement send/receive verb support
` [PATCH 09/10] drivers/infiniband/hw/virtio: Implement P_key, QP query and user MR resource management verbs
` [PATCH 10/10] drivers/infiniband/hw/virtio: Add completion queue notification support

[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
 2025-12-18 16:29 UTC  (4+ messages)

[PATCH 0/2] net: qrtr: Drop the MHI 'auto_queue' feature
 2025-12-18 16:24 UTC  (6+ messages)
` [PATCH 1/2] net: qrtr: Drop the MHI auto_queue feature for IPCR DL channels
` [PATCH 2/2] bus: mhi: host: Drop the auto_queue support

Implement initial driver for virtio-RDMA devices(kernel), virtio-rdma device model(qemu) and vhost-user-RDMA backend device(dpdk)
 2025-12-18 16:20 UTC  (2+ messages)

[PATCH V2 net 0/3] There are some bugfix for the HNS3 ethernet driver
 2025-12-18 16:10 UTC  (3+ messages)

[PATCH] selftests: net: fib-onlink-tests: Set high metric for default IPv6 route
 2025-12-18 16:01 UTC  (2+ messages)

[PATCH rdma-next 00/10] Support effective VF bandwidth query in LAG mode
 2025-12-18 15:59 UTC  (11+ messages)
` [PATCH mlx5-next 01/10] net/mlx5: Add max_tx_speed and its CAP bit to IFC
` [PATCH mlx5-next 02/10] net/mlx5: Propagate LAG effective max_tx_speed to vports
` [PATCH mlx5-next 03/10] net/mlx5: Handle port and vport speed change events in MPESW
` [PATCH mlx5-next 04/10] net/mlx5: Add support for querying bond speed
` [PATCH rdma-next 05/10] IB/core: Add async event on device speed change
` [PATCH rdma-next 06/10] IB/core: Add helper to convert port attributes to data rate
` [PATCH rdma-next 07/10] IB/core: Refactor rate_show to use ib_port_attr_to_rate()
` [PATCH rdma-next 08/10] IB/core: Add query_port_speed verb
` [PATCH rdma-next 09/10] RDMA/mlx5: Raise async event on device speed change
` [PATCH rdma-next 10/10] RDMA/mlx5: Implement query_port_speed callback

[PATCH v2] net: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_write
 2025-12-18 15:54 UTC  (2+ messages)

[PATCH net 1/2] net/sched: act_mirred: fix loop detection
 2025-12-18 15:50 UTC  (2+ messages)

[PATCH v3 net] net: enetc: do not transmit redirected XDP frames when the link is down
 2025-12-18 15:50 UTC  (2+ messages)

Advanced Persistent Threat (APT) hackers had hacked into my Virtualmin Linux Virtual Private Server (VPS) on 15 Dec 2025 Monday around noon time
 2025-12-18 15:42 UTC  (2+ messages)

[PATCH v2] net: nfc: nci: Fix parameter validation for packet data
 2025-12-18 15:36 UTC  (2+ messages)

[PATCH v22 00/25] Type2 device basic support
 2025-12-18 15:27 UTC  (12+ messages)
` [PATCH v22 11/25] cxl/hdm: Add support for getting region from committed decoder
` [PATCH v22 13/25] cxl: Export functions for unwinding cxl by accelerators
` [PATCH v22 14/25] sfc: obtain decoder and region if committed by firmware

[PATCH v2 net 0/2] sctp: Fix two issues in sctp_clone_sock()
 2025-12-18 15:20 UTC  (2+ messages)

[PATCH] net/handshake: duplicate handshake cancellations leak socket
 2025-12-18 15:10 UTC  (2+ messages)

[PATCHSET 0/2] Fix SO_INQ for af_unix
 2025-12-18 14:59 UTC  (3+ messages)
` [PATCH 1/2] af_unix: don't post cmsg for SO_INQ unless explicitly asked for
` [PATCH 2/2] af_unix: only post SO_INQ cmsg for non-error case

[PATCH net-next 0/8] tcp: receiver changes
 2025-12-18 14:58 UTC  (8+ messages)
` [PATCH net-next 7/8] tcp: stronger sk_rcvbuf checks

[PATCH net] seg6: fix route leak for encap routes
 2025-12-18 14:28 UTC  (7+ messages)

[PATCH v4 0/7] ptp: vmclock: Add VM generation counter and ACPI notification
 2025-12-18 14:25 UTC  (8+ messages)
` [PATCH v4 1/7] ptp: vmclock: add vm generation counter
` [PATCH v4 2/7] ptp: vmclock: support device notifications
` [PATCH v4 3/7] dt-bindings: ptp: Add amazon,vmclock
` [PATCH v4 4/7] ptp: ptp_vmclock: Add device tree support
` [PATCH v4 5/7] ptp: ptp_vmclock: add 'VMCLOCK' to ACPI device match
` [PATCH v4 6/7] ptp: ptp_vmclock: remove dependency on CONFIG_ACPI
` [PATCH v4 7/7] ptp: ptp_vmclock: return TAI not UTC

[PATCH net-next v2] idpf: export RX hardware timestamping information to XDP
 2025-12-18 14:02 UTC  (2+ messages)

[PATCH net-next] tcp: clarify tcp_congestion_ops functions comments
 2025-12-18 13:37 UTC  (2+ messages)

[PATCH net 1/6] MAINTAINERS: Remove Jozsef Kadlecsik from MAINTAINERS file
 2025-12-18 13:10 UTC  (2+ messages)

[PATCH net, v2] net: mana: Fix use-after-free in reset service rescan path
 2025-12-18 13:10 UTC 

[PATCH net 0/9] mlx5 misc fixes 2025-12-09
 2025-12-18 13:00 UTC  (2+ messages)

[PATCH net v2 1/2] i40e: drop udp_tunnel_get_rx_info() call from i40e_open()
 2025-12-18 12:42 UTC  (3+ messages)
` [PATCH net v2 2/2] ice: drop udp_tunnel_get_rx_info() call from ndo_open()
` [Intel-wired-lan] [PATCH net v2 1/2] i40e: drop udp_tunnel_get_rx_info() call from i40e_open()

[PATCH net-next v5 0/2] ptp: Alibaba CIPU PTP clock driver
 2025-12-18 12:28 UTC  (6+ messages)
` [PATCH net-next v5 1/2] ptp: introduce Alibaba CIPU PHC driver

[PATCH net-next v1] ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RT
 2025-12-18 12:25 UTC  (2+ messages)

[PATCH v2] net: macb: Relocate mog_init_rings() callback from macb_mac_link_up() to macb_open()
 2025-12-18 12:14 UTC  (2+ messages)

[PATCH net v2] net: bridge: Describe @tunnel_hash member in net_bridge_vlan_group struct
 2025-12-18 12:10 UTC  (3+ messages)

[PATCH net v4 0/4] net: dsa: lantiq: a bunch of fixes
 2025-12-18 12:00 UTC  (2+ messages)

[PATCH net] ethtool: Avoid overflowing userspace buffer on stats query
 2025-12-18 11:50 UTC  (2+ messages)

[PATCH v2 0/2] nfc: llcp: fix double put/unlock on LLCP_CLOSED in recv handlers
 2025-12-18 11:39 UTC  (6+ messages)
` [PATCH v2 1/2] nfc: llcp: avoid double release/put on LLCP_CLOSED in nfc_llcp_recv_disc()

[PATCH 0/7] don't abuse task_struct.group_leader
 2025-12-18 11:06 UTC  (5+ messages)
` [PATCH 1/7] android/binder: don't abuse current->group_leader
` [PATCH 2/7] android/binder: use same_thread_group(proc->tsk, current) in binder_mmap()

[PATCH iwl-next v4 0/6] ice: properly use u64_stats API for all ring stats
 2025-12-18 10:51 UTC  (13+ messages)
` [PATCH iwl-next v4 1/6] ice: initialize ring_stats->syncp
  ` [Intel-wired-lan] "
` [PATCH iwl-next v4 2/6] ice: pass pointer to ice_fetch_u64_stats_per_ring
  ` [Intel-wired-lan] "
` [PATCH iwl-next v4 3/6] ice: remove ice_q_stats struct and use struct_group
  ` [Intel-wired-lan] "
` [PATCH iwl-next v4 4/6] ice: use u64_stats API to access pkts/bytes in dim sample
  ` [Intel-wired-lan] "
` [PATCH iwl-next v4 5/6] ice: shorten ring stat names and add accessors
  ` [Intel-wired-lan] "
` [PATCH iwl-next v4 6/6] ice: convert all ring stats to u64_stats_t
  ` [Intel-wired-lan] "

[PATCH net 1/2] i40e: drop udp_tunnel_get_rx_info() call from i40e_open()
 2025-12-18 10:38 UTC  (4+ messages)
` [PATCH net 2/2] ice: drop udp_tunnel_get_rx_info() call from ndo_open()
  ` [Intel-wired-lan] "
` [Intel-wired-lan] [PATCH net 1/2] i40e: drop udp_tunnel_get_rx_info() call from i40e_open()

Merging uli526x and dmfe drivers
 2025-12-18 10:24 UTC  (2+ messages)

[PATCH v3 0/2] nfc: llcp: fix double put/unlock on LLCP_CLOSED in recv handlers
 2025-12-18 10:19 UTC  (4+ messages)
` [PATCH v3 1/2] nfc: llcp: avoid double release/put on LLCP_CLOSED in nfc_llcp_recv_disc()
` [PATCH v3 2/2] nfc: llcp: stop processing on LLCP_CLOSED in nfc_llcp_recv_hdlc()

[PATCH v2] net: usb: asix: validate PHY address before use
 2025-12-18 10:17 UTC  (2+ messages)

[PATCH RFC net-next 0/6] Support PHY LED for hibmcge driver
 2025-12-18 10:12 UTC  (12+ messages)
` [PATCH RFC net-next 2/6] net: phy: add support to set default rules
` [PATCH RFC net-next 6/6] net: phy: motorcomm: fix duplex setting error for phy leds

[rdma/siw] unregister_netdevice: waiting for bond0 to become free. Usage count = 3
 2025-12-18  9:53 UTC  (9+ messages)
  ` [not-yet-signed PATCH] RDMA/core: flush gid_cache_wq WQ from disable_device()
            ` [PATCH] "

[PATCH net v4 0/4] vsock/virtio: fix TX credit handling
 2025-12-18  9:45 UTC  (10+ messages)
` [PATCH net v4 1/4] vsock/virtio: fix potential underflow in virtio_transport_get_credit()
` [PATCH net v4 2/4] vsock/virtio: cap TX credit to local buffer size
` [PATCH net v4 3/4] vsock/test: fix seqpacket message bounds test
` [PATCH net v4 4/4] vsock/test: add stream TX credit "

[PATCH iwl-net] ice: fix 'adjust' timer programming for E830 devices
 2025-12-18  9:44 UTC 

[PATCH net-next v1 0/3] Convert Micrel bindings to YAML, add keep-preamble-before-sfd
 2025-12-18  8:59 UTC  (9+ messages)
` [PATCH net-next v1 2/3] dt-bindings: net: micrel: Add keep-preamble-before-sfd

[PATCH v2 0/16] bitfield: tidy up bitfield.h
 2025-12-18  8:44 UTC  (9+ messages)
` [PATCH v2 03/16] bitmap: Use FIELD_PREP() in expansion of FIELD_PREP_WM16()
` [PATCH v2 08/16] bitfield: Simplify __BF_FIELD_CHECK_REG()

[PATCH net] net: avoid prefetching NULL pointers
 2025-12-18  8:18 UTC 

[PATCH net] net: stmmac: fix the crash issue for zero copy XDP_TX action
 2025-12-18  6:36 UTC  (5+ messages)

[PATCH v3 0/2] *** Add support for Foxconn T99W760 ***
 2025-12-18  8:00 UTC  (4+ messages)
` [PATCH v3 2/2] net: wwan: mhi: Add network support for Foxconn T99W760
    `  "

[PATCH][v2] watchdog: softlockup: panic when lockup duration exceeds N thresholds
 2025-12-18  7:43 UTC 

[PATCH ipsec v2] xfrm: set ipv4 no_pmtu_disc flag only on output sa when direction is set
 2025-12-18  7:26 UTC  (2+ messages)

[PATCH] net: wangxun: move PHYLINK dependency
 2025-12-18  6:47 UTC  (2+ messages)

[PATCH 00/14] Assorted kernel-doc fixes
 2025-12-18  5:27 UTC  (7+ messages)
` [PATCH 02/14] mm: Describe @flags parameter in memalloc_flags_save()
` [PATCH 05/14] mm, kfence: Describe @slab parameter in __kfence_obj_info()

[PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2025-12-17 (i40e, iavf, idpf, e1000)
 2025-12-17 21:16 UTC  (8+ messages)
` [PATCH net 1/6] i40e: fix scheduling in set_rx_mode
` [PATCH net 2/6] i40e: validate ring_len parameter against hardware-specific values
` [PATCH net 3/6] iavf: fix off-by-one issues in iavf_config_rss_reg()
` [PATCH net 4/6] idpf: fix LAN memory regions command on some NVMs
` [PATCH net 5/6] idpf: reduce mbx_task schedule delay to 300us
` [PATCH net 6/6] e1000: fix OOB in e1000_tbi_should_accept()

[PATCH] af_unix: don't post cmsg for SO_INQ unless explicitly asked for
 2025-12-18  2:24 UTC  (2+ messages)

[PATCH v2] i40e: drop useless bitmap_weight() call in i40e_set_rxfh_fields()
 2025-12-18  1:57 UTC 

[PATCH v2 iwl-net 0/2] idpf: fix flow steering issues
 2025-12-18  0:56 UTC  (7+ messages)
` [PATCH v2 iwl-net 1/2] idpf: fix memory leak of flow steer list on rmmod
` [PATCH v2 iwl-net 2/2] idpf: fix issue with ethtool -n command display

[PATCH net-next] ice: access @pp through netmem_desc instead of page
 2025-12-18  0:40 UTC  (5+ messages)
` [Intel-wired-lan] "

[PATCH] i40e: drop useless bitmap_weight() call in i40e_set_rxfh_fields()
 2025-12-18  0:29 UTC  (4+ messages)
` [Intel-wired-lan] "

[PATCH v2 0/1] finalize removing the page pool members in struct page
 2025-12-18  0:17 UTC  (3+ messages)

[PATCH iproute2-next v2] lib/bpf_legacy: Use userspace SHA-1 code instead of AF_ALG
 2025-12-17 23:44 UTC  (4+ messages)

BUG: ice: E830 fails RSS table adjustment with ethtool -X
 2025-12-17 23:32 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH] net: usb: asix: validate PHY address before use
 2025-12-17 22:21 UTC  (2+ messages)

[PATCH net] net: dsa: b53: skip multicast entries for fdb_dump()
 2025-12-17 22:00 UTC  (3+ messages)

[PATCH net] net: mdio: rtl9300: use scoped for loops
 2025-12-17 21:01 UTC 

[PATCH] RTRS/rtrs: clean up rtrs headers kernel-doc
 2025-12-17 18:04 UTC  (2+ messages)

[GIT PULL] wireless-2025-12-17
 2025-12-17 20:12 UTC 

[PATCH v2 0/4] s32g: Use a syscon for GPR
 2025-12-17 19:19 UTC  (10+ 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).