aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* YUCK!Julian Elischer1999-11-151-2/+2
* Fix screwup on synthesising incoming ethernet header in Netgraph mode.Julian Elischer1999-11-141-2/+3
* Oops forgot to put the source MAC address on outgoing packets!Julian Elischer1999-11-111-1/+3
* Use typedefs for node methods.Julian Elischer1999-11-011-9/+7
* Minor hack in the netgraph interface to ethernets.Julian Elischer1999-10-261-11/+60
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+349
* Implement pseudo_AF_HDRCMPLT, which controls the state of the 'headerMike Smith1999-10-151-4/+14
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-1/+2
* Slight cleanups. There were 2 ways of getting the arpcom from the ifp.Julian Elischer1999-01-311-23/+22
* 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