summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-13Merge branch 'net-fix-skb_ext-build_bug_on-failures-with-gcov'Jakub Kicinski1-4/+2
2026-04-13net: add noinline __init __no_profile to skb_extensions_init() for GCOV compa...Konstantin Khorenko1-1/+1
2026-04-13net: fix skb_ext_total_length() BUILD_BUG_ON with CONFIG_GCOV_PROFILE_ALLKonstantin Khorenko1-3/+1
2026-04-13Merge branch 'ipa-v5-2-support'Jakub Kicinski9-1/+465
2026-04-13net: ipa: add IPA v5.2 configuration dataLuca Weiss8-1/+464
2026-04-13dt-bindings: net: qcom,ipa: add Milos compatibleLuca Weiss1-0/+1
2026-04-13net: ethernet: mtk_eth_soc: initialize PPE per-tag-layer MTU registersDaniel Golle3-1/+52
2026-04-13pppox: convert pppox_sk() to use container_of()Qingfang Deng1-1/+1
2026-04-13pppox: remove sk_pppox() helperQingfang Deng3-13/+8
2026-04-13rtc: abx80x: Disable alarm feature if no interrupt attachedAnthony Pighin (Nokia)1-0/+2
2026-04-13selftests/bpf: Use memfd_create instead of shm_open in cgroup_iter_memcgAlexei Starovoitov1-4/+3
2026-04-13Merge branch 'mlx5-misc-fixes-2026-04-09'Jakub Kicinski2-8/+12
2026-04-13net/mlx5e: IPsec, fix ASO poll timeout with read_poll_timeout_atomic()Gal Pressman1-8/+4
2026-04-13net/mlx5e: Fix features not applied during netdev registrationGal Pressman1-0/+8
2026-04-13Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski6-11/+18
2026-04-13vsock: fix buffer size clamping orderNorbert Szetei1-3/+3
2026-04-13Merge branch 'net-reduce-sk_filter-and-friends-bloat'Jakub Kicinski18-68/+81
2026-04-13net: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet7-34/+29
2026-04-13tcp: change tcp_filter() to return the reason by valueEric Dumazet3-7/+13
2026-04-13net: change sk_filter_reason() to return the reason by valueEric Dumazet3-8/+13
2026-04-13net: always set reason in sk_filter_trim_cap()Eric Dumazet1-3/+2
2026-04-13net: change sock_queue_rcv_skb_reason() to return a drop_reasonEric Dumazet9-26/+34
2026-04-13Merge branch 'add-support-for-pic64-hpsc-hx-mdio-controller'Jakub Kicinski6-1/+296
2026-04-13net: phy: add a PHY write barrier when disabling interruptsCharles Perry1-1/+24
2026-04-13net: mdio: add a driver for PIC64-HPSC/HX MDIO controllerCharles Perry4-0/+204
2026-04-13dt-bindings: net: document Microchip PIC64-HPSC/HX MDIO controllerCharles Perry1-0/+68
2026-04-13net: phy: fix a return path in get_phy_c45_ids()Charles Perry1-2/+2
2026-04-12rtc: ntxec: fix OF node reference imbalanceJohan Hovold1-1/+1
2026-04-12rtc: pic32: allow driver to be compiled with COMPILE_TESTBrian Masney1-1/+1
2026-04-12rtc: ti-k3: Add support to resume from IO DDR low power modeAkashdeep Kaur1-1/+9
2026-04-12dt-bindings: net: dsa: nxp,sja1105: make spi-cpol optional for sja1110Josua Mayer1-2/+0
2026-04-12octeon_ep: Remove unnecessary semicolons in octep_oq_drop_rx()Nobuhiro Iwamatsu1-1/+1
2026-04-12Merge branch 'more-fixes-for-the-ipa-driver'Jakub Kicinski2-3/+4
2026-04-12net: ipa: Fix decoding EV_PER_EE for IPA v5.0+Luca Weiss1-0/+1
2026-04-12net: ipa: Fix programming of QTIME_TIMESTAMP_CFGLuca Weiss1-3/+3
2026-04-12Linux 7.0v7.0Linus Torvalds1-1/+1
2026-04-12ppp: require CAP_NET_ADMIN in target netns for unattached ioctlsTaegu Ha1-0/+3
2026-04-12Merge patch series "bpf: Fix OOB in pcpu_init_value and add a test"Alexei Starovoitov3-1/+86
2026-04-12selftests/bpf: Add test for cgroup storage OOB readLang Xu2-0/+85
2026-04-12bpf: Fix OOB in pcpu_init_valueLang Xu1-1/+1
2026-04-12Merge branch 'net-rds-fix-use-after-free-in-rds-ib-for-non-init-namespaces'Jakub Kicinski4-5/+32
2026-04-12net/rds: Restrict use of RDS/IB to the initial network namespaceGreg Jumper2-2/+12
2026-04-12net/rds: Optimize rds_ib_laddr_checkHÃ¥kon Bugge3-3/+20
2026-04-12Merge branch 'net-hamradio-fix-missing-input-validation-in-bpqether-and-scc'Jakub Kicinski2-0/+5
2026-04-12net: hamradio: scc: validate bufsize in SIOCSCCSMEM ioctlMashiro Chen1-0/+2
2026-04-12net: hamradio: bpqether: validate frame length in bpq_rcv()Mashiro Chen1-0/+3
2026-04-12selftests/bpf: Fix reg_bounds to match new tnum-based refinementPaul Chaignon1-0/+35
2026-04-12net: rose: reject truncated CLEAR_REQUEST frames in state machinesMashiro Chen1-0/+7
2026-04-12i3c: mipi-i3c-hci: fix IBI payload length calculation for final statusBilly Tsai1-1/+4
2026-04-12Merge branch 'net-enetc-improve-statistics-for-v1-and-add-statistics-for-v4'Jakub Kicinski3-102/+519