master/ethernet.c
Mon, 05 Mar 2007 09:55:39 +0000 Florian Pose Introduced ec_slave_online_state_t, ec_slave_set_online_state(), renamed
Tue, 20 Feb 2007 17:15:43 +0000 Florian Pose Made master devices persistent; added ec_device_attach() and ec_device_detach().
Mon, 12 Feb 2007 14:42:36 +0000 Florian Pose Minor: Removed warning when EoE interface is up upon master unloading.
Fri, 27 Oct 2006 13:58:14 +0000 Florian Pose Minor output changes in ethernet.c
Thu, 26 Oct 2006 16:29:26 +0000 Florian Pose Persistent slave lists.
Fri, 13 Oct 2006 09:05:45 +0000 Florian Pose Removed additional loop in coe_down FSM; renamed mbox_type to mbox_prot.
Thu, 12 Oct 2006 13:49:01 +0000 Florian Pose Fixed mailbox bug, added mailbox error codes.
Tue, 15 Aug 2006 08:09:18 +0000 Florian Pose Replaced longer cycle timestamps with jiffies.
Tue, 08 Aug 2006 13:06:02 +0000 Florian Pose Fixed EoE debugging.
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.
Tue, 01 Aug 2006 18:37:55 +0000 Florian Pose Improved EoE state machine.
Mon, 31 Jul 2006 18:52:06 +0000 Florian Pose Minor changes.
Tue, 25 Jul 2006 10:04:51 +0000 Florian Pose Minor changes.
Thu, 06 Jul 2006 08:31:55 +0000 Florian Pose Applied include patch by M. Schwerin.
Thu, 06 Jul 2006 08:23:24 +0000 Florian Pose Renamed command structure to datagram.
Tue, 27 Jun 2006 20:08:15 +0000 Florian Pose Slave: state_error -> error_flag, error_flag only in slave state machine.
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, 26 May 2006 14:28:49 +0000 Florian Pose Better state-dependent behaviour for EoE-capable slaves.
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 10:13:53 +0000 Florian Pose EoE documentation updates.
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 14:45:02 +0000 Florian Pose EoE: Corrected faulty MAC address.
Fri, 05 May 2006 13:07:49 +0000 Florian Pose EoE: TCP traffic possible; TX fragmenting to do.
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 08:01:20 +0000 Florian Pose removed unnecessary private structure in eoe net_device.
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.
Wed, 26 Apr 2006 10:15:02 +0000 Florian Pose command timeout, EoE processing with kernel timer.
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 15:47:12 +0000 Florian Pose Versuche mit EoE.
Mon, 03 Apr 2006 14:12:45 +0000 Florian Pose Mailbox-Interface ausgelagert, erster EOE-Ansatz.