1. 1fe5899 serial: Recover the state machine when a request's bytes are dropped by Nikhil Namjoshi · 4 months ago master
  2. 5c90129 OWNERS: Update Andrew's preferred email by Andrew Jeffery · 4 months ago
  3. 8003c71 clang-format: copy latest and re-format by Patrick Williams · 7 months ago
  4. e915aad tests: undef NDEBUG in tests by Rashmica Gupta · 1 year, 9 months ago
  5. ca85ad8 tests: bridge: Use unique names for bindings by Rashmica Gupta · 1 year, 9 months ago
  6. 487b31e core: Ensure mctp_pktbuf_alloc() initialises end-offset in-bounds by Rashmica Gupta · 1 year, 8 months ago
  7. 895083b configure.ac: Run autoupdate by Andrew Jeffery · 7 months ago
  8. 400766f astlpc: Provide KCS device path as a binding argument by Konstantin Aladyshev · 8 months ago
  9. 8803dc1 gitignore: Don't ignore all '*.in' files by Konstantin Aladyshev · 8 months ago
  10. 2a2a0f6 serial: Initialize pkt_trailer for the binding by Konstantin Aladyshev · 8 months ago
  11. b7824b6 core: Fix use of wrong 'free' function by Benjamin Gwin · 9 months ago
  12. 8f58dca Remove Richard by Jason M. Bills · 9 months ago
  13. 99b9d23 astlpc: Log changes to KCS status register by Andrew Jeffery · 11 months ago
  14. dca8259 mctp-demux-daemon: Change default log level to MCTP_LOG_NOTICE by Andrew Jeffery · 11 months ago
  15. 4df106d astlpc: Add mctp_astlpc_tx_done() API by Frederic Barrat · 12 months ago
  16. 7f7fdc1 clang-format: copy latest and re-format by Andrew Jeffery · 12 months ago
  17. 2608b29 core: check for __mctp_alloc() failure in mctp_pktbuf_alloc() by Pedro Martelletto · 1 year, 1 month ago
  18. 45d1332 astlpc: Use enums instead of hardcoded numbers by Rashmica Gupta · 1 year, 9 months ago
  19. f298897 pcap: Use SLL2 linktype for captures by Rashmica Gupta · 1 year, 6 months ago
  20. a68185c prettier: re-format by Patrick Williams · 1 year, 5 months ago
  21. 8f4f161 shellcheck: ignore minor report in bootstrap.sh by Patrick Williams · 1 year, 5 months ago
  22. a721c2d format: reformat with clang-format by Patrick Williams · 1 year, 5 months ago
  23. 0f05b6c astlpc: Refactor redundant assertion and associated logic by Andrew Jeffery · 1 year, 6 months ago
  24. f447b4f astlpc: Add check for MCTP hdr version by Rashmica Gupta · 1 year, 7 months ago
  25. 695deed tests: serial: Format with clang-format by Andrew Jeffery · 1 year, 7 months ago
  26. ad7bbe7 libmctp-serial: Format with clang-format by Andrew Jeffery · 1 year, 7 months ago
  27. 0af68f2 libmctp-astlpc: Format with clang-format by Andrew Jeffery · 1 year, 7 months ago
  28. 69eda31 tests: test-utils: Format with clang-format by Andrew Jeffery · 1 year, 7 months ago
  29. 4d0c428 utils: mctp-astlpc-daemon: Format with clang-format by Andrew Jeffery · 1 year, 7 months ago
  30. 435670d utils: mctp-pipe: Format with clang-format by Andrew Jeffery · 1 year, 7 months ago
  31. 2c69ab3 utils: mctp-in: Format with clang-format by Andrew Jeffery · 1 year, 7 months ago
  32. 23496bf alloc: Format with clang-format by Andrew Jeffery · 1 year, 7 months ago
  33. 85966c1 container_of: Format with clang-format by Andrew Jeffery · 1 year, 7 months ago
  34. 9497718 utils: capture: Format with clang-format by Andrew Jeffery · 1 year, 7 months ago
  35. 31b01e0 tests: core: Format with clang-format by Andrew Jeffery · 1 year, 7 months ago
  36. 233e28f clang-ignore: Remove files that pass formatting by Andrew Jeffery · 1 year, 7 months ago
  37. c9ac4fc tests: astlpc: MTU renegotiation with populated Tx queue by Andrew Jeffery · 1 year, 7 months ago
  38. e64c516 tests: astlpc: Rename the message Rx handler by Andrew Jeffery · 1 year, 7 months ago
  39. 0721f58 core: Define return value behaviours for binding Tx callbacks by Andrew Jeffery · 1 year, 7 months ago
  40. 89a2878 serial: Give write callbacks a consistent behaviour by Andrew Jeffery · 1 year, 7 months ago
  41. fe763e9 astlpc: Implement async support via buffer state tracking by Andrew Jeffery · 1 year, 9 months ago
  42. 8f53d63 mctp-demux-daemon: Exploit binding mctp_*_init_pollfd() APIs by Andrew Jeffery · 1 year, 9 months ago
  43. 1111c6a bindings: Add mctp_*_init_pollfd() API by Andrew Jeffery · 1 year, 9 months ago
  44. 5b2702d astlpc: Fix up FILEIO function definitions by Andrew Jeffery · 1 year, 9 months ago
  45. 59521c7 astlpc: Drop `running` from struct mctp_binding_astlpc by Andrew Jeffery · 1 year, 9 months ago
  46. e25d9cc OWNERS: switch 'matches' to 'matchers' by Patrick Williams · 1 year, 10 months ago
  47. fcb65ab tests/test_seq.c: Avoid duplicate definition of ARRAY_SIZE by Younghyun Park · 1 year, 10 months ago
  48. 99d8f12 range.h: Define typeof with __typeof__ by Younghyun Park · 1 year, 10 months ago
  49. 7aaccb5 core: Address a handful of compiler warnings by Moritz Fischer · 1 year, 10 months ago
  50. bcafdb9 compiler.h: Avoid duplicate definition of __unused by Moritz Fischer · 1 year, 10 months ago
  51. af0cd62 range.h: Avoid duplicate definitions of MIN/MAX by Moritz Fischer · 1 year, 10 months ago
  52. f39c385 core: Add TX/RX API that exposes message tag and tag owner by Sumanth Bhat · 2 years, 4 months ago
  53. 5ab7825 libmctp: Introduce compiler.h by Andrew Jeffery · 2 years, 3 months ago
  54. f967c70 utils: Resolve warnings of unused write() result by Andrew Jeffery · 2 years, 3 months ago
  55. e750cbc libmctp: v0.11 by Andrew Jeffery · 2 years, 3 months ago v0.11
  56. 56886e7 README: fix libmctp spelling by Patrick Williams · 2 years, 4 months ago
  57. 983cc3f build: compile and install utils by Brad Bishop · 2 years, 5 months ago
  58. 95cccae mctp-demux-daemon: sanity check pcap args by Brad Bishop · 2 years, 7 months ago
  59. e4d8456 utils: fix in/pipe utilities by Brad Bishop · 2 years, 5 months ago
  60. e320669 README: OWNERS is the new MAINTAINERS by Jeremy Kerr · 2 years, 6 months ago
  61. 663ec39 core: check n_busses before transmit by Brad Bishop · 2 years, 7 months ago
  62. c1d5c54 astlpc: Force FW2AHB to map reserved memory by Andrew Jeffery · 2 years, 6 months ago
  63. 0f22eaa libmctp: Remove MAINTAINERS in favour of OWNERS file by Andrew Jeffery · 2 years, 6 months ago
  64. ca39a17 Add OWNERS file by Manojkiran Eda · 2 years, 6 months ago
  65. ae59f4f Notify remote endpoint with RX_COMPLETE prior to handling MCTP packet by Christian Geddes · 2 years, 8 months ago
  66. edebe16 mctp-demux-daemon: Cleanup binding on exit by Andrew Jeffery · 2 years, 8 months ago
  67. 2094c3c libmctp: Add mctp_unregister_bus() by Andrew Jeffery · 2 years, 8 months ago
  68. 7c4509a astlpc: Ensure the status update propogates on shutdown by Andrew Jeffery · 2 years, 8 months ago
  69. f8954b3 mctp-demux-daemon: Fix cleanup path on socket_init() failure by Andrew Jeffery · 2 years, 8 months ago
  70. cad4730 mctp-demux-daemon: Add packet capture option by Andrew Jeffery · 2 years, 9 months ago
  71. 5d3d4e6 core: Add infrastructure for packet captures by Andrew Jeffery · 2 years, 9 months ago
  72. 490e387 mctp-demux: Add signalfd support by Andrew Jeffery · 2 years, 8 months ago
  73. cfeaef8 Add compiler flags to enable dev testing by Sumanth Bhat · 2 years, 11 months ago
  74. 34d4c96 core: Handle exhaution of message contexts by Sumanth Bhat · 2 years, 11 months ago
  75. bc79c24 core: Handle arithmetic overflow in adding new fragments by Sumanth Bhat · 2 years, 11 months ago
  76. 69f545f core: Handle MCTP fragment sizes by Sumanth Bhat · 3 years ago
  77. d4103f8 mctp-demux-daemon: Use systemd socket activation by Andrew Jeffery · 2 years, 11 months ago
  78. 507ba00 systemd: Own service startup ordering with respect to pldmd by Andrew Jeffery · 2 years, 11 months ago
  79. ac1cd9d libmctp: Add subdirectory for systemd metadata by Andrew Jeffery · 2 years, 11 months ago
  80. a523bcc core: Check Null pointer in mctp_bridge_busses() by Helen Huang · 3 years ago
  81. 9f5b47a configure: Ensure udev rules are installed in rules.d by Andrew Jeffery · 3 years ago
  82. 745b1d1 astlpc: Ship udev rules to help with device and driver transition by Andrew Jeffery · 3 years ago
  83. eba19a3 astlpc: Introduce protocol v3 with integrity checks by Andrew Jeffery · 3 years, 2 months ago
  84. 39da3d0 libmctp: Split padding in pktbuf into header and trailer by Andrew Jeffery · 3 years, 2 months ago
  85. 88412be astlpc: Make packet properties depend on protocol version by Andrew Jeffery · 3 years, 2 months ago
  86. d88c969 docs: bindings: Add a Makefile by Andrew Jeffery · 3 years, 2 months ago
  87. 0620b4c astlpc: Fix whitespace in ops struct by Andrew Jeffery · 3 years, 2 months ago
  88. b719ae1 docs: vendor-ibm-astlpc: Define v3 of the protocol by Andrew Jeffery · 3 years, 2 months ago
  89. a7e29ab docs: vendor-ibm-astlpc: Tweak description of header magic by Andrew Jeffery · 3 years, 2 months ago
  90. 8b8f805 docs: vendor-ibm-astlpc: Style code snippets as C by Andrew Jeffery · 3 years, 2 months ago
  91. 3297be5 docs: vendor-ibm-astlpc: Fix IDs in packet transmission sequences by Andrew Jeffery · 3 years, 2 months ago
  92. 42a4afd docs: vendor-ibm-astlpc: Increase prominence of endianness by Andrew Jeffery · 3 years, 2 months ago
  93. cf08ac9 docs: vendor-ibm-astlpc: Annotate {M,L}SB in Bit column by Andrew Jeffery · 3 years, 2 months ago
  94. f316149 docs: vendor-ibm-astlpc: Fix packet exchange order of operations by Andrew Jeffery · 3 years, 2 months ago
  95. 9125bb5 docs: vendor-ibm-astlpc: Add definitions for KCS registers by Andrew Jeffery · 3 years, 2 months ago
  96. a6bf978 docs: vendor-ibm-astlpc: Use numbered list for strictly ordered ops by Andrew Jeffery · 3 years, 2 months ago
  97. f1b913f docs: vendor-ibm-astlpc: Reorder sections to improve flow by Andrew Jeffery · 3 years, 2 months ago
  98. a666c2d docs: vendor-ibm-astlpc: Reduce emphasis for definitions by Andrew Jeffery · 3 years, 2 months ago
  99. f0ee3f7 docs: vendor-ibm-astlpc: References as a numbered list by Andrew Jeffery · 3 years, 2 months ago
  100. ebd623c docs: vendor-ibm-astlpc: Improve readability with explicit line breaks by Andrew Jeffery · 3 years, 2 months ago