public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-17 18:31:07 to 2026-02-18 15:45:03 UTC [more...]

[PATCH net-next v2 1/2] selftests: drv-net: rss: validate min RSS table size
 2026-02-18 15:45 UTC  (9+ messages)

[PATCH net-next v4 0/8] net: dsa: microchip: Add PTP support for the KSZ8463
 2026-02-18 15:25 UTC  (14+ messages)
` [PATCH net-next v4 5/8] net: dsa: microchip: Add KSZ8463 tail tag handling
` [PATCH net-next v4 6/8] net: dsa: microchip: Enable Ethernet PTP detection
` [PATCH net-next v4 8/8] net: dsa: microchip: Add two-step PTP support for KSZ8463

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-02-18 15:08 UTC  (5+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

[PATCH bpf-next] xsk: avoid double checking against rx queue being full
 2026-02-18 15:00 UTC 

[PATCH net] net_sched: act_ct: drop all packets when not attached to ingress
 2026-02-18 14:28 UTC  (5+ messages)

[PATCH net v2 0/1] serial: caif: fix remaining ser->tty UAF in TX
 2026-02-18 14:25 UTC  (3+ messages)
` [PATCH net v2 1/1] serial: caif: fix remaining ser->tty UAF in TX path

[PATCH net] psp: use sk->sk_hash in psp_write_headers()
 2026-02-18 14:13 UTC 

[RFC net-next 0/3] cleanup of usbnet descriptor allocation
 2026-02-18 14:01 UTC  (9+ messages)
` [RFC net-next 1/3] net: usb: divorce private data and cdc state in usbnet
` [RFC net-next 2/3] net: usb: usbnet: switch to dynamic allocation of private data

[PATCH net v6 1/1] net/sched: act_gate: snapshot parameters with RCU on replace
 2026-02-18 13:32 UTC  (4+ messages)
` [net,v6,1/1] "

[net-next PATCH v3 0/3] Grab IPA IMEM slice through DT
 2026-02-18 13:32 UTC  (8+ messages)
` [PATCH net-next v3 1/3] dt-bindings: sram: qcom,imem: Allow modem-tables subnode

[syzbot] Monthly net report (Feb 2026)
 2026-02-18 13:21 UTC 

"Dead loop on virtual device" error without softirq-BKL on PREEMPT_RT
 2026-02-18 12:50 UTC  (5+ messages)

[syzbot] [net?] WARNING in ops_undo_list
 2026-02-18 12:26 UTC 

[PATCH v2 0/2] Fix warnings for RISC-V builds
 2026-02-18 12:16 UTC  (8+ messages)
` [PATCH v2 2/2] net: macb: fix format-truncation warning

[PATCH for 5.15 & 6.1] net: stmmac: dwmac-loongson: Set clk_csr_i to 100-150MHz
 2026-02-18 12:13 UTC 

[PATCH for 6.6] net: stmmac: dwmac-loongson: Set clk_csr_i to 100-150MHz
 2026-02-18 12:12 UTC 

[PATCH for 6.12] net: stmmac: dwmac-loongson: Set clk_csr_i to 100-150MHz
 2026-02-18 12:12 UTC 

[PATCH for 6.18] net: stmmac: dwmac-loongson: Set clk_csr_i to 100-150MHz
 2026-02-18 12:11 UTC 

[PATCH v7 1/5] drm/ras: Introduce the DRM RAS infrastructure over generic netlink
 2026-02-18 12:19 UTC 

[PATCH net-next v3 3/3] net: ipa: Grab IMEM slice base/size from DTS
 2026-02-18 11:21 UTC  (3+ messages)
` [net-next,v3,3/3] "

[PATCH bpf-next v3 0/5] Add the the capability to load HW RX checsum in eBPF programs
 2026-02-18 10:58 UTC  (4+ messages)
