| Age | Commit message (Expand) | Author |
| 2000-05-06 | GC in_interfaces. | mycroft |
| 2000-04-03 | Bump the reference count of ifaddr while it is refered through in_multi. | enami |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-21 | improve comment (about undo'ing code on in{,6}_ifinit failure) | itojun |
| 2000-03-18 | #if 0'ed undo code for interface address addition failure. | itojun |
| 2000-03-12 | undo interface address addition attempt, when in_ifinit fails. | itojun |
| 2000-03-06 | allow SIOCDIFADDR with AF_UNSPEC address by default, until we fix ifconfig(8). | itojun |
| 2000-02-25 | allow AF_UNSPEC for SIOCDIFADDR. ISC DHCP client depends on this behavior. | itojun |
| 2000-02-25 | backout previous commit (sanity check for family) - it seems to be doing | itojun |
| 2000-02-25 | reject non-AF_INET addresses on ioctl. | itojun |
| 2000-02-02 | PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4 | thorpej |
| 2000-02-01 | First-draft if_detach() implementation, originally from Bill Studnemund, | thorpej |
| 1999-12-12 | do not use member of sockaddr_storage directly. | itojun |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1999-06-26 | If the new global variable hostzerobroadcast is zero, no longer assume | sommerfeld |
| 1998-12-19 | Reverse the copyright-notice-swap. It went against existing practice. | thorpej |
| 1998-09-30 | Switch order of TNF and UCB copyrights so UCB copyright is first; this seems ... | tls |
| 1998-09-28 | SIOCGIFALIAS should not be restricted to the superuser. | christos |
| 1998-09-06 | Add SIOCGIFALIAS | christos |
| 1998-07-05 | Garbage-collect ``needs-flag'' from attributes ether, fddi, arc: | jonathan |
| 1998-07-05 | defopt INET, NETATALK. | jonathan |
| 1998-05-29 | Change arp so its console log messages print out IP addresses in | matt |
| 1998-02-15 | Add correct copyright notice for IP address hash change. This code is donate... | tls |
| 1998-02-13 | Change list of interface IP addresses to a hash. Improves performance on hos... | tls |
| 1998-01-12 | Use option header file for MROUTING | scottr |
| 1998-01-05 | Finishing merging 4.4BSD-Lite2 netinet. At this point, the only changes | thorpej |
| 1997-07-23 | Pull SYN_cache_branch down into the main line. | thorpej |
| 1997-03-15 | New ARP system, supports IPv4 over any hardware link. | is |
| 1996-09-14 | move the packet filter hooks in to a saner location. while i'm here, rename | mrg |
| 1996-09-09 | Add in_nullhost() and in_hosteq() macros, to hide some protocol | mycroft |
| 1996-09-07 | fix a couple of minor nits after discussions with jason. | mrg |
| 1996-09-06 | add packet filter interface code. see pfil(9) for more details. you | mrg |
| 1996-06-23 | Return ENOPROTOOPT rather than picking pseudo-random error values. | mycroft |
| 1996-05-22 | A few style changes to match netiso and netns. | mycroft |
| 1996-05-22 | Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ... | mycroft |
| 1996-02-13 | netinet prototypes | christos |
| 1995-08-12 | splnet --> splsoftnet | mycroft |
| 1995-06-12 | Various cleanup, including: | 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-04 | Clean up a lot of ugly casts. | 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 |
| 1995-04-11 | Remove some explicit references to loif. | mycroft |
| 1995-04-10 | Remove now unneeded #ifdef. Prototype new function. | mycroft |
| 1994-11-03 | Fix off by one error in in_socktrim(), reported by Karn Fox. | mycroft |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-06-21 | config.new hack for if_ether.c for lack of an `and' in the grammer | chopps |
| 1994-05-13 | Update to 4.4-Lite networking code, with a few local changes. | mycroft |