| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This adds a build script to build the netfpga project.
Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
|
|
|
|
|
| |
Kernel log messages are usually not terminated with a full stop. This
also re-adds logs when the driver is loaded/unloaded.
|
|
|
|
|
| |
The licenses are now updated to GPLv2 for the driver and LGPLv2.1 for
the NetFPGA implementation.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
This imports the configuration for the AEL2005 PHY ETH chip from the
NetFPGA 10G project.
|
|
|
|
|
| |
This refactors the raptor kernel module to conform to the Linux kernel
style as checked with checkpatch.pl.
|
|
|
|
|
|
| |
This adds targets for the Makefile so that the module can be installed
with "make install" and uninstalled using "make uninstall" (with root
privileges).
|
|
|
|
|
|
| |
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.
|
|
This initial commit adds the readme and the license for the raptor
repository.
|