aboutsummaryrefslogtreecommitdiff
path: root/pfinet/linux-src/include/linux/netdevice.h
Commit message (Collapse)AuthorAgeFilesLines
* allow pfinet to link using -O0Flavio Cruz2016-01-021-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 interfacesSamuel Thibault2013-03-261-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 McGrath2000-02-051-0/+5
|
* Import of Linux 2.2.12 subset (ipv4 stack and related)Roland McGrath2000-02-041-0/+461