index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
octeon
/
dev
Age
Commit message (
Expand
)
Author
2015-12-18
A store to FPA does not need splnet(). The operation is atomic.
Visa Hankala
2015-11-25
Simplify the setup of gather segments.
Visa Hankala
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-21
Drop sysctl leftovers.
Visa Hankala
2015-11-20
Make cnmac compile again after IF_DROP() removal. Just bail out if the
Visa Hankala
2015-11-19
Remove an unused bus space mapping and a few other leftovers. Compact
Visa Hankala
2015-11-18
Take account of padding with dynamic short packets. This fixes the
Visa Hankala
2015-11-13
Remove an unnecessary IFQ_POLL(), along with an unused #ifdef block.
Visa Hankala
2015-10-28
Enable TCP/UDP checksum offloading on packet transmission.
Visa Hankala
2015-10-28
Add proper padding to packets that the hardware does not recognize as
Visa Hankala
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-10-24
Make use of hardware RX checksum validation.
Visa Hankala
2015-10-15
Let the rx path of cnmac run without the kernel lock. To avoid the need
Visa Hankala
2015-10-08
Remove the sc_soft_req_cnt field because the number of tx requests is
Visa Hankala
2015-10-03
correct a memory leak in error code path.
Sebastien Marie
2015-09-26
xheart_splx() has to restore the interrupt mask even on secondary CPUs
Visa Hankala
2015-09-26
Let MP-safe interrupt handlers run without the kernel lock on octeon.
Visa Hankala
2015-09-14
Fix more ifmedia64 fallout in the kernel. It's hiding everywhere...
Stefan Sperling
2015-09-01
Increase transfer FIFOs for dwc2, to improve USB performance. The new
Visa Hankala
2015-07-20
Add a new flash driver for Octeon that allows access to the internal
Paul Irofti
2015-07-20
it's unlikely we'll run on physical octeon hardware that's little endian;
Jasper Lievisse Adriaanse
2015-07-19
rework how iobus(4) finds and attaches devices.
Jasper Lievisse Adriaanse
2015-07-19
don't check for the name in attach_args being NULL; nothing should call
Jasper Lievisse Adriaanse
2015-07-19
set usb vendor string to 'Octeon' instead of ''
Jasper Lievisse Adriaanse
2015-07-19
remove pointless cast
Jasper Lievisse Adriaanse
2015-07-16
make a comment more safe, there's no CRIME there.
Jasper Lievisse Adriaanse
2015-07-13
Do not attempt to configure octhci, superseded by dwc2
Miod Vallat
2015-07-03
Put the newline at the right place.
Miod Vallat
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-06-11
convert sc_sendq into an mbuf_list, and use ph_cookie rather than rcvif to
Jonathan Matthew
2015-05-23
use & not && when testing lcr bits
Jonathan Gray
2015-05-01
Do not grab the kernel lock for clock interrupts. Help and ok kettenis@
Miod Vallat
2015-04-30
Convert to if_input().
Martin Pieuchot
2015-04-26
Get dwc2 working on octeon.
Jonathan Matthew
2015-03-19
Let it compile!
Martin Pieuchot
2015-02-14
Don't defer initialization. config_defer(9) doesn't defer things as
Masao Uebayashi
2015-02-12
Set external DMA address configuration interface.
Masao Uebayashi
2015-02-12
- Use config_defer() to call actual attachment.
Masao Uebayashi
2015-02-11
no md code wants lockmgr locks, so no md code needs to include sys/lock.h
David Gwynne
2015-02-11
Direct config glue for octdwctwo(4).
Masao Uebayashi
2015-02-11
Fix DIAGNOSTIC build. Trim blank lines.
Masao Uebayashi
2015-02-11
Minimal attachment to build-test dwc2(4).
Masao Uebayashi
2015-02-05
Whitespace.
Masao Uebayashi
2015-02-05
Use octeon_xkphys_*_8().
Masao Uebayashi
2014-12-22
unifdef INET
Ted Unangst
2014-12-19
Use <sys/endian.h> instead of <machine/endian.h>
Philip Guenther
2014-12-09
Replace some malloc(n*size,...) calls with mallocarray().
Doug Hogan
2014-12-05
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
Martin Pieuchot
2014-10-26
- add board type of edgerouter pro
Jasper Lievisse Adriaanse
[next]