| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
Mention that EC_GROUP_free(3) and EC_GROUP_clear_free(3) accept NULL.
|
| |
|
|
|
| |
Mention that EC_POINT_free(3) and EC_POINT_clear_free(3) accept NULL.
Fix two evil typos (from OpenSSL).
|
| |
|
|
|
|
|
| |
Mention that EC_KEY_free(3) accepts NULL.
Merge some auxiliary explanations regarding the effects of EC_KEY
encoding flags, lifted from the separate page EC_KEY_get_enc_flags(3)
that OpenSSL split off from EC_KEY_new(3).
|
| | |
|
| | |
|
| |
|
|
|
|
| |
"allwinner,sun9i-a80-usb-phy-clk" compatile clocks.
Enable parent clock of clock gates.
|
| |
|
|
|
|
| |
missing OXM type (IP_PROTO).
ok reyk@
|
| |
|
|
| |
ok reyk@
|
| |
|
|
|
|
| |
function instead of manually rolling the code again.
ok reyk@
|
| |
|
|
|
|
| |
for consistency.
ok reyk@
|
| |
|
|
| |
drop the whole fragment cache.
|
| |
|
|
|
|
| |
display of table features.
ok reyk@
|
| |
|
|
|
|
|
| |
in pf. Drop the whole fragment state if IPv6 fragments appear which
have invalid length or fragment-offset or more-fragment-bit. In
IPv4 they are considered invalid and just dropped like before.
Found by Antonios Atlasis; OK sashan@ sthen@
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Tested with a X540 interconnected with a X550 via a CAT6 twisted
pair cable, but is expected to work on multi-speed fiber modules
as well to select between 10GbaseLR and 1000baseLX or 10GbaseSR
and 1000baseSX, etc.
This is largely required because X550 doesn't provide support for
auto-negotiation and requires manual configuration.
Obtained from FreeBSD.
|
| |
|
|
|
| |
Mirrors the change 71bde60191a9fa44d33b582c5e3713ffe99b0fef in Linux;
taken as a part of the 280182 commit to FreeBSD.
|
| |
|
|
| |
No functional change.
|
| |
|
|
| |
OK bluhm@
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
af-to. pf_route6() called ip6_output() to do the work while
pf_route() had some custom implementation for that. It is simpler
to call ip_output() or ip6_output() from pf_test() directly.
OK procter@ sashan@
|
| | |
|
| |
|
|
| |
Merge some additional information from OpenSSL.
|
| |
|
|
|
|
|
|
| |
excluding interface changes that don't apply to LibreSSL,
except that i left the confusing discussion of RETURN VALUES
completely unchanged, to warn users that this is a mess:
OpenSSL first published this interface, then later changed
its syntax and semantics in multiple ways.
|
| |
|
|
|
|
|
|
| |
register on Loongson 2. This causes a boot failure on LS2 because
the CPU does not implement the register. Disable the code on LS2
similarly to mips64 pte.h.
Yeelong boot hang reported and fix tested by matthieu@
|
| | |
|
| | |
|
| |
|
|
| |
Mention that DSA_SIG_free(3) and DSA_free(3) accept NULL.
|
| |
|
|
|
|
|
|
| |
Do not talk about DSA_set_default_openssl_method(3) and
DSA_get_default_openssl_method(3). They were short-lived
functions that only existed in OpenSSL 0.9.6.
Remove one ugly custom section header.
|
| |
|
|
| |
ok sunil@ gilles@
|
| |
|
|
|
|
|
|
|
|
| |
X540 datasheet specifies that Flow Control Receive Threshold High
should be set to the Rx Buffer Size minus the delay value which is
different for different modes of operation, however the minimum is
0x6000 (24576).
Mirrors the bc1fc64fd2d9093496e5b04c6d94d26bfa629c9c commit to the
Linux source code, but picked up from the 280182 commit to FreeBSD.
|
| |
|
|
| |
ok mikeb@ who tested on 82599, x540 and x550.
|
| |
|
|
| |
instructions are used by the flow.
|
| |
|
|
|
| |
After a cold boot the PHY power might be disabled by another OS:
https://svnweb.freebsd.org/base?view=revision&revision=295093
|
| |
|
|
|
| |
Mention that DH_size(3) does not accept NULL.
Add two cross references.
|
| |
|
|
|
|
|
|
|
| |
Do not talk about DH_set_default_openssl_method() and
DH_get_default_openssl_method(). They were short-lived
functions that only existed in OpenSSL 0.9.6.
Remove inclusion of a header that is not needed (from OpenSSL).
Remove one ugly custom section header.
|
| |
|
|
| |
Mention that DH_free(3) accepts NULL.
|
| |
|
|
|
|
| |
Improve description of DH_check(3) results using information from
OpenSSL manual and a look at the source code, leaving out the bits
we don't have.
|
| | |
|
| |
|
|
| |
but do not include the functions we don't have
|
| | |
|
| |
|
|
| |
While here use __func__ in debug strings to reduce noise when grepping.
|
| |
|
|
| |
While here us __func__ in debug strings to reduce noise when grepping.
|
| |
|
|
| |
ok jsg@
|
| | |
|
| | |
|
| |
|
|
| |
are fulfilled in bpf_catchpacket().
|
| | |
|
| |
|
|
|
|
|
| |
This will allow us to keep locking simple as soon as we trade
splsoftnet() for a rwlock.
ok bluhm@, claudio@
|
| |
|
|
|
|
| |
messages.
ok reyk@
|
| |
|
|
|
|
|
| |
make "addlocal" an alias to "add" on bridge. addlocal is handled
differently on switch(4).
OK yasuoka@
|