elmcan.git
5 hours ago norlyAdd hint to upstream documentation master
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-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
2022-06-06 norlyFix compilation on Linux up to v5.4
2022-06-05 norlyUpdate thanks
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
2022-05-03 norlyRestore WAKEUP set_bit vs. write() order in elm327_send()
2022-05-03 norlyRepack struct elmcan
2022-05-03 norlyClear TTY_DO_WRITE_WAKEUP bit on uart_side_failure
2022-05-03 norlycheckpatch.pl style fixes
2022-05-03 norlyFix lockdep_assert parameters
2022-05-01 norlyShorten the derivation comment at the start
2022-05-01 norlyUpdate comment about N_DEVELOPMENT
2022-04-29 norlyOnly netif_wake_queue() when ELM327 is really idle
2022-04-28 norlyStatically allocate TX buffer
2022-04-28 norlyStart/stop TTY on netdev open/close
2022-04-28 norlyName enum elm327_to_to_do_bits in lowercase for kernel...
2022-04-28 norlyRename hw_failure to uart_side_failure for easier under...
2022-04-28 norlyelm327_handle_prompt(): Explain size of local buffer
2022-04-28 norlyClarify memory/string comparisons
2022-04-28 norlyRemove .hangup()
2022-04-28 norlySimplify TTY sending code and locking
2022-03-17 norlyGet rid of dummy mailbox_read() for rx_offload
2022-03-17 norlyAdd can_dropped_invalid_skb() to elmcan_netdev_start_xmit()
2022-03-17 norlyDrop superflouous elm->can.state = CAN_STATE_STOPPED;
2022-03-17 norlyMinor cleanups
2022-03-16 norlyConvert comments to lockdep_assert_held()
2022-03-16 norlyClean up types and unused vars in struct elmcan
2022-03-16 norlyRename ELM_ to ELM327_STATE_
2022-03-16 norlyUnify indentation in struct elmcan
2022-03-16 norlyMove MODULE_* to end of file
2022-03-16 norlyRemove braces from pr_fmt
2022-03-16 norlyRe-add author names
2022-03-12 norlyRework elm327_hw_failure()
2022-03-12 norlyMinor cleanups
2022-03-12 norlyReplace ->can_dlc with ->len
2022-03-12 norlyelmcan_netdev_start_xmit(): Remove unnecessary skb...
2022-03-12 norlyUse alloc_can_skb()
2022-03-12 norlyRename TODO_* to ELM327_TX_DO_*
2022-03-07 norlyMark {_len,}_memstrcmp inline
2022-03-07 norlyChange MAGIC to DUMMY, and silence init
2022-03-07 norlyRemove switch() in elm327_parse_error()
2022-03-04 norlyreadme.rst: Add hint on upping the interface before use
2022-03-04 norlyChange N_ELMCAN to N_DEVELOPMENT
2022-02-10 norlyreadme.rst: Add missing word
2022-02-10 norlyAdd thanks for DKMS config
2022-02-10 norlyout-of-tree.rst: Add porting info
2022-02-10 norlyreadme.rst: Split off out-of-tree documentation
2022-02-10 norlyreadme.rst: Remove module parameter documentation
2022-02-10 norlyRemove accept_flaky_uart module option.
2022-02-10 norlyIntroduce _memstrcmp() to beautify elm327_parse_error()
2022-02-10 norlyImprove error handling in case of stray characters
2022-02-10 norlyRemove superfluous lines
2022-02-10 norlyClean up comments
2022-02-10 norlyForward port to Linux v5.17-rc3
2022-02-05 norlyClean up more strings
2022-02-05 norlyChange WARN_ON into WARN_ON_ONCE
2022-02-05 norlyreadme.rst: Update title
2022-02-05 norlyreadme.rst: Remove empty To-Do list
2022-02-05 norlyAdd BSD-3-Clause licence
2022-02-05 norlyConvert RX path to NAPI via can_rx_offload_*
2022-01-15 norlyClarify some error texts and return values
2021-12-29 norlyreadme.rst: Clarify DKMS install command
2021-10-22 norlyRemove TTY_LDISC_MAGIC
2021-05-17 norlyMerge pull request #4 from tomaszduda23/master
2021-05-17 TomaszAdds dkms.conf to sign kernel module
2019-06-10 norlyAdd thanks
2019-06-10 norlyStyle: According to linux-5.2-rc4 checkpatch.pl
2019-06-10 norlyFlush worker earlier, resolving the last to-do item.
2019-06-01 norlyUndo buffer rework for TTY RX
2019-06-01 norlyStyle: Fix one more block comment
2019-05-30 norlySeparate buffers from struct elm
2019-05-30 norlyStyle: Fix big comments
2019-03-26 norlyreadme.rst: Clarifications
2019-02-28 norlyDocument dependency on can-dev
2019-02-28 norlySilence unused parameter in elmcan_do_set_bittiming()
2019-02-25 norlyExtract RX sanity checker into separate function
2019-02-25 norlyComments
2019-02-25 norlyAvoid return in function bodies
2019-02-25 norlyUse can_change_mtu() instead of hand-made function
next