summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-12Merge branch 'net-fix-skb_ext-build_bug_on-failures-with-gcov'Jakub Kicinski-4/+2
2026-04-12net: add noinline __init __no_profile to skb_extensions_init() for GCOV compa...Konstantin Khorenko-1/+1
2026-04-12net: fix skb_ext_total_length() BUILD_BUG_ON with CONFIG_GCOV_PROFILE_ALLKonstantin Khorenko-3/+1
2026-04-12Merge branch 'ipa-v5-2-support'Jakub Kicinski-1/+465
2026-04-12net: ipa: add IPA v5.2 configuration dataLuca Weiss-1/+464
2026-04-12dt-bindings: net: qcom,ipa: add Milos compatibleLuca Weiss-0/+1
2026-04-12net: ethernet: mtk_eth_soc: initialize PPE per-tag-layer MTU registersDaniel Golle-1/+52
2026-04-12pppox: convert pppox_sk() to use container_of()Qingfang Deng-1/+1
2026-04-12pppox: remove sk_pppox() helperQingfang Deng-13/+8
2026-04-13rtc: abx80x: Disable alarm feature if no interrupt attachedAnthony Pighin (Nokia)-0/+2
2026-04-12selftests/bpf: Use memfd_create instead of shm_open in cgroup_iter_memcgAlexei Starovoitov-4/+3
2026-04-12Merge branch 'mlx5-misc-fixes-2026-04-09'Jakub Kicinski-8/+12
2026-04-12net/mlx5e: IPsec, fix ASO poll timeout with read_poll_timeout_atomic()Gal Pressman-8/+4
2026-04-12net/mlx5e: Fix features not applied during netdev registrationGal Pressman-0/+8
2026-04-12Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski-11/+18
2026-04-12vsock: fix buffer size clamping orderNorbert Szetei-3/+3
2026-04-12Merge branch 'net-reduce-sk_filter-and-friends-bloat'Jakub Kicinski-68/+81
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-12rtc: ntxec: fix OF node reference imbalanceJohan Hovold-1/+1
2026-04-12rtc: pic32: allow driver to be compiled with COMPILE_TESTBrian Masney-1/+1
2026-04-12rtc: ti-k3: Add support to resume from IO DDR low power modeAkashdeep Kaur-1/+9
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