- 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