Remove fixed array size for can327_bitrate_const
[elmcan.git] / module / can327.c
2022-06-11 norlyRemove fixed array size for can327_bitrate_const
2022-06-11 norlyStop leaking SKBs in elm327_parse_frame()
2022-06-11 norlyRemove unused includes
2022-06-06 norlyIncrease ELM327_SIZE_RXBUF to support fat UART buffers
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