aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_faith.c
Commit message (Expand)AuthorAgeFilesLines
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-041-2/+0
* Revise network interface cloning to take an optional opaqueSam Leffler2006-07-091-2/+3
* add missed calls to bpf_peers_presentSam Leffler2006-06-021-1/+1
* Move the cloned interface list management in to if_clone. For some drivers theAndrew Thompson2005-11-081-22/+0
* Change the reference counting to count the number of cloned interfaces for eachAndrew Thompson2005-10-121-14/+5
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-1/+2
* Fix some long standing bugs in writing to the BPF device attached toDavid Malone2005-06-261-7/+6
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-16/+22
* the rt parameter to ifa_rtrequest callbacks should always be non-null;Sam Leffler2005-02-241-2/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+2
* Use M_ZERO instead of bzero().Bruce M Simpson2004-07-061-2/+1
* Major overhaul of pseudo-interface cloning. Highlights include:Brooks Davis2004-06-221-2/+2
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-301-0/+1
* Staticize <if>_clone_{create,destroy} functions.Brooks Davis2004-04-141-4/+4
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Introduce faith_mtx to protect the if_faith global softc list.Robert Watson2004-03-091-7/+27
* o eliminate widespread on-stack mbuf use for bpf by introducingSam Leffler2003-12-281-14/+1
* Introduce tcp_hostcache and remove the tcp specific metrics fromAndre Oppermann2003-11-201-11/+2
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Locking for updates to routing table entries. Each rtentry gets a mutexSam Leffler2003-10-041-1/+3
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-081-2/+1
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-5/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* network interface and link layer changes:Sam Leffler2002-11-151-1/+1
* Move all unit number management cloned interfaces into the cloningBrooks Davis2002-05-251-4/+3
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-1/+1
* Remove __P.Alfred Perlstein2002-03-191-8/+8
* Simplify the interface cloning framework by handling unitMaxime Henrion2002-03-111-49/+5
* Change the network interface cloning API so the destroy function returnsBrooks Davis2002-03-041-2/+3
* Did someone turn on -Werror or something?Matthew Dillon2002-02-261-0/+2
* Staticise private interface lists.Mike Smith2002-01-081-1/+1
* Initalize ifq_maxlen to prevent a harmless warning message.Brooks Davis2001-12-171-0/+1
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.Ruslan Ermilov2001-10-171-3/+3
* Make faith loadable, unloadable, and clonable.Brooks Davis2001-09-251-45/+142
* unbreak building kernel without option INET6Hajimu UMEMOTO2001-07-051-0/+2
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-7/+234
* Pull the rug from under the 'LKM Compatability' macro - PSEUDO_SET().Peter Wemm2001-02-041-0/+2
* Remove #if NGIF > 0 and #if NFAITH > 0 as config already checks this.Peter Wemm2000-01-291-2/+0
* Remove BROADCAST flag from faith interface,Yoshinobu Inoue2000-01-091-2/+2
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-0/+97