summaryrefslogtreecommitdiff
path: root/sys/net/route.c
AgeCommit message (Expand)Author
2002-06-07There is absolutely no need to protect a reference to mono_time.tv_sec with s...Artur Grabowski
2002-05-31revert incorrect rmx_mtu handling in 1.16 and 1.24.Jun-ichiro itojun Hagino
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-23Pool deals fairly well with physical memory shortage, but it doesn't dealArtur Grabowski
2001-12-18NRL license cleaningTheo de Raadt
2001-12-10use queue.h macros for TAILQ operationsJason Wright
2001-07-20make equal() macro to check sa_len match, otherwise we will touchJun-ichiro itojun Hagino
2001-01-29cleanup rmx_mtu handling (no #ifdef INET6). from netbsd.Jun-ichiro itojun Hagino
2001-01-19pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).Jun-ichiro itojun Hagino
2000-12-11do not touch region after freeJun-ichiro itojun Hagino
2000-12-09drop support for RTF_TUNNEL, which has no effect (NRL IPv6)Jun-ichiro itojun Hagino
2000-12-09supply counter for # of routing table timer entries.Jun-ichiro itojun Hagino
2000-05-21deleting some routes created by imcp redirects could result in panicNiels Provos
2000-03-23New timeout code.Artur Grabowski
2000-03-22remove bogus commentJun-ichiro itojun Hagino
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-09-13enc0 not encap0Niklas Hallqvist
1999-07-05remove bogus entry from if_enc address list; and rename enc_softc to encifTheo de Raadt
1999-02-25missing ifdef IPSECAngelos D. Keromytis
1999-02-24Work with pfkey instead of pfencapAngelos D. Keromytis
1999-02-05Don't count IPsec-related "route misses", as we're not really findingAngelos D. Keromytis
1999-02-04deal with rts_* members being u_int32_ now; cmetzTheo de Raadt
1999-01-08INET6 support; NRL/cmetzTheo de Raadt
1999-01-07in ifa_ifwithroute(), ensure we have a route to our gateway, for tunnels; cmetzTheo de Raadt
1997-12-31use NULL for pointers, not (cast)(0); clandestine onesMichael Shalayeff
1997-12-31NULL is not 0Michael Shalayeff
1997-09-21Do not report RTM_MISS up on IP encapsulation implicit lookups. This shouldNiklas Hallqvist
1997-07-27expiration messages, fixes, updates, all sorts of thingsNiklas Hallqvist
1997-02-20IPSEC package by John Ioannidis and Angelos D. Keromytis. Written inTheo de Raadt
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt