aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_disc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-3/+3
* Fix several sysinit functions that had the wrong type and unnecessarilyBruce Evans1995-08-301-4/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Support for pseudo-device LKMs. Note that this is restricted to onlyGarrett Wollman1995-03-201-2/+2
* Beginnings of support for loadable pseudo-devices. bsd.kmod.mk supportGarrett Wollman1995-03-171-2/+2
* Added `ds', a black-hole network interface.Garrett Wollman1994-12-221-0/+220