- 18b9a37 core: Drop packets with broadcast source EID by Matt Johnston · 6 weeks ago master
- 4058b2c control: Add basic MCTP Control Protocol handler by Matt Johnston · 8 weeks ago
- f7749dc core: Remove completion_code field from mctp_ctrl_msg_hdr by Matt Johnston · 9 weeks ago
- e5b941d i2c: Add binding for MCTP over I2C transport by Matt Johnston · 4 months ago
- 44e64df core: Add allocated tag expiry, mctp_set_now_op() by Matt Johnston · 9 weeks ago
- f9b99f1 build: Generate libmctp-sizes.h by Matt Johnston · 4 months ago
- 1250727 build/core: Add 'nolog' build option to omit logging entirely by Matt Johnston · 3 months ago
- bbfcc6e build/core: Add MCTP_CUSTOM_ALLOC option by Matt Johnston · 4 months ago
- 61c9599 core: Add mctp_message_tx_request() function by Matt Johnston · 4 months ago
- 0a96544 tests: Allow tx packets in mctp_binding_test by Matt Johnston · 4 months ago
- 722d0db core: Allow running without heap allocations by Matt Johnston · 4 months ago
- 4a09e1d core: Reuse buffers for tx, allow message pools by Matt Johnston · 4 months ago
- ba5f747 tests: astlpc: Change high-to-low MTU test for txq by Matt Johnston · 4 weeks ago
- 63338a2 build: Better fileio test, required for utils by Matt Johnston · 4 months ago
- 6586fc1 build: Add meson build by Matt Johnston · 4 months ago
- 6e0c5d6 serial: Fix const correctness of write stub by Matt Johnston · 4 months ago
- 7c51d83 serial: Fix attribute for mctp_serial_tx_fn by Matt Johnston · 4 weeks ago
- e79ac01 serial: Replace mctp_write_all with a function by Matt Johnston · 4 weeks ago
- 3ef4778 Fix warnings reported by -Wpedantic by Matt Johnston · 4 weeks ago
- 20f3862 core: range: Make simpler for -Wpedantic by Matt Johnston · 4 weeks ago
- dfbf0fd core: const input arg for mctp_pktbuf_push() by Matt Johnston · 10 weeks ago
- 86e9a97 core: Fix size check to match comment by Matt Johnston · 10 weeks ago
- 2f1a1f6 vendor-ibm-astlpc.md: Remove extra trailing spaces by George Liu · 5 months ago
- a079829 vendor-ibm-astlpc.md: Fix MD036 warnings by George Liu · 5 months ago
- d65b7d3 vendor-ibm-astlpc.md: Fix MD034 warnings by George Liu · 5 months ago
- fbb6f40 README.md: Fix MD030 warnings by George Liu · 5 months ago
- fecb358 README.md: Fix MD034 warnings by George Liu · 5 months ago
- b3de343 serial: Support Frame Check Sequence by John Chung · 9 months ago
- 133df7a core: Allow to handle destination null and broadcast endpoint id by John Chung · 8 months ago
- 1fe5899 serial: Recover the state machine when a request's bytes are dropped by Nikhil Namjoshi · 12 months ago
- 5c90129 OWNERS: Update Andrew's preferred email by Andrew Jeffery · 1 year ago
- 8003c71 clang-format: copy latest and re-format by Patrick Williams · 1 year, 3 months ago
- e915aad tests: undef NDEBUG in tests by Rashmica Gupta · 2 years, 5 months ago
- ca85ad8 tests: bridge: Use unique names for bindings by Rashmica Gupta · 2 years, 5 months ago
- 487b31e core: Ensure mctp_pktbuf_alloc() initialises end-offset in-bounds by Rashmica Gupta · 2 years, 4 months ago
- 895083b configure.ac: Run autoupdate by Andrew Jeffery · 1 year, 3 months ago
- 400766f astlpc: Provide KCS device path as a binding argument by Konstantin Aladyshev · 1 year, 4 months ago
- 8803dc1 gitignore: Don't ignore all '*.in' files by Konstantin Aladyshev · 1 year, 4 months ago
- 2a2a0f6 serial: Initialize pkt_trailer for the binding by Konstantin Aladyshev · 1 year, 4 months ago
- b7824b6 core: Fix use of wrong 'free' function by Benjamin Gwin · 1 year, 5 months ago
- 8f58dca Remove Richard by Jason M. Bills · 1 year, 5 months ago
- 99b9d23 astlpc: Log changes to KCS status register by Andrew Jeffery · 1 year, 7 months ago
- dca8259 mctp-demux-daemon: Change default log level to MCTP_LOG_NOTICE by Andrew Jeffery · 1 year, 7 months ago
- 4df106d astlpc: Add mctp_astlpc_tx_done() API by Frederic Barrat · 1 year, 8 months ago
- 7f7fdc1 clang-format: copy latest and re-format by Andrew Jeffery · 1 year, 8 months ago
- 2608b29 core: check for __mctp_alloc() failure in mctp_pktbuf_alloc() by Pedro Martelletto · 1 year, 9 months ago
- 45d1332 astlpc: Use enums instead of hardcoded numbers by Rashmica Gupta · 2 years, 5 months ago
- f298897 pcap: Use SLL2 linktype for captures by Rashmica Gupta · 2 years, 2 months ago
- a68185c prettier: re-format by Patrick Williams · 2 years, 1 month ago
- 8f4f161 shellcheck: ignore minor report in bootstrap.sh by Patrick Williams · 2 years, 1 month ago
- a721c2d format: reformat with clang-format by Patrick Williams · 2 years, 1 month ago
- 0f05b6c astlpc: Refactor redundant assertion and associated logic by Andrew Jeffery · 2 years, 2 months ago
- f447b4f astlpc: Add check for MCTP hdr version by Rashmica Gupta · 2 years, 3 months ago
- 695deed tests: serial: Format with clang-format by Andrew Jeffery · 2 years, 3 months ago
- ad7bbe7 libmctp-serial: Format with clang-format by Andrew Jeffery · 2 years, 3 months ago
- 0af68f2 libmctp-astlpc: Format with clang-format by Andrew Jeffery · 2 years, 3 months ago
- 69eda31 tests: test-utils: Format with clang-format by Andrew Jeffery · 2 years, 3 months ago
- 4d0c428 utils: mctp-astlpc-daemon: Format with clang-format by Andrew Jeffery · 2 years, 3 months ago
- 435670d utils: mctp-pipe: Format with clang-format by Andrew Jeffery · 2 years, 3 months ago
- 2c69ab3 utils: mctp-in: Format with clang-format by Andrew Jeffery · 2 years, 3 months ago
- 23496bf alloc: Format with clang-format by Andrew Jeffery · 2 years, 3 months ago
- 85966c1 container_of: Format with clang-format by Andrew Jeffery · 2 years, 3 months ago
- 9497718 utils: capture: Format with clang-format by Andrew Jeffery · 2 years, 3 months ago
- 31b01e0 tests: core: Format with clang-format by Andrew Jeffery · 2 years, 3 months ago
- 233e28f clang-ignore: Remove files that pass formatting by Andrew Jeffery · 2 years, 3 months ago
- c9ac4fc tests: astlpc: MTU renegotiation with populated Tx queue by Andrew Jeffery · 2 years, 3 months ago
- e64c516 tests: astlpc: Rename the message Rx handler by Andrew Jeffery · 2 years, 3 months ago
- 0721f58 core: Define return value behaviours for binding Tx callbacks by Andrew Jeffery · 2 years, 3 months ago
- 89a2878 serial: Give write callbacks a consistent behaviour by Andrew Jeffery · 2 years, 3 months ago
- fe763e9 astlpc: Implement async support via buffer state tracking by Andrew Jeffery · 2 years, 5 months ago
- 8f53d63 mctp-demux-daemon: Exploit binding mctp_*_init_pollfd() APIs by Andrew Jeffery · 2 years, 5 months ago
- 1111c6a bindings: Add mctp_*_init_pollfd() API by Andrew Jeffery · 2 years, 5 months ago
- 5b2702d astlpc: Fix up FILEIO function definitions by Andrew Jeffery · 2 years, 5 months ago
- 59521c7 astlpc: Drop `running` from struct mctp_binding_astlpc by Andrew Jeffery · 2 years, 5 months ago
- e25d9cc OWNERS: switch 'matches' to 'matchers' by Patrick Williams · 2 years, 6 months ago
- fcb65ab tests/test_seq.c: Avoid duplicate definition of ARRAY_SIZE by Younghyun Park · 2 years, 6 months ago
- 99d8f12 range.h: Define typeof with __typeof__ by Younghyun Park · 2 years, 6 months ago
- 7aaccb5 core: Address a handful of compiler warnings by Moritz Fischer · 2 years, 6 months ago
- bcafdb9 compiler.h: Avoid duplicate definition of __unused by Moritz Fischer · 2 years, 6 months ago
- af0cd62 range.h: Avoid duplicate definitions of MIN/MAX by Moritz Fischer · 2 years, 6 months ago
- f39c385 core: Add TX/RX API that exposes message tag and tag owner by Sumanth Bhat · 3 years ago
- 5ab7825 libmctp: Introduce compiler.h by Andrew Jeffery · 2 years, 11 months ago
- f967c70 utils: Resolve warnings of unused write() result by Andrew Jeffery · 2 years, 11 months ago
- e750cbc libmctp: v0.11 by Andrew Jeffery · 2 years, 11 months ago v0.11
- 56886e7 README: fix libmctp spelling by Patrick Williams · 3 years ago
- 983cc3f build: compile and install utils by Brad Bishop · 3 years, 1 month ago
- 95cccae mctp-demux-daemon: sanity check pcap args by Brad Bishop · 3 years, 3 months ago
- e4d8456 utils: fix in/pipe utilities by Brad Bishop · 3 years, 1 month ago
- e320669 README: OWNERS is the new MAINTAINERS by Jeremy Kerr · 3 years, 2 months ago
- 663ec39 core: check n_busses before transmit by Brad Bishop · 3 years, 3 months ago
- c1d5c54 astlpc: Force FW2AHB to map reserved memory by Andrew Jeffery · 3 years, 2 months ago
- 0f22eaa libmctp: Remove MAINTAINERS in favour of OWNERS file by Andrew Jeffery · 3 years, 2 months ago
- ca39a17 Add OWNERS file by Manojkiran Eda · 3 years, 2 months ago
- ae59f4f Notify remote endpoint with RX_COMPLETE prior to handling MCTP packet by Christian Geddes · 3 years, 4 months ago
- edebe16 mctp-demux-daemon: Cleanup binding on exit by Andrew Jeffery · 3 years, 4 months ago
- 2094c3c libmctp: Add mctp_unregister_bus() by Andrew Jeffery · 3 years, 4 months ago
- 7c4509a astlpc: Ensure the status update propogates on shutdown by Andrew Jeffery · 3 years, 4 months ago
- f8954b3 mctp-demux-daemon: Fix cleanup path on socket_init() failure by Andrew Jeffery · 3 years, 4 months ago
- cad4730 mctp-demux-daemon: Add packet capture option by Andrew Jeffery · 3 years, 5 months ago
- 5d3d4e6 core: Add infrastructure for packet captures by Andrew Jeffery · 3 years, 5 months ago