aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_disc.c
Commit message (Expand)AuthorAgeFilesLines
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-211-2/+2
* sys/net* : for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* Make checks for rt_mtu generic:Alexander V. Chernikov2014-11-061-14/+1
* Virtualize if_disc(4) cloner.Hiroki Sato2014-10-051-11/+23
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-2/+2
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-051-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-8/+7
* Make the "struct if_clone" opaque to users of the cloning API. UsersGleb Smirnoff2012-10-161-7/+7
* 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