aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/slcan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-11slcan: ldisc generated skbs are received in softirq contextOliver Hartkopp1-1/+1
2011-07-19slcan: remove unused 'leased', 'line' and 'pid' fields from the 'slcan' structureMatvejchikov Ilya1-9/+1
2011-07-18net: can: remove custom hex_to_bin()Andy Shevchenko1-21/+5
2011-07-15slcan: remove obsolete code in slcan initialisationOliver Hartkopp1-21/+6
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds1-6/+3
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-3/+6
2011-05-10slcan: fix ldisc->open retvalOliver Hartkopp1-1/+3
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi1-3/+6
2010-12-08can: slcan: Add missing linux/sched.h include.David S. Miller1-0/+1
2010-12-08can: add slcan driver for serial/USB-serial CAN adaptersOliver Hartkopp1-0/+755