aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: define IF_MINMTU and IF_MAXMTU, and validate MTU against them.Archie Cobbs2000-05-031-5/+1
* MFC: 1.85 & 1.86Guido van Rooij2000-04-211-2/+5
* MFC: (rev 1.83) Notify user processes about interface's MTU change.Ruslan Ermilov2000-01-271-1/+3
* MFC rev 1.76: Match "promiscous mode enabled" warnings with "disabled"Sheldon Hearn2000-01-121-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* Generalize the if_up() and if_down() functions under the namesPoul-Henning Kamp1998-12-161-11/+39
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-3/+5
* One-liner: add a call to the underlying device driver's SIOCDELMULTIBill Paul1998-08-121-1/+2
* Make sure the link level sockaddr size is rounded up correctly on alpha.Doug Rabson1998-07-201-2/+2
* Don't let ifunit() modify the string passed as an argument.Julian Elischer1998-06-081-16/+26
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-4/+4
* Use getmicrotime() for if_lastchange, 10msec is plenty precision.Poul-Henning Kamp1998-04-061-10/+10
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-1/+3
* Removed unused #includes.Bruce Evans1997-10-281-4/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-1/+3
* Ooops, this should have made it into the same commit, but didn't.Joerg Wunsch1997-10-071-1/+3
* Fix a typo that becomes apparent when compiling without COMPAT_443.Joerg Wunsch1997-09-071-2/+2
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-1/+2
* Add a per-interface-address pointer to a function that can be suppliedJulian Elischer1997-08-281-2/+14
* add some comments while trying to understand why appletalkJulian Elischer1997-08-221-4/+36
* Don't add an item to the multicast linked list if it's alreadyJulian Elischer1997-07-071-12/+14
* add SIOC{S,G}IFMEDIA ioctl supportPeter Wemm1997-05-031-1/+17
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-2/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-2/+2
* Send RTM_IFINFO messages whenever promiscuous and all-multicastGarrett Wollman1997-02-141-2/+9
* Implement PRC_IFUP a la PRC_IFDOWN so that protocols know when an interfaceGarrett Wollman1997-02-121-5/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman1997-01-131-7/+24
* Fix typo. I hate waking up at 4:45 in the morning...Garrett Wollman1997-01-081-2/+2
* Fix a few oversights in the new multicast membership interface.Garrett Wollman1997-01-081-1/+21
* Checkpoint the beginnings of the new kernel interface forGarrett Wollman1997-01-071-1/+179
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-11/+23
* Use queue macros for the list of interfaces. Next stop: ifaddrs!Garrett Wollman1996-12-111-14/+16
* 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