summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* netfpga10g: Add build scriptHEAD0.1masterGourav Sharma2018-03-061-0/+403
| | | | | | This adds a build script to build the netfpga project. Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
* 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.
* raptor: Update licensesDimitri Staessens2017-12-183-0/+348
| | | | | The licenses are now updated to GPLv2 for the driver and LGPLv2.1 for the NetFPGA implementation.
* linux: Adapt ael2005 configuration for raptorDimitri Staessens2017-12-183-1430/+694
| | | | | | | | 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: import NetFPGA 10G ael2005 configDimitri Staessens2017-12-181-0/+775
| | | | | This imports the configuration for the AEL2005 PHY ETH chip from the NetFPGA 10G project.
* 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.
* linux: Add install/uninstall targets for makeDimitri Staessens2017-12-151-2/+15
| | | | | | This adds targets for the Makefile so that the module can be installed with "make install" and uninstalled using "make uninstall" (with root privileges).
* Add the linux device driver and netfpga filesAlexander D'hoore2017-12-1532-0/+8956
| | | | | | 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.
* Add readme and licenseDimitri Staessens2017-12-152-0/+284
This initial commit adds the readme and the license for the raptor repository.