Style: Fix big comments
[elmcan.git] / module /
2019-05-30 norlyStyle: Fix big comments
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-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 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