` [PATCH bpf-next v3 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs

[PATCH] net: macb: fix race condition in TX queue initialization
 2026-02-18 10:43 UTC 

[PATCH bpf-next v2 0/2] bpf: Add multi-level pointer parameter support for trampolines
 2026-02-18 10:43 UTC  (7+ messages)
` [PATCH bpf-next v2 1/2] bpf: Support multi-level pointer params via PTR_TO_MEM "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add trampolines multi-level pointer params test coverage
  ` Re: [PATCH bpf-next v2 0/2] bpf: Add multi-level pointer parameter

[PATCH net] vsock: lock down child_ns_mode as write-once
 2026-02-18 10:43 UTC  (3+ messages)

[PATCH 00/38] docs: several improvements to kernel-doc
 2026-02-18 10:13 UTC  (39+ messages)
` [PATCH 01/38] docs: kdoc_re: add support for groups()
` [PATCH 02/38] docs: kdoc_re: don't go past the end of a line
` [PATCH 03/38] docs: kdoc_parser: move var transformers to the beginning
` [PATCH 04/38] docs: kdoc_parser: don't mangle with function defines
` [PATCH 05/38] docs: kdoc_parser: add functions support for NestedMatch
` [PATCH 06/38] docs: kdoc_parser: use NestedMatch to handle __attribute__ on functions
` [PATCH 07/38] docs: kdoc_parser: fix variable regexes to work with size_t
` [PATCH 08/38] docs: kdoc_parser: fix the default_value logic for variables
` [PATCH 09/38] docs: kdoc_parser: add some debug for variable parsing
` [PATCH 10/38] docs: kdoc_parser: don't exclude defaults from prototype
` [PATCH 11/38] docs: kdoc_parser: fix parser to support multi-word types
` [PATCH 12/38] docs: kdoc_parser: ignore context analysis and lock attributes
` [PATCH 13/38] docs: kdoc_parser: add support for LIST_HEAD
` [PATCH 14/38] docs: kdoc_parser: handle struct member macro VIRTIO_DECLARE_FEATURES(name)
` [PATCH 15/38] docs: kdoc_re: properly handle strings and escape chars on it
` [PATCH 16/38] docs: kdoc_re: better show KernRe() at documentation
` [PATCH 17/38] docs: kdoc_re: don't recompile NestedMatch regex every time
` [PATCH 18/38] docs: kdoc_re: Change NestedMath args replacement to \0
` [PATCH 19/38] docs: kdoc_re: make NestedMatch use KernRe
` [PATCH 20/38] docs: kdoc_re: add support on NestedMatch for argument replacement
` [PATCH 21/38] docs: kdoc_parser: better handle struct_group macros
` [PATCH 22/38] docs: kdoc_re: fix a parse bug on struct page_pool_params
` [PATCH 23/38] docs: kdoc_re: add a helper class to declare C function matches
` [PATCH 24/38] docs: kdoc_parser: use the new CFunction class
` [PATCH 25/38] docs: kdoc_parser: minimize differences with struct_group_tagged
` [PATCH 26/38] docs: kdoc_parser: move transform lists to a separate file
` [PATCH 27/38] docs: kdoc_re: don't remove the trailing ";" with NestedMatch
` [PATCH 28/38] docs: kdoc_re: prevent adding whitespaces on sub replacements
` [PATCH 29/38] docs: xforms_lists.py: use CFuntion to handle all function macros
` [PATCH 30/38] docs: kdoc_files: allows the caller to use a different xforms class
` [PATCH 31/38] docs: kdoc_re: Fix NestedMatch.sub() which causes PDF builds to break
` [PATCH 32/38] docs: kdoc_files: document KernelFiles() ABI
` [PATCH 33/38] docs: kdoc_output: add optional args to ManOutput class
` [PATCH 34/38] docs: sphinx-build-wrapper: better handle troff .TH markups
` [PATCH 35/38] docs: kdoc_output: use a more standard order for .TH on man pages
` [PATCH 36/38] docs: sphinx-build-wrapper: don't allow "/" on file names
` [PATCH 37/38] docs: kdoc_output: describe the class init parameters
` [PATCH 38/38] docs: kdoc_output: pick a better default for modulename

[PATCH net v2] bnge: fix reserving resources from FW
 2026-02-18 10:08 UTC  (2+ messages)

[PATCH net] eth: fbnic: Advertise supported XDP features
 2026-02-18 10:05 UTC  (2+ messages)

[PATCH net v2] net/rds: fix recursive lock in rds_tcp_conn_slots_available
 2026-02-18 10:02 UTC  (3+ messages)
` [net,v2] "

