summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-05-23net: mana: Don't overwrite port probe error with add_adev resultErni Sri Satya Vennela1-9/+8
2026-05-23net: mana: Add standard counter rx_missed_errorsErni Sri Satya Vennela4-7/+43
2026-05-23net: mana: Move hardware counter stats from per-port to per-VF contextErni Sri Satya Vennela3-76/+90
2026-05-23net: mana: Guard mana_remove against double invocationErni Sri Satya Vennela1-1/+6
2026-05-23net: mana: Init link_change_work before potential error paths in probeErni Sri Satya Vennela1-2/+2
2026-05-23net: airoha: Add size check for TX NAPIs in airoha_qdma_cleanup()Lorenzo Bianconi1-3/+8
2026-05-23net: airoha: Rework the code flow in airoha_remove() and in airoha_probe() er...Lorenzo Bianconi1-32/+44
2026-05-23net: airoha: Move ndesc initialization at end of airoha_qdma_init_rx_queue()Lorenzo Bianconi1-7/+7
2026-05-23net: dsa: realtek: rtl8365mb: fix mode mask calculationMieczyslaw Nalewaj1-1/+1
2026-05-23net: airoha: Add missing bits in airoha_qdma_cleanup_tx_queue()Lorenzo Bianconi1-2/+30
2026-05-23net: airoha: Add the capability to consume out-of-order DMA tx descriptorsLorenzo Bianconi2-47/+45
2026-05-23net: airoha: Add AN7583 SoC supportLorenzo Bianconi3-5/+77
2026-05-23net: airoha: Refactor src port configuration in airhoha_set_gdm2_loopbackLorenzo Bianconi3-33/+73
2026-05-23net: airoha: ppe: Move PPE memory info in airoha_eth_soc_data structLorenzo Bianconi3-76/+70
2026-05-23net: airoha: ppe: Dynamically allocate foe_check_time array in airoha_ppe structLorenzo Bianconi2-1/+6
2026-05-23net/sched: sch_sfb: annotate data-races in sfb_dump_stats()Eric Dumazet1-22/+32
2026-05-23net/sched: sch_red: annotate data-races in red_dump_stats()Eric Dumazet1-10/+21
2026-05-23net/sched: sch_fq_codel: remove data-races from fq_codel_dump_stats()Eric Dumazet1-1/+2
2026-05-23net/sched: sch_pie: annotate data-races in pie_dump_stats()Eric Dumazet2-20/+20
2026-05-23net_sched: sch_hhf: annotate data-races in hhf_dump_stats()Eric Dumazet1-9/+10
2026-05-23ice: fix ice_ptp_read_tx_hwtstamp_status_eth56gJacob Keller1-2/+8
2026-05-23ice: fix ready bitmap check for non-E822 devicesJacob Keller3-26/+136
2026-05-23ice: perform PHY soft reset for E825C ports at initializationGrzegorz Nitka2-1/+93
2026-05-23ice: fix timestamp interrupt configuration for E825CGrzegorz Nitka1-4/+32
2026-05-23net/rds: zero per-item info buffer before handing it to visitorsMichael Bommarito1-0/+14
2026-05-23bnge: remove unsupported backing store typeVikas Gupta1-16/+0
2026-05-23bnge: fix initial HWRM sequenceVikas Gupta1-8/+22
2026-05-23net: validate skb->napi_id in RX tracepointsKohei Enju1-1/+3
2026-05-23ksmbd: scope conn->binding slowpath to bound sessions onlyHyunwoo Kim1-1/+6
2026-05-23ksmbd: fix durable fd leak on ClientGUID mismatch in durable v2 openDaeMyung Kang1-0/+2
2026-05-23ksmbd: destroy async_ida in ksmbd_conn_free()DaeMyung Kang1-0/+9
2026-05-23ksmbd: destroy tree_conn_ida in ksmbd_session_destroy()DaeMyung Kang1-2/+3
2026-05-23pwm: atmel-tcb: Cache clock rates and mark chip as atomicSangyun Kim1-4/+34
2026-05-23arm64: dts: meson-gxl-p230: fix ethernet PHY interrupt numberJun Yan1-1/+2
2026-05-23arm64: dts: amlogic: meson-axg: Add missing cache information to cpu0Anand Moon1-0/+6
2026-05-23net/sched: sch_dualpi2: drain both C-queue and L-queue in dualpi2_change()Chia-Yu Chang1-4/+28
2026-05-23slip: bound decode() reads against the compressed packet lengthWeiming Shi1-18/+25
2026-05-23slip: reject VJ receive packets on instances with no rstate arrayWeiming Shi1-0/+6
2026-05-23netfilter: nfnetlink_osf: fix potential NULL dereference in ttl checkFernando Fernandez Mancera1-15/+7
2026-05-23netfilter: nfnetlink_osf: fix out-of-bounds read on option matchingFernando Fernandez Mancera1-11/+8
2026-05-23ipvs: fix MTU check for GSO packets in tunnel modeYingnan Zhang1-4/+15
2026-05-23netfilter: nat: use kfree_rcu to release opsPablo Neira Ayuso3-8/+10
2026-05-23netfilter: xtables: restrict several matches to inet familyPablo Neira Ayuso4-34/+68
2026-05-23netfilter: conntrack: remove sprintf usageFlorian Westphal2-16/+19
2026-05-23netfilter: nfnetlink_osf: fix divide-by-zero in OSF_WSS_MODULOXiang Mei1-0/+4
2026-05-23netfilter: nft_osf: restrict it to ipv4Pablo Neira Ayuso1-1/+5
2026-05-23net: airoha: Fix possible TX queue stall in airoha_qdma_tx_napi_poll()Lorenzo Bianconi2-5/+33
2026-05-23openvswitch: cap upcall PID array size and pre-size vport repliesWeiming Shi2-2/+36
2026-05-23net/mlx5: Fix HCA caps leak on notifier init failurePrathamesh Deshpande1-1/+3
2026-05-23pppoe: drop PFC framesQingfang Deng3-2/+24