aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-1/+11
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-10/+10
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.David Greenman1995-05-091-5/+5
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+1
* Add support for two separate cloning flags, one set by the lower layers,Garrett Wollman1994-12-131-3/+4
* Moved conversion of ether_type to host byte order out of ethernet driversDavid Greenman1994-11-241-8/+11
* Fix a bug which caused panics when attempting to change just the flags ofGarrett Wollman1994-10-111-2/+2
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+675