aboutsummaryrefslogtreecommitdiff
path: root/pfinet/linux-src/include/linux/netdevice.h
Commit message (Collapse)AuthorAgeFilesLines
* 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