master/ethernet.c
2012-09-06 Florian Pose Removed trailing spaces. stable-1.5
2012-09-06 Florian Pose Merged redundancy branch to stable-1.5. stable-1.5
2012-01-09 Florian Pose Avoided unused variable warnings. redundancy
2012-01-12 Florian Pose Devices as array; lock all device modules with module_get(). redundancy
2012-01-09 Florian Pose Avoided unused variable warnings.
2012-01-09 Florian Pose Avoided unused variable warnings. stable-1.5
2011-08-01 Florian Pose Minor: Fixed line wraps and spacing.
2011-03-14 Martin Troxler Reduced frame size when sending to mailbox, uses 2 datagrams. Enabled with configure option --enable-mboxframesize
2011-03-14 Martin Troxler fixed race condition when comparing datagram state
2011-01-05 Martin Troxler use rt_mutex instead of semaphore for mutual exclusion (use --enable-mutex)
2010-12-16 Martin Troxler removed eoe thread: eoe processing now done by Idle/Operation thread
2010-05-03 Florian Pose Improved syslog macros.
2010-04-23 Florian Pose Introduced effective_alias variable to separate reg12 alias from SII alias.
2010-04-19 Florian Pose Added missing code documentation.
2007-09-13 Florian Pose MERGE -r908:HEAD svn://yak/vol/projekte/msr_messen_steuern_regeln/ethercat/rep/trunk (1.3.1 changes) stable-1.3
2007-08-10 Florian Pose MERGE trunk -r770:907 -> branches-1.3 (1.3 changes) stable-1.3
2007-02-13 Florian Pose MERGE -r688:759 trunk -> branches/stable-1.2 (release 1.2, part one). stable-1.2
2006-11-07 Florian Pose MERGE trunk -r588:681 -> branches/stable-1.1 (Bugfixes, Ack behaviour, CoE via Sysfs, PDO ranges, 2.6.17 support, improved autotools, documentation) stable-1.1
2006-10-13 Florian Pose MERGE trunk -r573:587 -> branches/stable-1.1 (race, bootstrap, mailbox bugfix, debug interface switch) stable-1.1
2006-09-01 Florian Pose MERGE trunk -r516:527 -> branches/stable-1.1 (jiffies, bugfixes, pdo defines) stable-1.1
2006-08-09 Florian Pose MERGE trunk -r494:513 -> branches/stable-1.1 (SDO configuration, bugfixes, EoE frame rates) stable-1.1
2006-08-03 Florian Pose MERGE trunk -r463:494 -> branches/stable-1.1 (Version 1.1) stable-1.1
2009-01-26 Florian Pose Removed todo line. 1.4-foe
2009-01-20 Florian Pose Introduced configured_[tr]x_mailbox(size|offset) members of slave. 1.4-foe
2009-01-19 Florian Pose Implemented going to bootstrap state BOOT. 1.4-foe
2008-12-29 Florian Pose Fixed spelling of EtherCAT terms. stable-1.4
2008-12-29 Florian Pose Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only. stable-1.4
2006-08-02 Florian Pose MERGE trunk -r452:489 -> stable-1.0 (datagrams, bugfixes, EEPROM info, idle mode) stable-1.0
2006-06-26 Florian Pose MERGE trunk -r450:451 -> branches/stable-1.0 (docs) stable-1.0
2006-06-26 Florian Pose MERGE trunk -r428:447 -> branches/stable-1.0 (Complete EEPROM data, unloading buxfix, variable data, bridging) stable-1.0
2006-05-29 Florian Pose MERGE -r361:425 trunk -> branches/stable-1.0: EoE, License, State machines. stable-1.0
2006-04-24 Florian Pose MERGE trunk -r355:360 -> branches/stable-1.0 (Doxygen, INSTALL, and GPLv2) stable-1.0
2009-12-14 Florian Pose Merged changes from Martin Troxler.
2009-11-19 Martin Troxler applied komax patch to version r1822
2009-11-19 Florian Pose Use net_device_ops also for EoE devices from 2.6.29 on.
2009-10-28 Florian Pose Later freeing of netdev.
2009-07-13 Florian Pose Improved the callback mechanism.
2009-06-30 Florian Pose EoE processing with kthread.
2009-06-29 Florian Pose Output device opened/closed only on debug level 2.
2009-06-29 Florian Pose Minor: Changed comment style.
2009-06-26 Florian Pose EoE transmit retry; EoE warnings.
2009-06-26 Florian Pose ethercat eoe command.
2009-06-26 Florian Pose Debug statements with EC_DBG() in EoE code.
2009-02-24 Florian Pose Improved and added license headers.
2009-01-26 Florian Pose merge -c1635 branches/1.4-foe: Removed todo line.
2009-01-26 Florian Pose merge -c1621 branches/1.4-foe: Introduced configured_[tr]x_mailbox(size|offset) members of slave.
2009-01-26 Florian Pose merge -c1619 branches/1.4-foe: Implemented going to bootstrap state BOOT.
2009-01-26 Florian Pose merge -c1604 branches/stable-1.4: Fixed spelling of EtherCAT terms.
2009-01-26 Florian Pose merge -c1603 branches/stable-1.4: Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
2008-11-17 Florian Pose Improved error case return codes of many functions.
2008-09-01 Florian Pose Added VoE handler.
2008-06-10 Florian Pose Replaced misleading %i by %u.
2008-04-25 Florian Pose Removed slave online flag.
2008-02-27 Florian Pose Separated SII data from slave.
2007-12-21 Florian Pose Improved EoE debugging.
2007-09-12 Florian Pose Improved EoE handling: Avoided skipping of datagrams and release lock
2007-09-12 Florian Pose Store skipped information in datagrams; name datagrams for statistics
2007-09-12 Florian Pose Create network interfaces for EoE devices with alias as eoeXaY.
2007-08-09 Florian Pose Removed checking for NULL slave pointer in EoE handler; added comments.
2007-08-07 Florian Pose Renamed EoE interfaces to eoe<MASTER>s<SLAVE>.