master/ethernet.h
Tue, 10 Jan 2012 10:43:36 +0100 Florian Pose Fixed semaphore header for kernels < 2.6.27. stable-1.5
Mon, 14 Mar 2011 16:55:09 +0100 Martin Troxler Reduced frame size when sending to mailbox, uses 2 datagrams. Enabled with configure option --enable-mboxframesize
Wed, 05 Jan 2011 08:36:53 +0100 Martin Troxler use rt_mutex instead of semaphore for mutual exclusion (use --enable-mutex)
Mon, 25 Oct 2010 16:33:41 +0200 Florian Pose Added missing header.
Thu, 13 Sep 2007 11:08:46 +0000 Florian Pose MERGE -r908:HEAD svn://yak/vol/projekte/msr_messen_steuern_regeln/ethercat/rep/trunk (1.3.1 changes) stable-1.3
Fri, 10 Aug 2007 15:27:08 +0000 Florian Pose MERGE trunk -r770:907 -> branches-1.3 (1.3 changes) stable-1.3
Fri, 01 Sep 2006 12:35:41 +0000 Florian Pose MERGE trunk -r516:527 -> branches/stable-1.1 (jiffies, bugfixes, pdo defines) stable-1.1
Wed, 09 Aug 2006 14:38:44 +0000 Florian Pose MERGE trunk -r494:513 -> branches/stable-1.1 (SDO configuration, bugfixes, EoE frame rates) stable-1.1
Mon, 29 Dec 2008 15:19:16 +0000 Florian Pose Fixed spelling of EtherCAT terms. stable-1.4
Mon, 29 Dec 2008 14:10:27 +0000 Florian Pose Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only. stable-1.4
Wed, 02 Aug 2006 12:25:25 +0000 Florian Pose MERGE trunk -r452:489 -> stable-1.0 (datagrams, bugfixes, EEPROM info, idle mode) stable-1.0
Mon, 26 Jun 2006 16:07:07 +0000 Florian Pose MERGE trunk -r450:451 -> branches/stable-1.0 (docs) stable-1.0
Mon, 26 Jun 2006 15:04:06 +0000 Florian Pose MERGE trunk -r428:447 -> branches/stable-1.0 (Complete EEPROM data, unloading buxfix, variable data, bridging) stable-1.0
Mon, 29 May 2006 09:08:56 +0000 Florian Pose MERGE -r361:425 trunk -> branches/stable-1.0: EoE, License, State machines. stable-1.0
Mon, 24 Apr 2006 10:47:03 +0000 Florian Pose MERGE trunk -r355:360 -> branches/stable-1.0 (Doxygen, INSTALL, and GPLv2) stable-1.0
Tue, 30 Jun 2009 11:11:56 +0000 Florian Pose EoE processing with kthread.
Fri, 26 Jun 2009 12:21:56 +0000 Florian Pose EoE transmit retry; EoE warnings.
Fri, 26 Jun 2009 09:46:57 +0000 Florian Pose ethercat eoe command.
Tue, 24 Feb 2009 12:51:39 +0000 Florian Pose Improved and added license headers.
Mon, 26 Jan 2009 11:45:30 +0000 Florian Pose merge -c1604 branches/stable-1.4: Fixed spelling of EtherCAT terms.
Mon, 26 Jan 2009 11:16:10 +0000 Florian Pose merge -c1603 branches/stable-1.4: Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
Mon, 01 Sep 2008 14:17:18 +0000 Florian Pose Added VoE handler.
Wed, 12 Sep 2007 14:48:53 +0000 Florian Pose Improved EoE handling: Avoided skipping of datagrams and release lock
Fri, 16 Mar 2007 14:00:12 +0000 Florian Pose Dynamic creation of EoE handlers.
Tue, 15 Aug 2006 08:09:18 +0000 Florian Pose Replaced longer cycle timestamps with jiffies.
Tue, 08 Aug 2006 12:07:25 +0000 Florian Pose Minor changes.
Fri, 04 Aug 2006 15:31:12 +0000 Florian Pose EoE rate statistics.
Thu, 03 Aug 2006 12:51:17 +0000 Florian Pose VERSION 1.1: New realtime interface, only state machines.
Thu, 06 Jul 2006 08:23:24 +0000 Florian Pose Renamed command structure to datagram.
Mon, 26 Jun 2006 16:05:30 +0000 Florian Pose Added missing documentation.
Wed, 21 Jun 2006 10:09:36 +0000 Florian Pose Removed mbox_command out of slave.
Fri, 19 May 2006 13:23:11 +0000 Florian Pose EoE in Free-Run mode; Finished slave configuration state machine.
Thu, 18 May 2006 12:35:47 +0000 Florian Pose Changed license headers and added EtherCAT license notice.
Fri, 12 May 2006 12:40:45 +0000 Florian Pose No master locking, if no EoE devices are "up".
Tue, 09 May 2006 09:45:42 +0000 Florian Pose EoE: State machine with function pointers, documentation.
Mon, 08 May 2006 16:46:43 +0000 Florian Pose EoE - TX fragmenting works. TCP traffic possible.
Fri, 05 May 2006 07:20:10 +0000 Florian Pose EoE frame queuing, receiving of fragmented frames; no TCP possible yet.
Wed, 03 May 2006 07:47:04 +0000 Florian Pose moved stats into eoe struct; persistent rx-skb; tx queue.
Wed, 26 Apr 2006 16:43:01 +0000 Florian Pose EoE frame receiving; regarding open/stop commands.
Tue, 25 Apr 2006 11:39:33 +0000 Florian Pose EoE net_device implementation.
Mon, 24 Apr 2006 10:10:02 +0000 Florian Pose Doxygen added interface modules and file documentation.
Fri, 21 Apr 2006 12:35:17 +0000 Florian Pose GPLv2 License and enhanced Doxygen output.
Thu, 20 Apr 2006 13:31:31 +0000 Florian Pose Translated all comments and documentation to english language.
Mon, 03 Apr 2006 14:12:45 +0000 Florian Pose Mailbox-Interface ausgelagert, erster EOE-Ansatz.