| Age | Commit message (Expand) | Author |
| 1999-02-25 | So... after all, the ATA878.2 copy I had was buggy. The newer revision has | is |
| 1999-02-23 | Remove zero length array | is |
| 1999-02-23 | Addendum to rev. 1.15: use of __extension__ here is supported in GCC 2.8.0 and | kleink |
| 1999-02-21 | Zero-sized arrays are a GNU C extension; from Dave Sainty in PR kern/6271. | kleink |
| 1999-02-15 | RCS ID police | hubertf |
| 1999-01-26 | We no longer support IPIP (IP proto 4). | hwr |
| 1999-01-18 | fix "CMSA CD" to "CSMA/CD" | msaitoh |
| 1999-01-16 | Yet another performance optimization for exceptional length ARCnet packets. | is |
| 1999-01-16 | Make the code path for exceptional length packets a bit faster (2 mbuf | is |
| 1999-01-16 | - define protocol type for diagnostics (0x80 as per ANSI 878.1) | is |
| 1999-01-11 | Pull the IP-in-IP tunneling support out of the GRE code. It's not handled | thorpej |
| 1999-01-09 | Use M_LINK{0,1} for our own mbuf flags, rather than arbitrarily picking | thorpej |
| 1998-12-27 | Simplify the rttimer code somewhat; use TAILQs instead of CIRCLEQs (we | thorpej |
| 1998-12-27 | Fix kern/6658 from Martin Husemann: | veego |
| 1998-12-22 | Use pools for rtentry and rttimer structures. | thorpej |
| 1998-12-22 | Add an extern declaration of gre_softc[] here. Wrap it and the prototypes | thorpej |
| 1998-12-12 | Synchronize with the Ultrix version of the ppp release. | christos |
| 1998-12-12 | #include "opt_ppp.h" otherwise struct ppp_softc can be the wrong size | christos |
| 1998-12-12 | fix thinko in previous change. | christos |
| 1998-12-10 | Revert IPX changes that I committed accidentally. | christos |
| 1998-12-10 | IPX counters and centralize statistics routine. | christos |
| 1998-12-10 | IPX fixes. | christos |
| 1998-12-10 | IPX fixes. | christos |
| 1998-12-10 | linted comment | christos |
| 1998-12-10 | defopt COMPAT_43 | christos |
| 1998-12-10 | defopt | christos |
| 1998-12-04 | Init the decriptors at boot time rather than at interface attach time. | bouyer |
| 1998-11-30 | Fix PR6473: allow sends to tun* devices using bpf. | sommerfe |
| 1998-11-05 | Increase compiled-in default bpf buffer size from 4096 to 8192. | jonathan |
| 1998-11-02 | Add "10baseT-FDX" and "100baseTX-FDX" aliases to the end of the subtype | thorpej |
| 1998-10-28 | Add call to splsoftnet() in rt_timer_timer to avoid possible race | kml |
| 1998-10-13 | Put back ETHERTALK_AT (but I did convert *all* code to ETHERTYPE_ATALK), | kim |
| 1998-10-13 | Use ETHERTYPE_ATALK instead of ETHERTYPE_AT. The former seems more common. | kim |
| 1998-10-07 | Fix some typos in comments, and clean up some whitespace. | thorpej |
| 1998-10-06 | Use #error instead of causing parse errors; noticed by Heiko. | kleink |
| 1998-10-02 | Also install if_gre.h in /usr/include/net/ | hwr |
| 1998-09-30 | Start supporting IPPROTO_MOBILE (55) encapsulation. This is yet | hwr |
| 1998-09-20 | Changes so that BPF readers will get the data in fddi packet aligned along | matt |
| 1998-09-13 | The post 1.3.2 world is actually ready for this. | hwr |
| 1998-09-13 | Add a gre tunnel pseudo network device. Gre = generic route encapsulation. | hwr |
| 1998-09-09 | Add/move some Ethertypes, PR #5997, Heiko W.Rupp. | thorpej |
| 1998-09-03 | PR/5414: Ronald Khoo: tcpdump ppp does not respect inbound/outbound qualifiers. | christos |
| 1998-08-30 | Make this compile with -DIFMEDIA_DEBUG. | enami |
| 1998-08-26 | use __NetBSD__ not NetBSD | mrg |
| 1998-08-25 | Use do { ... } while (0) in RTFREE(). | thorpej |
| 1998-08-20 | Add some braces to stop the new egcs warnings. | veego |
| 1998-08-18 | Add some braces to make egcs happy (ambiguous else warning). | thorpej |
| 1998-08-15 | Explicitly dereference the route timer expiration function pointer. | thorpej |
| 1998-08-12 | Oops, I forgot aliases for some old names (10baseT/UTP, 10base2/BNC, | thorpej |
| 1998-08-08 | Define IFM_INST_MAX, the largest possible "instance" value. | thorpej |