Age | Commit message (Expand) | Author |
2010-01-14 | Destatic. | Joel Sing |
2010-01-05 | - properly spell "packet". | Jasper Lievisse Adriaanse |
2009-11-20 | NULL dereference in IPV6_PORTRANGE and IP_IPSEC_*, found by Clement LECIGNE, | Philip Guenthe |
2009-09-13 | M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal | Kenneth R Westerback |
2009-07-26 | no need to cast the return value of m_freem() to void | Thordur I. Bjornsson |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2009-02-22 | In icmp6_mtudisc_update make sure that the requested MTU is not less then | Claudio Jeker |
2009-02-18 | Move goto lables to the beginning of the line. Having them indented like | Claudio Jeker |
2008-10-02 | Fix PF state key mismatches that occur when callers of icmp6_reflect() | Joel Sing |
2008-09-17 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-09-12 | just like v4 icmp, icmp6 recycles mbufs so we need to call | Henning Brauer |
2008-06-11 | ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. | Ryan Thomas McBride |
2008-06-11 | From KAME, allow adjustable limits on NDP entries and discovered routes. | Ryan Thomas McBride |
2008-05-11 | rtrequest to rtrequest1 conversion in inet6. With that no rtrequest should | Claudio Jeker |
2008-03-08 | allow a response to icmp6 node information queries where the local | Stuart Henderson |
2008-02-05 | Move carp load balancing (ARP/IP) to a simpler configuration scheme. | Marco Pfatschbacher |
2007-06-01 | apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. | Henning Brauer |
2007-03-18 | Add IP load balancing support for carp(4). | Marco Pfatschbacher |
2007-01-16 | oops, previous commit was incorrect. | Jun-ichiro itojun Hagino |
2007-01-15 | fix infinite loop in case nip6 and nicmp6 are not on the same mbuf. NetBSD P... | Jun-ichiro itojun Hagino |
2006-12-09 | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | Jun-ichiro itojun Hagino |
2006-11-17 | change semantics of ff01::/16 to interface local multicast | Jun-ichiro itojun Hagino |
2006-11-15 | unifdef -USCOPEDROUTING | Jun-ichiro itojun Hagino |
2006-06-16 | adjust functions dealing with the routing table to take a table ID as | Henning Brauer |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2005-10-22 | In icmp6_redirect_output(), sip6 is initialised to point to the data area of | Brad Smith |
2005-01-17 | should not check "code" field on icmp6 too big message. from kame | Jun-ichiro itojun Hagino |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-03-25 | Don't use mbuf pointer in error case, when it has been set to NULL. | Daniel Hartmeier |
2004-02-15 | switch to sysctl_int_arr(); ok itojun, henning, miod, deraadt | Markus Friedl |
2004-02-04 | typo within comment, deilver -> deliver | Daniel Hartmeier |
2004-02-04 | remove kludge now that proper IPV6_MMTU handling is in | Daniel Hartmeier |
2004-02-01 | ignore too small MTUs (below 296 octets), similar to IPv4. | Daniel Hartmeier |
2004-01-15 | Provide explicit function argument declarations. | Miod Vallat |
2003-12-21 | use CIRCLEQ* for pcb's; ok deraadt, henning, mcbride, with help from canacar | Markus Friedl |
2003-10-01 | use random number generator to generate IPv6 fragment ID/flowlabel. | Jun-ichiro itojun Hagino |
2003-08-07 | m_cat might free mbuf passed as 2nd arg. compute pkthdr.len before m_cat. | Jun-ichiro itojun Hagino |
2003-06-24 | remove unneeded checks of accept_rtadv. from kame | Jun-ichiro itojun Hagino |
2003-06-24 | use time.tv_sec directly, rather than having time_second (freebsd NIH). | Jun-ichiro itojun Hagino |
2003-06-11 | - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) | Jun-ichiro itojun Hagino |
2003-06-03 | remove assumption on mbuf pointed to by m0; sync w/kame | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-22 | remove break after return | Jun-ichiro itojun Hagino |
2003-05-14 | make PULLDOWN_TEST codepath the default (has been default for a long time). | Jun-ichiro itojun Hagino |
2003-04-01 | avoid memory leak on redirect header generation. from kame. | Jun-ichiro itojun Hagino |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-09-11 | KNF - return is not a function. sync w/kame | Jun-ichiro itojun Hagino |
2002-07-30 | remove unneeded NULL pointer checks. | Jun-ichiro itojun Hagino |
2002-07-10 | do not use p++ in tolower(). NetBSD PR 17540. sync w/kame | Jun-ichiro itojun Hagino |
2002-06-09 | whitespace cleanup | Jun-ichiro itojun Hagino |