Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
it consists of
- ECN support in TCP
- tunnel-egress and fragment reassembly rules in layer-3 not to lose
congestion info at tunnel-egress and fragment reassembly
to enable ECN in TCP, build a kernel with TCP_ECN, and then,
turn it on by "sysctl -w net.inet.tcp.ecn=1".
ok deraadt@
|
|
|
|
|
|
|
|
|
|
the ANSI way.
|
|
|
|
|
|
__P removal.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://archives.neohapsis.com/archives/openbsd/2001-09/0165.html
From: Alexander Yurchenko <grange@rt.mipt.ru>
|
|
|
|
- If pf_test6 returns a NULL mbuf, just return.
- Reinitialize pointer to header after pf_test6().
ok frantzen@
|
|
situation. validate hostname encoding more strictly.
|
|
|
|
|
|
|
|
|
|
|
|
ok dhartmei@, frantzen@
|
|
(Look ma, I might have broken the tree)
|
|
|
|
discussion with itojun on ip6_forward)
|
|
mcbride@countersiege.com
|
|
mcbride@countersiege.com)
|
|
|
|
|
|
|
|
suppress ipv6 initialization for IFT_PFLOG.
|
|
|
|
|
|
|
|
is already done in ip_spd_lookup()
|
|
BPF. Closes PR 2000.
|
|
|
|
|
|
allocate it on interface initialization.
|
|
only if ip6_dst is "neighbor" within p2p prefix. sync with kame
|
|
|
|
|
|
on nd6_detach (= interface removal).
|