- devices/rtdmnet.c : fixed indentation and error handling. stable-1.5 tip 2018-10-09, by Edouard Tisserant
- devices/rtdmnet.c : abuse RTDM api to allow sendmsg and recvmsg to be called indirectly from userland cobalt process ioctl, while rtdm_socket is created from a kernel thread. stable-1.5 2018-10-08, by Edouard Tisserant
- merged stable-1.5 2018-10-07, by Edouard Tisserant
- Set --enable-sii-assign by default. stable-1.5 2018-10-05, by Florian Pose
- Do not call watchdog function while frames are received. stable-1.5 2018-02-14, by Florian Pose
- rtdmnet.c : Fixed rt/nrt invertion for both sendmsg and recvmsg... m( stable-1.5 2018-10-05, by Edouard Tisserant
- RTDM : dropped wrong size check in mmap stable-1.5 2018-10-05, by Edouard Tisserant
- RTDM: More IOCTL requests to be handled in primary mode stable-1.5 2018-10-05, by Edouard Tisserant
- Xenomai 2 to 3 migration says "RTDM drivers implementing differentiated ioctl() support for both domains should serve all real-time only requests from ioctl_rt(), returning -ENOSYS for any unrecognized request, which will cause the adaptive switch to take place automatically to the ioctl_nrt() handler. The ioctl_nrt() should then implement all requests which may be valid from the regular Linux domain exclusively." stable-1.5 2018-10-05, by Edouard Tisserant
- Cosmetic change : rtdm_in_rt_context instead of ipipe_root_p. stable-1.5 2018-10-01, by Edouard Tisserant
- Xenomai won't merge .nrt ops delegation to rtdm task through rtpc. Moved it to rtdmnet.c. stable-1.5 2018-10-01, by Edouard Tisserant
- Fixed wrong xeno_lib_ldflags, missing --posix --auto-init-solib stable-1.5 2018-10-01, by Edouard Tisserant
- More hgignore stable-1.5 2018-09-29, by Edouard Tisserant
- This fix a segfault in xenomai_posix example when calling pthread_setschedparam(cyclic_thread, ...) from main thread. As a side effect EL2004 becomes EL2088 - that's what IU have for testing. stable-1.5 2018-09-29, by Edouard Tisserant
- More check in rtdm mmap, also use kernel memory instead of virtual memory. stable-1.5 2018-09-27, by Edouard Tisserant
- Use new RTDM's mmap, not anymore a special case compared to normal linux mmap. stable-1.5 2018-09-27, by Edouard Tisserant
- Fixed rtdmnet.c PFX and removed useless commented code. stable-1.5 2018-09-14, by Edouard Tisserant
- rtdmnet module should follow same (un)loading rules as generic module stable-1.5 2018-09-14, by Edouard Tisserant
- Added devices/rtdmnet.c, heavily based on devices/generic.c, and with similar purpose. It uses Xenomai's RTNet/RTDM socket instead of Linux socket. stable-1.5 2018-09-12, by Edouard Tisserant
- Fix C/C++ linking problem in tool/ethercat stable-1.5 2018-09-12, by Edouard Tisserant
- Continued update of master's rtdm part to xenomai 3 : ioctl context now obtained from rtdm_fd stable-1.5 2018-09-11, by Edouard Tisserant
- Continued update of master's rtdm part to xenomai 3 : rtdm_user_info_t now replaced by rtdm_fd stable-1.5 2018-09-11, by Edouard Tisserant
- migrate posix xenomai example to Xenomai3 stable-1.5 2018-09-10, by Edouard Tisserant
- migrate native xenomai example to Xenomai3 stable-1.5 2018-07-30, by Edouard Tisserant
- rt_dev_* has been abandonned in Xenomai3, on user side we use the regular POSIX I/O calls exposed by libcobalt stable-1.5 2018-07-30, by Edouard Tisserant
- rtdm skin is equivalent to posix in Xenomai3's xeno-config. Replace XENOMAI_RTDM_*FLAGS by XENOMAI_LIB_*FLAGS to distinguish lib/example flags. stable-1.5 2018-07-22, by Edouard Tisserant
- Add module installation path to configure options stable-1.5 2018-07-10, by Edouard Tisserant
- Intermediate state while updating master's RTDM part to Xenomai 3 stable-1.5 2018-07-08, by Edouard Tisserant
- Added --with-xenomai-config to override xenomai config command, also allowing special environment variables to be passed. stable-1.5 2018-07-08, by Edouard Tisserant
- Fixed scheduler settings in dc_user example; use CLOCK_MONOTONIC. stable-1.5 2018-02-13, by Florian Pose
- Use sched_setscheduler() to set priority in user example. stable-1.5 2018-02-06, by Florian Pose
- Applied 0002-use-setup_timer-for-v4.15.patch from Beckhoff. stable-1.5 2018-01-30, by Florian Pose
- Applied CCAT patch 0001-fix-ccat-netdev-for-v4.11.patch from Beckhoff. stable-1.5 2018-01-30, by Florian Pose
- Ignore missing SDO entries in output. stable-1.5 2017-12-13, by Florian Pose
- Improved buffer overflow messages. stable-1.5 2017-12-13, by Florian Pose
- Support scheduler parameters in kernels >= 4.11. stable-1.5 2017-12-06, by Florian Pose
- Added missing configure options to documentation. stable-1.5 2017-10-27, by Florian Pose
- Mention igb driver in config files. stable-1.5 2017-10-27, by Florian Pose
- Respect bashisms. stable-1.5 2017-10-12, by Florian Pose
- Fixed statistics filter initialisation. stable-1.5 2017-10-12, by Florian Pose
- Doc. stable-1.5 2017-10-12, by Florian Pose
- EtherCAT functionality of igb driver. stable-1.5 2017-10-12, by Florian Pose
- Added clean igb driver from kernel 3.18 (no EtherCAT yet). stable-1.5 2017-09-08, by Florian Pose
- Do not build GPIO part of CCAT if GPIO is not configured in kernel. stable-1.5 2017-09-08, by Florian Pose
- Forgot Makefile.orig. stable-1.5 2017-09-08, by Florian Pose
- Fixed vm_fault. stable-1.5 2017-09-04, by Philipp Weyer
- Adapted vm_operations_struct for kernels >= 4.11 stable-1.5 2017-09-04, by Florian Pose
- Fixed lib include paths stable-1.5 2017-08-18, by Philipp Weyer
- Fixed lib include paths default 2017-08-18, by Philipp Weyer
- Clear unused ports; use arrows for next slaves. 2017-03-03, by Florian Pose
- Optionally output CRC diagnosis information in graph. 2017-03-03, by Florian Pose
- Using EC_MAX_PORTS. 2017-03-03, by Florian Pose
- Display alias adressing in graph. 2017-03-03, by Florian Pose
- Clear unused ports; use arrows for next slaves. stable-1.5 2017-03-03, by Florian Pose
- Optionally output CRC diagnosis information in graph. stable-1.5 2017-03-03, by Florian Pose
- Using EC_MAX_PORTS. stable-1.5 2017-03-03, by Florian Pose
- Display alias adressing in graph. stable-1.5 2017-03-03, by Florian Pose
- crc reset command. 2017-03-03, by Florian Pose
- New tool command 'ethercat crc'. 2017-03-03, by Florian Pose
- Merged CRC command. stable-1.5 2017-03-03, by Florian Pose
- crc reset command. stable-1.5 2017-03-03, by Florian Pose
- New tool command 'ethercat crc'. stable-1.5 2017-03-03, by Florian Pose
- merge stable-1.5 2017-01-13, by Florian Pose
- Migrated user-space example to use clock_nanosleep(). stable-1.5 2016-06-09, by Florian Pose
- Use SYNC0 + SYNC1 cycle times for cyclic start time generation. 2016-09-16, by Florian Pose
- Support changed sock_create_kern() interface from Linux 4.2. stable-1.5 2016-10-18, by Florian Pose
- Support changed tty_prepare_flip_string() interface from kernel 3.9. stable-1.5 2016-10-18, by Florian Pose
- Support changed sock_create_kern() interface from Linux 4.2. 2016-10-18, by Florian Pose
- Support changed tty_prepare_flip_string() interface from kernel 3.9. 2016-10-18, by Florian Pose
- Use SYNC0 + SYNC1 cycle times for cyclic start time generation. stable-1.5 2016-09-16, by Florian Pose
- merge stable-1.5 2016-09-16, by Florian Pose
- merge stable-1.5 2016-09-16, by Florian Pose
- Always clear PDO mapping in ecrt_slave_config_pdos(). stable-1.5 2016-09-16, by Florian Pose
- devices/ccat: revert "limit rx processing to one frame per poll" stable-1.5 2016-04-12, by Patrick Bruenn
- Always clear PDO assignment of configured sync managers. stable-1.5 2016-01-22, by Florian Pose
- Minor change. 2016-06-22, by Florian Pose
- Minor change. 2016-06-22, by Florian Pose
- Minor changes. 2016-06-22, by Florian Pose
- Migrated user-space example to use clock_nanosleep(). 2016-06-09, by Florian Pose
- Fixed fragmented SoE write request. stable-1.5 2016-05-13, by Florian Pose
- EoE interface configuration hints. 2016-05-04, by Florian Pose
- Included "ethercat ip" command in documentation. 2016-05-04, by Florian Pose
- Do not touch AL state of EoE slaves. 2016-05-03, by Florian Pose
- Fixed EoE data debug level 3. 2016-05-03, by Florian Pose
- Print mailbox error response data only if data_size > 0. 2016-05-03, by Florian Pose
- Fixed endianess of EoE parameters. 2016-05-03, by Florian Pose
- New alloc_netdev() API since kernel 3.17. 2015-05-07, by Florian Pose
- Prevent CCAT auto-loading. stable-1.5 2016-02-25, by Florian Pose
- Merged CCAT driver v0.14. stable-1.5 2016-02-16, by Florian Pose
- update ccat driver to v0.14 stable-1.5 2015-11-05, by Patrick Bruenn
- fix ccat startup stall. In case the dma memory was allocated above 4 GB limit, CCAT is unable to access it. stable-1.5 2015-10-26, by Patrick Bruenn
- update ccat driver to v0.13 stable-1.5 2015-10-13, by Patrick Bruenn
- merge 2016-01-22, by Florian Pose
- Always clear PDO assignment of configured sync managers. 2016-01-22, by Florian Pose
- Typo. 2016-01-22, by Florian Pose
- merge stable-1.5 2015-12-18, by Florian Pose
- New alloc_netdev() API since kernel 3.17. stable-1.5 2015-05-07, by Florian Pose
- 16-ethercat-1.5-frame-corruption.patch 2015-04-14, by Dave Page
- Internal SDO requests now synchronized with external requests. 2015-04-14, by Knud Baastrup
- Maximum length of foe filename extended to 255. 2015-04-14, by Knud Baastrup
- Defined list_next_entry for older kernels. 2015-04-17, by Florian Pose
- Fixed line wrapping. 2015-04-17, by Florian Pose
- Eoe mac address now derived from unique mac. 2015-04-14, by Knud Baastrup
- Exit properly on "restart" request to init script. 2014-06-01, by Gavin Lambert
- Add generated files to mrproper rule. 2014-05-31, by Gavin Lambert
- Mark download data as const. 2014-05-31, by Gavin Lambert
- Fix for strings containing spaces. 2014-05-31, by Gavin Lambert
- Abort requests started for slave_configs that don't have any actual slaves. 2015-04-14, by Gavin Lambert
- When detaching a slave from a slave_config, fail any pending register requests instead of leaving them BUSY forever. 2015-04-14, by Gavin Lambert
- Ignore NXIO error otherwise this causes spam if network is empty or refclk not 2015-04-14, by Gavin Lambert
- Do not force the DC reference clock to OP; if it is not configured it may refuse and flood the logs. 2014-05-31, by Gavin Lambert
- Moved userspace domain unmap to deactivate instead of release, fixing memory/ref leak. 2014-05-31, by Gavin Lambert
- Add DEBUG_DATAGRAM_OVERFLOW to support ec_domain_finish datagram overflow testing 2015-04-07, by Dave Page
- Fix datagram overflow layout issue 2015-04-07, by Dave Page
- Remove unused variable 2015-04-06, by Dave Page
- overlapping PDO split datagram support 2015-04-06, by Dave Page
- overlapping PDO initial working. datagram size is not correct 2015-04-02, by Dave Page
- Refactor fmmu->logical_start_address to fmmu->logical_domain_offset 2015-03-26, by Dave Page
- Integrate skeleton of allow_overlapping_pdos from af21f0bdc7c9 2015-03-26, by Dave Page
- Reduce frequency of DC Sync debug messages 2015-03-16, by Dave Page
- Fix fsm_foe timeout regression 2014-03-05, by Dave Page
- Gavin Lambert FoE Patches 2014-01-22, by Dave Page
- FoE: Fix expected packet number when busy 2014-01-22, by Dave Page
- [etherlab-dev] [PATCH] FoE: fix read packet number check 2014-01-22, by Dave Page
- Undefined debugging. 2015-04-17, by Florian Pose
- FoE: fix state transition when busy during read. Not working. 2014-01-22, by Dave Page
- Fix spurious FoE write timeout 2013-12-16, by Dave Page
- Added --enable-loop-control to make use of the loop control registers. 2015-02-20, by Florian Pose
- Fixed bug concerning netdev_completed_queue(); thanks to B. Benner. stable-1.5 2015-02-19, by Florian Pose
- Fixed bug concerning netdev_completed_queue(); thanks to B. Benner. 2015-02-19, by Florian Pose
- Implemented EoE Set IP parameter request via command-line tool. 2014-11-12, by Florian Pose
- Removed obsolete mailbox type name and clarified documentation. 2014-11-06, by Florian Pose
- Removed obsolete SoE type name. 2014-11-06, by Florian Pose
- Removed obsolete FoE type name. 2014-11-06, by Florian Pose
- Cleaned up EoE frame type definitions. 2014-11-06, by Florian Pose
- EoE frame types. 2014-11-05, by Florian Pose
- Centrally defined mailbox types. 2014-11-05, by Florian Pose
- Made some throw methods static. 2014-11-05, by Florian Pose
- Reverted default branch to stable-1.5. 2014-11-03, by Florian Pose
- Added all drivers for kernel 3.16. stable-1.5 2014-10-28, by Florian Pose
- Added all drivers for kernel 3.14. stable-1.5 2014-10-28, by Florian Pose
- Added all drivers for kernel 3.12. stable-1.5 2014-10-28, by Florian Pose
- Added all drivers for kernel 3.10. stable-1.5 2014-10-28, by Florian Pose
- Added all drivers for kernel 3.8. stable-1.5 2014-10-28, by Florian Pose
- Fixed wrong version e1000 includes. stable-1.5 2014-10-28, by Florian Pose
- Use return value of ecdev_open(); thanks to Patrick Bruenn. stable-1.5 2014-10-27, by Florian Pose
- Ignore .dirstamp. stable-1.5 2014-10-27, by Florian Pose
- CCAT: Support kernels before 3.14 without dma_set_mask_and_coherent(). stable-1.5 2014-10-27, by Florian Pose
- Merged CCAT 0.10 changes. stable-1.5 2014-10-27, by Florian Pose
- - increase version number to 0.10 stable-1.5 2014-07-02, by Patrick Bruenn
- remove unused files CCatDefinitions.h and compat.h stable-1.5 2014-07-02, by Patrick Bruenn
- Refactoring: stable-1.5 2014-07-02, by Patrick Bruenn
- remove obsolete print.* files stable-1.5 2014-06-05, by Patrick Bruenn
- remove dead commented code stable-1.5 2014-06-05, by Patrick Bruenn
- remove print.* from release tree stable-1.5 2014-06-05, by Patrick Bruenn
- reorder functions in netdev.c to avoid forward declarations stable-1.5 2014-06-05, by Patrick Bruenn
- reorder functions in update.c to omit forward declarations stable-1.5 2014-06-05, by Patrick Bruenn
- - don't use compat.h in the mainline driver stable-1.5 2014-06-05, by Patrick Bruenn
- make ccat driver more linux compliant stable-1.5 2014-06-05, by Patrick Bruenn
- move first *_carrier_off() in front of register_netdev()/ ecdev_open() stable-1.5 2014-06-05, by Patrick Bruenn
- - use short kernel types, add empty lines after variable declaration to conform better with linux coding style stable-1.5 2014-06-05, by Patrick Bruenn
- added subdir-objects option to automake script to support automake 1.14.1 stable-1.5 2014-05-06, by Patrick Bruenn
- - restored examples/user/ stable-1.5 2014-05-06, by Patrick Bruenn
- Prevent CCAT auto-loading. stable-1.5 2014-10-27, by Florian Pose
- Output CCAT configuration. stable-1.5 2014-10-27, by Florian Pose
- merge. stable-1.5 2014-10-27, by Florian Pose
- List ccat driver in configuration files. stable-1.5 2014-04-25, by Florian Pose
- Avoid replacing ccat driver. stable-1.5 2014-04-25, by Florian Pose
- Avoided unused return value warning. stable-1.5 2014-04-25, by Florian Pose
- Removed obsolete EXTRA_DIST files. stable-1.5 2014-04-25, by Florian Pose
- Removed unused CCAT kernel version. stable-1.5 2014-04-25, by Florian Pose
- merge stable-1.5 2014-04-25, by Florian Pose
- replace symlink in example with the real file stable-1.5 2014-04-23, by Patrick Bruenn
- change back the version number to release 0.8 stable-1.5 2014-04-23, by Patrick Bruenn
- ccat: use the same file for different driver version stable-1.5 2014-04-23, by Patrick Bruenn
- added ccat support for kernel 2.6.32 stable-1.5 2014-04-23, by Patrick Bruenn
- clean up CCatDefinitions.h stable-1.5 2014-04-07, by Patrick Bruenn
- replace not working symlinks with real copies from the ccat main repository(git) stable-1.5 2014-04-04, by Patrick Bruenn
- Add ccat driver for Beckhoff CCAT communication controller in Beckhoff CX20xx device stable-1.5 2014-04-04, by Patrick Bruenn
- Added e100 driver for kernel 3.6. stable-1.5 2014-10-27, by Florian Pose
- Added r8169 driver for kernel 3.6. stable-1.5 2014-10-27, by Florian Pose
- Added e1000e driver for kernel 3.6. stable-1.5 2014-10-27, by Florian Pose
- Added e1000 driver for kernel 3.6. stable-1.5 2014-10-27, by Florian Pose
- Added 8139too driver for kernel 3.6. stable-1.5 2014-10-27, by Florian Pose
- Use absolute path fpr ldmod; thanks to S. Blanchet. stable-1.5 2014-07-08, by Florian Pose
- Fixed hex display of slave position; thanks to Henry Bausley. stable-1.5 2014-05-05, by Florian Pose
- Fixed possible NULL pointer dereference; thanks to Matthieu Bec. stable-1.5 2014-05-05, by Florian Pose
- Added --enable-kernel switch to disable kernel module building. stable-1.5 2014-03-10, by Florian Pose
- Added notes about systemd dependencies. stable-1.5 2014-02-19, by Florian Pose
- merge stable-1.5 2013-12-10, by Florian Pose
- Output datagram stats only if EC_RT_SYSLOG. stable-1.5 2013-12-04, by Florian Pose
- Device activation note. stable-1.5 2013-12-10, by Florian Pose
- Generic driver device activation in documentation. stable-1.5 2013-12-10, by Florian Pose
- Fixed request_irq() bug for non EtherCAT-devices in r8169 for kernel 3.4. stable-1.5 2013-11-29, by Florian Pose
- Improved r8169 for 3.4. stable-1.5 2013-11-26, by Florian Pose
- Added configure switch --disable-rt-syslog. stable-1.5 2013-10-21, by Florian Pose
- Reset e100 watchdog only if link up. stable-1.5 2013-10-21, by Florian Pose
- Introduced FORCE_OUTPUT_CORRUPTED. stable-1.5 2013-05-21, by Florian Pose
- Implemented emergency register requests to analyze a broken bus. stable-1.5 2013-05-13, by Florian Pose
- Fixed FoE timeout calculation bug. stable-1.5 2013-02-14, by Florian Pose
- Improved FoE debug messages. stable-1.5 2013-02-14, by Florian Pose
- Version 1.5.2. stable-1.5 2013-02-12, by Florian Pose
- Fixed missing distribution of lib/ioctl.h. stable-1.5 2013-02-12, by Florian Pose
- Some more doxygen documentation. stable-1.5 2013-02-12, by Florian Pose
- Improved API documentation. stable-1.5 2013-02-12, by Florian Pose
- Updated Doxygen documentation. stable-1.5 2013-02-12, by Florian Pose
- Removed unused prototype. stable-1.5 2013-02-12, by Florian Pose
- Added 8139too driver for kernel 3.2. stable-1.5 2013-02-12, by Florian Pose
- Added 8139too driver for kernel 3.0. stable-1.5 2013-02-12, by Florian Pose
- TTY: termios structure was included in 'struct tty' with kernel 3.7. stable-1.5 2013-02-12, by Florian Pose
- TTY ioctl() file parameter was dropped in kernel 2.6.39. stable-1.5 2013-02-12, by Florian Pose
- Replaced VM_RESERVED for kernel 3.7. stable-1.5 2013-02-12, by Florian Pose
- Documented redundancy, RTDM interface and systemd usage. stable-1.5 2013-02-08, by Florian Pose
- Release procedure. stable-1.5 2013-02-08, by Florian Pose
- Improved fon specifications in DOT graphs. stable-1.5 2013-02-08, by Florian Pose
- Directly export PDFs from DOT graphs. stable-1.5 2013-02-08, by Florian Pose
- Updated NEWS file. stable-1.5 2013-02-07, by Florian Pose
- Debug message. stable-1.5 2013-02-06, by Florian Pose
- More detailed output of configure script. stable-1.5 2013-02-06, by Florian Pose
- Introduced --enable-sii-assign. stable-1.5 2013-02-06, by Florian Pose
- Fixed annoying fprintf in ecrt_slave_config_emerg_pop(). stable-1.5 2013-02-06, by Florian Pose
- TODO. stable-1.5 2013-02-05, by Florian Pose
- Added ecrt_slave_config_reg_so_entry_pos() to register non-unique entries. stable-1.5 2013-02-05, by Florian Pose
- Exported ecrt_domain_size() for userspace. stable-1.5 2013-02-05, by Florian Pose
- TODO. stable-1.5 2013-02-05, by Florian Pose
- FoE datagram / fsm->datagram bugfix, thanks to R. Roesch. stable-1.5 2013-02-05, by Florian Pose
- Fixed FoE data opcode, thanks to R. Roesch. stable-1.5 2013-02-05, by Florian Pose
- Fixed repeating e1000e reset while link down, thanks to J. Kunz. stable-1.5 2013-02-05, by Florian Pose
- Fixed link detection in older e1000e drivers. stable-1.5 2013-01-11, by Florian Pose
- Avoided io_sem locking from userspace/rtdm library. stable-1.5 2013-01-10, by Florian Pose
- Fixed link detection in e1000e driver for 3.4. stable-1.5 2013-01-10, by Florian Pose
- Minor change. stable-1.5 2013-01-10, by Florian Pose
- Added r8169 driver for kernel 3.4. stable-1.5 2013-01-10, by Florian Pose
- Added e1000 driver for kernel 3.4. stable-1.5 2013-01-08, by Florian Pose
- Added e100 driver for kernel 3.4. stable-1.5 2013-01-08, by Florian Pose
- Improved e1000e driver for kernel 3.4. stable-1.5 2013-01-08, by Florian Pose
- Added e1000e driver for kernel 3.4. stable-1.5 2013-01-07, by Florian Pose
- Added 8139too driver for kernel 3.4. stable-1.5 2013-01-07, by Florian Pose
- Added AM_PROG_AR necessary for autoconf 1.12. stable-1.5 2012-12-13, by Florian Pose
- Made datagram const. stable-1.5 2012-12-07, by Florian Pose
- Fixed some warnings on 64 bit systems. stable-1.5 2012-12-06, by Florian Pose
- Removed unused variable. stable-1.5 2012-12-06, by Florian Pose
- Fixed io_sem usage in queue_external_datagrams(). stable-1.5 2012-12-06, by Florian Pose
- Removed unnecessary semaphore uses for emergency requests. stable-1.5 2012-12-06, by Florian Pose
- Added vmalloc() include fix for ARM architecture, thanks to Andrea Scian. stable-1.5 2012-12-06, by Florian Pose
- Do not use slaves's SoE state machine for configuration. stable-1.5 2012-12-06, by Florian Pose
- Added function attribute definition. stable-1.5 2012-12-06, by Florian Pose
- Fixed format specifiers. stable-1.5 2012-12-06, by Florian Pose
- Fixed format specifiers. stable-1.5 2012-12-06, by Florian Pose
- Minor: Fixed format specifiers. stable-1.5 2012-12-06, by Florian Pose
- Fixed some ioctl() permissions. stable-1.5 2012-12-06, by Florian Pose
- Send sync datagrams only if reference clock is found. stable-1.5 2012-12-05, by Florian Pose
- Minor DC debugging. stable-1.5 2012-12-05, by Florian Pose
- Fixed some ioctl() return values. stable-1.5 2012-12-05, by Florian Pose
- Fixed e1000_open() in e1000e drivers. stable-1.5 2012-12-05, by Florian Pose
- Fixed __e1000_maybe_stop_tx() for e1000e. stable-1.5 2012-12-05, by Florian Pose
- Fixed __e1000_maybe_stop_tx(). stable-1.5 2012-12-05, by Florian Pose
- Fixed ecrt_domain_process() broken in 71d38ff288b3. stable-1.5 2012-12-05, by Florian Pose
- Fixed possible segfault in e1000_open() function. stable-1.5 2012-12-05, by Florian Pose
- Minor change. stable-1.5 2012-12-05, by Florian Pose
- Using common waitqueue for requests. stable-1.5 2012-12-04, by Florian Pose
- TODO. stable-1.5 2012-12-04, by Florian Pose
- Removed unnecessary ec_master_soe_request_t type. stable-1.5 2012-12-04, by Florian Pose
- Removed unnecessary ec_master_foe_request_t; fixed FoE access. stable-1.5 2012-12-04, by Florian Pose
- Improved preprocessor macro usage reg. redundancy. stable-1.5 2012-12-04, by Florian Pose
- Removed unnecessary loop when dequeuing register requests. stable-1.5 2012-12-04, by Florian Pose
- Removed unnecessary ec_master_sdo_request_t. stable-1.5 2012-12-04, by Florian Pose
- Minor: Renamed slave_sdo_requests. stable-1.5 2012-12-04, by Florian Pose
- Invalidate processing register requests when clearing configuration. stable-1.5 2012-12-04, by Florian Pose
- Removed unused method. stable-1.5 2012-12-04, by Florian Pose
- Mark processing SDO request as invalid if config is cleared. stable-1.5 2012-12-04, by Florian Pose
- Reset master state machine when going to orphaned phase. stable-1.5 2012-12-04, by Florian Pose
- Minor changes. stable-1.5 2012-12-04, by Florian Pose
- merge stable-1.5 2012-11-30, by Florian Pose
- Added configure option for redundancy (--with-devices). stable-1.5 2012-11-30, by Florian Pose
- Added missing newline. stable-1.5 2012-11-30, by Florian Pose
- Improved device member initialisation. stable-1.5 2012-11-30, by Florian Pose
- Removed unused field. stable-1.5 2012-11-30, by Florian Pose
- Changed the datatypes of the shift times in ecrt_slave_config_dc() stable-1.5 2012-11-29, by Florian Pose
- Adjusted DC clock discipline parameters. stable-1.5 2012-11-20, by Florian Pose
- Added interface to select the reference clock and to sync to it. stable-1.5 2012-11-20, by Florian Pose
- Removed AM_PROG_AR. stable-1.5 2012-11-20, by Florian Pose
- Added feature flag for register access. stable-1.5 2012-11-20, by Florian Pose
- Fixed typos in doc. stable-1.5 2012-11-20, by Florian Pose
- Added interface to read/write register contents; re-worked register requests. stable-1.5 2012-11-14, by Florian Pose
- Immediately restart slave FSM on several failed requests. stable-1.5 2012-11-14, by Florian Pose
- Removed state-dependent skip messages. stable-1.5 2012-11-14, by Florian Pose
- Output slave FSM datagram statistics. stable-1.5 2012-11-14, by Florian Pose
- Fixed documentation of EC_REQUEST_BUSY. stable-1.5 2012-11-14, by Florian Pose
- Added API for querying CoE emergency requests. stable-1.5 2012-11-06, by Florian Pose
- Added AM_PROG_AR to configure.ac. stable-1.5 2012-11-06, by Florian Pose
- EtherLab skin for 'ethercat pdos' command. stable-1.5 2012-10-24, by Florian Pose
- Show complete access flag in config view. stable-1.5 2012-10-09, by Florian Pose
- Added ecrt_sdo_request_index() method to change index and subindex. stable-1.5 2012-10-04, by Florian Pose
- Re-worked and seamlessly integrated RTDM interface. stable-1.5 2012-09-20, by Florian Pose
- Do not re-allocate memory in VoE handler. stable-1.5 2012-09-20, by Florian Pose
- Do not re-alloc memory in library implementation of ecrt_sdo_request_state(). stable-1.5 2012-09-20, by Florian Pose
- Minor change. stable-1.5 2012-09-19, by Florian Pose
- Minor: Line breaking. stable-1.5 2012-09-19, by Florian Pose
- Again fixed some compiler warnings. stable-1.5 2012-09-19, by Florian Pose
- Fixed some compiler warnings. stable-1.5 2012-09-19, by Florian Pose
- Minor: Fixed max line length. stable-1.5 2012-09-19, by Florian Pose
- Avoided use of AM_CFLAGS, which is not used in some situations; fixed warning. stable-1.5 2012-09-19, by Florian Pose
- Minor change. stable-1.5 2012-09-11, by Florian Pose
- Minor change. stable-1.5 2012-09-11, by Florian Pose
- Minor: removed spaces from Makefile. stable-1.5 2012-09-11, by Florian Pose
- Removed trailing spaces. stable-1.5 2012-09-06, by Florian Pose
- Ignore .deps/*.Po stable-1.5 2012-09-06, by Florian Pose
- Merged redundancy branch to stable-1.5. stable-1.5 2012-09-06, by Florian Pose
- Fixed all mangled hg keywords. redundancy 2012-09-06, by Florian Pose
- Fixed all mangled hg keywords. stable-1.5 2012-09-06, by Florian Pose
- Fixed malformed keywords. stable-1.5 2012-09-06, by Florian Pose
- merge. 2012-09-06, by Florian Pose
- Replaced all mangled hg keywords. 2012-09-06, by Florian Pose
- Fixed malformed keywords. 2012-09-06, by Florian Pose
- Fixed AL status code lookup. 2012-08-06, by Florian Pose
- Malformed hg keywords. 2012-09-04, by Florian Pose
- Malformed hg keywords. stable-1.5 2012-09-04, by Florian Pose
- Fixed AL status code lookup. 2012-08-06, by Florian Pose
- Fixed AL status code lookup. stable-1.5 2012-08-06, by Florian Pose
- Added e1000e driver for kernel 3.2, thanks to J. Kunz. stable-1.5 2012-07-23, by Florian Pose
- Added e1000e driver for kernel 3.2, thanks to J. Kunz. 2012-07-23, by Florian Pose
- Added r8169 driver for kernel 3.2 (thanks to J. Kunz). stable-1.5 2012-07-23, by Florian Pose
- Added missing linux/modules.h include. stable-1.5 2012-07-23, by Florian Pose
- Added r8169 driver for kernel 3.2 (thanks to J. Kunz). 2012-07-23, by Florian Pose
- Added missing linux/modules.h include. 2012-07-23, by Florian Pose
- Added r8169 driver for 2.6.36, thanks to J. Kunz. stable-1.5 2012-07-23, by Florian Pose
- Added r8169 driver for 2.6.36, thanks to J. Kunz. 2012-07-23, by Florian Pose
- Fixed 8139too driver for 2.6.36. stable-1.5 2012-07-23, by Florian Pose
- Fixed 8139too driver for 2.6.36. 2012-07-23, by Florian Pose
- Applied ethtool patch from Jun Yuan. stable-1.5 2012-07-23, by Florian Pose
- Applied ethtool patch from Jun Yuan. 2012-07-23, by Florian Pose
- Added e1000 driver for kernel 3.0. 2012-07-13, by Florian Pose
- Fixed COPYING.LESSER to be LGPL 2.1 (like in file headers). 2012-07-13, by Florian Pose
- Removed whitespace. 2012-07-13, by Florian Pose
- Removed whitespace. 2012-07-09, by Florian Pose
- Removed whitespace. 2012-07-09, by Florian Pose
- Install ethercat service to multi-user target by default. 2012-04-10, by Florian Pose
- Added e100 driver for kernel 3.0. 2012-04-10, by Florian Pose
- Fixed 'String too large' error in command-line tool. 2012-04-10, by Florian Pose
- TODO. 2012-07-13, by Florian Pose
- Added e1000 driver for kernel 3.0. stable-1.5 2012-07-13, by Florian Pose
- Fixed COPYING.LESSER to be LGPL 2.1 (like in file headers). stable-1.5 2012-07-13, by Florian Pose
- Removed whitespace. stable-1.5 2012-07-13, by Florian Pose
- Removed whitespace. stable-1.5 2012-07-09, by Florian Pose
- Removed whitespace. stable-1.5 2012-07-09, by Florian Pose
- Added EC_HAVE_REDUNDANCY. redundancy 2012-05-31, by Florian Pose
- Added ecrt_master_link_state() to retrieve information about a redundant link. redundancy 2012-05-31, by Florian Pose
- Minor: Braces. redundancy 2012-05-31, by Florian Pose
- merge. stable-1.5 2012-04-10, by Florian Pose
- Install ethercat service to multi-user target by default. stable-1.5 2012-04-10, by Florian Pose
- Added e100 driver for kernel 3.0. stable-1.5 2012-04-10, by Florian Pose
- Fixed 'String too large' error in command-line tool. stable-1.5 2012-04-10, by Florian Pose
- Slave scanning and configuration on all links. redundancy 2012-04-06, by Florian Pose
- Clarified fields of ec_master_state_t in redundancy case. redundancy 2012-04-06, by Florian Pose
- Improved/fixed frame statistics (low-pass filters). redundancy 2012-03-19, by Florian Pose
- Fixed frame loss statistics. redundancy 2012-03-19, by Florian Pose
- Fixed sending on backup link if main link is down. redundancy 2012-03-17, by Florian Pose
- Partial WC output in domains command. redundancy 2012-03-16, by Florian Pose
- Loop through datagrams, then FMMUs; redundancy flag in domain state. redundancy 2012-03-16, by Florian Pose
- Compare with send buffer; copy changed data. redundancy 2012-03-16, by Florian Pose
- Avoided casting-away constness in expected working counter calculation. redundancy 2011-08-11, by Florian Pose
- Replaced i with dev_idx. redundancy 2012-03-15, by Florian Pose
- Use 1.5 documentation/ethercat_doc.tex. redundancy 2012-03-15, by Florian Pose
- Use 1.5 devices/e1000e/Makefile.am. redundancy 2012-03-15, by Florian Pose
- Use 1.5 NEWS. redundancy 2012-03-15, by Florian Pose
- NEWS. redundancy 2012-01-30, by Florian Pose
- Added fix for ESC port order (DC delay calculation). redundancy 2012-01-30, by Florian Pose
- Added e1000e driver for 2.6.35. redundancy 2012-01-30, by Florian Pose
- Minor: Indentation and braces. redundancy 2012-01-30, by Florian Pose
- Minor: Indentation. redundancy 2012-01-30, by Florian Pose
- Added e1000 driver for 2.6.35. redundancy 2012-01-30, by Florian Pose
- Added e100 driver for 2.6.35. redundancy 2012-01-30, by Florian Pose
- Fixed opening device. redundancy 2012-01-25, by Florian Pose
- Added r8169 driver for 2.6.35. redundancy 2012-01-25, by Florian Pose
- Version 1.5.1. redundancy 2012-01-24, by Florian Pose
- Added missing dist for e1000 driver for 2.6.31. redundancy 2012-01-24, by Florian Pose
- Fixed missing dist for r8169 for 2.6.32. redundancy 2012-01-24, by Florian Pose
- Fixed reset of allow_scanning flag if ecrt_master_activate() was not called. redundancy 2012-01-13, by Florian Pose
- Version 1.5.0. redundancy 2012-01-10, by Florian Pose
- Add ethercat.conf to distribution. redundancy 2012-01-10, by Florian Pose
- Renamed original parts of e1000 driver for 2.6.29. redundancy 2012-01-10, by Florian Pose
- Allocated ioctl data structures dynamically to avoid stack warnings. redundancy 2012-01-10, by Florian Pose
- Decreased maximum length of error message to avoid stack warning. redundancy 2012-01-10, by Florian Pose
- Added changes in e1000 driver for 2.6.27. redundancy 2012-01-10, by Florian Pose
- Fixed suspend/resume for r8169 drivers. redundancy 2012-01-10, by Florian Pose
- Fixed semaphore header for kernels < 2.6.27. redundancy 2012-01-10, by Florian Pose
- Copy missing slave_info data in kernel space. redundancy 2012-01-10, by Florian Pose
- Added slave_info documentation. redundancy 2012-01-10, by Florian Pose
- Fixed copying port information. redundancy 2010-04-30, by Stefan Weiser
- Insert port information into slave info. redundancy 2010-04-30, by Stefan Weiser
- Avoided unused variable warnings. redundancy 2012-01-09, by Florian Pose
- Avoided unused variable warnings. redundancy 2012-01-09, by Florian Pose
- Avoided unused variable warnings. redundancy 2012-01-09, by Florian Pose
- Avoided unused variable warnings. redundancy 2012-01-09, by Florian Pose
- Avoided unused variable warnings. redundancy 2012-01-09, by Florian Pose
- TODO. redundancy 2012-01-09, by Florian Pose
- Enable generic driver by default. redundancy 2012-01-09, by Florian Pose
- Minor changes. redundancy 2012-01-04, by Florian Pose
- Added r8169 driver for 2.6.37. redundancy 2012-01-04, by Florian Pose
- Added e100 driver for 2.6.37. redundancy 2012-01-04, by Florian Pose
- Fixed crash on loading e100 driver for 2.6.33 (allocating cbs_pool). redundancy 2012-01-04, by Florian Pose
- Fixed typo. redundancy 2011-11-04, by Florian Pose
- Added e1000e driver for 2.6.33. redundancy 2011-12-15, by Florian Pose
- Added 8139too driver for 2.6.35. redundancy 2012-01-09, by Florian Pose
- Avoided enabling timer. redundancy 2012-01-09, by Florian Pose
- Fixed ISR. redundancy 2012-01-09, by Florian Pose
- Fixed e1000 link detection race. redundancy 2012-01-09, by Florian Pose
- Minor spacing changes. redundancy 2012-01-09, by Florian Pose
- Fixed accidentially used operator & by using &&. redundancy 2011-11-23, by Florian Pose
- Added e1000 driver for 2.6.37. redundancy 2011-12-15, by Florian Pose
- Add drivers for kernel 2.6.33 redundancy 2011-03-03, by Andreas Stewering-Bone
- Removed executable permissions. redundancy 2011-12-15, by Florian Pose
- Added e1000 driver for 2.6.32. redundancy 2011-12-15, by Florian Pose
- Added e1000 port for 2.6.31 redundancy 2010-11-04, by Christoph Mathys
- Allow gaps between SDO subindices when fetching dictionary. redundancy 2012-01-05, by Florian Pose
- Allow CoE OD List Segments to have 6 bytes instead of 8. redundancy 2012-01-05, by Florian Pose
- Fixed appending to LOADED_MODULES variable. redundancy 2012-01-04, by Florian Pose
- Added first systemd support. redundancy 2012-01-04, by Florian Pose
- Fixed possible null pointer dereference in ethercat tool. redundancy 2012-01-04, by Florian Pose
- TODO. redundancy 2012-01-04, by Florian Pose
- Removed some locks causing latency when using the library; added ioctl() redundancy 2011-12-20, by Florian Pose
- Removed unnecessary call of ec_master_inject_external_datagrams(). redundancy 2011-12-16, by Florian Pose
- Minor: Fixed spacing. redundancy 2011-12-16, by Florian Pose
- Read AL status code before acknowledging spontaneous state change. redundancy 2011-12-16, by Florian Pose
- Improved generic driver error messages. redundancy 2011-12-14, by Florian Pose
- Improved resetting number of responding slaves. redundancy 2011-12-09, by Florian Pose
- Minor: Ordered master member initialisations. redundancy 2011-12-09, by Florian Pose
- Minor. redundancy 2011-12-09, by Florian Pose
- Add e1000 for 2.6.29 redundancy 2011-05-25, by Andreas Stewering-Bone
- Updated configuration docs. redundancy 2011-11-04, by Florian Pose
- Use ps2pdf for graph generation. redundancy 2011-11-04, by Florian Pose
- Added --enable-wildcards to use 0xffffffff as wildcard for vendor ID and redundancy 2011-11-04, by Florian Pose
- Again coding style. redundancy 2011-10-28, by Florian Pose
- Added coding style document. redundancy 2011-10-28, by Florian Pose
- NEWS. stable-1.5 2012-01-30, by Florian Pose
- Added fix for ESC port order (DC delay calculation). stable-1.5 2012-01-30, by Florian Pose
- Added e1000e driver for 2.6.35. stable-1.5 2012-01-30, by Florian Pose
- Minor: Indentation and braces. stable-1.5 2012-01-30, by Florian Pose
- Minor: Indentation. stable-1.5 2012-01-30, by Florian Pose
- Added e1000 driver for 2.6.35. stable-1.5 2012-01-30, by Florian Pose
- Added e100 driver for 2.6.35. stable-1.5 2012-01-30, by Florian Pose
- Added e1000e driver for 2.6.35. 2012-01-30, by Florian Pose
- Minor: Indentation and braces. 2012-01-30, by Florian Pose
- Minor: Indentation. 2012-01-30, by Florian Pose
- Added e1000 driver for 2.6.35. 2012-01-30, by Florian Pose
- Added e100 driver for 2.6.35. 2012-01-30, by Florian Pose
- Fixed opening device. stable-1.5 2012-01-25, by Florian Pose
- Added r8169 driver for 2.6.35. stable-1.5 2012-01-25, by Florian Pose
- Fixed opening device. 2012-01-25, by Florian Pose
- Added r8169 driver for 2.6.35. 2012-01-25, by Florian Pose
- Version 1.5.1. stable-1.5 2012-01-24, by Florian Pose
- Added missing dist for e1000 driver for 2.6.31. 2012-01-24, by Florian Pose
- Fixed missing dist for r8169 for 2.6.32. 2012-01-24, by Florian Pose
- Added missing dist for e1000 driver for 2.6.31. stable-1.5 2012-01-24, by Florian Pose
- Fixed missing dist for r8169 for 2.6.32. stable-1.5 2012-01-24, by Florian Pose
- Fixed semaphore bug introduced in 96e2ae6cce95. 2012-01-13, by Florian Pose
- Fixed reset of allow_scanning flag if ecrt_master_activate() was not called. 2012-01-13, by Florian Pose
- Redundant outputs via datagram pairs. redundancy 2012-01-12, by Florian Pose
- Datagram device_index member. redundancy 2012-01-12, by Florian Pose
- Devices as array; lock all device modules with module_get(). redundancy 2012-01-12, by Florian Pose
- Fixed reset of allow_scanning flag if ecrt_master_activate() was not called. stable-1.5 2012-01-13, by Florian Pose
- Version 1.5.0. stable-1.5 2012-01-10, by Florian Pose
- Add ethercat.conf to distribution. 2012-01-10, by Florian Pose
- Add ethercat.conf to distribution. stable-1.5 2012-01-10, by Florian Pose
- Renamed original parts of e1000 driver for 2.6.29. 2012-01-10, by Florian Pose
- Renamed original parts of e1000 driver for 2.6.29. stable-1.5 2012-01-10, by Florian Pose
- Allocated ioctl data structures dynamically to avoid stack warnings. 2012-01-10, by Florian Pose
- Decreased maximum length of error message to avoid stack warning. 2012-01-10, by Florian Pose
- Allocated ioctl data structures dynamically to avoid stack warnings. stable-1.5 2012-01-10, by Florian Pose
- Decreased maximum length of error message to avoid stack warning. stable-1.5 2012-01-10, by Florian Pose
- TODO. 2012-01-10, by Florian Pose
- Added changes in e1000 driver for 2.6.27. 2012-01-10, by Florian Pose
- Fixed suspend/resume for r8169 drivers. 2012-01-10, by Florian Pose
- Fixed semaphore header for kernels < 2.6.27. 2012-01-10, by Florian Pose
- Added changes in e1000 driver for 2.6.27. stable-1.5 2012-01-10, by Florian Pose
- Fixed suspend/resume for r8169 drivers. stable-1.5 2012-01-10, by Florian Pose
- Fixed semaphore header for kernels < 2.6.27. stable-1.5 2012-01-10, by Florian Pose
- Copy missing slave_info data in kernel space. 2012-01-10, by Florian Pose
- Added slave_info documentation. 2012-01-10, by Florian Pose
- Minor: Indentation. 2012-01-10, by Florian Pose
- Minor: Line wrapping. 2012-01-10, by Florian Pose
- Improved docs. 2012-01-10, by Florian Pose
- Copy missing slave_info data in kernel space. stable-1.5 2012-01-10, by Florian Pose
- Added slave_info documentation. stable-1.5 2012-01-10, by Florian Pose
- Fixed copying port information. stable-1.5 2010-04-30, by Stefan Weiser
- Insert port information into slave info. stable-1.5 2010-04-30, by Stefan Weiser
- Avoided unused variable warnings. 2012-01-09, by Florian Pose
- Avoided unused variable warnings. 2012-01-09, by Florian Pose
- Avoided unused variable warnings. 2012-01-09, by Florian Pose
- Avoided unused variable warnings. 2012-01-09, by Florian Pose
- Avoided unused variable warnings. 2012-01-09, by Florian Pose
- Avoided unused variable warnings. stable-1.5 2012-01-09, by Florian Pose
- Avoided unused variable warnings. stable-1.5 2012-01-09, by Florian Pose
- Avoided unused variable warnings. stable-1.5 2012-01-09, by Florian Pose
- Avoided unused variable warnings. stable-1.5 2012-01-09, by Florian Pose
- Avoided unused variable warnings. stable-1.5 2012-01-09, by Florian Pose
- TODO. stable-1.5 2012-01-09, by Florian Pose
- Enable generic driver by default. 2012-01-09, by Florian Pose
- Enable generic driver by default. stable-1.5 2012-01-09, by Florian Pose
- Added missing slash. 2012-01-09, by Florian Pose
- Improved generic driver error messages. 2011-12-14, by Florian Pose
- Minor changes. stable-1.5 2012-01-04, by Florian Pose
- Added r8169 driver for 2.6.37. stable-1.5 2012-01-04, by Florian Pose
- Added e100 driver for 2.6.37. stable-1.5 2012-01-04, by Florian Pose
- Fixed crash on loading e100 driver for 2.6.33 (allocating cbs_pool). stable-1.5 2012-01-04, by Florian Pose
- Minor. stable-1.5 2011-07-25, by Florian Pose
- Fixed typo. stable-1.5 2011-11-04, by Florian Pose
- Added e1000e driver for 2.6.37. stable-1.5 2011-07-25, by Florian Pose
- Added e1000e driver for 2.6.33. stable-1.5 2011-12-15, by Florian Pose
- Added e1000e driver for 2.6.32. stable-1.5 2011-10-28, by Florian Pose
- Added e1000e driver for 2.6.34. Thanks to Siwei Zhuang. stable-1.5 2011-07-06, by Florian Pose
- Added 8139too driver for 2.6.35. stable-1.5 2012-01-09, by Florian Pose
- Avoided enabling timer. stable-1.5 2012-01-09, by Florian Pose
- Avoided enabling timer. 2012-01-09, by Florian Pose
- Fixed ISR. stable-1.5 2012-01-09, by Florian Pose
- Fixed ISR. 2012-01-09, by Florian Pose
- Fixed missing slash. 2012-01-09, by Florian Pose
- Fixed e1000 link detection race. 2012-01-09, by Florian Pose
- Minor spacing changes. 2012-01-09, by Florian Pose
- Fixed e1000 link detection race. stable-1.5 2012-01-09, by Florian Pose
- Minor spacing changes. 2012-01-09, by Florian Pose
- Merged 8139too-2.6.32-ethercat.c from stable-1.5. 2012-01-09, by Florian Pose
- Minor spacing changes. stable-1.5 2012-01-09, by Florian Pose
- Fixed accidentially used operator & by using &&. stable-1.5 2011-11-23, by Florian Pose
- Added e1000 driver for 2.6.37. stable-1.5 2011-12-15, by Florian Pose
- Add drivers for kernel 2.6.33 stable-1.5 2011-03-03, by Andreas Stewering-Bone
- Removed executable permissions. stable-1.5 2011-12-15, by Florian Pose
- Added e1000 driver for 2.6.32. stable-1.5 2011-12-15, by Florian Pose
- Added e1000 port for 2.6.31 stable-1.5 2010-11-04, by Christoph Mathys
- Allow gaps between SDO subindices when fetching dictionary. stable-1.5 2012-01-05, by Florian Pose
- Allow CoE OD List Segments to have 6 bytes instead of 8. stable-1.5 2012-01-05, by Florian Pose
- Allow gaps between SDO subindices when fetching dictionary. 2012-01-05, by Florian Pose
- Allow CoE OD List Segments to have 6 bytes instead of 8. 2012-01-05, by Florian Pose
- Fixed appending to LOADED_MODULES variable. stable-1.5 2012-01-04, by Florian Pose
- Added first systemd support. stable-1.5 2012-01-04, by Florian Pose
- Fixed possible null pointer dereference in ethercat tool. stable-1.5 2012-01-04, by Florian Pose
- Fixed appending to LOADED_MODULES variable. 2012-01-04, by Florian Pose
- Added first systemd support. 2012-01-04, by Florian Pose
- Fixed possible null pointer dereference in ethercat tool. 2012-01-04, by Florian Pose
- TODO. stable-1.5 2012-01-04, by Florian Pose
- Added r8169 driver for 2.6.37. 2012-01-04, by Florian Pose
- Minor changes. 2012-01-04, by Florian Pose
- Added e100 driver for 2.6.37. 2012-01-04, by Florian Pose
- Fixed crash on loading e100 driver for 2.6.33 (allocating cbs_pool). 2012-01-04, by Florian Pose
- Removed some locks causing latency when using the library; added ioctl() 2011-12-20, by Florian Pose
- Minor: Fixed spacing. 2011-12-16, by Florian Pose
- Removed some locks causing latency when using the library; added ioctl() stable-1.5 2011-12-20, by Florian Pose
- merge stable-1.5 2011-12-16, by Florian Pose
- Removed unnecessary call of ec_master_inject_external_datagrams(). stable-1.5 2011-12-16, by Florian Pose
- Minor: Fixed spacing. stable-1.5 2011-12-16, by Florian Pose
- Read AL status code before acknowledging spontaneous state change. 2011-12-16, by Florian Pose
- Read AL status code before acknowledging spontaneous state change. stable-1.5 2011-12-16, by Florian Pose
- Added e1000e driver for 2.6.33. 2011-12-15, by Florian Pose
- Added e1000 driver for 2.6.37. 2011-12-15, by Florian Pose
- Removed executable permissions. 2011-12-15, by Florian Pose
- Added e1000 driver for 2.6.32. 2011-12-15, by Florian Pose
- Improved generic driver error messages. stable-1.5 2011-12-14, by Florian Pose
- Improved resetting number of responding slaves. stable-1.5 2011-12-09, by Florian Pose
- Minor: Ordered master member initialisations. stable-1.5 2011-12-09, by Florian Pose
- Minor. stable-1.5 2011-12-09, by Florian Pose
- Improved resetting number of responding slaves. 2011-12-09, by Florian Pose
- Fixed missing initialisation of allow_config flag. 2011-12-09, by Florian Pose
- Fixed compiler error in master.c; thanks to Jun Yuan. 2011-12-05, by Florian Pose
- Fixed accidentially used operator & by using &&. 2011-11-23, by Florian Pose
- Fixed driver unloading in e1000 for 2.6.29. 2011-11-23, by Florian Pose
- Add e1000 for 2.6.29 stable-1.5 2011-05-25, by Andreas Stewering-Bone
- Output device name in link change message; fixed null-pointer protections. redundancy 2011-11-09, by Florian Pose
- Renamed main device to ecmX. redundancy 2011-11-09, by Florian Pose
- Adjusted frame statistics for the use with two devices. redundancy 2011-11-09, by Florian Pose
- Poll both devices. redundancy 2011-11-09, by Florian Pose
- Master accepting two devices. redundancy 2011-11-09, by Florian Pose
- Fixed compiler warning. stable-1.5 2011-10-28, by Florian Pose
- Fixed null pointer dereference on loading e100 driver for 2.6.32. 2011-11-09, by Florian Pose
- Updated configuration docs. 2011-11-04, by Florian Pose
- Use ps2pdf for graph generation. 2011-11-04, by Florian Pose
- Added --enable-wildcards to use 0xffffffff as wildcard for vendor ID and 2011-11-04, by Florian Pose
- Added ecrt_master_sdo_download_complete() for ad-hoc downloading SDOs (also 2011-10-24, by Florian Pose
- Always enable a sync manager, if there are registered PDOs conatined (and it 2011-10-24, by Florian Pose
- Minor: Added missing comma. 2011-10-11, by Florian Pose
- Added e100 driver for 2.6.32. 2011-09-22, by Florian Pose
- Fixed missing return causing slaves not going to OP. 2011-09-22, by Florian Pose
- Fixed typo. 2011-09-19, by Florian Pose
- Removed unnecessary list header. 2011-09-16, by Florian Pose
- Fixed null pointer dereference on loading e100 driver for 2.6.32. stable-1.5 2011-11-09, by Florian Pose
- Fixed null pointer dereference on loading e100 driver for 2.6.32. redundancy 2011-11-09, by Florian Pose
- Updated configuration docs. stable-1.5 2011-11-04, by Florian Pose
- Use ps2pdf for graph generation. stable-1.5 2011-11-04, by Florian Pose
- Added --enable-wildcards to use 0xffffffff as wildcard for vendor ID and stable-1.5 2011-11-04, by Florian Pose
- Fixed typo. 2011-11-04, by Florian Pose
- Fixed compiler warning. redundancy 2011-10-28, by Florian Pose
- Added e1000e driver for 2.6.32. redundancy 2011-10-28, by Florian Pose
- Added e1000e driver for 2.6.37. redundancy 2011-07-25, by Florian Pose
- Minor. redundancy 2011-07-25, by Florian Pose
- Added e1000e driver for 2.6.34. Thanks to Siwei Zhuang. redundancy 2011-07-06, by Florian Pose
- merge 2011-10-28, by Florian Pose
- Added e1000e driver for 2.6.32. 2011-10-28, by Florian Pose
- Fixed compiler warning. 2011-10-28, by Florian Pose
- Improved comments. redundancy 2011-10-28, by Florian Pose
- Again coding style. stable-1.5 2011-10-28, by Florian Pose
- Again coding style. 2011-10-28, by Florian Pose
- Added coding style document. 2011-10-28, by Florian Pose
- Added coding style document. stable-1.5 2011-10-28, by Florian Pose
- Added ecrt_master_sdo_download_complete() for ad-hoc downloading SDOs (also stable-1.5 2011-10-24, by Florian Pose
- Always enable a sync manager, if there are registered PDOs conatined (and it stable-1.5 2011-10-24, by Florian Pose
- Minor: Added missing comma. stable-1.5 2011-10-11, by Florian Pose
- Added e100 driver for 2.6.32. stable-1.5 2011-09-22, by Florian Pose
- Fixed missing return causing slaves not going to OP. stable-1.5 2011-09-22, by Florian Pose
- Fixed typo. stable-1.5 2011-09-19, by Florian Pose
- Removed unnecessary list header. stable-1.5 2011-09-16, by Florian Pose
- Removed allow_config flag and obsolete request to OP. 2011-09-16, by Florian Pose
- Don not copy frame data to datagram memory, if datagram type is write-only. 2011-09-16, by Florian Pose
- Removed allow_config flag and obsolete request to OP. stable-1.5 2011-09-16, by Florian Pose
- Don not copy frame data to datagram memory, if datagram type is write-only. stable-1.5 2011-09-16, by Florian Pose
- Fixed keywords. 2011-09-16, by Florian Pose
- Bugfix: Reset config_changed flag when aborting state check. 2011-09-16, by Florian Pose
- Bugfix: Reset config_changed flag when aborting state check. stable-1.5 2011-09-16, by Florian Pose
- Fixed compiler error; added SDO debugging. 2011-09-15, by Florian Pose
- Implemented ecrt_master_sdo_upload() and ecrt_master_sdo_download() also for stable-1.5 2011-09-15, by Florian Pose
- No app_time is only warning. stable-1.5 2011-09-15, by Florian Pose
- Implemented ecrt_master_sdo_upload() and ecrt_master_sdo_download() for kernel 2011-09-15, by Florian Pose
- Minor: Fixed line breaks and spacing. 2011-09-15, by Florian Pose
- Minor: Fixed line breaks and spacing... 2011-09-15, by Florian Pose
- Output app_time in DC debugging. stable-1.5 2011-09-15, by Florian Pose
- Fixed spacing and added some thoughts about the overlapping PDOs 2011-08-11, by Florian Pose
- Minor: removed empty lines. 2011-08-11, by Florian Pose
- Avoided casting-away constness in expected working counter calculation. 2011-08-11, by Florian Pose
- Improved DC sync at startup: Abort iterating though slaves and first correct stable-1.5 2011-08-09, by Florian Pose
- Minor: Fixed broken keyword strings. stable-1.5 2011-08-09, by Florian Pose
- Improved DC sync at startup: Abort iterating though slaves and first correct 2011-08-09, by Florian Pose
- Updated master fsm graph. 2011-08-09, by Florian Pose
- Updated master fsm graph. stable-1.5 2011-08-09, by Florian Pose
- Fixed skipped datagrams output again; added datagram information on skip. 2011-08-01, by Florian Pose
- Minor: Fixed line wraps and spacing. 2011-08-01, by Florian Pose
- Fixed typo. 2011-08-01, by Florian Pose
- Added e1000e driver for 2.6.37. 2011-07-25, by Florian Pose
- Minor. 2011-07-25, by Florian Pose
- merge. 2011-07-25, by Florian Pose
- Removed unused variables. 2011-07-25, by Florian Pose
- Minor spacing changes. 2011-07-25, by Florian Pose
- Fixed malformed comment. 2011-07-25, by Florian Pose
- merge. 2011-07-21, by Florian Pose
- Fixed bug in ec_master_queue_datagram() introduced in c9d32805d984. stable-1.5 2011-07-21, by Florian Pose
- Fixed bug in ec_master_queue_datagram() introduced in c9d32805d984. 2011-07-21, by Florian Pose
- Minor: removed unnecessary return. stable-1.5 2011-07-08, by Florian Pose
- Improved ecrt_master_queue_datagram(); detect skipped datagrams also when stable-1.5 2011-07-08, by Florian Pose
- Fixed datagram statistics output (skipped datagrams). stable-1.5 2011-07-08, by Florian Pose
- merge. 2011-07-08, by Florian Pose
- Minor: removed unnecessary return. 2011-07-08, by Florian Pose
- Improved ecrt_master_queue_datagram(); detect skipped datagrams also when 2011-07-08, by Florian Pose
- Fixed datagram statistics output (skipped datagrams). 2011-07-08, by Florian Pose
- Added e1000e driver for 2.6.34. Thanks to Siwei Zhuang. 2011-07-06, by Florian Pose
- Added 8139too driver for 2.6.32. stable-1.5 2011-05-16, by Florian Pose
- Fixed compiler error in 8139too-2.6.37-ethercat.c. stable-1.5 2011-05-13, by Florian Pose
- Added 8139too drivers for 2.6.36 and 2.6.37. stable-1.5 2011-05-12, by Florian Pose
- Add e1000 for 2.6.29 2011-05-25, by Andreas Stewering-Bone
- Fix for new locking for rtdm module 2011-05-23, by Andreas Stewering-Bone
- Added ignores for rtdm examples. 2011-05-13, by Florian Pose
- Merge. 2011-05-13, by Florian Pose
- Merge. 2011-05-13, by Florian Pose
- Fixed compiler error in 8139too-2.6.37-ethercat.c. 2011-05-13, by Florian Pose
- merge. 2011-05-12, by Florian Pose
- Added 8139too drivers for 2.6.36 and 2.6.37. 2011-05-12, by Florian Pose
- Version 1.5-pre. stable-1.5 2011-05-12, by Florian Pose
- Created stable-1.5 branch. stable-1.5 2011-05-12, by Florian Pose
- Removed "Pd: 0" output that does the initial pagefault. Write to the 2011-05-12, by Florian Pose
- Fixed compiler error for kernel versions < 2.6.23. 2011-05-12, by Florian Pose
- Merge 2011-04-13, by Andreas Stewering-Bone
- Working RTAI LXRT example 2011-03-23, by Andreas Stewering-Bone
- Working RTAI RTDM module 2011-03-22, by Andreas Stewering-Bone
- Working Xenomai Posix example 2011-03-21, by Andreas Stewering-Bone
- Work on Xenomai Posix interface, to be tested 2011-03-21, by Andreas Stewering-Bone
- Fix application time for RTDM interface 2011-03-17, by Andreas Stewering-Bone
- First working RTDM Version, 2011-03-16, by Andreas Stewering-Bone
- Add drivers for kernel 2.6.33 2011-03-03, by Andreas Stewering-Bone
- Merge, adding 8139too for 2.6.32 2011-02-07, by Andreas Stewering-Bone
- Added e1000 driver for 2.6.28. 2011-01-18, by Florian Pose
- Changed accidentally used & operator to &&. 2011-01-18, by Florian Pose
- Add Driver 8139too for kernel 2.6.32 2011-02-07, by Andreas Stewering-Bone
- Merged. 2011-04-05, by Martin Troxler
- fixed kernel oops bug in ec_fsm_coe_down_response (Blame the C Compiler) 2011-03-31, by Martin Troxler
- merged 2011-03-14, by Martin Troxler
- Reduced frame size when sending to mailbox, uses 2 datagrams. Enabled with configure option --enable-mboxframesize 2011-03-14, by Martin Troxler
- fixed race condition when comparing datagram state 2011-03-14, by Martin Troxler
- Added tag Stable for changeset ce2fae4d3c4f 2011-03-14, by Martin Troxler
- merged 2011-03-14, by Martin Troxler
- Fixed segmented sdo dictionary upload (only first segment contains list type) 2011-02-24, by Rafael Blank
- lock io_mutex when unqueueing datagrams; unqueue datagrams from send-receive queue. 2011-01-17, by Martin Troxler
- Minor changes (consistent variable naming) 2011-01-14, by Martin Troxler
- Datagram queue race fixed: insert datagrams into master-fsm_queue with fsm_queue list_head 2011-01-14, by Martin Troxler
- Optionally compile with trace_printk support 2011-01-12, by Martin Troxler
- properly deactivate slaves if there is no eoe slave 2011-01-06, by Matthias Luescher
- always use rt_mutex instead of semaphore for mutual exclusion on kernels >= 2.6.24 (removed --enable-mutex build option) 2011-01-06, by Martin Troxler
- releasing of refcounted requests fixed: do not call EC_SLAVE_DBG without valid slave 2011-01-06, by Martin Troxler
- e1000 on 2.6.33: handle link-down 2011-01-06, by Martin Troxler
- SoE request wait_event() deadlock fixed: use wait_event_interruptible and refcount ec_master_soe_request_t objects with kref 2011-01-05, by Martin Troxler
- Register read/write wait_event() deadlock fixed: use wait_event_interruptible and refcount ec_reg_request_t objects with kref 2011-01-05, by Martin Troxler
- Sii write wait_event() deadlock fixed: use wait_event_interruptible and refcount ec_master_sii_write_request_t objects with kref 2011-01-05, by Martin Troxler
- FoE wait_event() deadlock fixed: refcount ec_master_foe_request_t objects with kref 2011-01-05, by Martin Troxler
- use rt_mutex instead of semaphore for mutual exclusion (use --enable-mutex) 2011-01-05, by Martin Troxler
- SDO wait_event() deadlock fixed: refcount ec_master_sdo_request_t objects with kref 2010-12-23, by Martin Troxler
- Failed FoE transfer: notify foe_queue instead of sdo_queue 2010-12-23, by Martin Troxler
- fixed warning due to 64bit size_t 2010-12-16, by Martin Troxler
- ecrt_master_callbacks: replaced send/receive callback mechanism with locking mechanism; removed ecrt_master_send_ext 2010-12-16, by Martin Troxler
- fixed 'ethercat eoe' command: interchanged rx/tx bytes/rates 2010-12-16, by Martin Troxler
- renamed ext_injection_timeout -> fsm_injection_timeout 2010-12-16, by Martin Troxler
- removed now obsolete ext_datagram_queu 2010-12-16, by Martin Troxler
- removed eoe thread: eoe processing now done by Idle/Operation thread 2010-12-16, by Martin Troxler
- use ext_queue_sem for fsm datagram queue (instead of io_sem) 2010-12-16, by Martin Troxler
- replaced injection_seq mechanism with fsm datagram queue 2010-12-16, by Martin Troxler
- Increment injection_seq on slave state changes 2010-12-14, by Martin Troxler
- ec_master_queue_external_datagram: fixed missing up(io_sem) 2010-12-13, by Martin Troxler
- merge 2011-01-14, by Florian Pose
- Be more tolerant when selecting slaves and domains. 2011-01-04, by Florian Pose
- Fixed / improved config selection. 2011-01-04, by Florian Pose
- Assume increasing ranges if second number is omitted. 2011-01-04, by Florian Pose
- merge. 2010-12-20, by Florian Pose
- Implemented ranges for slaves, configs and domains. 2010-12-14, by Florian Pose
- Added ecrt_master_reset() method. 2010-11-30, by Florian Pose
- Inplace I/O bug: correct domain tx-size when tx-size of input and output fmmu is different. 2010-12-06, by Martin Troxler
- fixed compiling without EC_HAVE_CYCLES (dc_jiffies_app_start_time) 2010-11-30, by Martin Troxler
- Minor 64bit improvements (use %zu when formatting size_t values in printk) 2010-11-29, by Martin Troxler
- fixed ioctl codes, increased ioctl version magic 2010-11-29, by Martin Troxler
- Merged 2010-11-27, by Martin Troxler
- Re-enabled waiting for clock synchronity before setting dc offsets. (changeset b0dcdfbd4238) 2010-11-26, by Martin Troxler
- fixed race when calculating DC offsets and start times due to ec_slave_config_attach: removed obsolete request to change slave state to OP. 2010-11-26, by Martin Troxler
- renamed dc_cycles_app_time -> dc_cycles_app_start_time & dc_jiffies_app_time -> dc_jiffies_app_start_time 2010-11-22, by Martin Troxler
- Idle thread considers fsm step prepared by Op-thread (Otherwise some state changes may get lost) 2010-11-22, by Martin Troxler
- use app_start_time for initial DC offset calculation because app_time might be overwritten while calculating the offsets. 2010-11-22, by Martin Troxler
- Use ESC port order (0-3-1-2) for bus topology and DC delay calculation 2010-11-16, by Martin Troxler
- hg ignored debuild.log 2010-11-09, by Martin Troxler
- Added e1000 port for 2.6.31 2010-11-04, by Christoph Mathys
- merged 2010-10-18, by Martin Troxler
- Inplace I/O: prevent pairing with already paired fmmus 2010-10-18, by Martin Troxler
- Added 8139too driver for 2.6.33 2010-07-23, by Christoph Mathys
- Added e1000 driver for 2.6.33 2010-07-23, by Christoph Mathys
- foe: size of filename truncated to 31 chars and null-terminated 2010-07-07, by Dominik Staubli
- Disabled waiting for clock synchronity before setting dc offsets 2010-05-12, by Martin Troxler
- merged 2010-05-11, by Martin Troxler
- Merged 2010-05-07, by Martin Troxler
- Improved distributed clock offset calculation to speed-up initial drift compensation 2010-05-07, by Martin Troxler
- Increase version magic due to changed ioctl interface: Slave port info, inplace I/O 2010-05-07, by Martin Troxler
- Master process data are initialized to zero. 2010-05-05, by Stefan Weiser
- Inplace I/O: fixed domain command (fmmu logical_address -> domain_address); show domain tx size 2010-05-03, by Martin Troxler
- Fixed copying port information. 2010-04-30, by Stefan Weiser
- Insert port information into slave info. 2010-04-30, by Stefan Weiser
- Inplace I/O: let input Pdos use the same bus space as Output Pdos 2010-04-29, by Martin Troxler
- Merged 2010-04-29, by Martin Troxler
- Added r8169 driver for kernel 2.6.31 2010-03-19, by Matthias Luescher
- added API ecrt_master_configured_slaves_state 2010-03-14, by Martin Troxler
- TODO. 2010-10-25, by Florian Pose
- Added 8139too driver for 2.6.34, thanks to Malcolm Lewis. 2010-10-25, by Florian Pose
- Improved compiling on 2.6.34 (thanks to Malcolm Lewis). 2010-10-25, by Florian Pose
- Added missing header. 2010-10-25, by Florian Pose
- Added r8169 for 2.6.32 (thanks to Robbie K). 2010-10-25, by Florian Pose
- Minor 64bit improvements. 2010-10-25, by Florian Pose
- Fixed TIMESPEC2NS() macro use. 2010-10-25, by Florian Pose
- Improved dc_user example. 2010-10-25, by Florian Pose
- Ignore .gcno files. 2010-10-25, by Florian Pose
- Implemented drive_no for command-line tool; binary base name is now a 2010-10-25, by Florian Pose
- Increased AL state change timeout to 5 s. 2010-10-25, by Florian Pose
- Output IDN configuration as part of 'ethercat config -v'. 2010-10-24, by Florian Pose
- merge. 2010-09-22, by Florian Pose
- Always write PDO mapping/assignment. 2010-09-21, by Florian Pose
- Merge. 2010-09-16, by Florian Pose
- Set master stats colum with to 6. 2010-08-05, by Florian Pose
- Rescan command. 2010-09-16, by Florian Pose
- Clear configuration on deactivation; also in userspace. 2010-09-16, by Florian Pose