- 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