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