aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_fddisubr.c
Commit message (Expand)AuthorAgeFilesLines
* bring in ARP support for variable length link level addressesMax Khon2001-10-141-1/+2
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-061-1/+1
* Do not perform arp send/resolve on an interface marked NOARP.Jonathan Lemon2001-06-151-5/+2
* Plug several mbuf leaks in error cases (in nd6)Bosko Milekic2001-03-111-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-1/+1
* Use <sys/queue.h> macro api rather than fondle its implementation detals.Poul-Henning Kamp2001-02-031-1/+1
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-1/+1
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-25/+3
* Make compilable. if_fddisubr.c depended on sys/malloc.h by myHajimu UMEMOTO2000-11-041-0/+1
* IPv6 was not work on FDDI.Hajimu UMEMOTO2000-11-011-0/+87
* Do not perform any opeartion with mbuf after it placed intoBoris Popov2000-06-141-2/+2
* Just need to pass the address family to if_simloop(), not the whole sockaddr.Archie Cobbs2000-05-241-2/+2
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-159/+0
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).Brian Feldman1999-12-191-3/+2
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-2/+22
* Implement pseudo_AF_HDRCMPLT, which controls the state of the 'headerMike Smith1999-10-151-5/+17
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-4/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-3/+3
* Removed unused includes.Bruce Evans1998-06-211-2/+1
* Try narrow down the culprit sending undefined packet types through the loopbackJulian Elischer1998-06-141-2/+4
* Go through the loopback code with a broom..Julian Elischer1998-06-121-60/+30
* Backed out last fix and fixed my typo:David Greenman1998-05-211-2/+2
* Add missing close parenPeter Dufault1998-05-201-2/+2
* Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> viaDavid Greenman1998-05-191-1/+3
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-4/+4
* Removed unused #includes.Bruce Evans1998-02-201-3/+1
* NETATALK -> opt_atalk.hEivind Eklund1998-01-091-1/+2
* Make INET a proper option.Eivind Eklund1998-01-081-2/+5
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-12-151-1/+3
* Use gettime() instead of assignment from `time'. (`time' is tooBruce Evans1997-11-181-3/+3
* didn't even know fddi had the atalk support.Julian Elischer1997-10-291-4/+2
* Removed unused #includes.Bruce Evans1997-08-021-7/+1
* Use the MAC address of an interface for the host part of an IPX addressJohn Hay1997-05-101-3/+15
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Fix from Matt for the problem described in PR # kern/2990: ``DEC FDDIJoerg Wunsch1997-03-151-1/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Fix yet another breakage i've missed when committing rev 1.14. It wasJoerg Wunsch1997-01-301-1/+1
* Round #2. This basically brings back the changes from rev 1.12.Joerg Wunsch1997-01-171-1/+9
* This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) upJoerg Wunsch1997-01-171-52/+187
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-10/+6
* Killed "unknown protocol" printf.David Greenman1996-11-121-2/+1
* Change the use if ifnet.if_lastchange to be more in line withGary Palmer1996-06-101-3/+1
* Set ifnet.baudrate for ethernet / FDDI interfaces too. MakesGary Palmer1996-06-011-1/+2
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlyBruce Evans1996-04-071-3/+1
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-1/+18
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-10/+10
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.David Greenman1995-05-091-5/+5