descriptionLinux SocketCAN kernel driver for ELM327 based devices.
last changeTue, 1 Aug 2023 14:25:30 +0000 (23:25 +0900)
shortlog
2023-08-01 norlyGuard hacks for Linux < v6.0 with #ifdefs master
2023-08-01 norlyAlign code style with first upstream in Linux v6.0
2022-11-26 norlyAdd upstream note
2022-06-18 norlyDon't kfree_skb() after submitting the repurposed SKB
2022-06-18 norlyRename elm327_* to can327_*
2022-06-12 norlyDon't count RTR DLC as sent bytes
2022-06-11 norlyRe-align buffers, make RX buffer a power of two
2022-06-11 norlyREADME: Shorten duplicate mention of replies not being...
2022-06-11 norlyRemove CAN specific LED code
2022-06-11 norlyelm327_init: Update old comment referencing bittiming_const
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-11 norlyREADME: Cleanup according to upstream requests
2022-06-06 norlyIncrease ELM327_SIZE_RXBUF to support fat UART buffers
2022-06-06 norlyOn RX buffer overflow, printk remaining input size
...
heads
8 months ago master
2 years ago restart-on-error