| Age | Commit message (Expand) | Author |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-11-04 | Convert netinet to not use the internal <sys/queue.h> field names | matt |
| 2001-07-22 | seperate -> separate | wiz |
| 2001-06-02 | Implement support for IP/TCP/UDP checksum offloading provided by | thorpej |
| 2001-05-08 | pull encapsulated packet for vif* via ip_encap framework. | itojun |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2001-01-24 | - record IPsec packet history into m_aux structure. | itojun |
| 2000-11-08 | Update for hashinit() change. | ad |
| 2000-04-19 | introduce sys/netinet/ip_encap.c, to dispatch inbound packets | itojun |
| 2000-04-16 | remove an LBL ifdef that we can't turn on anyway. | chs |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-01 | introduce m->m_pkthdr.aux to hold random data which needs to be passed | itojun |
| 2000-02-01 | Fix a couple of whitespace glitches. | thorpej |
| 1999-07-09 | defopt IPSEC and IPSEC_ESP (both into opt_ipsec.h). | thorpej |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1999-03-27 | Alpha printf format fixes. | nathanw |
| 1999-02-02 | remove gre_softc declaration; the symbol is no longer used in this | marc |
| 1999-02-01 | Clear mfchashtbl after it's deallocated, to kill a stray pointer. Fixes PR | mycroft |
| 1999-01-11 | Adjust for the new IP-IP input path. mrt_ipip_input() is called from | thorpej |
| 1998-12-22 | ipip_input() -> mrt_ipip_input(). | thorpej |
| 1998-09-13 | Add a gre tunnel pseudo network device. Gre = generic route encapsulation. | hwr |
| 1998-02-07 | add flags arg to hashinit(), to pass to malloc(). | chs |
| 1997-08-14 | Make sure we install the route returned by the upcall before trying to | mycroft |
| 1996-10-13 | backout previous kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-09-14 | remove an unused variable. | mrg |
| 1996-09-09 | Rework the token bucket filter to use a list of packets rather than a static | mycroft |
| 1996-09-09 | Cosmetic changes, some from Bill Fenner. | mycroft |
| 1996-09-09 | Add in_nullhost() and in_hosteq() macros, to hide some protocol | mycroft |
| 1996-06-23 | Return ENOPROTOOPT rather than picking pseudo-random error values. | mycroft |
| 1996-05-07 | Changed struct ifnet to have a pointer to the softc of the underlying | thorpej |
| 1996-03-16 | Fix printf format args. | christos |
| 1996-02-13 | netinet prototypes | christos |
| 1995-08-12 | splnet --> splsoftnet | mycroft |
| 1995-06-12 | Clear the MFC entry's statistical counters when doing an upcall. | mycroft |
| 1995-06-04 | Simplify ipip_input() a bit. Don't blow away the vif cache if someone sends | mycroft |
| 1995-06-04 | Simply tbf_control() a bit. | mycroft |
| 1995-06-04 | Eliminate compiler warnings. | mycroft |
| 1995-06-04 | For consistency, set sin_len for SIOC{ADD,DEL}MULTI. | mycroft |
| 1995-06-04 | Clean up many more casts. | mycroft |
| 1995-06-02 | Dynamically allocate the deencapsulation interfaces. Abstract the code to | mycroft |
| 1995-06-01 | Avoid byte-swapping IP addresses at run time. | mycroft |
| 1995-05-31 | Integrate multicast 3.5 distribution, with several bugs fixed and general | mycroft |
| 1995-04-13 | be a bit more careful and explicit with types. (basically a large no-op.) | cgd |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-06-09 | Update to version 2 mrouting; from pre-4.4lite NetBSD + 4.4 mods | brezak |
| 1994-06-04 | Remove a spurious splx(). | mycroft |
| 1994-05-13 | Update to 4.4-Lite networking code, with a few local changes. | mycroft |
| 1994-02-10 | Format police. | mycroft |