Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow pfinet to link using -O0 | Flavio Cruz | 2016-01-02 | 1 | -5/+5 |
| | | | | | This fixes a long list of undefined references when compiling with -O0 by using static instead of extern in header files. | ||||
* | Fix tunnel and dummy interfaces | Samuel Thibault | 2013-03-26 | 1 | -0/+2 |
| | | | | | | | | | | | * pfinet/linux-src/include/linux/netdevice.h (netdevice): Add `change_flags' field. * pfinet/ethernet.c (ethernet_change_flags): Make function static. (setup_ethernet_device): Set `change_flags' field of `dev' to ethernet_change_flags. * pfinet/linux-src/net/core/dev.c (dev_change_flags): Call `change_flags' field of `dev' if non-nul, instead of calling ethernet_change_flags. * pfinet/pfinet.h (ethernet_change_flags): Remove function prototype. | ||||
* | Import of Linux 2.2.14 subset (ipv4 stack and related) | Roland McGrath | 2000-02-05 | 1 | -0/+5 |
| | |||||
* | Import of Linux 2.2.12 subset (ipv4 stack and related) | Roland McGrath | 2000-02-04 | 1 | -0/+461 |