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
/
dev
/
ic
Age
Commit message (
Expand
)
Author
2015-11-25
trim unused variable
David Gwynne
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-24
You need <netinet/ip.h> if you use "struct ip" for hw checksum.
Martin Pieuchot
2015-11-24
No need for "vlan.h" if you don't check for "#if NVLAN > 0".
Martin Pieuchot
2015-11-24
No need to include <net/if_arp.h>
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-11-20
Check for space on the ring before dequeuing packets.
Martin Pieuchot
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-11-16
Check for space on the ring before dequeuing packets.
Martin Pieuchot
2015-11-14
Do not include <net/if_vlan_var.h> when it's not necessary.
Martin Pieuchot
2015-11-14
Various *syncron* -> *synchron* typos.
Miod Vallat
2015-11-12
two newlines in the middle of a func doenst look right.
David Gwynne
2015-11-11
Kill useless IFQ_POLL().
Martin Pieuchot
2015-11-08
Merge NetBSD 1.145:
Miod Vallat
2015-11-04
use if_enqueue() rather than doing a poor inline version of it.
David Gwynne
2015-11-04
replace the ifqueues in net80211 with mbuf_queues.
David Gwynne
2015-11-02
later variants of these chips can support bigger rx and tx rings. this
David Gwynne
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-10-23
replace pointer arithmetic and casts with offsetof
Jonathan Gray
2015-10-04
Fix memory leak in error path.
Jonathan Matthew
2015-09-18
More ifmedia64 fallout.
Miod Vallat
2015-09-17
Do not define QLW_DEBUG if SMALL_KERNEL, and turn qlw_dump_iocb() and
Miod Vallat
2015-09-12
let the C files do the sys/param.h including job
Theo de Raadt
2015-09-12
ifmedia64 fixes.
Miod Vallat
2015-09-11
Make room for media types of the future. Extend the ifmedia word to 64 bits.
Stefan Sperling
2015-09-10
remove unused macro GEM_CURRENT_MEDIA; ok dlg@ mpi@
Stefan Sperling
2015-09-09
sizes for free(); ok semarie
Theo de Raadt
2015-09-09
sizes for free(); ok semarie
Theo de Raadt
2015-09-09
sizes for free(); ok sthen
Theo de Raadt
2015-09-09
sizes for free(); ok sthen semarie
Theo de Raadt
2015-09-07
sizes for free(); ok jmatthew
Theo de Raadt
2015-09-06
srom size is tracked, pass to free()
Theo de Raadt
2015-09-06
firmware size for free()
Theo de Raadt
2015-09-04
add support for RTL8168H
Jonathan Gray
2015-09-01
size for free()
Theo de Raadt
2015-08-30
Track rom size, for free()
Theo de Raadt
2015-08-29
firmware sizes are known; use them for free()
Theo de Raadt
2015-08-28
fairly simple sizes for free(); ok tedu
Theo de Raadt
2015-08-27
sizes for free()
Theo de Raadt
2015-08-17
The 80's called and want their interface back. Remove last fragments of
Kenneth R Westerback
2015-08-15
Do not perform timeout maintainance on sc->poll_timeout if it has not been
Miod Vallat
2015-08-12
removes two mem leaks in ti (in error path).
Sebastien Marie
2015-07-26
When attaching on an alpha system, get the current textmode resolution by
Miod Vallat
2015-07-26
Make pcic_ident_ok() completely silent in case of failure.
Miod Vallat
2015-07-18
Shuffle include file ordering in preparation for future changes in vgavar.h,
Miod Vallat
2015-07-17
Nuke a bunch of leading and trailing whitespace so I don't go blind
Kenneth R Westerback
2015-07-08
MFREE(9) is dead, long live m_freem(9)!
Martin Pieuchot
2015-07-06
Make malo(4) compile with MALO_DEBUG. Problem found by Walter Daugherity.
Stefan Sperling
2015-06-26
Adapt to the removal of the symbolic input and output port names from
Miod Vallat
[next]