On RX buffer overflow, printk remaining input size
[elmcan.git] / module / can327.c
2022-06-06 norlyOn RX buffer overflow, printk remaining input size
2022-06-06 norlyFix compilation on Linux up to v5.4
2022-05-31 norlyAccelerate parsing by not re-checking previous data
2022-05-31 norlySpeed up can327_is_valid_rx_char() with a LUT
2022-05-31 norlyMake elm327_rxbuf_cmp() return bool
2022-05-31 norlySimplify/clarify branching and locking in several places
2022-05-19 norlyDon't ____cacheline_aligned the TX buffer
2022-05-19 norlyStyle and comments cleanup
2022-05-12 norlyRename elmcan to can327