summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-12net: enetc: add unstructured counters for ENETC v4Wei Fang2-25/+234
2026-04-12net: enetc: add unstructured pMAC counters for ENETC v1Wei Fang1-21/+56
2026-04-12net: enetc: remove standardized counters from enetc_pm_countersWei Fang1-40/+0
2026-04-12net: enetc: show RX drop counters only for assigned RX ringsWei Fang1-16/+2
2026-04-12net: enetc: add support for the standardized countersWei Fang3-18/+245
2026-04-12selftests/bpf: Add tests for non-arena/arena operationsEmil Tsalapatis1-0/+130
2026-04-12bpf: Allow instructions with arena source and non-arena dest registersEmil Tsalapatis1-3/+11
2026-04-12Merge branch 'bpf-add-the-missing-fsession'Alexei Starovoitov8-15/+19
2026-04-12bpftool: add missing fsession to the usage and docs of bpftoolMenglong Dong3-3/+3
2026-04-12docs/bpf: add missing fsession attach type to docsMenglong Dong2-2/+6
2026-04-12bpf: add missing fsession to the verifier logMenglong Dong3-10/+10
2026-04-12Merge branch 'bpf-split-verifier-c'Alexei Starovoitov9-7075/+7182
2026-04-12bpf: Move BTF checking logic into check_btf.cAlexei Starovoitov4-458/+471
2026-04-12bpf: Move backtracking logic to backtrack.cAlexei Starovoitov4-945/+957
2026-04-12bpf: Move state equivalence logic to states.cAlexei Starovoitov4-1746/+1765
2026-04-12bpf: Move check_cfg() into cfg.cAlexei Starovoitov4-997/+1018
2026-04-12bpf: Move compute_insn_live_regs() into liveness.cAlexei Starovoitov3-249/+250
2026-04-12bpf: Move fixup/post-processing logic from verifier.c into fixups.cAlexei Starovoitov4-2725/+2766
2026-04-12gre: Count GRE packet dropsGal Pressman3-2/+8
2026-04-12Merge branch 'bpf-fix-sock_ops_get_sk-same-register-oob-read-in-sock_ops-and-...Jakub Kicinski3-2/+197
2026-04-12selftests/bpf: Add tests for sock_ops ctx access with same src/dst registerJiayuan Chen2-0/+193
2026-04-12bpf: Fix same-register dst/src OOB read and pointer leak in sock_opsJiayuan Chen1-2/+4
2026-04-12perf sample: Fix documentation typoIan Rogers1-1/+1
2026-04-12Documentation: core-api: real-time: correct spellingSukrut Heroorkar1-1/+1
2026-04-12doc: Add CPU Isolation documentationFrederic Weisbecker2-0/+358
2026-04-12Merge tag 'edac_urgent_for_7.0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2026-04-12NFC: digital: Bounds check NFC-A cascade depth in SDD response handlerGreg Kroah-Hartman1-0/+6
2026-04-12net_sched: fix skb memory leak in deferred qdisc dropsFernando Fernandez Mancera1-3/+13
2026-04-12Merge branch 'net-phy-add-support-for-disabling-autonomous-eee'Jakub Kicinski5-3/+50
2026-04-12net: phy: realtek: convert RTL8211F to .disable_autonomous_eeeNicolai Buchwitz1-3/+4
2026-04-12net: phy: broadcom: implement .disable_autonomous_eee for BCM54xxNicolai Buchwitz2-0/+10
2026-04-12net: phy: add support for disabling PHY-autonomous EEENicolai Buchwitz2-0/+36
2026-04-12net: airoha: Add missing RX_CPU_IDX() configuration in airoha_qdma_cleanup_rx...Lorenzo Bianconi1-0/+5
2026-04-12Merge branch 'ynl-ethtool-netlink-fix-nla_len-overflow-for-large-string-sets'Jakub Kicinski5-40/+68
2026-04-12ethtool: strset: check nla_len overflowHangbin Liu1-1/+2
2026-04-12netlink: add a nla_nest_end_safe() helperHangbin Liu1-0/+19
2026-04-12tools: ynl: ethtool: add --dbg-small-recv optionHangbin Liu1-1/+8
2026-04-12tools: ynl: ethtool: use doit instead of dumpit for per-device GETHangbin Liu1-35/+33
2026-04-12tools: ynl: move ethtool.py to selftestHangbin Liu3-3/+6
2026-04-12Merge branch 'net-mana-fix-debugfs-directory-naming-and-file-lifecycle'Jakub Kicinski2-7/+4
2026-04-12net: mana: Move current_speed debugfs file to mana_init_port()Erni Sri Satya Vennela1-2/+2
2026-04-12net: mana: Use pci_name() for debugfs directory namingErni Sri Satya Vennela1-5/+2
2026-04-12nfc: llcp: add missing return after LLCP_CLOSED checksJunxi Qian1-0/+2
2026-04-12Merge branch 'bng_en-add-link-management-and-statistics-support'Jakub Kicinski11-19/+3229
2026-04-12bng_en: add support for ethtool -S stats displayBhargava Marreddy1-0/+481
2026-04-12bng_en: implement netdev_stat_opsBhargava Marreddy2-0/+234
2026-04-12bng_en: implement ndo_get_stats64Bhargava Marreddy1-0/+41
2026-04-12bng_en: periodically fetch and accumulate hardware statisticsBhargava Marreddy2-0/+99
2026-04-12bng_en: add HW stats infra and structured ethtool opsBhargava Marreddy5-12/+544
2026-04-12bng_en: add support for link async eventsBhargava Marreddy5-5/+91