summaryrefslogtreecommitdiffstats
path: root/sys/net/if.c
Commit message (Expand)AuthorAgeFilesLines
* Add newline at end of log message and reduce log level to INFO from NOTICE.wollman1995-09-271-2/+2
* Fix BPf to generate a header mbuf for writes.wollman1995-09-221-1/+36
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-4/+4
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-2/+14
* Don't skip point-to-point interfaces if the netmask==0 (the netmaskdg1995-06-281-3/+5
* Took out P2P_LOCALADDR_SHARE option and made it standard.dg1995-06-151-9/+3
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
* Added a fix for a bug which caused the wrong interface to be selecteddg1995-05-271-28/+45
* In ifa_ifwithdstaddr() when walking through ifa structs associated withdg1995-02-241-2/+2
* Moved declaration of ifnet pointer out of the header file and into thedg1994-12-301-1/+3
* Add generic part of generic multiple-physical-interface support (thewollman1994-12-211-1/+12
* Remove redundant stuff. Amazing that they actually solved a bug found inguido1994-11-101-3/+1
* Mostly Cosmetics. Some of the procedures in if_sl.c was void, but shouldphk1994-10-081-10/+17
* A number of bug-fixes inspired by Mark Treacy:wollman1994-10-051-5/+15
* Made the kernel compile even without "ether".phk1994-09-161-1/+4
* Fix up some sloppy coding practices:wollman1994-08-181-4/+3
* On second thought, better restrict the mtu to between 72-65535...strangedg1994-08-081-2/+6
* Enforce the mtu to between the range 1-65535 before calling the driverdg1994-08-081-1/+3
* Added ioctl support for SIOCGIFMTU and SIOCSIFMTU. These set the per-dg1994-08-081-1/+12
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+670
OpenPOWER on IntegriCloud