summaryrefslogtreecommitdiffstats
path: root/sys/net/if_faith.c
Commit message (Expand)AuthorAgeFilesLines
* add missing #include <sys/module.h>phk2004-05-301-0/+1
* Staticize <if>_clone_{create,destroy} functions.brooks2004-04-141-4/+4
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Introduce faith_mtx to protect the if_faith global softc list.rwatson2004-03-091-7/+27
* o eliminate widespread on-stack mbuf use for bpf by introducingsam2003-12-281-14/+1
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-11/+2
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-041-1/+3
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-2/+1
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-5/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* network interface and link layer changes:sam2002-11-151-1/+1
* Move all unit number management cloned interfaces into the cloningbrooks2002-05-251-4/+3
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-1/+1
* Remove __P.alfred2002-03-191-8/+8
* Simplify the interface cloning framework by handling unitmux2002-03-111-49/+5
* Change the network interface cloning API so the destroy function returnsbrooks2002-03-041-2/+3
* Did someone turn on -Werror or something?dillon2002-02-261-0/+2
* Staticise private interface lists.msmith2002-01-081-1/+1
* Initalize ifq_maxlen to prevent a harmless warning message.brooks2001-12-171-0/+1
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.ru2001-10-171-3/+3
* Make faith loadable, unloadable, and clonable.brooks2001-09-251-45/+142
* unbreak building kernel without option INET6ume2001-07-051-0/+2
* Sync with recent KAME.ume2001-06-111-7/+234
* Pull the rug from under the 'LKM Compatability' macro - PSEUDO_SET().peter2001-02-041-0/+2
* Remove #if NGIF > 0 and #if NFAITH > 0 as config already checks this.peter2000-01-291-2/+0
* Remove BROADCAST flag from faith interface,shin2000-01-091-2/+2
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-0/+97
OpenPOWER on IntegriCloud