[PATCH v2 0/2] xen/xenbus: better handle backend crash
 2026-02-18  9:52 UTC  (2+ messages)
` [PATCH v2 1/2] xenbus: add xenbus_device parameter to xenbus_read_driver_state()

[PATCH net v2] espintcp: Fix race condition in espintcp_close()
 2026-02-18  9:44 UTC  (2+ messages)

[PATCH v5 0/9] landlock: UNIX connect() control by pathname and scope
 2026-02-18  9:36 UTC  (3+ messages)
` [PATCH v5 1/9] lsm: Add LSM hook security_unix_find

[PATCH] net: tls: Use disable_delayed_work_sync() instead of cancel_delayed_work_sync() in tls_sw_cancel_work_tx()
 2026-02-18  9:36 UTC  (5+ messages)

[PATCH iwl-next v2] ice: implement symmetric RSS hash configuration
 2026-02-18  9:26 UTC  (2+ messages)

[PATCH] xfrm: kill xfrm_dev_{state,policy}_flush_secctx_check()
 2026-02-18  9:22 UTC  (11+ messages)

[PATCH bpf-next] bpf: fix selftest/xsk single test selection
 2026-02-18  9:20 UTC 

[PATCH] net: qrtr: Expand control port access to root
 2026-02-18  9:17 UTC  (5+ messages)

[PATCH 0/3] Fixes for stmmac driver
 2026-02-18  8:55 UTC  (7+ messages)
` [PATCH 1/3] net: stmmac: fix pinctrl management during suspend/resume
` [PATCH 2/3] net: stmmac: restore pinctrl when driver remove
` [PATCH 3/3] net: stmmac: manage error case during stmmac_dvr_probe

[PATCH net v6] net: nfc: nci: Fix parameter validation for packet data
 2026-02-18  8:50 UTC  (2+ messages)

[REGRESSION] Discussion on "xfrm: Duplicate SPI Handling"
 2026-02-18  8:41 UTC  (6+ messages)

[PATCH v1 iwl-net] igc: fix missing update of skb->tail in igc_xmit_frame()
 2026-02-18  8:08 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v1 iwl-net] iavf: fix out-of-bounds writes in iavf_get_ethtool_stats()
 2026-02-18  8:00 UTC  (4+ messages)
` [Intel-wired-lan] "

[PATCH net V2 0/6] mlx5 misc fixes 2026-02-18
 2026-02-18  7:29 UTC  (7+ messages)
` [PATCH net V2 1/6] net/mlx5: Fix multiport device check over light SFs
` [PATCH net V2 2/6] net/mlx5e: Fix misidentification of ASO CQE during poll loop
` [PATCH net V2 3/6] net/mlx5: Fix misidentification of write combining "
` [PATCH net V2 4/6] net/mlx5e: MACsec, add ASO poll loop in macsec_aso_set_arm_event
` [PATCH net V2 5/6] net/mlx5e: Fix deadlocks between devlink and netdev instance locks
` [PATCH net V2 6/6] net/mlx5e: Use unsigned for mlx5e_get_max_num_channels

[PATCH 6.1, 5.15, 5.10] net: Handle napi_schedule() calls from non-interrupt
 2026-02-18  6:45 UTC 

[PATCH net] eth: fbnic: Add validation for MTU changes
 2026-02-18  6:33 UTC  (2+ messages)

