Move MPTP ports to 16bit. Until now they were on 8bit.
[swifty.git] / src /
2013-03-18 Adrian BondrescuMove MPTP ports to 16bit. Until now they were on 8bit.
2013-03-18 Adrian BondrescuRename swift.* files to mptp.*
2013-03-18 Adrian BondrescuUpdate cherry-pick
2013-03-18 Adrian BondrescuMake one error message more verbose.
2013-03-18 Adrian BondrescuWe were performing one extra skb_recv_datagram in mptp_...
2013-03-18 Adrian BondrescuFix cherry-pick
2013-03-18 Adrian BondrescuIntegrate changes on tests
2013-03-18 Adrian BondrescuIncrease the RX buffer size for the SWIFT socket to...
2013-03-18 Adrian BondrescuSet the local_df flag to 1, in order to perform fragmen...
2013-03-18 Adrian BondrescuChange the default log level to error in the kernel...
2013-03-18 Adrian BondrescuImplement one to manny transmission. Also modify the...
2013-03-18 Adrian BondrescuAdd support for multiple IP/port pairs in swift_sockadd...
2013-03-18 Cornel Mercantests added
2013-03-18 Adrian BondrescuFix compilation for kernel versions older than 2.6.36
2013-03-18 Adrian BondrescuThe port is now uint8_t
2013-03-18 Adrian BondrescuAdded likely/unlikely logic
2013-03-18 Adrian BondrescuImproved logging mechanism
2013-03-18 Cornel MercanImplemented swift_connect function
2013-03-18 Razvan Deaconescuswifty/kernel: Add .gitignore file.
2013-03-18 Razvan Deaconescuswifty/kernel: Remove execution access rights for kerne...
2013-03-18 adrianAdded initial version for the swift transport protocol...