summaryrefslogtreecommitdiffstats
path: root/net/mctp/test
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-12-01net: mctp: test: move TX packetqueue from dst to devJeremy Kerr-108/+59
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-2/+3
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-08-13net: mctp: Fix bad kfree_skb in bind lookup testMatt Johnston-1/+0
2025-07-15net: mctp: Add bind lookup testMatt Johnston-0/+191
2025-07-15net: mctp: Test conflicts of connect() with bind()Matt Johnston-4/+59
2025-07-15net: mctp: Add test for conflicting bind()sMatt Johnston-0/+162
2025-07-15net: mctp: mctp_test_route_extaddr_input cleanupMatt Johnston-4/+2
2025-07-08net: mctp: test: Add tests for gateway routesJeremy Kerr-10/+271
2025-07-08net: mctp: add gateway routing supportJeremy Kerr-1/+2
2025-07-08net: mctp: test: Add initial socket testsJeremy Kerr-0/+213
2025-07-08net: mctp: test: add sock test infrastructureJeremy Kerr-1/+17
2025-07-08net: mctp: test: move functions into utils.[ch]Jeremy Kerr-163/+182
2025-07-08net: mctp: test: Add extaddr routing output testJeremy Kerr-0/+53
2025-07-08net: mctp: test: Add an addressed device constructorJeremy Kerr-2/+25
2025-07-08net: mctp: separate routing database from routing operationsJeremy Kerr-93/+152
2025-07-08net: mctp: test: make cloned_frag buffers more appropriately-sizedJeremy Kerr-5/+3
2025-03-11net: mctp: unshare packets when reassemblingMatt Johnston-0/+109
2024-12-19net: mctp: handle skb cleanup on sock_queue failuresJeremy Kerr-0/+86
2024-08-19net: mctp: test: Use correct skb for route input checkJeremy Kerr-1/+1
2024-02-22net: mctp: tests: Add a test for proper tag creation on local outputJeremy Kerr-0/+75
2024-02-22net: mctp: tests: Test that outgoing skbs have flow data populatedJeremy Kerr-0/+136
2024-02-22net: mctp: tests: Add MCTP net isolation testsJeremy Kerr-0/+161
2024-02-22net: mctp: tests: Add netid argument to __mctp_route_test_initJeremy Kerr-4/+7
2024-02-22net: mctp: separate key correlation across netsJeremy Kerr-2/+5
2024-02-22net: mctp: tests: create test skbs with the correct net and deviceJeremy Kerr-8/+17
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-4/+4
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp-4/+4
2022-04-04mctp: test: Use NULL macrosRicardo Ribalda-2/+2
2022-02-23mctp: make __mctp_dev_get() take a refcount holdMatt Johnston-1/+0
2022-02-09mctp: Allow keys matching any local addressJeremy Kerr-0/+8
2022-02-09mctp: tests: Add key state testsJeremy Kerr-0/+137
2022-02-09mctp: tests: Rename FL_T macro to FL_TOJeremy Kerr-6/+6
2022-01-11mctp: test: zero out sockaddrMatt Johnston-1/+1
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2021-11-29mctp: test: fix skb free in test device txJeremy Kerr-1/+1
2021-11-18mctp/test: Update refcount checking in route fragment testsJeremy Kerr-5/+0
2021-10-03mctp: Add input reassembly testsJeremy Kerr-0/+134
2021-10-03mctp: Add route input to socket testsJeremy Kerr-0/+132
2021-10-03mctp: Add packet rx testsJeremy Kerr-3/+64
2021-10-03mctp: Add test utilsJeremy Kerr-0/+87
2021-10-03mctp: Add initial test structure and fragmentation testJeremy Kerr-0/+217
2021-10-01Revert "Merge branch 'mctp-kunit-tests'"David S. Miller-619/+0
2021-10-01mctp: Add input reassembly testsJeremy Kerr-0/+134
2021-10-01mctp: Add route input to socket testsJeremy Kerr-0/+131
2021-10-01mctp: Add packet rx testsJeremy Kerr-3/+64
2021-10-01mctp: Add test utilsJeremy Kerr-0/+87
2021-10-01mctp: Add initial test structure and fragmentation testJeremy Kerr-0/+206