Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-19 | pfinet: Align packets | Samuel Thibault | |
The Ethernet header is 14 bytes long, and thus leads to IP header misalignment. This uses skb_reserve to introduce 2 bytes of padding to realign IP headers. | |||
2022-08-13 | pfinet: Increase default max buffer size to 256k, like on Linux | Samuel Thibault | |
2016-01-14 | Fix gcc signedness warnings | Samuel Thibault | |
* pfinet/linux-src/include/linux/skbuff.h (__skb_pull): Return unsigned char * instead of char *. | |||
2016-01-02 | allow pfinet to link using -O0 | Flavio Cruz | |
This fixes a long list of undefined references when compiling with -O0 by using static instead of extern in header files. | |||
2000-02-04 | Import of Linux 2.2.12 subset (ipv4 stack and related) | Roland McGrath | |