Guard hacks for Linux < v6.0 with #ifdefs
[elmcan.git] / module / can327.c
2023-08-01 norlyGuard hacks for Linux < v6.0 with #ifdefs
2023-08-01 norlyAlign code style with first upstream in Linux v6.0
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 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-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