summaryrefslogtreecommitdiff
path: root/module
AgeCommit message (Expand)Author
2019-06-01Undo buffer rework for TTY RXnorly
2019-06-01Style: Fix one more block commentnorly
2019-05-31Separate buffers from struct elmnorly
2019-05-30Style: Fix big commentsnorly
2019-02-28Silence unused parameter in elmcan_do_set_bittiming()norly
2019-02-25Extract RX sanity checker into separate functionnorly
2019-02-25Commentsnorly
2019-02-25Avoid return in function bodiesnorly
2019-02-25Use can_change_mtu() instead of hand-made functionnorly
2019-02-19Comments and minor stylenorly
2019-02-19Turn BUG_ON() into WARN_ON()norly
2019-02-19Style: Move elm327_is_ready_char() further down to where it is usednorly
2019-02-19Simplify init script sendingnorly
2019-02-19ioctl(SIOCGIFNAME): Copy at most IFNAMSIZ bytes, but less if possiblenorly
2019-02-19Always copy IFNAMSIZ bytes on ioctl(SIOCGIFNAME)norly
2019-02-19Remove stray spin_lock_bh()norly
2019-02-19Style fixesnorly
2019-02-19Synchronize email addressesnorly
2019-02-19Fix up stray comments now that we have elm327_is_ready_char()norly
2019-02-19Sanity check TTY input and bail on problemsnorly
2019-02-19Ignore tty RX after HW failure, locking fixnorly
2019-02-18Work around hardware bug when waiting for '>' promptnorly
2019-02-18Shut down ELM327's 'protocol' before reconfiguring CANnorly
2019-02-18Drop fake bittimings in favor of bitrate tablenorly
2019-02-18Improve readability of elm327_handle_prompt()norly
2019-02-18Null stack variables before usenorly
2019-02-18Don't try to send garbage after each init script entrynorly
2019-01-31Use more netdev_err() instead of pr_err()norly
2019-01-31Return cleanly in functions calling elm327_hw_failure()norly
2019-01-31Don't reset on HW fault, but take the interface down.norly
2019-01-30elmcan_ldisc_ioctl(): Use elm->dev->name againnorly
2019-01-30Use netdev_* prints throughoutnorly
2019-01-30Rename elm327_panic() to elm327_hw_failure() to avoid confusionnorly
2019-01-23Handle tty->ops->write() returning errornorly
2019-01-23Replace '>' with constant ELM327_READY_CHARnorly
2019-01-23Bump N_ELMCAN to avoid conflicts with future in-tree line disciplines.norly
2019-01-23Fix race between ldisc_close() and ldisc_*()norly
2019-01-23Avoid ldisc_ioctl() racing unregister_candev()norly
2019-01-19Commentsnorly
2018-11-13Import first public commitnorly