Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-06 | > the retunnel logic in the gre code is wrong. | cinap_lenrek | |
> It gets applied to any protocol type that is not pptp > but should only process encapsulated ip4 packets. | |||
2022-12-13 | devip: tcpmssclamp() to minimum of source and destination interface MTU | cinap_lenrek | |
We used to only clamp to the MTU of the destination interface, but this is wrong. We have to clamp to the minimum of both source and destination. For this, we change the gating argument type of ipoput4() and ipoput6() from int to Ipifc* to pass the source interface. | |||
2018-01-20 | gre: don't drop pptp packets when smaller than v4 header | cinap_lenrek | |
2016-11-08 | gre: check nil for pullupblock() | cinap_lenrek | |
2016-11-08 | kernel/ip: remove nil checks for allocb() and padblock() | cinap_lenrek | |
2016-10-23 | ip: simplify code as packblock() and concatblock() will never error | cinap_lenrek | |
2014-06-08 | kernel: remove Block refcounting (thanks erik) | cinap_lenrek | |
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |