| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
| |
Call a chip specific method to disable RX unit;
DPF (Drop [Unicast] Pause Frames) and PMCF (Pass MAC Control Frames)
bits should only be enabled on 82598 since others don't document them.
|
| |
|
|
| |
Reported and tested by Hrvoje Popovski, thanks!
|
| |
|
|
| |
action field display from features request.
|
| |
|
|
| |
the referenced CRYPTO_get_ex_new_index(3) will follow shortly
|
| | |
|
| |
|
|
|
|
| |
Mention that BIO_set_fd(3) and BIO_get_fd(3) are macros.
Delete off-topic sentences about the return values of BIO_seek(3),
BIO_reset(3), and BIO_tell(3).
|
| |
|
|
| |
Bring in one clarifying sentence from OpenSSL.
|
| |
|
|
|
| |
In the SYNOPSIS, provide prototypes rather than #define directives.
Bring in improvements to the EXAMPLES section from OpenSSL.
|
| |
|
|
| |
Bring in a bug fix and the new RETURN VALUES section from OpenSSL.
|
| | |
|
| |
|
|
| |
Bring in two clarifying sentences from OpenSSL.
|
| |
|
|
|
| |
Document that BIO_free(3), BIO_vfree(3), and BIO_free_all(3) accept NULL.
Delete the useless statement that void functions return no value.
|
| |
|
|
| |
OpenFlow 1.3.5 it is a reserved field that is not being used.
|
| |
|
|
| |
Requested by rzalamena@
|
| |
|
|
|
|
| |
(manually synced). Also make the output a bit more like other printers.
OK rzalamena@
|
| |
|
|
| |
Clue stick from miod@
|
| |
|
|
| |
Requested by rzalamena@
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
length instead of the packet instruction length to free the old
instruction.
ok reyk@
|
| |
|
|
|
|
| |
One can now specify multiple "listen on" statements. The default is to
listen on 0.0.0.0 and ::, which means better handling of dual-stack
setups. ok sthen@ on a previous version, input and ok reyk@.
|
| |
|
|
|
|
|
| |
1. Specifying a precision for the %s format character limits the number
of bytes printed, not the number of characters.
2. Document the intentional POSIX violation of ignoring the locale.
Feedback and OK jmc@, bentley@.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
While the C library function printf(3) is used here and is
locale-dependent, the printf(1) utility does not use the locale
dependent parts %lc and %ls. While POSIX requires LC_NUMERIC
support, we intentionally don't implement that in printf(3).
In summary, no functional change.
While here, sort headers and use the usual __dead usage() idiom.
Based on a patch from Jan Stary <hans at stare dot cz>.
OK bentley@
|
| | |
|
| | |
|
| |
|
|
|
|
| |
This factors out the code configuring General Purpose Interrupts into
a separate function and provides LASI (Link Alarm Status Interrupt)
handler used by controllers in the X550 family lacking integrated PHY.
|
| |
|
|
| |
no binary change.
|
| |
|
|
|
|
|
|
|
|
| |
- separate functions for delay value calculation and figuring out
whether or not we're doing SFP.
- MAC type detection is now done by ixgbe_set_mac_type;
- call {enable,disable}_tx_laser conditionally;
- unused TSO code bites the dust;
- default to "IFM_ETHER | IFM_AUTO" when we can't select any other
media type.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
- Free ibufs on validation failures;
- Don't use htons() for flow-mod command;
ok reyk@
|
| | |
|
| |
|
|
| |
OK rzalamena@
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
indirectly documented in the specification. Add the states to the
header as it is important for all implementations. Both switch(4) and
switchd(8) have to be updated to follow the fsm instead of answering
any requests at any time.
OK rzalamena@
|
| |
|
|
|
| |
- Use the right amount of zeros to match the header bit length;
- Use hex instead of bit shifting;
|
| | |
|
| |
|
|
|
|
| |
spotted by Heiko Zimmermann
ok gilles@
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
each counter is identified by an enum value which correspond to the
original members of the udpstat struct.
udpstat_inc(udps_foo) replaces udpstat.udps_foo++ for the actual
updates. udpstat_inc is a thin wrapper around counters_inc.
counters are still returned to userland via the udpstat struct for
now.
ok mpi@ mikeb@ deraadt@
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
their iobuf counterparts.
ok gilles@ sunil@
|