summaryrefslogtreecommitdiffstats
path: root/sys/net/if_fddisubr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* network interface and link layer changes:sam2002-11-151-9/+16
* Use if_printf(ifp, "blah") instead ofbrooks2002-10-211-2/+1
* When a packet is sent via a FDDI interface, perform appropriate MACrwatson2002-10-201-0/+12
* Fix some harmless mis-indents.phk2002-10-011-1/+1
* - Merge the pdq driver (if_fpa and if_fea) from NetBSD.mdodd2002-03-291-3/+10
* - Define fddibroadcastaddr in if_fddisubr.c.mdodd2002-03-291-0/+99
* - Use ifp->if_broadcastaddr when possible.mdodd2002-03-291-4/+2
* - Add a comment.mdodd2002-03-291-2/+4
* - Update interface statistics on error conditions.mdodd2002-03-291-13/+50
* - Whitespace changes.mdodd2002-03-291-8/+17
* Back a small part of the last patch.mdodd2002-03-291-3/+3
* - Simplify first arg of nd6_storelladdr().mdodd2002-03-291-15/+29
* - Use net/fddi.h rather than netinet/if_fddi.h.mdodd2002-03-291-21/+21
* Remove unnecessary LLC defines and use the standard ones.mdodd2002-03-291-16/+6
* - style(9) fixes for 'return'.mdodd2002-03-291-22/+21
* Un-ifdef.mdodd2002-03-291-37/+0
* De-register.mdodd2002-03-291-10/+10
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-241-1/+1
* Remove __P.alfred2002-03-191-2/+2
* 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
OpenPOWER on IntegriCloud