[PATCHv3 net] bonding: alb: fix UAF in rlb_arp_recv during bond up/down
 2026-02-18  6:09 UTC 

[PATCH v3] net: usb: lan78xx: scan all MDIO addresses on LAN7801
 2026-02-18  5:28 UTC 

[PATCH v2] net: usb: lan78xx: scan all MDIO addresses on LAN7801
 2026-02-18  5:21 UTC  (3+ messages)

[PATCHv2 net] bonding: alb: fix UAF in rlb_arp_recv during bond up/down
 2026-02-18  4:36 UTC  (4+ messages)

[PATCH v3] bpf: cpumap: add missing XDP_ABORTED handling in xdp prog runner
 2026-02-18  4:29 UTC 

[PATCH net v2] rds: tcp: fix uninit-value in __inet_bind
 2026-02-18  4:19 UTC  (2+ messages)

[PATCH v2] bpf: cpumap: add missing XDP_ABORTED handling in xdp prog runner
 2026-02-18  4:17 UTC 

[PATCH] bpf: cpumap: add missing XDP_ABORTED handling in xdp prog runner
 2026-02-18  4:16 UTC 

[PATCH iproute2 0/2] mptcp: support colors & display iface name
 2026-02-18  4:00 UTC  (2+ messages)

[PATCH iproute2] ip/netns: avoid redundant mounts
 2026-02-18  3:24 UTC  (2+ messages)

[PATCH] net/sched: act_skbedit: fix divide-by-zero in tcf_skbedit_hash()
 2026-02-18  1:40 UTC  (4+ messages)
` [PATCH v3] "

[PATCH net] net: ethernet: ec_bhf: Fix dma_free_coherent() dma handle
 2026-02-18  1:30 UTC  (2+ messages)

[PATCH net] vsock: document namespace mode sysctls
 2026-02-18  1:30 UTC  (2+ messages)

[PATCH net] gve: fix incorrect buffer cleanup in gve_tx_clean_pending_packets for QPL
 2026-02-18  1:26 UTC  (2+ messages)

[PATCH net] net: do not delay zero-copy skbs in skb_attempt_defer_free()
 2026-02-18  1:20 UTC  (2+ messages)

[PATCH net] selftests: tc_actions: don't dump 2MB of \0 to stdout
 2026-02-18  1:20 UTC  (2+ messages)

[PATCH net] dpll: zl3073x: Fix ref frequency setting
 2026-02-18  1:20 UTC  (2+ messages)

[PATCH net v2] ipv6: addrconf: reduce default temp_valid_lft to 2 days
 2026-02-18  1:20 UTC  (2+ messages)

[PATCH net] ping: annotate data-races in ping_lookup()
 2026-02-18  1:20 UTC  (3+ messages)

[PATCH net] macvlan: observe an RCU grace period in macvlan_common_newlink() error path
 2026-02-18  1:20 UTC  (2+ messages)

[PATCH] net: psp: select CONFIG_SKB_EXTENSIONS
 2026-02-18  1:20 UTC  (3+ messages)

[PATCH] net: dsa: MxL862xx: don't force-enable MAXLINEAR_GPHY
 2026-02-18  1:20 UTC  (2+ messages)

[PATCH net v1] net: defer __dev_set_promiscuity() to avoid sleeping in atomic context
 2026-02-18  1:10 UTC  (2+ messages)

[PATCH net] ipv6: fix a race in ip6_sock_set_v6only()
 2026-02-18  1:10 UTC  (3+ messages)

[PATCH net-next v4 0/5] net: sched: refactor qdisc drop reasons into dedicated tracepoint
 2026-02-18  0:34 UTC  (3+ messages)
` [PATCH net-next v4 1/5] net: sched: introduce qdisc-specific drop reason tracing

[REGRESSION] NFC broken on Thinkpad T14 Gen since 9c328f5
 2026-02-18  0:21 UTC  (4+ messages)

[PATCH v5] bpf: test_run: Fix the null pointer dereference issue in bpf_lwt_xmit_push_encap
 2026-02-17 23:39 UTC  (6+ messages)

