summaryrefslogtreecommitdiffstats
path: root/sys/net/if.c
Commit message (Expand)AuthorAgeFilesLines
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-1/+34
* Since ifru_flags is a short, we can fit in a copy of the flagsphk1999-02-191-1/+2
* Print a message if the driver didn't initialize ifq_maxlen.phk1999-02-011-2/+5
* Generalize the if_up() and if_down() functions under the namesphk1998-12-161-11/+39
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+5
* One-liner: add a call to the underlying device driver's SIOCDELMULTIwpaul1998-08-121-1/+2
* Make sure the link level sockaddr size is rounded up correctly on alpha.dfr1998-07-201-2/+2
* Don't let ifunit() modify the string passed as an argument.julian1998-06-081-16/+26
* This commit fixes various 64bit portability problems required fordfr1998-06-071-4/+4
* Use getmicrotime() for if_lastchange, 10msec is plenty precision.phk1998-04-061-10/+10
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+3
* Removed unused #includes.bde1997-10-281-4/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+3
* Ooops, this should have made it into the same commit, but didn't.joerg1997-10-071-1/+3
* Fix a typo that becomes apparent when compiling without COMPAT_443.joerg1997-09-071-2/+2
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Add a per-interface-address pointer to a function that can be suppliedjulian1997-08-281-2/+14
* add some comments while trying to understand why appletalkjulian1997-08-221-4/+36
* Don't add an item to the multicast linked list if it's alreadyjulian1997-07-071-12/+14
* add SIOC{S,G}IFMEDIA ioctl supportpeter1997-05-031-1/+17
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-2/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-2/+2
* Send RTM_IFINFO messages whenever promiscuous and all-multicastwollman1997-02-141-2/+9
* Implement PRC_IFUP a la PRC_IFDOWN so that protocols know when an interfacewollman1997-02-121-5/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Use the new if_multiaddrs list for multicast addresses rather than thewollman1997-01-131-7/+24
* Fix typo. I hate waking up at 4:45 in the morning...wollman1997-01-081-2/+2
* Fix a few oversights in the new multicast membership interface.wollman1997-01-081-1/+21
* Checkpoint the beginnings of the new kernel interface forwollman1997-01-071-1/+179
* Convert the interface address and IP interface address structureswollman1996-12-131-11/+23
* Use queue macros for the list of interfaces. Next stop: ifaddrs!wollman1996-12-111-14/+16
* Submitted by: archie@whistle.comjulian1996-08-071-2/+3
* Add better support for retrieving management information from networkwollman1996-07-301-3/+3
* Fix a bug in ifa_ifwithnet() which caused a page fault in bcmp()wollman1996-07-241-2/+3
* Modify the kernel to use the new pr_usrreqs interface rather than the oldwollman1996-07-111-24/+9
* 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
OpenPOWER on IntegriCloud