summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-12net: enetc: remove standardized counters from enetc_pm_countersWei Fang
2026-04-12net: enetc: show RX drop counters only for assigned RX ringsWei Fang
2026-04-12net: enetc: add support for the standardized countersWei Fang
2026-04-12selftests/bpf: Add tests for non-arena/arena operationsEmil Tsalapatis
2026-04-12bpf: Allow instructions with arena source and non-arena dest registersEmil Tsalapatis
2026-04-12Merge branch 'bpf-add-the-missing-fsession'Alexei Starovoitov
2026-04-12bpftool: add missing fsession to the usage and docs of bpftoolMenglong Dong
2026-04-12docs/bpf: add missing fsession attach type to docsMenglong Dong
2026-04-12bpf: add missing fsession to the verifier logMenglong Dong
2026-04-12Merge branch 'bpf-split-verifier-c'Alexei Starovoitov
2026-04-12bpf: Move BTF checking logic into check_btf.cAlexei Starovoitov
2026-04-12bpf: Move backtracking logic to backtrack.cAlexei Starovoitov
2026-04-12bpf: Move state equivalence logic to states.cAlexei Starovoitov
2026-04-12bpf: Move check_cfg() into cfg.cAlexei Starovoitov
2026-04-12bpf: Move compute_insn_live_regs() into liveness.cAlexei Starovoitov
2026-04-12bpf: Move fixup/post-processing logic from verifier.c into fixups.cAlexei Starovoitov
2026-04-12gre: Count GRE packet dropsGal Pressman
2026-04-12Merge branch 'bpf-fix-sock_ops_get_sk-same-register-oob-read-in-sock_ops-and-...Jakub Kicinski
2026-04-12selftests/bpf: Add tests for sock_ops ctx access with same src/dst registerJiayuan Chen
2026-04-12bpf: Fix same-register dst/src OOB read and pointer leak in sock_opsJiayuan Chen
2026-04-12perf sample: Fix documentation typoIan Rogers
2026-04-12Documentation: core-api: real-time: correct spellingSukrut Heroorkar
2026-04-12doc: Add CPU Isolation documentationFrederic Weisbecker
2026-04-12Merge tag 'edac_urgent_for_7.0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-12NFC: digital: Bounds check NFC-A cascade depth in SDD response handlerGreg Kroah-Hartman
2026-04-12net_sched: fix skb memory leak in deferred qdisc dropsFernando Fernandez Mancera
2026-04-12Merge branch 'net-phy-add-support-for-disabling-autonomous-eee'Jakub Kicinski
2026-04-12net: phy: realtek: convert RTL8211F to .disable_autonomous_eeeNicolai Buchwitz
2026-04-12net: phy: broadcom: implement .disable_autonomous_eee for BCM54xxNicolai Buchwitz
2026-04-12net: phy: add support for disabling PHY-autonomous EEENicolai Buchwitz
2026-04-12net: airoha: Add missing RX_CPU_IDX() configuration in airoha_qdma_cleanup_rx...Lorenzo Bianconi
2026-04-12Merge branch 'ynl-ethtool-netlink-fix-nla_len-overflow-for-large-string-sets'Jakub Kicinski
2026-04-12ethtool: strset: check nla_len overflowHangbin Liu
2026-04-12netlink: add a nla_nest_end_safe() helperHangbin Liu
2026-04-12tools: ynl: ethtool: add --dbg-small-recv optionHangbin Liu
2026-04-12tools: ynl: ethtool: use doit instead of dumpit for per-device GETHangbin Liu
2026-04-12tools: ynl: move ethtool.py to selftestHangbin Liu
2026-04-12Merge branch 'net-mana-fix-debugfs-directory-naming-and-file-lifecycle'Jakub Kicinski
2026-04-12net: mana: Move current_speed debugfs file to mana_init_port()Erni Sri Satya Vennela
2026-04-12net: mana: Use pci_name() for debugfs directory namingErni Sri Satya Vennela
2026-04-12nfc: llcp: add missing return after LLCP_CLOSED checksJunxi Qian
2026-04-12Merge branch 'bng_en-add-link-management-and-statistics-support'Jakub Kicinski
2026-04-12bng_en: add support for ethtool -S stats displayBhargava Marreddy
2026-04-12bng_en: implement netdev_stat_opsBhargava Marreddy
2026-04-12bng_en: implement ndo_get_stats64Bhargava Marreddy
2026-04-12bng_en: periodically fetch and accumulate hardware statisticsBhargava Marreddy
2026-04-12bng_en: add HW stats infra and structured ethtool opsBhargava Marreddy
2026-04-12bng_en: add support for link async eventsBhargava Marreddy
2026-04-12bng_en: implement ethtool pauseparam operationsBhargava Marreddy
2026-04-12bng_en: add ethtool link settings, get_link, and nway_resetBhargava Marreddy