Age | Commit message (Collapse) | Author |
|
pfsr pointers seven months ago. This would work, but not in all fault cases;
now it does the right thing.
|
|
buffer on attach, and using it for encrypt/decrypt operations. Still
disabled, since the driver cannot currently handle an operation larger
than supported by this buffer. (Interactive ssh does work with this
code, however.)
"commit, of course" deraadt@
|
|
override the DAE helper routines with workaroundless code while the kernel
text is still writable.
|
|
independent subfunctions, turn PFSR_SAVE into a couple of NOP, and replace
them early at runtime with a branch to the selected routine, which will
return to pfsr_save.
This is really better for 188 systems.
|
|
since we know we are at splsched().
|
|
|
|
calling it.
|
|
|
|
(spec wants 3 X1 clock cycles, thus 0.82 microsecond on mvme188)
|
|
reprogramming.
ok mglocker@
|
|
- Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() + mtod().
- Only BUS_DMASYNC_PREREAD is necessary for the bus_dmamap_sync().
ixgb_allocate_receive_structures():
- Clean up error handling for receive buffer allocation and just
have everything done by ixgb_free_receive_structures() now.
ixgb_free_receive_structures():
- A few changes here to allow this function to be called from
ixgb_stop() as well as ixgb_allocate_receive_structures().
|
|
|
|
|
|
- set RL_EARLY_TX_THRESH before starting TX and RX
- clear a TX timeout only if all queued packets are handled
- declare struct rl_txq separately
- minor style tweaks in re_txeof()
From tsutsui@NetBSD
Tested by brad@, maja@ and kettenis@
Tested on amd64/armish/i386/sparc64
|
|
|
|
|
|
|
|
no longer share the same code, but will be instead be duplicated from the same
source, so that bcopy() and memcpy() do not need to check for overlap, and
memcpy() and memmove() are shorter.
|
|
flag just like we do on i386.
|
|
|
|
|
|
variants.
tested by jsg@
|
|
Broadcom BCM43xx chipset. Device attaches, but has no further
functionality yet.
The work has been done by Jon Simola <jsimola@gmail.com>, based on the
existing bce(4) code. He will continue to work on the driver and try
to make further progress.
ok deraadt@
|
|
`#undef CRYPTO' since it doesn't work properly yet. Committing in
order to get it into the tree.
"get it in" deraadt@
|
|
|
|
being touched, fixes PR 3634, okay mickey@, thib@ and beck@.
|
|
|
|
|
|
the euid/egid of the server it connects to. The euid and egid are captured in
the bind() call -- this is the equivalent of the client behaviour where the
same thing is done in connect().
tested and ok espie@, ok henning@, go for it deraadt@
|
|
|
|
|
|
|
|
softc. Fortunately this branch (when neither CRYPTO_F_IMBUF nor
CRYPTO_F_IOV is specified) is not currently used.
ok hshoexer@ jason@
|
|
available TX descriptors in the case that em_encap() has tried to reclaim
descriptors.
From Jack Vogel@Intel
Tested by brad@, mk@, Gabriel Kihlman <gk at stacken dot kth dot se>,
Johan Mson Lindman <tybollt at solace dot mh dot se>
Tested on amd64/i386/sparc64
|
|
|
|
(to sync up with more recent IPv6 spec)
ok from: deraadt mcbride
|
|
|
|
|
|
|
|
that time is ticking, so it can timeout properly
|
|
|
|
|
|
|
|
malo_stop() / malo_init().
ok claudio@
|
|
untested because of lack of hardware. if you have a ZD1211 adapter
with one of these radios, please drop us a mail.
code written by Florian Stoehr <ich AT florian-stoehr DOT de>
|
|
some dead code, protect ieee80211_next_scan() from network interrupts,
fix some comments.
ok claudio@
|
|
we need to do so whenever we do have a (pf) tag != 0 on the state OR (that
part was missing) when rtableid on the rule is nonzero.
problem noticed by Andreas Lundin <lunde@dreamhosted.se> testing the
multiple routing tables enabling diff, ok mcbride
|
|
|
|
and early in the boot process existant. needed by the rc scripts for
carp demotion on the "carp" group. this used to work because pfsync0
was always there and member of said group; it has been broken on pfsync-less
kernels for quite some time. ok mpf mcbride
|
|
code factored out from if_addgroup(), previously a group always had to have
members. ok mpf mcbride
|