summaryrefslogtreecommitdiffstats
path: root/sys/net/if_fddisubr.c
Commit message (Expand)AuthorAgeFilesLines
...
* bring in ARP support for variable length link level addressesfjoe2001-10-141-1/+2
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-1/+1
* Do not perform arp send/resolve on an interface marked NOARP.jlemon2001-06-151-5/+2
* Plug several mbuf leaks in error cases (in nd6)bmilekic2001-03-111-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* Use <sys/queue.h> macro api rather than fondle its implementation detals.phk2001-02-031-1/+1
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-1/+1
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-25/+3
* Make compilable. if_fddisubr.c depended on sys/malloc.h by myume2000-11-041-0/+1
* IPv6 was not work on FDDI.ume2000-11-011-0/+87
* Do not perform any opeartion with mbuf after it placed intobp2000-06-141-2/+2
* Just need to pass the address family to if_simloop(), not the whole sockaddr.archie2000-05-241-2/+2
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-159/+0
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-191-3/+2
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-2/+22
* Implement pseudo_AF_HDRCMPLT, which controls the state of the 'headermsmith1999-10-151-5/+17
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-4/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Rename bpfilter to bpf.des1999-07-061-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-3/+3
* Removed unused includes.bde1998-06-211-2/+1
* Try narrow down the culprit sending undefined packet types through the loopbackjulian1998-06-141-2/+4
* Go through the loopback code with a broom..julian1998-06-121-60/+30
* Backed out last fix and fixed my typo:dg1998-05-211-2/+2
* Add missing close parendufault1998-05-201-2/+2
* Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> viadg1998-05-191-1/+3
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-4/+4
* Removed unused #includes.bde1998-02-201-3/+1
* NETATALK -> opt_atalk.heivind1998-01-091-1/+2
* Make INET a proper option.eivind1998-01-081-2/+5
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-151-1/+3
* Use gettime() instead of assignment from `time'. (`time' is toobde1997-11-181-3/+3
* didn't even know fddi had the atalk support.julian1997-10-291-4/+2
* Removed unused #includes.bde1997-08-021-7/+1
* Use the MAC address of an interface for the host part of an IPX addressjhay1997-05-101-3/+15
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Fix from Matt for the problem described in PR # kern/2990: ``DEC FDDIjoerg1997-03-151-1/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Fix yet another breakage i've missed when committing rev 1.14. It wasjoerg1997-01-301-1/+1
* Round #2. This basically brings back the changes from rev 1.12.joerg1997-01-171-1/+9
* This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) upjoerg1997-01-171-52/+187
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Convert the interface address and IP interface address structureswollman1996-12-131-10/+6
* Killed "unknown protocol" printf.dg1996-11-121-2/+1
* Change the use if ifnet.if_lastchange to be more in line withgpalmer1996-06-101-3/+1
* Set ifnet.baudrate for ethernet / FDDI interfaces too. Makesgpalmer1996-06-011-1/+2
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-071-3/+1
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-1/+18
* Remove trailing whitespace.rgrimes1995-05-301-10/+10
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.dg1995-05-091-5/+5
OpenPOWER on IntegriCloud