aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: make Netgraph in -stable match that in -current exactlyJulian Elischer1999-12-011-1/+2
* MFC: remove trailing whitespaceJulian Elischer1999-12-011-17/+17
* Need to call the netgraph initialiser (I have no idea how I missed that)Julian Elischer1999-11-191-0/+4
* MFC: 1.64Julian Elischer1999-11-191-0/+399
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* Remove unused variable & clean up a couple of style issues.Eivind Eklund1999-01-121-5/+5
* Bridging support. Wait for LINT to be updated before trying it.Luigi Rizzo1998-12-141-2/+19
* fix broken loopback code for ddp (again)Julian Elischer1998-08-041-3/+6
* Try narrow down the culprit sending undefined packet types through the loopbackJulian Elischer1998-06-141-5/+4
* Allow a protocol to specify that it does NOT want to be looped backJulian Elischer1998-06-131-3/+6
* Go through the loopback code with a broom..Julian Elischer1998-06-121-97/+35
* 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-2/+2
* Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actuallyGarrett Wollman1998-03-181-9/+24
* Removed unused #includes.Bruce Evans1998-02-201-4/+1
* Make the debug options new-style.Eivind Eklund1998-01-311-2/+2
* NETATALK -> opt_atalk.hEivind Eklund1998-01-091-1/+2
* Make INET a proper option.Eivind Eklund1998-01-081-2/+6
* Fixed gratuitous ANSIisms.Bruce Evans1997-12-201-2/+5
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-12-151-1/+3
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-5/+4
* Fix various problems with netatalk kernel support.Julian Elischer1997-10-291-14/+39
* Removed unused #includes.Bruce Evans1997-10-281-5/+1
* Finally track down the reason for some of my occasional kernel crashes.Julian Elischer1997-07-151-1/+4
* 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 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
* Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman1997-01-131-183/+1
* Checkpoint the beginnings of the new kernel interface forGarrett Wollman1997-01-071-1/+52
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-11/+11
* 1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's returnDavid Greenman1996-12-101-3/+15
* Fixed broken SIOCGIFADDR. It was copying out garbage as the ethernetDavid Greenman1996-11-181-2/+2
* ns_nettype should be declared, not externed.Jordan K. Hubbard1996-10-181-2/+2
* Netcon's changes for their extended NS support. This only effectsJordan K. Hubbard1996-10-171-11/+72
* use <net/ethernet.h>Poul-Henning Kamp1996-08-051-1/+2
* Make the NS and IPX cases compile again.Poul-Henning Kamp1996-08-041-7/+10
* Add a callback pointer to the interfaces "init" routine.Poul-Henning Kamp1996-08-041-1/+85
* Submitted by: archie@whistle.comJulian Elischer1996-06-191-2/+2
* Keep ether_type in network order for BPF to be consistent with otherDavid Greenman1996-06-131-9/+8
* Clean up -Wunused warnings.Gary Palmer1996-06-121-2/+4
* Change the use if ifnet.if_lastchange to be more in line withGary Palmer1996-06-101-6/+4
* Set ifnet.baudrate for ethernet / FDDI interfaces too. MakesGary Palmer1996-06-011-1/+3
* Obtained from: netatalk distribution netatalk@itd.umich.eduJulian Elischer1996-05-241-6/+98
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlyBruce Evans1996-04-071-3/+1
* Use new printf features rather than local kludges.Poul-Henning Kamp1996-01-241-22/+1
* in_proto.c: spell ``Internet'' right and put whitespace after commas.Garrett Wollman1995-12-201-1/+4
* Staticize, clean lint.Poul-Henning Kamp1995-12-091-5/+9
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-2/+1
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-2/+24