summaryrefslogtreecommitdiff
path: root/drivers/net/mctp/mctp-i3c.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-21net: mctp i3c: clean up notifier and buses if driver register failsMyeonghun Pak1-4/+7
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-12-02net: mctp i3c: switch to use i3c_xfer from i3c_priv_xferFrank Li1-4/+4
2025-03-07net: mctp i3c: Copy headers if clonedMatt Johnston1-0/+5
2025-03-06mctp i3c: handle NULL header addressMatt Johnston1-0/+3
2025-01-09mctp i3c: fix MCTP I3C driver multi-thread issueLeo Yang1-0/+4
2024-11-09net: mctp: Expose transport binding identifier via IFLA attributeKhang Nguyen1-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2023-10-17mctp i3c: MCTP I3C driverMatt Johnston1-0/+755