summaryrefslogtreecommitdiffstats
path: root/sys/net/if_faith.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-1/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-14/+9
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-9/+7
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-2/+0
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-3/+6
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* 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
OpenPOWER on IntegriCloud