summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-18soc: qcom: pmic_glink_altmode: Fix TBT->SAFE->!TBT transitionKonrad Dybcio-5/+18
2026-03-18net/mlx5e: Remove unused field in mlx5e_flow_steering structSaeed Mahameed-1/+0
2026-03-18selftests/vsock: auto-detect kernel for guest VMsBobby Eshleman-0/+19
2026-03-18Merge tag 'wireless-2026-03-18' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-32/+36
2026-03-18Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski-209/+888
2026-03-18qed: Reimplement qed_mcast_bin_from_mac() using library functionsEric Biggers-42/+11
2026-03-18Merge branch 'net-mlx5-support-ptm-on-arm-architecture'Jakub Kicinski-14/+26
2026-03-18net/mlx5: Support cross-timestamping on ARM architecturesCarolina Jubran-7/+9
2026-03-18net/mlx5: Move crosststamp setup into helper functionCarolina Jubran-9/+19
2026-03-18arm64: defconfig: Enable S5KJN1 camera sensorLuca Weiss-0/+1
2026-03-18dt-bindings: firmware: qcom,scm: Document ipq5210 SCMKathiravan Thirumoorthy-0/+1
2026-03-18dt-bindings: clock: add Qualcomm IPQ5210 GCCKathiravan Thirumoorthy-0/+315
2026-03-18soc: qcom: socinfo: Add PM7550BA PMICAbel Vesa-0/+1
2026-03-18Merge branch 'net-mdio-gpio-remove-unneeded-headers'Jakub Kicinski-32/+4
2026-03-18net: mdio-gpio: remove linux/platform_data/mdio-gpio.hBartosz Golaszewski-22/+0
2026-03-18net: mdio-gpio: remove linux/mdio-gpio.hBartosz Golaszewski-10/+4
2026-03-18Merge branch 'remove-kconfig-sysmbol-mdio_bus'Jakub Kicinski-8/+2
2026-03-18net: phy: remove Kconfig symbol MDIO_BUSHeiner Kallweit-7/+1
2026-03-18regmap: mdio: make it depend on PHYLIBHeiner Kallweit-1/+1
2026-03-18net: bonding: fix NULL deref in bond_debug_rlb_hash_showXiang Mei-5/+11
2026-03-18udp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=nXiang Mei-1/+1
2026-03-18net/mlx5e: Add hds-thresh query support via ethtoolNimrod Oren-1/+5
2026-03-18Merge branch 'mlx5-misc-fixes-2026-03-16'Jakub Kicinski-42/+32
2026-03-18net/mlx5e: Fix race condition during IPSec ESN updateJianbo Liu-19/+14
2026-03-18net/mlx5e: Prevent concurrent access to IPSec ASO contextJianbo Liu-9/+9
2026-03-18net/mlx5: qos: Restrict RTNL area to avoid a lock cycleCosmin Ratiu-14/+9
2026-03-18Merge tag 'batadv-net-pullrequest-20260317' of https://git.open-mesh.org/linu...Jakub Kicinski-0/+3
2026-03-18Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski-21/+86
2026-03-18bpf: Release module BTF IDR before module unloadKumar Kartikeya Dwivedi-4/+20
2026-03-18ipv6: add NULL checks for idev in SRv6 pathsMinhong He-0/+6
2026-03-18NFC: nxp-nci: allow GPIOs to sleepIan Ray-2/+2
2026-03-18net: macb: fix uninitialized rx_fs_lockFedor Pchelkin-0/+3
2026-03-18net: macb: fix use-after-free access to PTP clockFedor Pchelkin-1/+3
2026-03-18selftests/bpf: Isolate fmod_ret hooks by pidSun Jian-3/+18
2026-03-18netdevsim: drop PSP ext ref on forward failureWesley Atwell-1/+4
2026-03-18selftests/bpf: Avoid spurious failures perf_linkSun Jian-15/+5
2026-03-18Merge branch 'dt-bindings-net-micrel-fix-ksz8041rnli-dtbs_check-warnings'Jakub Kicinski-2/+4
2026-03-18dt-bindings: net: micrel: KSZ8041RNLI supports LED modeGeert Uytterhoeven-0/+2
2026-03-18dt-bindings: net: micrel: Sort listsGeert Uytterhoeven-2/+2
2026-03-19lib/bootconfig: change xbc_node_index() return type to uint16_tJosh Law-3/+3
2026-03-19lib/bootconfig: use size_t for key length tracking in xbc_verify_tree()Josh Law-1/+2
2026-03-19lib/bootconfig: use signed type for offset in xbc_init_node()Josh Law-2/+2
2026-03-19lib/bootconfig: use size_t for strlen result in xbc_node_match_prefix()Josh Law-1/+1
2026-03-19lib/bootconfig: fix signed comparison in xbc_node_get_data()Josh Law-1/+1
2026-03-19lib/bootconfig: validate child node index in xbc_verify_tree()Josh Law-0/+4
2026-03-19lib/bootconfig: replace linux/kernel.h with specific includesJosh Law-1/+3
2026-03-19bootconfig: constify xbc_calc_checksum() data parameterJosh Law-2/+2
2026-03-19lib/bootconfig: drop redundant memset of xbc_nodesJosh Law-2/+1
2026-03-19lib/bootconfig: increment xbc_node_num after node init succeedsJosh Law-1/+2
2026-03-19lib/bootconfig: fix off-by-one in xbc_verify_tree() next node checkJosh Law-1/+1