summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-12net: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet-34/+29
2026-04-12tcp: change tcp_filter() to return the reason by valueEric Dumazet-7/+13
2026-04-12net: change sk_filter_reason() to return the reason by valueEric Dumazet-8/+13
2026-04-12net: always set reason in sk_filter_trim_cap()Eric Dumazet-3/+2
2026-04-12net: change sock_queue_rcv_skb_reason() to return a drop_reasonEric Dumazet-26/+34
2026-04-12Merge branch 'add-support-for-pic64-hpsc-hx-mdio-controller'Jakub Kicinski-1/+296
2026-04-12net: phy: add a PHY write barrier when disabling interruptsCharles Perry-1/+24
2026-04-12net: mdio: add a driver for PIC64-HPSC/HX MDIO controllerCharles Perry-0/+204
2026-04-12dt-bindings: net: document Microchip PIC64-HPSC/HX MDIO controllerCharles Perry-0/+68
2026-04-12net: phy: fix a return path in get_phy_c45_ids()Charles Perry-2/+2
2026-04-12dt-bindings: net: dsa: nxp,sja1105: make spi-cpol optional for sja1110Josua Mayer-2/+0
2026-04-12octeon_ep: Remove unnecessary semicolons in octep_oq_drop_rx()Nobuhiro Iwamatsu-1/+1
2026-04-12Merge branch 'more-fixes-for-the-ipa-driver'Jakub Kicinski-3/+4
2026-04-12net: ipa: Fix decoding EV_PER_EE for IPA v5.0+Luca Weiss-0/+1
2026-04-12net: ipa: Fix programming of QTIME_TIMESTAMP_CFGLuca Weiss-3/+3
2026-04-12Linux 7.0v7.0Linus Torvalds-1/+1
2026-04-12ppp: require CAP_NET_ADMIN in target netns for unattached ioctlsTaegu Ha-0/+3
2026-04-12Merge patch series "bpf: Fix OOB in pcpu_init_value and add a test"Alexei Starovoitov-1/+86
2026-04-12selftests/bpf: Add test for cgroup storage OOB readLang Xu-0/+85
2026-04-12bpf: Fix OOB in pcpu_init_valueLang Xu-1/+1
2026-04-12Merge branch 'net-rds-fix-use-after-free-in-rds-ib-for-non-init-namespaces'Jakub Kicinski-5/+32
2026-04-12net/rds: Restrict use of RDS/IB to the initial network namespaceGreg Jumper-2/+12
2026-04-12net/rds: Optimize rds_ib_laddr_checkHÃ¥kon Bugge-3/+20
2026-04-12Merge branch 'net-hamradio-fix-missing-input-validation-in-bpqether-and-scc'Jakub Kicinski-0/+5
2026-04-12net: hamradio: scc: validate bufsize in SIOCSCCSMEM ioctlMashiro Chen-0/+2
2026-04-12net: hamradio: bpqether: validate frame length in bpq_rcv()Mashiro Chen-0/+3
2026-04-12selftests/bpf: Fix reg_bounds to match new tnum-based refinementPaul Chaignon-0/+35
2026-04-12net: rose: reject truncated CLEAR_REQUEST frames in state machinesMashiro Chen-0/+7
2026-04-12i3c: mipi-i3c-hci: fix IBI payload length calculation for final statusBilly Tsai-1/+4
2026-04-12Merge branch 'net-enetc-improve-statistics-for-v1-and-add-statistics-for-v4'Jakub Kicinski-102/+519
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