summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-05Add BSD-3-Clause licencenorly
2022-02-05Convert RX path to NAPI via can_rx_offload_*norly
2022-01-16Clarify some error texts and return valuesnorly
2021-12-29readme.rst: Clarify DKMS install commandnorly
2021-10-22Remove TTY_LDISC_MAGICnorly
2021-05-17Merge pull request #4 from tomaszduda23/masternorly
2021-05-17Adds dkms.conf to sign kernel moduleTomasz
2019-06-10Add thanksnorly
2019-06-10Style: According to linux-5.2-rc4 checkpatch.plnorly
2019-06-10Flush worker earlier, resolving the last to-do item.norly
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-03-27readme.rst: Clarificationsnorly
2019-02-28Document dependency on can-devnorly
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-22readme.rst: Document minimum Linux versionnorly
2019-02-22readme.rst: Add note on termination, minor fixesnorly
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-18readme.rst: Add rationale behind the chosen configurationnorly
2019-02-18README.txt: Add limitations for 'v1.5' clonesnorly
2019-02-18README.rst: We actually use can_bus_off() nownorly
2019-02-18README.rst: Forgot to bump the ldisc numbernorly
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