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