<feed xmlns='http://www.w3.org/2005/Atom'>
<title>raptor, branch 0.1</title>
<subtitle>Raptor NetFPGA Proof-of-concept</subtitle>
<id>http://133.ip-51-38-114.eu/cgit/raptor/atom?h=0.1</id>
<link rel='self' href='http://133.ip-51-38-114.eu/cgit/raptor/atom?h=0.1'/>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/raptor/'/>
<updated>2018-03-06T12:38:16+00:00</updated>
<entry>
<title>netfpga10g: Add build script</title>
<updated>2018-03-06T12:38:16+00:00</updated>
<author>
<name>Gourav Sharma</name>
<email>gouravprateek.sharma@ugent.be</email>
</author>
<published>2018-03-06T12:01:50+00:00</published>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/raptor/commit/?id=23d6bfb0187b660610d8728253f6e37552be4e2c'/>
<id>urn:sha1:23d6bfb0187b660610d8728253f6e37552be4e2c</id>
<content type='text'>
This adds a build script to build the netfpga project.

Signed-off-by: Dimitri Staessens &lt;dimitri.staessens@ugent.be&gt;
</content>
</entry>
<entry>
<title>linux: Remove full stops from kernel logs</title>
<updated>2017-12-19T14:30:53+00:00</updated>
<author>
<name>Dimitri Staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-12-19T14:30:53+00:00</published>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/raptor/commit/?id=280c08a3c63302805c3a2f1a7c81e7f80d4e226a'/>
<id>urn:sha1:280c08a3c63302805c3a2f1a7c81e7f80d4e226a</id>
<content type='text'>
Kernel log messages are usually not terminated with a full stop. This
also re-adds logs when the driver is loaded/unloaded.
</content>
</entry>
<entry>
<title>raptor: Update licenses</title>
<updated>2017-12-18T13:45:28+00:00</updated>
<author>
<name>Dimitri Staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-12-18T13:45:28+00:00</published>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/raptor/commit/?id=70d318b2ea16bdd5b713d3b5a57047638b36f5ab'/>
<id>urn:sha1:70d318b2ea16bdd5b713d3b5a57047638b36f5ab</id>
<content type='text'>
The licenses are now updated to GPLv2 for the driver and LGPLv2.1 for
the NetFPGA implementation.
</content>
</entry>
<entry>
<title>linux: Adapt ael2005 configuration for raptor</title>
<updated>2017-12-18T13:22:02+00:00</updated>
<author>
<name>Dimitri Staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-12-18T13:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/raptor/commit/?id=9e8de41fa929dc5e342fd853301aef436dfd2ccb'/>
<id>urn:sha1:9e8de41fa929dc5e342fd853301aef436dfd2ccb</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>linux: import NetFPGA 10G ael2005 config</title>
<updated>2017-12-18T12:57:41+00:00</updated>
<author>
<name>Dimitri Staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-12-18T12:57:41+00:00</published>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/raptor/commit/?id=6224491a9931e858e99cd6b5b817db720f80b977'/>
<id>urn:sha1:6224491a9931e858e99cd6b5b817db720f80b977</id>
<content type='text'>
This imports the configuration for the AEL2005 PHY ETH chip from the
NetFPGA 10G project.
</content>
</entry>
<entry>
<title>linux: Refactor raptor device driver</title>
<updated>2017-12-16T12:42:55+00:00</updated>
<author>
<name>Dimitri Staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-12-16T12:42:55+00:00</published>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/raptor/commit/?id=2e4570959ef3abea5ae65a735d37adf7d799f3ba'/>
<id>urn:sha1:2e4570959ef3abea5ae65a735d37adf7d799f3ba</id>
<content type='text'>
This refactors the raptor kernel module to conform to the Linux kernel
style as checked with checkpatch.pl.
</content>
</entry>
<entry>
<title>linux: Add install/uninstall targets for make</title>
<updated>2017-12-15T17:25:26+00:00</updated>
<author>
<name>Dimitri Staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-12-15T17:13:30+00:00</published>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/raptor/commit/?id=9e419e39cf84f6bc8f0590f319cb6059a73dc660'/>
<id>urn:sha1:9e419e39cf84f6bc8f0590f319cb6059a73dc660</id>
<content type='text'>
This adds targets for the Makefile so that the module can be installed
with "make install" and uninstalled using "make uninstall" (with root
privileges).
</content>
</entry>
<entry>
<title>Add the linux device driver and netfpga files</title>
<updated>2017-12-15T14:37:58+00:00</updated>
<author>
<name>Alexander D'hoore</name>
<email>dhoore.alexander@gmail.com</email>
</author>
<published>2017-12-15T14:37:58+00:00</published>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/raptor/commit/?id=d1a1059d748955ed93a8e87c437c7eae1258293c'/>
<id>urn:sha1:d1a1059d748955ed93a8e87c437c7eae1258293c</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Add readme and license</title>
<updated>2017-12-15T14:36:35+00:00</updated>
<author>
<name>Dimitri Staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-12-15T14:36:35+00:00</published>
<link rel='alternate' type='text/html' href='http://133.ip-51-38-114.eu/cgit/raptor/commit/?id=8f258e469b1acea8e3ccf1485779e1db0bf5f772'/>
<id>urn:sha1:8f258e469b1acea8e3ccf1485779e1db0bf5f772</id>
<content type='text'>
This initial commit adds the readme and the license for the raptor
repository.
</content>
</entry>
</feed>
