| Age | Commit message (Expand) | Author |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2002-11-12 | remove all entries in rt timer queue on ip_mtudisc change, instead of | itojun |
| 2002-11-12 | add an argument to rt_timer_remove_all(), to specify if we need to call | itojun |
| 2002-08-26 | Fix a signed/unsigned comparison warning from GCC 3.3. | thorpej |
| 2002-05-12 | Eliminate more commons. | matt |
| 2002-03-08 | Pool deals fairly well with physical memory shortage, but it doesn't | thorpej |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-11-05 | Switch to using queue access macros instead of refering to the member | matt |
| 2001-10-16 | on RTM_DELETE, reduce refcnt on rt->rt_parent, to avoid leaks. | itojun |
| 2001-07-26 | do not initialize rmx_mtu on RTM_ADD. | itojun |
| 2001-07-25 | do not copy rmx_mtu on RTM_ADD/RESOLVE. the fragment was mistakenly | itojun |
| 2001-07-20 | validate sa_len on equal() macro. without the change we may touch the content | itojun |
| 2001-07-18 | bzero -> memset | thorpej |
| 2001-02-21 | use u_quad_t for rtstat. | itojun |
| 2001-01-27 | change non-intuitive function name. s/rtflushit/rtflushclone1/ | itojun |
| 2001-01-27 | cleanup cloned route when parent route (RTF_CLONING) goes away. | itojun |
| 2001-01-27 | mark cloned routes with RTF_CLONED. present it with netstat -r by "c". | itojun |
| 2001-01-17 | pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). | itojun |
| 2000-12-11 | do not touch region after free | itojun |
| 2000-12-09 | update icmp6 too big validation. the change is necessary since pmtud is | itojun |
| 2000-03-30 | Kill some more register declarations. | augustss |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-22 | remove bogus comment | itojun |
| 2000-03-13 | Fix doubled 'the's in comments. | soren |
| 2000-03-10 | do not touch radix_node with RNF_ROOT on route_output(). this can | itojun |
| 2000-02-02 | Wrap a debugging printf in IFAREF_DEBUG. | thorpej |
| 2000-02-01 | First-draft if_detach() implementation, originally from Bill Studnemund, | thorpej |
| 1999-10-09 | Fix PR7946 (neighbor discovery tries to block at interrupt level). | sommerfeld |
| 1999-10-09 | Delay clearing of RTF_UP until after deleting rt_gwroute. Otherwise, if rt_g... | erh |
| 1999-08-21 | Cleanup a little kludge in mtu handling in route.c. Bring down FDDI | matt |
| 1999-07-30 | remove reference to in6_systm.h (file itself will be removed afterwords) | itojun |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 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-10-28 | Add call to splsoftnet() in rt_timer_timer to avoid possible race | kml |
| 1998-08-15 | Explicitly dereference the route timer expiration function pointer. | thorpej |
| 1998-07-05 | defopt NS, NSIP. | jonathan |
| 1998-04-29 | Add generic route timeout functionality; used by path MTU discovery code | kml |
| 1997-04-02 | Sync with Lite2. | christos |
| 1996-10-13 | backout previous kprintf change | christos |
| 1996-10-10 | - printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-02-13 | Net prototypes | christos |
| 1995-08-12 | splnet --> splsoftnet | mycroft |
| 1995-03-08 | fixed sized types, where appropriate. when casting pointers to | cgd |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-05-13 | Update to 4.4-Lite networking code, with a few local changes. | mycroft |
| 1994-05-11 | Update to RTM version 3. Add prototypes. Add some new constants which are | mycroft |