]> rtime.felk.cvut.cz Git - linux-lin.git/shortlog
linux-lin.git
2014-01-16 Alexander Steinsllin: Don't fiddle with netdev queue and skb in slave...
2014-01-16 Alexander Steinsllin: signal timeout if there are less than configured...
2014-01-16 Alexander Steinsllin: Do not set SLF_MSGEVENT flag
2014-01-16 Alexander Steinsllin: dlc in cache > 0 is the expected LIN frame length
2014-01-16 Alexander Steinsllin: Fix checksum mode decision
2014-01-16 Alexander Steinsllin: Add version dependent access to termios in tty_s...
2014-01-16 Alexander Steinsllin: Add first support for LIN slave task on slave...
2014-01-16 Alexander Steinsllin: If length is unknown read until timer occurs...
2014-01-16 Alexander Steinsllin: reorder functions
2013-12-11 Alexander Steinsllin: slave: don't forget to wait for the checksum
2013-12-11 Alexander Steinsllin: Make local functions static
2013-12-11 Alexander Steinsllin: Replace pr_* with netdev_* where approriate
2012-08-03 Rostislav Lisovylin_config: Use strtol() instead of atoi() + errorhandling
2012-08-03 Rostislav Lisovylin_config: Help screen
2012-08-02 Rostislav Lisovylin_config: Parsing of "device type" when is part of...
2012-08-02 Rostislav Lisovysllin: Fixed some issues reported by checkpatch.pl
2012-08-02 Rostislav Lisovysllin: Minor fixes to properly compile on 3.5 linux...
2012-07-20 Rostislav Lisovylin_config: Configuration of sllin frame cache
2012-07-20 Rostislav Lisovysllin: Makefile upgrade
2012-07-20 Rostislav Lisovylin_config: Added missing header
2012-07-20 Pavel PisaMerge /home/pi/repo/lin/pcan_lin_config/submodule/linux-lin
2012-07-20 Rostislav Lisovylin_config: Basic sllin frame cache configuration
2012-07-20 Rostislav Lisovysllin: Flags clean up
2012-07-19 Rostislav Lisovylin_config: Added script simplifying running of lin_config
2012-07-19 Rostislav Lisovylin_config: Run as daemon when configuring sllin tty...
2012-07-19 Rostislav Lisovylinconf: Fix baudrate setting for PCAN-LIN
2012-07-18 Rostislav Lisovylinconf: Basic sllin configuration.
2012-07-16 Rostislav Lisovylinconf: Modular architecture.
2012-05-31 Rostislav Lisovypcanlin: Passing of XML configuration file path through...
2012-05-31 Rostislav Lisovypcanlin: Added example XML configuration file
2012-05-31 Rostislav Lisovypcanlin: Basic parsing of XML configuration files
2012-05-31 Rostislav Lisovypcanlin: Upgraded Makefile
2012-05-31 Rostislav Lisovypcanlin: Initial commit.
2012-02-16 Rostislav Lisovysllin: Fixed potential invalid pointer dereference.
2012-02-15 Rostislav Lisovysllin: Handling with incorrect Break or Sync characters.
2012-02-10 Rostislav Lisovysllin: TTY RX function split into two different functio...
2012-02-06 Rostislav Lisovysllin: Fixed reception of LIN response in Master mode.
2012-02-05 Pavel Pisasllin: protection against sllin_write_wakeup and sllin_...
2012-02-05 Pavel Pisasllin: Use separate spinlock for LIN frame cache and...
2012-01-25 Michal SojkaAdd locking around frame_cache manipulation
2012-01-16 Rostislav LisovySmall fixes in documentation.
2012-01-16 Rostislav LisovyCoding style only.
2012-01-06 Rostislav LisovyMerge branch 'master' of ssh://rtime.felk.cvut.cz/lisov...
2012-01-02 Rostislav Lisovysllin: Documentation.
2011-12-21 Rostislav Lisovysllin: Enhanced reception of LIN frames in Slave mode.
2011-12-21 Rostislav Lisovysllin: Bugfix. Check length in sll_bump.
2011-12-21 Rostislav Lisovysllin: Some more corrections to Slave mode.
2011-12-21 Rostislav Lisovysllin: Small corrections to Slave mode.
2011-12-19 Rostislav Lisovysllin: Enabled sending of RTR CAN frame, when there...
2011-12-19 Rostislav Lisovysllin: Very basic LIN bus monitoring feature.
2011-12-19 Rostislav Lisovysllin: Added module parameters.
2011-12-19 Rostislav Lisovysllin: Added authors.
2011-12-19 Rostislav Lisovysllin: Improved handling of UART errors.
2011-12-19 Rostislav Lisovysllin: Ensure full initialization of all termios flags.
2011-12-16 Rostislav Lisovysllin: Pictures of real communication on LIN bus.
2011-12-16 Rostislav Lisovysllin: Bugfix. Stop rx_timer when LIN response is recei...
2011-12-16 Rostislav Lisovysllin: rx_timer is also used when waiting for received...
2011-12-14 Rostislav Lisovysllin: Updating of Error counters belonging to netdevic...
2011-12-14 Rostislav Lisovysllin: All comments are C89 compatible.
2011-12-14 Rostislav Lisovysllin: Documentation.
2011-12-14 Rostislav Lisovysllin: Removed unnecessary white-spaces.
2011-12-14 Rostislav Lisovysllin: Added patches enabling some programs from can...
2011-12-14 Rostislav Lisovysllin: Changed prefix for LIN flags/masks from SLLIN_...
2011-12-14 Rostislav Lisovysllin: General purpose LIN-related flags and masks...
2011-12-14 Rostislav Lisovysllin: Added comments.
2011-12-14 Rostislav Lisovysllin: "printk(KERN_INFO...)" changed to pr_debug(...
2011-12-12 Rostislav Lisovysllin: Checking of checksum on received LIN frames.
2011-12-12 Rostislav Lisovysllin: Reorganization and optimization of State automaton.
2011-12-12 Rostislav Lisovysllin: Time to sleep during sending Break is computed...
2011-12-12 Rostislav Lisovysllin: Reception an parsing of CAN frames enabled immed...
2011-12-09 Rostislav Lisovysllin: Errors are reported as CAN frames with particula...
2011-12-09 Rostislav Lisovysllin: Removed unused code.
2011-12-09 Rostislav Lisovysllin: It is possible to send "LIN response" from linfr...
2011-12-09 Rostislav Lisovysllin: Added LIN frame cache and its configuration...
2011-12-07 Rostislav Lisovysllin: Network statistics for received CAN frames.
2011-12-07 Rostislav Lisovysllin: Sending CAN frame with LIN data payload received...
2011-12-03 Rostislav Lisovysllin: Added timer handling timeout when receiving...
2011-12-02 Rostislav Lisovylin_master: Checking if character read is really a...
2011-12-02 Rostislav Lisovysllin: Improved sending of a "LIN response" sent by...
2011-11-30 Rostislav Lisovysllin: LIN frame is sent (to TTY) after receiving CAN...
2011-11-28 Rostislav LisovyBreak correctly generated either with timer or with...
2011-11-25 Rostislav Lisovysllin: Generating Break signal done with our own function.
2011-11-25 Rostislav LisovySllin: Temporarily commented out some error checking...
2011-11-25 Rostislav Lisovysllin: Commented out unused code.
2011-11-25 Rostislav LisovyMerge branch 'master' of ssh://rtime.felk.cvut.cz/lisov...
2011-11-25 Pavel PisaKernel LIN code uses same baudrate setup as user space...
2011-11-25 Rostislav LisovyMerge branch 'master' of ssh://rtime.felk.cvut.cz/lisov...
2011-11-25 Pavel PisaUpdate response checksum calculation for kernel code...
2011-11-25 Pavel PisaUserspace LIN is compiled with USE_TERMIOS2 by default...
2011-11-25 Pavel PisaUserspace LIN master: Provide state encapsulation to...
2011-11-24 Rostislav Lisovysllin: Removed unused 'leased' field.
2011-11-24 Rostislav Lisovysllin: Added debugging prints. Little bugfix.
2011-11-24 Rostislav LisovyBasic argument parsing made by getopt_long.
2011-11-24 Rostislav LisovySetting of uart baudrate done in separate function.
2011-11-23 Rostislav LisovySetting UART speed to custom value for sending break.
2011-11-22 Pavel PisaMerge branch 'master' of ssh://rtime.felk.cvut.cz/lisov...
2011-11-22 Pavel PisaBasic functions to synchronize Tx with LIN state automa...
2011-11-22 Michal SojkaAdd pty testing program
2011-11-21 Pavel PisaTool to compute LIN ID parity table.
2011-11-21 Pavel PisaAdded minimal skeleton to use kernel worker thread.
next