public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-09 17:58:33 to 2026-04-10 00:53:36 UTC [more...]

[PATCH RFC v2] r8169: implement SFP support
 2026-04-10  0:53 UTC 

[PATCH v6 net-next 0/8] dpll/ice: Add TXC DPLL type and full TX reference clock control for E825
 2026-04-10  0:33 UTC  (10+ messages)
` [PATCH v6 net-next 1/8] dpll: add new DPLL type for transmit clock (TXC) usage
` [PATCH v6 net-next 2/8] dpll: allow registering FW-identified pin with a different DPLL
` [PATCH v6 net-next 3/8] dpll: extend pin notifier and netlink events with notification source ID
` [PATCH v6 net-next 4/8] dpll: zl3073x: allow SyncE_Ref pin state change
` [PATCH v6 net-next 5/8] ice: introduce TXC DPLL device and TX ref clock pin framework for E825
` [PATCH v6 net-next 6/8] ice: implement CPI support for E825C
` [PATCH v6 net-next 7/8] ice: add Tx reference clock index handling to AN restart command
` [PATCH v6 net-next 8/8] ice: implement E825 TX ref clock control and TXC hardware sync status

[PATCH] net:mctp: split mctp hdr version to ver and rsvd
 2026-04-10  0:13 UTC  (2+ messages)

