summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix includes for x25/llc.mickey1996-05-061-2/+4
|
* if.h was missed from the commit.mickey1996-05-061-2/+4
| | | | if_ethersubr.c: missed variables added.
* add general ether_ioctl call in net/if_ethersubr.c,mickey1996-05-051-5/+70
| | | | | | NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff.
* prettyderaadt1996-05-021-3/+3
|
* fix last fix that was unfix for the before previous fix.mickey1996-04-291-2/+2
| | | | that is, redundant ).
* fix the wrong changes, so the bcasts will work now ;)mickey1996-04-291-5/+5
|
* IPX additions and fixes.mickey1996-04-281-2/+7
| | | | | | | ether -- missed the input for IPX. fddi -- just added. ppp -- field codes added. loop -- minor fix.
* According to the latest config stuff changes (as for if_ppp.c).mickey1996-04-191-5/+22
| | | | the other stuff is just for IPX support.
* From NetBSD: 960217 mergeniklas1996-03-031-14/+21
|
* from netbsd; Avoid extra byte-swapping in average casesderaadt1995-12-271-12/+9
|
* initial import of NetBSD treederaadt1995-10-181-0/+680