[PATCH iwl-net] ice: update PCS latency settings for E825 10G/25Gb modes
 2026-02-17 22:59 UTC 

[PATCH net] bnge: Fix typo
 2026-02-17 22:40 UTC  (4+ messages)

[PATCH] bpf: cpumap: add missing XDP_ABORTED handling in xdp prog runner
 2026-02-17 22:37 UTC  (2+ messages)

[PATCH] r8169: avoid OOM when allocating RX buffers
 2026-02-17 22:33 UTC  (4+ messages)

[ANN] netdev development stats for 7.0 (and some AI review thoughts)
 2026-02-17 22:15 UTC  (3+ messages)

[PATCH net] net: flow_offload: protect driver_block_list in flow_block_cb_setup_simple()
 2026-02-17 22:05 UTC  (8+ messages)

[PATCH bpf-next 0/2] bpf: Add multi-level pointer parameter support for trampolines
 2026-02-17 21:45 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Support multi-level pointer params via PTR_TO_MEM "
` [PATCH bpf-next 2/2] selftests/bpf: Add trampolines multi-level pointer params test coverage

[net-next v23 0/7] net: mtip: Add support for MTIP imx287 L2 switch driver
 2026-02-17 21:59 UTC  (6+ messages)
` [net-next v23 2/7] net: mtip: The L2 switch driver for imx287

[syzbot] [net?] possible deadlock in inet6_getname
 2026-02-17 21:57 UTC  (12+ messages)

[PATCH net-next] tcp: try to defer / return acked skbs to originating CPU
 2026-02-17 21:56 UTC  (13+ messages)

[PATCH net-next v16 00/12] vsock: add namespace support to vhost-vsock and loopback
 2026-02-17 21:46 UTC  (4+ messages)
` [PATCH net-next v16 01/12] vsock: add netns to vsock core

[PATCH net v4 0/2] xsk: Fixes for AF_XDP fragment handling
 2026-02-17 21:08 UTC  (3+ messages)
` [PATCH net v4 1/2] xsk: Fix fragment node deletion to prevent buffer leak
` [PATCH net v4 2/2] xsk: Fix zero-copy AF_XDP fragment drop

[PATCH net] tcp: fix potential race in tcp_v6_syn_recv_sock()
 2026-02-17 20:41 UTC  (2+ messages)

[PATCH] strparser: Use worker disable API instead of cancellation in strp_done()
 2026-02-17 19:45 UTC  (3+ messages)

[PATCH net-next v2 00/14] net: stmmac: SerDes, PCS, BASE-X, and inband goodies
 2026-02-17 18:51 UTC  (3+ messages)
` [PATCH net-next v2 02/14] net: stmmac: qcom-ethqos: convert to set_clk_tx_rate() method

[PATCH RFC net-next 0/9] net: stmmac: qcom-ethqos: cleanups and re-organise SerDes handling
 2026-02-17 18:40 UTC  (17+ messages)
` [PATCH RFC net-next 1/9] net: stmmac: qcom-ethqos: rename "por" memebers to "rgmii_por"
` [PATCH RFC net-next 2/9] net: stmmac: qcom-ethqos: remove register field value obfuscations
` [PATCH RFC net-next 3/9] net: stmmac: qcom-ethqos: change ethqos_configure*() to return void
` [PATCH RFC net-next 4/9] net: stmmac: qcom-ethqos: move qcom_ethqos_set_sgmii_loopback() up
` [PATCH RFC net-next 5/9] net: stmmac: qcom-ethqos: move loopback disable to .mac_finish()
` [PATCH RFC net-next 7/9] net: stmmac: qcom-ethqos: pass phy interface mode to configs
` [PATCH RFC net-next 8/9] net: stmmac: qcom-ethqos: use phy interface mode for inband
` [PATCH RFC net-next 9/9] net: stmmac: qcom-ethqos: move SerDes speed configuration


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