summaryrefslogtreecommitdiffstats
path: root/sys/net/if.c
Commit message (Expand)AuthorAgeFilesLines
* Since the updates to ifnet.if_lastchange are so rare (relativelygpalmer1996-06-121-9/+9
* Change the use if ifnet.if_lastchange to be more in line withgpalmer1996-06-101-7/+22
* Don't allow trailing garbage after the unit number in ifunit().wollman1996-06-051-1/+3
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-1/+2
* If a slow input queue was defined by the driver, initialize it.wollman1996-02-081-1/+13
* Clean up Ethernet drivers:wollman1996-02-061-7/+1
* Use new printf features rather than local kludges.phk1996-01-241-37/+13
* in_proto.c: spell ``Internet'' right and put whitespace after commas.wollman1995-12-201-1/+4
* Staticize, clean lint.phk1995-12-091-25/+14
* all:dg1995-12-051-18/+2
* Added bogus casts to avoid warnings.bde1995-11-181-5/+12
* 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