summaryrefslogtreecommitdiff
path: root/linux/raptor.c
Commit message (Collapse)AuthorAgeFilesLines
* linux: Remove full stops from kernel logsDimitri Staessens2017-12-191-16/+21
| | | | | Kernel log messages are usually not terminated with a full stop. This also re-adds logs when the driver is loaded/unloaded.
* linux: Adapt ael2005 configuration for raptorDimitri Staessens2017-12-181-1/+1
| | | | | | | | This adapts the ael2005 configuration header for the raptor project. It removes some unnecessary functions and cleans up formatting for inclusion in the raptor kernel module. It removes the phy_conf header which was copied from the ael2005 header but missing the correct license.
* linux: Refactor raptor device driverDimitri Staessens2017-12-161-691/+695
| | | | | This refactors the raptor kernel module to conform to the Linux kernel style as checked with checkpatch.pl.
* Add the linux device driver and netfpga filesAlexander D'hoore2017-12-151-0/+940
This adds the device driver and netfpga files from the master thesis (in Dutch) "Implementatie van de Recursive Internet Architecture op een FPGA platform" by Alexander D'hoore.