summaryrefslogtreecommitdiffstats
path: root/sys/net/if_faith.c
Commit message (Expand)AuthorAgeFilesLines
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* Revise network interface cloning to take an optional opaquesam2006-07-091-2/+3
* add missed calls to bpf_peers_presentsam2006-06-021-1/+1
* Move the cloned interface list management in to if_clone. For some drivers thethompsa2005-11-081-22/+0
* Change the reference counting to count the number of cloned interfaces for eachthompsa2005-10-121-14/+5
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-1/+2
* Fix some long standing bugs in writing to the BPF device attached todwmalone2005-06-261-7/+6
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-16/+22
* the rt parameter to ifa_rtrequest callbacks should always be non-null;sam2005-02-241-2/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+2
* Use M_ZERO instead of bzero().bms2004-07-061-2/+1
* Major overhaul of pseudo-interface cloning. Highlights include:brooks2004-06-221-2/+2
* 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