summaryrefslogtreecommitdiff
path: root/module/can327.c
AgeCommit message (Expand)Author
2023-08-01Guard hacks for Linux < v6.0 with #ifdefsnorly
2023-08-01Align code style with first upstream in Linux v6.0norly
2022-06-18Don't kfree_skb() after submitting the repurposed SKBnorly
2022-06-18Rename elm327_* to can327_*norly
2022-06-12Don't count RTR DLC as sent bytesnorly
2022-06-11Re-align buffers, make RX buffer a power of twonorly
2022-06-11Remove CAN specific LED codenorly
2022-06-11elm327_init: Update old comment referencing bittiming_constnorly
2022-06-11Remove fixed array size for can327_bitrate_constnorly
2022-06-11Stop leaking SKBs in elm327_parse_frame()norly
2022-06-11Remove unused includesnorly
2022-06-06Increase ELM327_SIZE_RXBUF to support fat UART buffersnorly
2022-06-06On RX buffer overflow, printk remaining input sizenorly
2022-06-06Fix compilation on Linux up to v5.4norly
2022-05-31Accelerate parsing by not re-checking previous datanorly
2022-05-31Speed up can327_is_valid_rx_char() with a LUTnorly
2022-05-31Make elm327_rxbuf_cmp() return boolnorly
2022-05-31Simplify/clarify branching and locking in several placesnorly
2022-05-19Don't ____cacheline_aligned the TX buffernorly
2022-05-19Style and comments cleanupnorly
2022-05-12Rename elmcan to can327norly