1. e5b941d i2c: Add binding for MCTP over I2C transport by Matt Johnston · 4 months ago
  2. 61c9599 core: Add mctp_message_tx_request() function by Matt Johnston · 4 months ago
  3. 0a96544 tests: Allow tx packets in mctp_binding_test by Matt Johnston · 4 months ago
  4. 4a09e1d core: Reuse buffers for tx, allow message pools by Matt Johnston · 4 months ago
  5. ba5f747 tests: astlpc: Change high-to-low MTU test for txq by Matt Johnston · 4 weeks ago
  6. 6586fc1 build: Add meson build by Matt Johnston · 4 months ago
  7. 3ef4778 Fix warnings reported by -Wpedantic by Matt Johnston · 4 weeks ago
  8. b3de343 serial: Support Frame Check Sequence by John Chung · 9 months ago
  9. 133df7a core: Allow to handle destination null and broadcast endpoint id by John Chung · 8 months ago
  10. e915aad tests: undef NDEBUG in tests by Rashmica Gupta · 2 years, 5 months ago
  11. ca85ad8 tests: bridge: Use unique names for bindings by Rashmica Gupta · 2 years, 5 months ago
  12. 7f7fdc1 clang-format: copy latest and re-format by Andrew Jeffery · 1 year, 8 months ago
  13. a721c2d format: reformat with clang-format by Patrick Williams · 2 years, 1 month ago
  14. 695deed tests: serial: Format with clang-format by Andrew Jeffery · 2 years, 3 months ago
  15. 69eda31 tests: test-utils: Format with clang-format by Andrew Jeffery · 2 years, 3 months ago
  16. 31b01e0 tests: core: Format with clang-format by Andrew Jeffery · 2 years, 3 months ago
  17. c9ac4fc tests: astlpc: MTU renegotiation with populated Tx queue by Andrew Jeffery · 2 years, 3 months ago
  18. e64c516 tests: astlpc: Rename the message Rx handler by Andrew Jeffery · 2 years, 3 months ago
  19. 89a2878 serial: Give write callbacks a consistent behaviour by Andrew Jeffery · 2 years, 3 months ago
  20. fe763e9 astlpc: Implement async support via buffer state tracking by Andrew Jeffery · 2 years, 5 months ago
  21. fcb65ab tests/test_seq.c: Avoid duplicate definition of ARRAY_SIZE by Younghyun Park · 2 years, 6 months ago
  22. f39c385 core: Add TX/RX API that exposes message tag and tag owner by Sumanth Bhat · 3 years ago
  23. 5ab7825 libmctp: Introduce compiler.h by Andrew Jeffery · 2 years, 11 months ago
  24. 34d4c96 core: Handle exhaution of message contexts by Sumanth Bhat · 3 years, 7 months ago
  25. bc79c24 core: Handle arithmetic overflow in adding new fragments by Sumanth Bhat · 3 years, 7 months ago
  26. 69f545f core: Handle MCTP fragment sizes by Sumanth Bhat · 3 years, 8 months ago
  27. eba19a3 astlpc: Introduce protocol v3 with integrity checks by Andrew Jeffery · 3 years, 10 months ago
  28. 39da3d0 libmctp: Split padding in pktbuf into header and trailer by Andrew Jeffery · 3 years, 10 months ago
  29. 88412be astlpc: Make packet properties depend on protocol version by Andrew Jeffery · 3 years, 10 months ago
  30. 3f4bca9 tests: astlpc: Exercise mctp_message_tx() before channel init by Andrew Jeffery · 4 years ago
  31. c2b833e core: Fix large packet buffer overrun by Andrew Jeffery · 4 years, 2 months ago
  32. 85c04e4 tests: astlpc: Re-order astlpc ops struct definitions by Andrew Jeffery · 4 years, 2 months ago
  33. a936898 astlpc: Make MTU configurable at binding instantiation by Andrew Jeffery · 4 years, 7 months ago
  34. 3a54066 astlpc: Introduce MTU negotiation by Andrew Jeffery · 4 years, 8 months ago
  35. 4e8264b astlpc: Implement version negotiation by Andrew Jeffery · 4 years, 8 months ago
  36. 67655e8 test_astlpc: Add astlpc_test_undefined_command() by Andrew Jeffery · 4 years, 7 months ago
  37. f3d94dc test_astlpc: Add astlpc_test_poll_not_ready() by Andrew Jeffery · 4 years, 7 months ago
  38. 3f32507 astlpc: Remove redundant KCS register name enumeration by Andrew Jeffery · 4 years, 7 months ago
  39. d0f5da0 astlpc: Handle loss of bmc-ready state by Andrew Jeffery · 4 years, 7 months ago
  40. 55fb90b astlpc: Consolidate direct vs indirect LPC access by Andrew Jeffery · 4 years, 8 months ago
  41. f1cdb16 test_astlpc: Add test initialising the device before the bus owner by Andrew Jeffery · 4 years, 8 months ago
  42. ec9a006 test_astlpc: Add test for a simple message from host to BMC by Andrew Jeffery · 4 years, 8 months ago
  43. 91f09ed test_astlpc: Improve readability of test output by Andrew Jeffery · 4 years, 8 months ago
  44. 8f3eb72 test_astlpc: Test simple message from BMC to host by Andrew Jeffery · 4 years, 8 months ago
  45. d3c0bf0 test_astlpc: Clean up debugging in KCS callbacks by Andrew Jeffery · 4 years, 7 months ago
  46. 5a7c2db test_astlpc: Assert message expectations in rx_message() by Andrew Jeffery · 4 years, 8 months ago
  47. 129ef93 test_astlpc: Introduce astlpc_assert_tx_packet() by Andrew Jeffery · 4 years, 8 months ago
  48. cb5d55c test_astlpc: Add network_{init,destroy}() helpers by Andrew Jeffery · 4 years, 8 months ago
  49. f1a2131 test_astlpc: Add astlpc_test_simple_init by Andrew Jeffery · 4 years, 8 months ago
  50. e756de8 test_astlpc: Extract single test case to dedicated function by Andrew Jeffery · 4 years, 8 months ago
  51. d5e3cd7 test_astlpc: Instantiate a binding for each endpoint by Andrew Jeffery · 4 years, 8 months ago
  52. 7cceeba test_astlpc: Fix OBF flag behaviour in emulated KCS status byte by Andrew Jeffery · 4 years, 8 months ago
  53. df5f6b9 test_astlpc: Include astlpc.c for internal structures by Andrew Jeffery · 4 years, 8 months ago
  54. 53ea147 test_astlpc: Make more functions static by Andrew Jeffery · 4 years, 8 months ago
  55. b93b611 bootstrap: Ratchet up compiler strictness by Andrew Jeffery · 4 years, 7 months ago
  56. c8908ac test_bridge: Clean up memory before exit by Andrew Jeffery · 4 years, 7 months ago
  57. ba6727e core: Support transport control commands by Wiktor Gołgowski · 4 years, 10 months ago
  58. 1dbf021 test_astlpc: Do debug logging before asserts by Andrew Jeffery · 4 years, 8 months ago
  59. ff25d7e Extract container_of definition out of individual bindings by Przemyslaw Czarnowski · 4 years, 10 months ago
  60. 06b2cd8 astlpc: Avoid requiring off_t by Andrew Jeffery · 4 years, 10 months ago
  61. f0315a3 test_serial: Clean up after test case by Andrew Jeffery · 4 years, 10 months ago
  62. 11b7e92 test_astlpc: Clean up after test case by Andrew Jeffery · 4 years, 10 months ago
  63. 7c73801 test_eid: Clean up after test case by Andrew Jeffery · 4 years, 10 months ago
  64. c68d96e test_seq: Clean up after each test case by Andrew Jeffery · 4 years, 10 months ago
  65. 5c5673b test-utils: Add mctp_binding_test_destroy() by Andrew Jeffery · 4 years, 10 months ago
  66. 225c46d test-utils: Avoid undefined behaviour on indirect call by Andrew Jeffery · 4 years, 10 months ago
  67. a501a58 test-utils: Resolve control reaching the end of a non-void function by Andrew Jeffery · 4 years, 10 months ago
  68. cdfafd9 test_bridge: Resolve control reaching the end of a non-void function by Andrew Jeffery · 5 years ago
  69. 89a2b8e test_serial: Resolve control reaching end of non-void function by Andrew Jeffery · 5 years ago
  70. 2cda40f cmake: Add new tests to test suite by Andrew Jeffery · 4 years, 10 months ago
  71. b633b3f test_serial: Fix assert triggered in core.c by Andrew Jeffery · 4 years, 11 months ago
  72. 25de093 tests: Add test_serial by Andrew Jeffery · 5 years ago
  73. 0247c73 tests: Add test_astlpc by Andrew Jeffery · 5 years ago
  74. 73c268e libmctp: Clarify BTU-related symbols by Andrew Jeffery · 5 years ago
  75. 1a4ec3c core,API: Add bridge support by Jeremy Kerr · 5 years ago
  76. df15f7e core,bindings: Allow bindings to specify packet size by Jeremy Kerr · 5 years ago
  77. c1693af core: Free packet in mctp_bus_rx by Jeremy Kerr · 5 years ago
  78. 3d36ee2 LICENSE: add GPLv2 license option. by Jeremy Kerr · 6 years ago
  79. 6328ffb tests/seq: More sequencing tests by Jeremy Kerr · 6 years ago
  80. 8ab4a6c tests/seq: Expand sequencing test by Jeremy Kerr · 6 years ago
  81. ba07694 tests: Add sequencing test by Jeremy Kerr · 6 years ago
  82. 4dc8f95 tests: Add EID addressing test by Jeremy Kerr · 6 years ago
  83. 1892511 tests: Add simple test infrastructure by Jeremy Kerr · 6 years ago
  84. bd4e362 utils: move small utilities from tests/ dir to utils/ by Jeremy Kerr · 6 years ago
  85. 73d8bc8 tests/mctp-pipe: Use SOCK_STREAM for internal serial link by Jeremy Kerr · 6 years ago
  86. 4cdc200 Initial MCTP core code by Jeremy Kerr · 6 years ago