Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | undo previous AF_UNSPEC change. analyze two alternatives: AF_SOMETHINGNEW, | 1997-09-27 | 1 | -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 bpf | 1997-07-27 | 1 | -8/+13 | ||
| | | | | uses when it sends packets out. blame tqbf@rdist.org for this fix. | |||||
* | do not ignore IFF_NOARP | 1997-07-24 | 1 | -1/+5 | ||
| | ||||||
* | define ETHERTYPE_IPX | 1997-07-23 | 1 | -8/+5 | ||
| | ||||||
* | make it compile w/o NETATALK defined | 1997-07-23 | 1 | -2/+3 | ||
| | ||||||
* | A block of code from the last commit was not #ifdef NETATALK. | 1997-07-23 | 1 | -2/+3 | ||
| | ||||||
* | AppleTalk support based on netatalk-1.4a2 and FreeBSD. | 1997-07-23 | 1 | -1/+109 | ||
| | ||||||
* | Don't examine an mbuf after it has been released; from Andreas Gunnarsson | 1997-01-26 | 1 | -3/+3 | ||
| | ||||||
* | accept llc/snap packets; still cannot send them... | 1997-01-02 | 1 | -36/+34 | ||
| | ||||||
* | do SIOCGIFADDR | 1996-12-19 | 1 | -1/+8 | ||
| | ||||||
* | treat only ether II type packets for ipx. | 1996-12-19 | 1 | -5/+1 | ||
| | ||||||
* | removed an unused variable | 1996-06-02 | 1 | -2/+1 | ||
| | ||||||
* | if_name/if_unit -> if_xname/if_softc | 1996-05-10 | 1 | -3/+3 | ||
| | ||||||
* | fix includes for x25/llc. | 1996-05-06 | 1 | -2/+4 | ||
| | ||||||
* | if.h was missed from the commit. | 1996-05-06 | 1 | -2/+4 | ||
| | | | | if_ethersubr.c: missed variables added. | |||||
* | add general ether_ioctl call in net/if_ethersubr.c, | 1996-05-05 | 1 | -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. | |||||
* | pretty | 1996-05-02 | 1 | -3/+3 | ||
| | ||||||
* | fix last fix that was unfix for the before previous fix. | 1996-04-29 | 1 | -2/+2 | ||
| | | | | that is, redundant ). | |||||
* | fix the wrong changes, so the bcasts will work now ;) | 1996-04-29 | 1 | -5/+5 | ||
| | ||||||
* | IPX additions and fixes. | 1996-04-28 | 1 | -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). | 1996-04-19 | 1 | -5/+22 | ||
| | | | | the other stuff is just for IPX support. | |||||
* | From NetBSD: 960217 merge | 1996-03-03 | 1 | -14/+21 | ||
| | ||||||
* | from netbsd; Avoid extra byte-swapping in average cases | 1995-12-27 | 1 | -12/+9 | ||
| | ||||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+680 | ||