summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+2
* Slight cleanups. There were 2 ways of getting the arpcom from the ifp.julian1999-01-311-23/+22
* Remove unused variable & clean up a couple of style issues.eivind1999-01-121-5/+5
* Bridging support. Wait for LINT to be updated before trying it.luigi1998-12-141-2/+19
* fix broken loopback code for ddp (again)julian1998-08-041-3/+6
* Try narrow down the culprit sending undefined packet types through the loopbackjulian1998-06-141-5/+4
* Allow a protocol to specify that it does NOT want to be looped backjulian1998-06-131-3/+6
* Go through the loopback code with a broom..julian1998-06-121-97/+35
* 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-2/+2
* Add preliminary support for IEEE 802.1Q VLAN tagging. It doesn't actuallywollman1998-03-181-9/+24
* Removed unused #includes.bde1998-02-201-4/+1
* Make the debug options new-style.eivind1998-01-311-2/+2
* NETATALK -> opt_atalk.heivind1998-01-091-1/+2
* Make INET a proper option.eivind1998-01-081-2/+6
* Fixed gratuitous ANSIisms.bde1997-12-201-2/+5
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-151-1/+3
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-5/+4
* Fix various problems with netatalk kernel support.julian1997-10-291-14/+39
* Removed unused #includes.bde1997-10-281-5/+1
* Finally track down the reason for some of my occasional kernel crashes.julian1997-07-151-1/+4
* 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 2: includebde1997-03-241-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Use the new if_multiaddrs list for multicast addresses rather than thewollman1997-01-131-183/+1
* Checkpoint the beginnings of the new kernel interface forwollman1997-01-071-1/+52
* Convert the interface address and IP interface address structureswollman1996-12-131-11/+11
* 1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's returndg1996-12-101-3/+15
* Fixed broken SIOCGIFADDR. It was copying out garbage as the ethernetdg1996-11-181-2/+2
* ns_nettype should be declared, not externed.jkh1996-10-181-2/+2
* Netcon's changes for their extended NS support. This only effectsjkh1996-10-171-11/+72
* use <net/ethernet.h>phk1996-08-051-1/+2
* Make the NS and IPX cases compile again.phk1996-08-041-7/+10
* Add a callback pointer to the interfaces "init" routine.phk1996-08-041-1/+85
* Submitted by: archie@whistle.comjulian1996-06-191-2/+2
* Keep ether_type in network order for BPF to be consistent with otherdg1996-06-131-9/+8
* Clean up -Wunused warnings.gpalmer1996-06-121-2/+4
* Change the use if ifnet.if_lastchange to be more in line withgpalmer1996-06-101-6/+4
* Set ifnet.baudrate for ethernet / FDDI interfaces too. Makesgpalmer1996-06-011-1/+3
* Obtained from: netatalk distribution netatalk@itd.umich.edujulian1996-05-241-6/+98
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-071-3/+1
* Use new printf features rather than local kludges.phk1996-01-241-22/+1
* in_proto.c: spell ``Internet'' right and put whitespace after commas.wollman1995-12-201-1/+4
* Staticize, clean lint.phk1995-12-091-5/+9
* Second batch of cleanup changes.phk1995-10-291-2/+1
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-2/+24
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-1/+11
* 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