elmcan.git
2022-02-24 norlyRestart on error instead of stopping restart-on-error
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
2019-02-22 norlyreadme.rst: Document minimum Linux version
2019-02-22 norlyreadme.rst: Add note on termination, minor fixes
2019-02-19 norlyComments and minor style
2019-02-19 norlyTurn BUG_ON() into WARN_ON()
2019-02-19 norlyStyle: Move elm327_is_ready_char() further down to...
2019-02-19 norlySimplify init script sending
2019-02-19 norlyioctl(SIOCGIFNAME): Copy at most IFNAMSIZ bytes, but...
2019-02-19 norlyAlways copy IFNAMSIZ bytes on ioctl(SIOCGIFNAME)
2019-02-19 norlyRemove stray spin_lock_bh()
2019-02-19 norlyStyle fixes
2019-02-19 norlySynchronize email addresses
2019-02-18 norlyFix up stray comments now that we have elm327_is_ready_...
2019-02-18 norlySanity check TTY input and bail on problems
2019-02-18 norlyIgnore tty RX after HW failure, locking fix
2019-02-18 norlyreadme.rst: Add rationale behind the chosen configuration
2019-02-18 norlyREADME.txt: Add limitations for 'v1.5' clones
2019-02-18 norlyREADME.rst: We actually use can_bus_off() now
2019-02-18 norlyREADME.rst: Forgot to bump the ldisc number
2019-02-18 norlyWork around hardware bug when waiting for '>' prompt
2019-02-17 norlyShut down ELM327's 'protocol' before reconfiguring CAN
2019-02-17 norlyDrop fake bittimings in favor of bitrate table
2019-02-17 norlyImprove readability of elm327_handle_prompt()
2019-02-17 norlyNull stack variables before use
2019-02-17 norlyDon't try to send garbage after each init script entry
2019-01-31 norlyUse more netdev_err() instead of pr_err()
2019-01-31 norlyReturn cleanly in functions calling elm327_hw_failure()
2019-01-31 norlyDon't reset on HW fault, but take the interface down.
2019-01-30 norlyelmcan_ldisc_ioctl(): Use elm->dev->name again
2019-01-30 norlyUse netdev_* prints throughout
2019-01-30 norlyRename elm327_panic() to elm327_hw_failure() to avoid...
2019-01-23 norlyHandle tty->ops->write() returning error
2019-01-23 norlyReplace '>' with constant ELM327_READY_CHAR
2019-01-23 norlyBump N_ELMCAN to avoid conflicts with future in-tree...
2019-01-23 norlyFix race between ldisc_close() and ldisc_*()
2019-01-23 norlyAvoid ldisc_ioctl() racing unregister_candev()
2019-01-19 norlyComments
2018-11-13 norlyImport first public commit
2018-11-13 norlyInitial commit