summaryrefslogtreecommitdiff
path: root/module
AgeCommit message (Expand)Author
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
2022-05-03Restore WAKEUP set_bit vs. write() order in elm327_send()norly
2022-05-03Repack struct elmcannorly
2022-05-03Clear TTY_DO_WRITE_WAKEUP bit on uart_side_failurenorly
2022-05-03checkpatch.pl style fixesnorly
2022-05-03Fix lockdep_assert parametersnorly
2022-05-01Shorten the derivation comment at the startnorly
2022-05-01Update comment about N_DEVELOPMENTnorly
2022-04-29Only netif_wake_queue() when ELM327 is really idlenorly
2022-04-28Statically allocate TX buffernorly
2022-04-28Start/stop TTY on netdev open/closenorly
2022-04-28Name enum elm327_to_to_do_bits in lowercase for kernel code stylenorly
2022-04-28Rename hw_failure to uart_side_failure for easier understandingnorly
2022-04-28elm327_handle_prompt(): Explain size of local buffernorly
2022-04-28Clarify memory/string comparisonsnorly
2022-04-28Remove .hangup()norly
2022-04-28Simplify TTY sending code and lockingnorly
2022-03-17Get rid of dummy mailbox_read() for rx_offloadnorly
2022-03-17Add can_dropped_invalid_skb() to elmcan_netdev_start_xmit()norly
2022-03-17Drop superflouous elm->can.state = CAN_STATE_STOPPED;norly
2022-03-17Minor cleanupsnorly
2022-03-16Convert comments to lockdep_assert_held()norly
2022-03-16Clean up types and unused vars in struct elmcannorly
2022-03-16Rename ELM_ to ELM327_STATE_norly
2022-03-16Unify indentation in struct elmcannorly
2022-03-16Move MODULE_* to end of filenorly
2022-03-16Remove braces from pr_fmtnorly
2022-03-16Re-add author namesnorly
2022-03-12Rework elm327_hw_failure()norly
2022-03-12Minor cleanupsnorly
2022-03-12Replace ->can_dlc with ->lennorly
2022-03-12elmcan_netdev_start_xmit(): Remove unnecessary skb->len checknorly
2022-03-12Use alloc_can_skb()norly