summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* undo previous AF_UNSPEC change. analyze two alternatives: AF_SOMETHINGNEW,deraadt1997-09-271-13/+8
| | | | or how much work it would be fix everything that uses AF_UNSPEC.
* for AF_UNSPEC sockets, do not whack the ethernet address; this is what bpfderaadt1997-07-271-8/+13
| | | | uses when it sends packets out. blame tqbf@rdist.org for this fix.
* do not ignore IFF_NOARPderaadt1997-07-241-1/+5
|
* define ETHERTYPE_IPXmickey1997-07-231-8/+5
|
* make it compile w/o NETATALK definedmickey1997-07-231-2/+3
|
* A block of code from the last commit was not #ifdef NETATALK.denny1997-07-231-2/+3
|
* AppleTalk support based on netatalk-1.4a2 and FreeBSD.denny1997-07-231-1/+109
|
* Don't examine an mbuf after it has been released; from Andreas Gunnarssontholo1997-01-261-3/+3
|
* accept llc/snap packets; still cannot send them...deraadt1997-01-021-36/+34
|
* do SIOCGIFADDRmickey1996-12-191-1/+8
|
* treat only ether II type packets for ipx.mickey1996-12-191-5/+1
|
* removed an unused variableniklas1996-06-021-2/+1
|
* if_name/if_unit -> if_xname/if_softcderaadt1996-05-101-3/+3
|
* 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