aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: patches to add a special address handler for prorocols for whichJulian Elischer1997-10-051-2/+21
* Bring if_media support from -current across to 2.2.. It's dormant unlessPeter Wemm1997-06-301-1/+17
* Submitted by: archie@whistle.comJulian Elischer1996-08-071-2/+3
* Add better support for retrieving management information from networkGarrett Wollman1996-07-301-3/+3
* Fix a bug in ifa_ifwithnet() which caused a page fault in bcmp()Garrett Wollman1996-07-241-2/+3
* Modify the kernel to use the new pr_usrreqs interface rather than the oldGarrett Wollman1996-07-111-24/+9
* Since the updates to ifnet.if_lastchange are so rare (relativelyGary Palmer1996-06-121-9/+9
* Change the use if ifnet.if_lastchange to be more in line withGary Palmer1996-06-101-7/+22
* Don't allow trailing garbage after the unit number in ifunit().Garrett Wollman1996-06-051-1/+3
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-111-1/+2
* If a slow input queue was defined by the driver, initialize it.Garrett Wollman1996-02-081-1/+13
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-7/+1
* Use new printf features rather than local kludges.Poul-Henning Kamp1996-01-241-37/+13
* in_proto.c: spell ``Internet'' right and put whitespace after commas.Garrett Wollman1995-12-201-1/+4
* Staticize, clean lint.Poul-Henning Kamp1995-12-091-25/+14
* all:David Greenman1995-12-051-18/+2
* Added bogus casts to avoid warnings.Bruce Evans1995-11-181-5/+12
* Add newline at end of log message and reduce log level to INFO from NOTICE.Garrett Wollman1995-09-271-2/+2
* Fix BPf to generate a header mbuf for writes.Garrett Wollman1995-09-221-1/+36
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-4/+4
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-281-2/+14
* Don't skip point-to-point interfaces if the netmask==0 (the netmaskDavid Greenman1995-06-281-3/+5
* Took out P2P_LOCALADDR_SHARE option and made it standard.David Greenman1995-06-151-9/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
* Added a fix for a bug which caused the wrong interface to be selectedDavid Greenman1995-05-271-28/+45
* In ifa_ifwithdstaddr() when walking through ifa structs associated withDavid Greenman1995-02-241-2/+2
* Moved declaration of ifnet pointer out of the header file and into theDavid Greenman1994-12-301-1/+3
* Add generic part of generic multiple-physical-interface support (theGarrett Wollman1994-12-211-1/+12
* Remove redundant stuff. Amazing that they actually solved a bug found inGuido van Rooij1994-11-101-3/+1
* Mostly Cosmetics. Some of the procedures in if_sl.c was void, but shouldPoul-Henning Kamp1994-10-081-10/+17
* A number of bug-fixes inspired by Mark Treacy:Garrett Wollman1994-10-051-5/+15
* Made the kernel compile even without "ether".Poul-Henning Kamp1994-09-161-1/+4
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-4/+3
* On second thought, better restrict the mtu to between 72-65535...strangeDavid Greenman1994-08-081-2/+6
* Enforce the mtu to between the range 1-65535 before calling the driverDavid Greenman1994-08-081-1/+3
* Added ioctl support for SIOCGIFMTU and SIOCSIFMTU. These set the per-David Greenman1994-08-081-1/+12
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+670