aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_disc.c
Commit message (Expand)AuthorAgeFilesLines
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-2/+2
* Add a comment explaining why disc(4) bears the IFF_LOOPBACK flag.Yaroslav Tykhiy2007-10-271-0/+10
* Fix some statements in disc(4) and about it:Yaroslav Tykhiy2007-03-261-1/+1
* Revise network interface cloning to take an optional opaqueSam Leffler2006-07-091-2/+2
* Fix the following bpf(4) race condition which can result in a panic:Christian S.J. Peron2006-06-021-1/+1
* Force this interface to be RUNNING.Gleb Smirnoff2005-11-111-0/+1
* Move the cloned interface list management in to if_clone. For some drivers theAndrew Thompson2005-11-081-21/+0
* Change the reference counting to count the number of cloned interfaces for eachAndrew Thompson2005-10-121-14/+6
* Fix some long standing bugs in writing to the BPF device attached toDavid Malone2005-06-261-6/+5
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-6/+9
* the rt parameter to ifa_rtrequest callbacks should always be non-null;Sam Leffler2005-02-241-3/+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
* Replace a bzero() after malloc() with M_ZERO.Bruce M Simpson2004-07-061-2/+1
* Style.Bruce M Simpson2004-07-061-13/+15
* Major overhaul of pseudo-interface cloning. Highlights include:Brooks Davis2004-06-221-2/+3
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Introduce disc_mtx to protect the global softc list in if_disc.Robert Watson2004-03-091-8/+29
* o eliminate widespread on-stack mbuf use for bpf by introducingSam Leffler2003-12-281-14/+1
* 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-0/+2
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-081-2/+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
* Make discard devices clonable and unloadable. Also, change theBrooks Davis2002-05-251-15/+57
* minor style fix.Jonathan Lemon2001-12-141-1/+1
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.Ruslan Ermilov2001-10-171-2/+2
* This file was a horrible mixture of styles old and new.Mark Murray2001-06-161-27/+16
* Exterminate the use of PSEUDO_SET() with extreme prejudice.Peter Wemm2001-01-311-4/+25
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-0/+5
* Set the queue length.Poul-Henning Kamp1999-11-121-0/+1
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-4/+4
* Make the use of 'disc' vs 'ds' as prefix consistent by making all 'disc'.Eivind Eklund1998-12-141-15/+15
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Make INET a proper option.Eivind Eklund1998-01-081-1/+2
* Removed unused #includes.Bruce Evans1997-08-021-21/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Remove some historical cruft inherited from the loopback driver in whichGarrett Wollman1996-10-071-6/+1
* Change the use if ifnet.if_lastchange to be more in line withGary Palmer1996-06-101-2/+1
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlyBruce Evans1996-04-071-2/+1
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-3/+3
* Added a prototype.Bruce Evans1995-12-031-2/+3
* Finished (?) cleaning up sysinit stuff.Bruce Evans1995-12-021-4/+4
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-4/+1
* Fix BPf to generate a header mbuf for writes.Garrett Wollman1995-09-221-1/+9