[PATCH v9 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
 2026-04-09 23:48 UTC  (17+ messages)

[PATCH net 0/3] nfc: llcp: fix OOB reads in TLV parsers and PDU handlers
 2026-04-09 23:35 UTC  (4+ messages)
` [PATCH net 1/3] nfc: llcp: add TLV length bounds checks in parse_gb_tlv and parse_connection_tlv
` [PATCH net 2/3] nfc: llcp: fix TLV parsing OOB and length underflow in nfc_llcp_recv_snl
` [PATCH net 3/3] nfc: llcp: fix OOB read of DM reason byte in nfc_llcp_recv_dm()

[PATCH RFC net-next 00/10] net: stmmac: clean up / fix synopsys IP version checks
 2026-04-09 23:07 UTC  (3+ messages)
` [PATCH RFC net-next 02/10] net: stmmac: rename dev_id to userver

[PATCH net] selftests: netfilter: nft_tproxy.sh: adjust to socat changes
 2026-04-09 22:45 UTC 

[PATCH v2 0/2] Add clear-error-counter command to drm_ras
 2026-04-09 23:01 UTC  (4+ messages)
` [PATCH v2 1/2] drm/drm_ras: Add clear-error-counter netlink "

[PATCH net-next v2 1/2] keys, dns: drop unused upayload->data NUL terminator
 2026-04-09 22:57 UTC  (2+ messages)
` [PATCH net-next v2 2/2] KEYS: annotate struct user_key_payload with __counted_by

[PATCH] udp: Force compute_score to always inline
 2026-04-09 22:50 UTC  (3+ messages)

[PATCH v3][next] netfilter: x_tables: Avoid a couple -Wflex-array-member-not-at-end warnings
 2026-04-09 22:34 UTC 

[PATCH net 0/4] nfc: digital: Fix missing and misplaced length checks
 2026-04-09 22:34 UTC  (5+ messages)
` [PATCH net 1/4] nfc: digital: Fix stack buffer overflow in digital_in_recv_sensf_res()
` [PATCH net 2/4] nfc: digital: Fix check-after-read in digital_tg_recv_sens_req()
` [PATCH net 3/4] nfc: digital: Fix OOB read of RTOX byte in digital_in_recv_dep_res()
` [PATCH net 4/4] nfc: digital: Fix OOB read of DID byte in digital_tg_recv_dep_req()

[PATCH v2][next] netfilter: x_tables: Avoid a couple -Wflex-array-member-not-at-end warnings
 2026-04-09 22:23 UTC  (4+ messages)

[PATCH net-next v9 1/4] net: stmmac: Add DW25GMAC support in stmmac core driver
 2026-04-09 22:14 UTC  (3+ messages)

[PATCH net-next v9 0/4] net: stmmac: Add PCI driver support for BCM8958x
 2026-04-09 22:08 UTC  (3+ messages)

[RFC net PATCH v1] net: pcs: pcs-mtk-lynxi: fix bpi-r3 serdes configuration
 2026-04-09 21:55 UTC  (5+ messages)

[PATCH v2 0/4] Rust netlink support + use in Rust Binder
 2026-04-09 21:50 UTC  (3+ messages)
` [PATCH v2 1/4] rust: netlink: add raw netlink abstraction

[PATCH v2 net-next 00/15] net/sched: prepare RTNL removal from qdisc dumps
 2026-04-09 21:49 UTC  (16+ messages)
` [PATCH v2 net-next 01/15] net/sched: rename qstats_overlimit_inc() to qstats_cpu_overlimit_inc()
` [PATCH v2 net-next 02/15] net/sched: add qstats_cpu_drop_inc() helper
` [PATCH v2 net-next 03/15] net/sched: add READ_ONCE() in gnet_stats_add_queue[_cpu]
` [PATCH v2 net-next 04/15] net/sched: add qdisc_qlen_inc() and qdisc_qlen_dec()
` [PATCH v2 net-next 05/15] net/sched: annotate data-races around sch->qstats.backlog
` [PATCH v2 net-next 06/15] net/sched: sch_sfb: annotate data-races in sfb_dump_stats()
` [PATCH v2 net-next 07/15] net/sched: sch_red: annotate data-races in red_dump_stats()
` [PATCH v2 net-next 08/15] net/sched: sch_fq_codel: remove data-races from fq_codel_dump_stats()
` [PATCH v2 net-next 09/15] net/sched: sch_pie: annotate data-races in pie_dump_stats()
` [PATCH v2 net-next 10/15] net/sched: sch_fq_pie: annotate data-races in fq_pie_dump_stats()
` [PATCH v2 net-next 11/15] net_sched: sch_hhf: annotate data-races in hhf_dump_stats()
` [PATCH v2 net-next 12/15] net/sched: sch_choke: annotate data-races in choke_dump_stats()
` [PATCH v2 net-next 13/15] net/sched: sch_cake: annotate data-races in cake_dump_stats()
` [PATCH v2 net-next 14/15] net/sched: mq: no longer acquire qdisc spinlocks in dump operations
` [PATCH v2 net-next 15/15] net/sched: taprio: prepare taprio_dump() for RTNL removal

[PATCH 0/2] net: fix skb_ext BUILD_BUG_ON failures with GCOV
 2026-04-09 21:47 UTC  (7+ messages)
` [PATCH 1/2] net: fix skb_ext_total_length() BUILD_BUG_ON with CONFIG_GCOV_PROFILE_ALL
` [PATCH v2 0/2] net: fix skb_ext BUILD_BUG_ON failures with GCOV
  ` [PATCH v2 1/2] net: fix skb_ext_total_length() BUILD_BUG_ON with CONFIG_GCOV_PROFILE_ALL
  ` [PATCH v2 2/2] net: add noinline __no_profile to skb_extensions_init() for GCOV compatibility

[PATCH net-next 0/7] tcp: restrict rcv_wnd and window_clamp to representable window
 2026-04-09 21:28 UTC  (4+ messages)

[PATCH net-next] net/mlx5: Use dma_wmb() for completion queue doorbell updates
 2026-04-09 20:46 UTC  (2+ messages)

[PATCH net-next v2 0/5] ynl/ethtool/netlink: fix nla_len overflow for large string sets
 2026-04-09 20:39 UTC  (7+ messages)
` [PATCH net-next v2 5/5] ethtool: strset: check nla_len overflow

[PATCH] MAINTAINERS: Remove Salil Mehta as HiSilicon HNS3/HNS Ethernet maintainer
 2026-04-09 20:30 UTC  (2+ messages)

[PATCH net 0/2] mlx5 misc fixes 2026-04-09
 2026-04-09 20:28 UTC  (3+ messages)
` [PATCH net 1/2] net/mlx5e: Fix features not applied during netdev registration
` [PATCH net 2/2] net/mlx5e: IPsec, fix ASO poll timeout with read_poll_timeout_atomic()

[PATCH net-next 0/2] Add selftests for ntuple (NFC) rules
 2026-04-09 20:28 UTC  (4+ messages)
` [PATCH net-next 1/2] selftests: drv-net: Add ntuple (NFC) flow steering test

[PATCH net-next v2 3/3] net: mdio: treat PSE EPROBE_DEFER as non-fatal during PHY registration
 2026-04-09 19:54 UTC  (7+ messages)

[PATCH] nfc: nci: fix OOB heap read in nci_core_init_rsp_packet_v1()
 2026-04-09 19:37 UTC  (2+ messages)

[PATCH] nfc: llcp: fix missing return after LLCP_CLOSED check in recv_hdlc and recv_disc
 2026-04-09 19:34 UTC  (2+ messages)

[PATCH v2 net 0/2] net: hamradio: fix missing input validation in bpqether and scc
 2026-04-09 19:27 UTC  (3+ messages)
` [PATCH v2 net 2/2] net: hamradio: scc: validate bufsize in SIOCSCCSMEM ioctl

[PATCH net-next v4] selftests/net: convert so_txtime to drv-net
 2026-04-09 19:10 UTC  (2+ messages)

[PATCH net] netrom: do some basic forms of validation on incoming frames
 2026-04-09 19:03 UTC  (2+ messages)

[PATCH] nfc: llcp: fix u8 offset truncation in LLCP TLV parsers
 2026-04-09 18:59 UTC  (5+ messages)
` [PATCH net v2 0/3] nfc: fix chained TLV parsing and integer underflow vulnerabilities
  ` [PATCH net v2 1/3] nfc: nci: fix u8 underflow in nci_store_general_bytes_nfc_dep
  ` [PATCH net v2 2/3] nfc: llcp: add TLV length bounds checks in parse_gb_tlv and parse_connection_tlv
  ` [PATCH net v2 3/3] nfc: llcp: fix TLV parsing OOB and length underflow in nfc_llcp_recv_snl

[PATCH net v2 0/2] octeon_ep_vf: fix napi_build_skb() NULL dereference
 2026-04-09 18:40 UTC  (3+ messages)
` [PATCH net v2 1/2] octeon_ep_vf: introduce octep_vf_oq_next_idx() helper
` [PATCH net v2 2/2] octeon_ep_vf: add NULL check for napi_build_skb()

[TEST] nft_tproxy_udp.sh flaky after Fedora 44 upgrade
 2026-04-09 18:28 UTC  (3+ messages)

[PATCH RESEND net-next 2/2] KEYS: annotate struct user_key_payload with __counted_by
 2026-04-09 18:27 UTC  (4+ messages)
` [PATCH RESEND net-next 1/2] keys, dns: drop unused upayload->data NUL terminator

[PATCH net-next 0/7] net/mlx5: Improve representor lifecycle and fix work queue deadlock
 2026-04-09 18:20 UTC  (12+ messages)
` [PATCH net-next 2/7] net/mlx5: E-Switch, move work queue generation counter
` [PATCH net-next 4/7] net/mlx5: E-Switch, fix deadlock between devlink lock and esw->wq
` [PATCH net-next 5/7] net/mlx5: E-Switch, block representors during reconfiguration
` [PATCH net-next 6/7] net/mlx5: E-switch, load reps via work queue after registration
` [PATCH net-next 7/7] net/mlx5: Add profile to auto-enable switchdev mode at device init

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-04-09 18:16 UTC  (2+ messages)

[PATCH net-next v2 00/14][pull request] Introduce iXD driver
 2026-04-09 18:11 UTC  (4+ messages)
` [PATCH net-next v2 05/14] libie: add bookkeeping support for control queue messages

[PATCH net 0/9][pull request] Intel Wired LAN Driver Updates 2026-04-06 (idpf, ice, ixgbe, ixgbevf, igb, e1000)
 2026-04-09 18:06 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox