summaryrefslogtreecommitdiffstats
path: root/sys/net/if_disc.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-8/+7
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-7/+7
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-2/+2
* Add a comment explaining why disc(4) bears the IFF_LOOPBACK flag.yar2007-10-271-0/+10
* Fix some statements in disc(4) and about it:yar2007-03-261-1/+1
* Revise network interface cloning to take an optional opaquesam2006-07-091-2/+2
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-021-1/+1
* Force this interface to be RUNNING.glebius2005-11-111-0/+1
* Move the cloned interface list management in to if_clone. For some drivers thethompsa2005-11-081-21/+0
* Change the reference counting to count the number of cloned interfaces for eachthompsa2005-10-121-14/+6
* Fix some long standing bugs in writing to the BPF device attached todwmalone2005-06-261-6/+5
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-6/+9
* the rt parameter to ifa_rtrequest callbacks should always be non-null;sam2005-02-241-3/+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
* Replace a bzero() after malloc() with M_ZERO.bms2004-07-061-2/+1
* Style.bms2004-07-061-13/+15
* Major overhaul of pseudo-interface cloning. Highlights include:brooks2004-06-221-2/+3
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Introduce disc_mtx to protect the global softc list in if_disc.rwatson2004-03-091-8/+29
* o eliminate widespread on-stack mbuf use for bpf by introducingsam2003-12-281-14/+1
* 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-0/+2
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-2/+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
* Make discard devices clonable and unloadable. Also, change thebrooks2002-05-251-15/+57
* minor style fix.jlemon2001-12-141-1/+1
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.ru2001-10-171-2/+2
* This file was a horrible mixture of styles old and new.markm2001-06-161-27/+16
* Exterminate the use of PSEUDO_SET() with extreme prejudice.peter2001-01-311-4/+25
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-0/+5
* Set the queue length.phk1999-11-121-0/+1
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Rename bpfilter to bpf.des1999-07-061-4/+4
* Make the use of 'disc' vs 'ds' as prefix consistent by making all 'disc'.eivind1998-12-141-15/+15
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Make INET a proper option.eivind1998-01-081-1/+2
* Removed unused #includes.bde1997-08-021-21/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includebde1997-03-241-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Remove some historical cruft inherited from the loopback driver in whichwollman1996-10-071-6/+1
* Change the use if ifnet.if_lastchange to be more in line withgpalmer1996-06-101-2/+1
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-071-2/+1
* Clean up Ethernet drivers:wollman1996-02-061-3/+3
* Added a prototype.bde1995-12-031-2/+3
OpenPOWER on IntegriCloud