Add the bytes field in the mptp_dest structure.
[swifty.git] / src / kernel /
2012-06-01 Adrian BondrescuAdd the bytes field in the mptp_dest structure.
2012-07-08 Adrian BondrescuSmall fixes in the mptp_recvmsg function.
2012-07-08 Adrian BondrescuIf port 0 is provided for binding, bind the socket...
2012-06-24 Adrian BondrescuMove MPTP ports to 16bit. Until now they were on 8bit.
2012-06-24 Adrian BondrescuRename swift.* files to mptp.*
2012-06-24 Adrian BondrescuReplace swift with mptp everywhere in the kernel module.
2012-06-24 Adrian BondrescuMake one error message more verbose.
2012-05-27 Adrian BondrescuImplement receiving from multiple sources. Also modify...
2012-05-20 Adrian BondrescuIncrease the RX buffer size for the SWIFT socket to...
2012-05-20 Adrian BondrescuSet the local_df flag to 1, in order to perform fragmen...
2012-05-20 Adrian BondrescuMerge branch 'master' of p2p-next.cs.pub.ro/git/p2p...
2012-05-20 Adrian BondrescuChange the default log level to error in the kernel...
2012-05-10 Adrian BondrescuImplement one to manny transmission. Also modify the...
2012-05-10 Adrian BondrescuAdd support for multiple IP/port pairs in swift_sockadd...
2011-06-06 Cornel Mercantests added
2011-06-05 Adrian BondrescuFix compilation for kernel versions older than 2.6.36
2011-06-04 Adrian BondrescuThe port is now uint8_t
2011-06-04 Adrian BondrescuAdded likely/unlikely logic
2011-06-04 Adrian BondrescuImproved logging mechanism
2011-06-04 Cornel MercanImplemented swift_connect function
2011-06-04 Razvan Deaconescuswifty/kernel: Add .gitignore file.
2011-06-04 Razvan Deaconescuswifty/kernel: Remove execution access rights for kerne...
2011-06-02 adrianAdded initial version for the swift transport protocol...