Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-01 | use random number generator to generate IPv6 fragment ID/flowlabel. | Jun-ichiro itojun Hagino | |
cleanup IPv6 flowlabel handling. deraadt ok | |||
2003-08-07 | m_cat might free mbuf passed as 2nd arg. compute pkthdr.len before m_cat. | Jun-ichiro itojun Hagino | |
from kame | |||
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 | |
- routing header declaration with RFC3542 (note: sizeof(ip6_rthdr0) has changed!) also, sync up with RFC2460 routing header definition (no "strict" source routing mode any more) part of advanced API update (RFC2292 -> 3542). markus, todd, millert, henning ok | |||
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 | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
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 | |
markus ok | |||
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 | |
Diff generated by Chris Kuethe. | |||
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 | |
From: tedu <grendel@zeitbombe.org> | |||
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 | |
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-05-31 | do not mistakenly lock PMTUD route entry with RTV_MTU. | Jun-ichiro itojun Hagino | |
2002-05-29 | force fragment to minimum link MTU (1280) when needed (when PMTUD does | Jun-ichiro itojun Hagino | |
not take effect) - like icmp6 responses or foo-over-IPv6 tunnel. | |||
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-05-29 | set rmx_mtu to 0 on PMTUD route entry timeout. | Jun-ichiro itojun Hagino | |
2002-05-24 | make a strict check before sending FQDN node information reply. sync w/kame | Jun-ichiro itojun Hagino | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-03-05 | on redirect output, always try to attach target link layer address option. | Jun-ichiro itojun Hagino | |
2001-12-07 | give up local, instead of remote, on ping6 -w during memory starved | Jun-ichiro itojun Hagino | |
situation. validate hostname encoding more strictly. | |||
2001-12-07 | correct icmp6 MIB counter mistake | Jun-ichiro itojun Hagino | |
2001-12-07 | whitespace/comment sync with kame | Jun-ichiro itojun Hagino | |
2001-12-06 | remove kame IPSEC code within #ifdef. | Jun-ichiro itojun Hagino | |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-06-27 | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending | Angelos D. Keromytis | |
on how macros should be treated. Code by fgsch@, ok by me and itojun@ | |||
2001-06-26 | modify m_pkthdr.len computation to work with both 4.4BSD M_COPY_PKTHDR | Jun-ichiro itojun Hagino | |
and openbsd 2.9+ M_COPY_PKTHDR. discussed with angelos. sync with kame. XXX it is bad to change behavior of existing macro without name change... new behavior will be renamed M_MOVE_PKTHDR soon. | |||
2001-06-25 | Don't double-clear M_PKTHDR/tags. | Angelos D. Keromytis | |
2001-06-22 | cleanup COMPAT_RFC1885 case, for icmp6 echoback packet size consideration | Jun-ichiro itojun Hagino | |
(obsolete). sync with kame | |||
2001-06-09 | No need for net/net_osdep.h | Angelos D. Keromytis | |
2001-06-01 | use default hoplimit when incoming interface is not known to icmp6_error. | Jun-ichiro itojun Hagino | |
sync with kame | |||
2001-05-26 | Use m_tag_init() to initialize new mbuf m_pkthdr fields, rather than | Angelos D. Keromytis | |
having to change it every time. | |||
2001-05-20 | Convert from tdbi to packet tags. | Angelos D. Keromytis | |
2001-04-04 | make sure rcvif is not bogus, on call to icmp6_reflect. | Jun-ichiro itojun Hagino | |
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-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos D. Keromytis | |
security properties of the packets to be pushed up to the application (not done yet). Eventually, this will be turned into a packet attributes framework. Make sure tdbi's are free'd/cleared properly whenever drivers (or NFS) does weird things with mbufs. | |||
2001-03-21 | set rmx_mtu to L2 interface mtu, instead of 0, on mtudisc timeout. | Jun-ichiro itojun Hagino | |
ip6_output() change is for safety. sync with kame | |||
2001-03-20 | change interpretation of net.inet6.icmp6.nodeinfo from true/fale to bitmap. | Jun-ichiro itojun Hagino | |
2001-03-08 | remove bogus rtfree. inspired by fix to PR 1706. sync with kame | Jun-ichiro itojun Hagino | |
2001-02-16 | pull in new pcb notification code from kame. better handling of scope address. | Jun-ichiro itojun Hagino | |
2001-02-08 | witch raw ip6 socket code from NRL to kame. | Jun-ichiro itojun Hagino | |
makes upgrades/code sharing much easier. | |||
2001-02-08 | implement upper limit to icmp6 redirects (experimental, turned off) | Jun-ichiro itojun Hagino | |
negative value to {mtudisc,redirect}_{hi,lo}wat will turn off the limitation. sync with kame. | |||
2001-02-07 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino | |
fill up /var with bogus packets. setting net.inet6.icmp6.nd6_debug will re-enable kernel messages on invalid ND packet and other occasions. improve icmp6 stats. | |||
2001-01-16 | s/ND6DEBUG/ND6_DEBUG/ to synchronize with other places | Jun-ichiro itojun Hagino | |
2001-01-08 | wrap "icmp6 checksum error" message into #ifdef ND6DEBUG. NetBSD PR 11911. | Jun-ichiro itojun Hagino | |
sync with kame aVS: ---------------------------------------------------------------------- | |||
2000-12-11 | no need to rtalloc1() twice in pmtud. from kame | Jun-ichiro itojun Hagino | |
2000-12-11 | nuke #ifdef TCP6 (no longer supported). | Jun-ichiro itojun Hagino | |
validate ICMPv6 too big messages (pmtud) based on pcb. we accept certain amount of non-validated ones, as IPv6 mandates ICMPv6 (so even for traffic from unconnected pcb, we need pmtud). sync with kame |