summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-15ALSA: hda/realtek: Add HP ENVY Laptop 13-ba0xxx quirkAndrii Kovalchuk-0/+1
2026-03-14sched_ext: Update selftests to drop ops.cpu_acquire/release()Cheng-Yang Chou-9/+12
2026-03-14sched_ext: Update demo schedulers and selftests to use scx_bpf_task_set_dsq_v...Cheng-Yang Chou-9/+15
2026-03-15parisc: Flush correct cache in cacheflush() syscallHelge Deller-2/+2
2026-03-15crypto: atmel - use list_first_entry_or_null to simplify find_devThorsten Blum-12/+5
2026-03-15crypto: atmel-tdes - fix DMA sync directionThorsten Blum-4/+4
2026-03-15crypto: inside-secure/eip93 - register hash before authenc algorithmsAleksander Jan Bajkowski-8/+8
2026-03-15MAINTAINERS: remove outdated entry for crypto/rng.cEric Biggers-6/+0
2026-03-15crypto: testmgr - Add test vectors for authenc(hmac(sha512),rfc3686(ctr(aes)))Aleksander Jan Bajkowski-1/+296
2026-03-15crypto: testmgr - Add test vectors for authenc(hmac(sha384),rfc3686(ctr(aes)))Aleksander Jan Bajkowski-1/+268
2026-03-15crypto: testmgr - Add test vectors for authenc(hmac(sha256),rfc3686(ctr(aes)))Aleksander Jan Bajkowski-1/+240
2026-03-15crypto: testmgr - Add test vectors for authenc(hmac(sha224),rfc3686(ctr(aes)))Aleksander Jan Bajkowski-1/+240
2026-03-15crypto: testmgr - Add test vectors for authenc(hmac(sha1),rfc3686(ctr(aes)))Aleksander Jan Bajkowski-1/+226
2026-03-15MAINTAINERS: Remove bouncing maintaner for IAA driverDave Hansen-1/+0
2026-03-15crypto: qat - fix firmware loading failure for GEN6 devicesSuman Kumar Chakraborty-1/+12
2026-03-15crypto: qat - fix indentation of macros in qat_hal.cSuman Kumar Chakraborty-11/+11
2026-03-15crypto: atmel-sha204a - Drop redundant I2C_FUNC_I2C checkThorsten Blum-4/+0
2026-03-15dt-bindings: crypto: inside-secure,safexcel: add compatible for MT7981Aleksander Jan Bajkowski-1/+4
2026-03-14Merge tag 'i3c/fixes-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-158/+211
2026-03-14Merge tag 'i2c-for-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2026-03-15Merge tag 'drm-misc-next-2026-03-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-564/+2396
2026-03-14Merge branch 'dpaa2-fix-config-relation-with-fsl_dpaa2_switch'Jakub Kicinski-2/+5
2026-03-14dpaa2: compile dpaa2 even CONFIG_FSL_DPAA2_ETH=nCai Xinchen-2/+1
2026-03-14dpaa2: add independent dependencies for FSL_DPAA2_SWITCHCai Xinchen-0/+4
2026-03-14selftests/net: packetdrill: add tcp_disorder_fin_in_FIN_WAIT.pktEric Dumazet-0/+33
2026-03-14Merge branch 'devlink-introduce-shared-devlink-instance-for-pfs-on-same-chip'Jakub Kicinski-209/+815
2026-03-14net/mlx5: Add a shared devlink instance for PFs on same chipJiri Pirko-2/+94
2026-03-14documentation: networking: add shared devlink documentationJiri Pirko-0/+98
2026-03-14devlink: introduce shared devlink instance for PFs on same chipJiri Pirko-1/+169
2026-03-14devlink: allow devlink instance allocation without a backing deviceJiri Pirko-11/+25
2026-03-14devlink: add devl_warn() helper and use it in port warningsJiri Pirko-7/+16
2026-03-14devlink: add devlink_dev_driver_name() helper and use it in trace eventsJiri Pirko-6/+13
2026-03-14devlink: introduce __devlink_alloc() with dev driver pointerJiri Pirko-16/+29
2026-03-14devlink: support index-based notification filteringJiri Pirko-1/+14
2026-03-14devlink: support index-based lookup via bus_name/dev_name handleJiri Pirko-0/+11
2026-03-14devlink: allow to use devlink index as a command handleJiri Pirko-143/+296
2026-03-14devlink: avoid extra iterations when found devlink is not registeredJiri Pirko-6/+10
2026-03-14devlink: add helpers to get bus_name/dev_nameJiri Pirko-20/+34
2026-03-14devlink: expose devlink instance index over netlinkJiri Pirko-0/+10
2026-03-14Merge tag 'rust-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-58/+59
2026-03-14Merge branch 'net-phy-further-decouple-provider-from-consumer-part'Jakub Kicinski-473/+444
2026-03-14net: phy: move remaining provider code to mdio_bus_provider.cHeiner Kallweit-285/+278
2026-03-14net: phy: move registering mdio_bus_class and mdio_bus_type to libphyHeiner Kallweit-23/+13
2026-03-14net: phy: move (of_)mdio_find_bus to mdio_bus_provider.cHeiner Kallweit-44/+44
2026-03-14net: phy: make mdio_device.c part of libphyHeiner Kallweit-58/+46
2026-03-14net: phy: move mdio_device reset handling functions in the codeHeiner Kallweit-81/+81
2026-03-14net: usb: cdc-ether: unify error handling in probeOliver Neukum-24/+30
2026-03-14Merge branch 'net-macb-fix-ethernet-malfunction-on-amd-versal-board-after-sus...Jakub Kicinski-4/+19
2026-03-14net: macb: Reinitialize tx/rx queue pointer registers and rx ring during resumeKevin Hao-0/+10
2026-03-14net: macb: Introduce gem_init_rx_ring()Kevin Hao-4/+9