summaryrefslogtreecommitdiffstats
path: root/sys/net/if.c
Commit message (Expand)AuthorAgeFilesLines
* Add some gross ad-hock hacks to increase stability of if_detach:imp1999-12-101-2/+17
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-1/+1
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-24/+115
* For every "promiscuous mode enabled" message printed for an interface,sheldonh1999-08-301-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Define IF_MAXMTU and IF_MINMTU and don't allow MTUs withbrian1999-08-061-6/+2
* Add a new interface ioctl, to return "aux status".phk1999-06-191-1/+6
* typo in previous commitphk1999-06-061-2/+2
* Introduce IFF_SMART bit.phk1999-06-061-4/+7
* This Implements the mumbled about "Jail" feature.phk1999-04-281-12/+17
* Suser() simplification:phk1999-04-271-7/+7
* Protect the ifinit() function's internals with splimp() for safety sincepeter1999-04-261-4/+5
* 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
OpenPOWER on IntegriCloud