summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-03-12Rename TODO_* to ELM327_TX_DO_*norly
2022-03-07Mark {_len,}_memstrcmp inlinenorly
2022-03-07Change MAGIC to DUMMY, and silence initnorly
2022-03-07Remove switch() in elm327_parse_error()norly
2022-03-04readme.rst: Add hint on upping the interface before usenorly
2022-03-04Change N_ELMCAN to N_DEVELOPMENTnorly
2022-02-11readme.rst: Add missing wordnorly
2022-02-11Add thanks for DKMS confignorly
2022-02-11out-of-tree.rst: Add porting infonorly
2022-02-11readme.rst: Split off out-of-tree documentationnorly
2022-02-11readme.rst: Remove module parameter documentationnorly