Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-30 | unifdef OLDIP6OUTPUT | Jun-ichiro itojun Hagino | |
2001-11-28 | typo in sockopt level name (ipsec6 related) | Jun-ichiro itojun Hagino | |
2001-11-26 | add fastroute options similar to what is found in ipf | jasoni | |
ok dhartmei@, frantzen@ | |||
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-11-02 | do not return value that overruns mbuf length from ip6_nexthdr. | Jun-ichiro itojun Hagino | |
2001-10-01 | reinitialize ip6_hdr pointer after pf_test; ok dhartmei@ (noticed after | jasoni | |
discussion with itojun on ip6_forward) | |||
2001-09-29 | filter forwarded ipv6 packets; checked by itojun, tested by | jasoni | |
mcbride@countersiege.com | |||
2001-09-25 | free mbuf when dropping a packet. ok dhartmei@ (also checked by | jasoni | |
mcbride@countersiege.com) | |||
2001-09-19 | comment; sockopt # 57-59 are also reserved | Jun-ichiro itojun Hagino | |
2001-09-15 | IPv6 support from Ryan McBride (mcbride@countersiege.com) | Mike Frantzen | |
2001-08-24 | Add a missing space | brian | |
2001-08-23 | suppress printf() on non-multicast interface. | Jun-ichiro itojun Hagino | |
suppress ipv6 initialization for IFT_PFLOG. | |||
2001-08-23 | don't try to enable IPv6 on IFT_PFLOG. | Jun-ichiro itojun Hagino | |
2001-08-22 | IPCOMP policy stuff missed the last time round | Niklas Hallqvist | |
2001-08-22 | Add IPCOMP setsockopt policy controls. While here fix the other policies too | Niklas Hallqvist | |
2001-08-21 | Don't check for BYPASS options in PCB on ip_output/ip6_output --- this | Angelos D. Keromytis | |
is already done in ip_spd_lookup() | |||
2001-08-19 | Pass the interface (if any) to ipip_input(), so it can be used in | Angelos D. Keromytis | |
BPF. Closes PR 2000. | |||
2001-08-08 | remove IPCOMP option. deraadt@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-27 | variable name "gif" is way too generic - use "gif_softc". sync with kame | Jun-ichiro itojun Hagino | |
2001-07-18 | avoid using malloc() during interupt context for multicast kludge entry. | Jun-ichiro itojun Hagino | |
allocate it on interface initialization. | |||
2001-07-18 | sync with draft-ietf-ipngwg-p2p-pingpong-00.txt. apply special behavior | Jun-ichiro itojun Hagino | |
only if ip6_dst is "neighbor" within p2p prefix. sync with kame | |||
2001-07-05 | IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol | |
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-27 | ALTQ base modifications to the kernel. | Kenjiro Cho | |
- ALTQ introduces a set of new queue macros that coexist with the traditional IF_XXX macros. - "struct ifaltq" replaces "struct ifqueue" in "struct ifnet". - assign cdev major 74 for i386 and 54 for alpha as ALTQ control interface. | |||
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-27 | Don't check cached TDBs on the PCB -- always call ipsp_spd_lookup(); | Angelos D. Keromytis | |
this simplifies the logic a bit. | |||
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 | If a PENDING_TDB tag is attached but no TDB is found, drop the packet. | Angelos D. Keromytis | |
2001-06-25 | PENDING_TDB tag handling (same as ip_output) | Angelos D. Keromytis | |
2001-06-25 | Don't double-clear M_PKTHDR/tags. | Angelos D. Keromytis | |
2001-06-24 | they are out of sync with the current status. better get rid of them. | Jun-ichiro itojun Hagino | |
2001-06-22 | re-select default router on linklayer addrss changes. sync with kame. | Jun-ichiro itojun Hagino | |
2001-06-22 | cleanup COMPAT_RFC1885 case, for icmp6 echoback packet size consideration | Jun-ichiro itojun Hagino | |
(obsolete). sync with kame | |||
2001-06-22 | do not forward packet back into point-to-point link, if the packet has | Jun-ichiro itojun Hagino | |
destination address that matches the p2p interface. this would lead us to pingpong (= chews bandwidth, can be attacked from remote). | |||
2001-06-09 | No need for net/net_osdep.h | Angelos D. Keromytis | |
2001-06-08 | Update packet counters. | Artur Grabowski | |
2001-06-05 | repair copyright notices for NRL & cmetz; cmetz | Theo de Raadt | |
2001-06-01 | use default hoplimit when incoming interface is not known to icmp6_error. | Jun-ichiro itojun Hagino | |
sync with kame | |||
2001-05-30 | Update for new prototypes. | 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-05-28 | Remove unused code. | Angelos D. Keromytis | |
2001-05-28 | Deprecated IPV6_ENCAPSULATED | Angelos D. Keromytis | |
2001-05-28 | Don't check for IPV6_ENCAPSULATED, no longer needed since we have the tags. | Angelos D. Keromytis | |
2001-05-28 | Missed a DPRINTF(). | Angelos D. Keromytis | |
2001-05-28 | Use packet tags to detect loops, same as ip_output() | Angelos D. Keromytis | |