Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-01 | Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' | Kenneth R Westerback | |
where obvious. | |||
2007-06-08 | kill arcnet leftovers, some pt out by Mike Belopuhov <mkb@crypt.org.ru>, | Henning Brauer | |
some I found afterwards, ok dlg | |||
2007-05-28 | avoid bypassing sys/queue.h in many places in the kernel. | Pierre-Yves Ritschard | |
many assumptions were made about the way the various list types are implemented. lots of suggestions and help from otto and miod. ok otto@ | |||
2006-06-16 | adjust functions dealing with the routing table to take a table ID as | Henning Brauer | |
parameter so they can work on alternate tables. table 0 hardcoded for many callers yet, that will be adapted step by step. input + ok claudio norby hshoexer | |||
2006-06-16 | Spelling. | Christopher Pascoe | |
2006-02-21 | use after free; from itojun@ | Markus Friedl | |
2005-05-09 | Make sure that prefixes get purged. | Brad Smith | |
Fixes PR 3939. From NetBSD ok itojun@ | |||
2004-10-28 | treat IFT_CARP like IFT_PROPVIRTUAL, ryan daniel ok | Henning Brauer | |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert | |
things such that code that only need a second-resolution uptime or wall time, and used to get that from time.tv_secs or mono_time.tv_secs now get this from separate time_t globals time_second and time_uptime. ok art@ niklas@ nordin@ | |||
2004-05-19 | do not loop on nd6_output() when transmission fails. from kame | Jun-ichiro itojun Hagino | |
2003-06-27 | split ND6 cache timer management to per-entry. increased accuracy, | Jun-ichiro itojun Hagino | |
no O(N) loop. sync w/ kame. marc tested, daniel ok | |||
2003-06-24 | remove unneeded checks of accept_rtadv. from kame | Jun-ichiro itojun Hagino | |
2003-06-24 | * kame/sys/netinet6/nd6.c (nd6_rtrequest): changed a condition to | Jun-ichiro itojun Hagino | |
decide whether to create an empty llinfo stricter so that a user can manually change the link-layer address of an existing neighbor cache. Pointed out by: KIU Shueng Chuan from kame | |||
2003-06-24 | use time.tv_sec directly, rather than having time_second (freebsd NIH). | Jun-ichiro itojun Hagino | |
2003-06-24 | clear ln_hold earlier. from kame | Jun-ichiro itojun Hagino | |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback | |
Diff generated by Chris Kuethe. | |||
2002-10-09 | supress too noisy log - can be re-enabled by sysctl. sync w/kame | Jun-ichiro itojun Hagino | |
2002-09-23 | better "ifconfig ipv6addr deprecated" flag handling. sync w/kame | Jun-ichiro itojun Hagino | |
2002-09-11 | KNF - return is not a function. sync w/kame | Jun-ichiro itojun Hagino | |
2002-09-04 | allow deprecated bit to be set from userland by ifconfig. NetBSD PR 18163 | Jun-ichiro itojun Hagino | |
2002-09-04 | handle error from copyout | Jun-ichiro itojun Hagino | |
2002-08-19 | correct copyout logic. better fix to be made in kame tree | Jun-ichiro itojun Hagino | |
2002-08-19 | copyout only if oldp is non-null | Jun-ichiro itojun Hagino | |
2002-08-19 | need explicit copyout(). | Jun-ichiro itojun Hagino | |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-06-08 | splnet -> splsoftnet where appropriate | Jun-ichiro itojun Hagino | |
2002-06-08 | remove #ifdef __NetBSD__ | Jun-ichiro itojun Hagino | |
2002-06-08 | sync with latest KAME in6_ifaddr/prefix/default router manipulation. | Jun-ichiro itojun Hagino | |
behavior changes: - two iocts used by ndp(8) are now obsolete (backward compat provided). use sysctl path instead. - lo0 does not get ::1 automatically. it will get ::1 when lo0 comes up. | |||
2002-06-07 | If there has been no NS for the neighbor after entering the | Jun-ichiro itojun Hagino | |
INCOMPLETE state, send the first solicitation in nd6_output(), regardless of the timer value. revised comments about rate-limiting accordingly. sync w/kame | |||
2002-06-03 | remove hardcoded assumptions on if_mtu. leave it to sys/net. | Jun-ichiro itojun Hagino | |
makes it possible to take advantage of 9K ethernet. | |||
2002-05-30 | improve nd6_setmtu(), to warn too-small MTU on SIOCSIFMTU. sync w/kame | Jun-ichiro itojun Hagino | |
2002-05-29 | bzero before setting | Jun-ichiro itojun Hagino | |
2002-05-29 | receivedra field is gone | Jun-ichiro itojun Hagino | |
2002-05-29 | attach nd_ifinfo structure to if_afdata. | Jun-ichiro itojun Hagino | |
split IPv6 MTU (advertised by RA) from real link MTU. sync with kame | |||
2002-03-20 | remove obsolete comment | Jun-ichiro itojun Hagino | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-12-07 | whitespace/comment sync with kame | Jun-ichiro itojun Hagino | |
2001-11-30 | unifdef OLDIP6OUTPUT | Jun-ichiro itojun Hagino | |
2001-06-29 | call defrouter_select() only if i am autoconfigured host | Jun-ichiro itojun Hagino | |
2001-06-27 | do not try to update ipv6 default route if i'm not an autoconfigured host, | Jun-ichiro itojun Hagino | |
on nd6_detach (= interface removal). | |||
2001-06-22 | re-select default router on linklayer addrss changes. sync with kame. | Jun-ichiro itojun Hagino | |
2001-06-09 | No need for net/net_osdep.h | Angelos D. Keromytis | |
2001-05-29 | Verify that packets that haven't had crypto applied to them don't make | Angelos D. Keromytis | |
it out. | |||
2001-03-30 | enable FAKE_LOOPBACK_IF case by default. | Jun-ichiro itojun Hagino | |
now traffic on loopback interface will be presented to bpf as normal wire format packet (without KAME scopeid in s6_addr16[1]). fix KAME PR 250 (host mistakenly accepts packets to fe80::x%lo0). sync with kame. | |||
2001-03-21 | in nd6_cache_lladdr(), set nd6_gctimer to ln_expire just after the state | Jun-ichiro itojun Hagino | |
transition to STALE. fixes tahi test breakage. sync with kame. | |||
2001-03-08 | make nd6_storelladdr()'s behavior consistent about mbuf freeing on errors. | Jun-ichiro itojun Hagino | |
do not touch static ND entry on ND cache entry updates. couple of costmetic sync. sync with kame | |||
2001-02-23 | garbage-collect stale ND entries (default: 1 day). | Jun-ichiro itojun Hagino | |
RFC 2461 5.3. sync with kame. | |||
2001-02-23 | remove unnecessary state, ND6_LLINFO_WAITDELETE, from neighbor cache | Jun-ichiro itojun Hagino | |
state machine. no need for RTF_REJECT on neighbor cache entires, they are leftover from ARP code. sync with kame. | |||
2001-02-21 | make validation code more strict for ND6/dest6 variable length headers. | Jun-ichiro itojun Hagino | |
check duplicated nd6_ifinfo table initialization in a better way. sync with kame | |||
2001-02-16 | cosmetic sync with kame | Jun-ichiro itojun Hagino | |