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
2016-03-15
'accomodate' -> 'accommodate' in comments.
Kenneth R Westerback
2016-03-15
usbd_is_dying() can't be part of the common rtwn(4) driver code once we
Stefan Sperling
2016-03-14
Change a bunch of (<blah> *)0 to NULL.
Kenneth R Westerback
2016-03-11
Move rtwn(4) DMA init code back to the PCI part of the driver.
Stefan Sperling
2016-03-10
don't check stack-allocated arrays against NULL
mmcc
2016-03-10
Enforce some naming sanity. Stop using 'sc_link' to mean two different
Kenneth R Westerback
2016-03-09
Make rtwn(4) check for "unsupported test chip" error during attach again.
Stefan Sperling
2016-03-09
Make rtwn(4) stop the chip during DVACT_QUIESCE rather than DVACT_SUSPEND
Stefan Sperling
2016-03-09
Split the rtwn(4) driver into two layers:
Stefan Sperling
2016-03-07
For rtwn(4) and urtwn(4) inline driver-specific definitions in their
Stefan Sperling
2016-03-07
Merge TX/RX descriptors used by rtwn(4) and urtwn(4) into common header file.
Stefan Sperling
2016-03-07
Merge rtwn(4) and urtwn(4) register definitions into a common header file.
Stefan Sperling
2016-02-12
pcakets -> packets
mmcc
2016-01-22
remove a surplus splbio
Jonathan Gray
2016-01-15
when enabling the controller, wait till CSTS.RDY lights up.
David Gwynne
2016-01-15
feng shui.
David Gwynne
2016-01-15
fix calculation of the max queue entries supported value
David Gwynne
2016-01-15
handle the version register like ahci.
David Gwynne
2016-01-15
wrap up dma syncs for the whole mapping.
David Gwynne
2016-01-12
Remove wireless turbo mode support. It is a non-standard extension
Stefan Sperling
2016-01-05
Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode
Stefan Sperling
2016-01-04
mark the driver MPSAFE. most of this is cleaning up the oactive handling.
David Gwynne
2015-12-28
Rework re_start and re_txeof to only check the producer/consumer ring
Jonathan Matthew
2015-12-19
Replace 'arc4random() % x' by 'arc4random_uniform(x)'.
tb
2015-12-17
sprinkling ifndef __linux__ around two variable declarations could not
Ted Unangst
2015-12-17
s/expresion/expression/g
mmcc
2015-12-11
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
Martin Pieuchot
2015-12-08
No trailers has been the default and only option for 20 years, yet some
Ted Unangst
2015-12-06
typo in log entry
mmcc
2015-12-05
ifq_deq_rollback without a preceding ifq_deq_begin is fail.
David Gwynne
2015-12-03
ieee80211com's ic_sup_mcs array is smaller than it used to be because part of
Stefan Sperling
2015-12-03
Rewrite the tx handler to just use ifq_dequeue and drop packets that
Claudio Jeker
2015-12-02
Simplify fxp tx dma handling by using m_defrag instead of rolling our own
Claudio Jeker
2015-11-28
rework dc_start and dc_encap to take advantage of m_defrag.
David Gwynne
2015-11-28
Rework gem_start to check that there's enough space in the ring before
Jonathan Matthew
2015-11-25
Network drivers should not include <net/route.h> or <net/netisr.h>
Martin Pieuchot
2015-11-25
Small fixes related to the IFF_OACTIVE removal.
Martin Pieuchot
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
[prev]
[next]