1. 4058b2c control: Add basic MCTP Control Protocol handler by Matt Johnston · 9 weeks ago
  2. 44e64df core: Add allocated tag expiry, mctp_set_now_op() by Matt Johnston · 9 weeks ago
  3. f9b99f1 build: Generate libmctp-sizes.h by Matt Johnston · 4 months ago
  4. 61c9599 core: Add mctp_message_tx_request() function by Matt Johnston · 4 months ago
  5. 722d0db core: Allow running without heap allocations by Matt Johnston · 4 months ago
  6. 4a09e1d core: Reuse buffers for tx, allow message pools by Matt Johnston · 4 months ago
  7. 3ef4778 Fix warnings reported by -Wpedantic by Matt Johnston · 4 weeks ago
  8. dfbf0fd core: const input arg for mctp_pktbuf_push() by Matt Johnston · 2 months ago
  9. 86e9a97 core: Fix size check to match comment by Matt Johnston · 2 months ago
  10. 133df7a core: Allow to handle destination null and broadcast endpoint id by John Chung · 8 months ago
  11. 487b31e core: Ensure mctp_pktbuf_alloc() initialises end-offset in-bounds by Rashmica Gupta · 2 years, 4 months ago
  12. b7824b6 core: Fix use of wrong 'free' function by Benjamin Gwin · 1 year, 5 months ago
  13. 7f7fdc1 clang-format: copy latest and re-format by Andrew Jeffery · 1 year, 8 months ago
  14. 2608b29 core: check for __mctp_alloc() failure in mctp_pktbuf_alloc() by Pedro Martelletto · 1 year, 9 months ago
  15. f298897 pcap: Use SLL2 linktype for captures by Rashmica Gupta · 2 years, 2 months ago
  16. a721c2d format: reformat with clang-format by Patrick Williams · 2 years, 1 month ago
  17. 0721f58 core: Define return value behaviours for binding Tx callbacks by Andrew Jeffery · 2 years, 3 months ago
  18. 7aaccb5 core: Address a handful of compiler warnings by Moritz Fischer · 2 years, 6 months ago
  19. f39c385 core: Add TX/RX API that exposes message tag and tag owner by Sumanth Bhat · 3 years ago
  20. 663ec39 core: check n_busses before transmit by Brad Bishop · 3 years, 3 months ago
  21. 2094c3c libmctp: Add mctp_unregister_bus() by Andrew Jeffery · 3 years, 4 months ago
  22. 5d3d4e6 core: Add infrastructure for packet captures by Andrew Jeffery · 3 years, 5 months ago
  23. 34d4c96 core: Handle exhaution of message contexts by Sumanth Bhat · 3 years, 7 months ago
  24. bc79c24 core: Handle arithmetic overflow in adding new fragments by Sumanth Bhat · 3 years, 7 months ago
  25. 69f545f core: Handle MCTP fragment sizes by Sumanth Bhat · 3 years, 8 months ago
  26. a523bcc core: Check Null pointer in mctp_bridge_busses() by Helen Huang · 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. 1927523 core: Fail bridge initialisation if a binding fails to start by Andrew Jeffery · 4 years ago
  30. 1fa707e core: Validate binding MTU before allowing transmission by Andrew Jeffery · 4 years ago
  31. c61501c core: Drop messages sent before binding enables transmission by Andrew Jeffery · 4 years ago
  32. 3ae89dc core: Introduce mctp_bus_destroy() by Andrew Jeffery · 4 years ago
  33. 2304c83 core: Set n_busses appropriately on failure to start binding by Andrew Jeffery · 4 years ago
  34. b4ae00b core: Remove Rube Goldberg sequence point in packet body assignment by Andrew Jeffery · 4 years ago
  35. c2b833e core: Fix large packet buffer overrun by Andrew Jeffery · 4 years, 2 months ago
  36. 5a50891 core: Fix comment on size limits by Andrew Jeffery · 4 years, 2 months ago
  37. 96d5449 core: handle memory allocation failures in mctp init by Sumanth Bhat · 4 years, 6 months ago
  38. 2c820c5 core: Limit maximum size of an assembled MCTP message by Sumanth Bhat · 4 years, 6 months ago
  39. d97869d core: Drop trivial length packets by Sumanth Bhat · 4 years, 6 months ago
  40. 3ac70d6 core: Fix off-by-one assertion in mctp_pktbuf_alloc_end by Andrew Jeffery · 4 years, 6 months ago
  41. b942e3a core: Return size_t for mctp_pktbuf_size() by Andrew Jeffery · 4 years, 7 months ago
  42. 3e8a12a core: Cleanup after failing to start binding by Andrew Jeffery · 4 years, 7 months ago
  43. b93b611 bootstrap: Ratchet up compiler strictness by Andrew Jeffery · 4 years, 7 months ago
  44. 0dc1375 core: Propagate binding start-up errors in mctp_register_bus() by Andrew Jeffery · 4 years, 8 months ago
  45. ba6727e core: Support transport control commands by Wiktor Gołgowski · 4 years, 10 months ago
  46. fa56ca5 libmctp: Add mctp_destroy() by Andrew Jeffery · 4 years, 10 months ago
  47. 00ecc6c core: Fix realloc() memory leak in packet reassembly by Andrew Jeffery · 4 years, 10 months ago
  48. 298865f core: Add packetisation debug statements by Andrew Jeffery · 5 years ago
  49. 62d7236 zero initialize busses by James Feist · 5 years ago
  50. 3b36d17 API: Add binding accessors to generic struct mctp_binding by Jeremy Kerr · 5 years ago
  51. 1a4ec3c core,API: Add bridge support by Jeremy Kerr · 5 years ago
  52. df15f7e core,bindings: Allow bindings to specify packet size by Jeremy Kerr · 5 years ago
  53. c1693af core: Free packet in mctp_bus_rx by Jeremy Kerr · 5 years ago
  54. 9a3da81 core: Reset buffer state on new context alloc by Jeremy Kerr · 5 years ago
  55. c855d7b core: Fix flags on tx packetisation by Jeremy Kerr · 5 years ago
  56. 3d36ee2 LICENSE: add GPLv2 license option. by Jeremy Kerr · 6 years ago
  57. dd109f1 core: Initialise packet->next to NULL by Jeremy Kerr · 6 years ago
  58. 4c95118 core: Fix incorrect source address for multi-packet messages by Jeremy Kerr · 6 years ago
  59. c2def9f core: Fix sequencing number issues by Ed Tanous · 6 years ago
  60. cc2458d core: Move tx queue from core to bus by Jeremy Kerr · 6 years ago
  61. 1cd3118 API: add mctp_set_tx_enabled by Jeremy Kerr · 6 years ago
  62. 0a00dca API,core: Add reference from binding to mctp core by Jeremy Kerr · 6 years ago
  63. 7520cec Add reference to bus from binding by Jeremy Kerr · 6 years ago
  64. a8ec706 core: Fix incorrect EID passed to RX callbacks by Jeremy Kerr · 6 years ago
  65. 11a234e core: Fix potentially-unused ctx var by Jeremy Kerr · 6 years ago
  66. 24db71f core: implement packetisation and reassembly by Jeremy Kerr · 6 years ago
  67. 4cdc200 Initial MCTP core code by Jeremy Kerr · 6 years ago