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
/
pci
Age
Commit message (
Expand
)
Author
2015-12-18
Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutex
Mark Kettenis
2015-12-18
Make ix(4) mpsafer. Take advantage of intr_barrier() to eliminate the mutex
Mark Kettenis
2015-12-18
Remove an error-on-NULL condition after a mallocarray() call that cannot
mmcc
2015-12-17
If CORB/RIRB are not running, log error message unconditonnaly
Alexandre Ratchov
2015-12-14
Add initial 802.11n support to the iwm(4) driver.
Stefan Sperling
2015-12-14
"harware" -> "hardware"
mmcc
2015-12-12
Add OpenBSD Id.
Reyk Floeter
2015-12-11
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
Martin Pieuchot
2015-12-10
Remove plain DES from the kernel crypto framework, including the crypto
Christian Weisgerber
2015-12-10
a couple comment typos
mmcc
2015-12-10
mark bnx_start as mpsafe.
David Gwynne
2015-12-09
No need to check if size = az->pstream.buffer.size is zero, as
Alexandre Ratchov
2015-12-09
Backport some commits from mainline linux to enable High Bit Rate 2
Jonathan Gray
2015-12-09
rework the if_start mpsafe serialisation so it can serialise arbitrary work
David Gwynne
2015-12-08
Driver for the XenSource Platform Device
Mike Belopuhov
2015-12-08
When iwm(4) moves to AUTH state it asks the firmware for a "time event" to
Stefan Sperling
2015-12-08
No trailers has been the default and only option for 20 years, yet some
Ted Unangst
2015-12-08
dont need to repeatedly set if_start to the same function.
David Gwynne
2015-12-07
enable snooping on Intel 100 Series HDA
Jonathan Gray
2015-12-07
match on intel 100 series
Jonathan Gray
2015-12-06
switch on the return value of bus_dmamap_load_mbuf not value != 0
Jonathan Gray
2015-12-05
vioblk: Don't send flush ops if flush feature not present
Stefan Fritsch
2015-12-05
make vioblk_scsi_cmd more normal
Stefan Fritsch
2015-12-05
Make virtio_enqueue_commit return void
Stefan Fritsch
2015-12-05
Make the bnx interrupt handler mpsafe, and perform rx and tx completion
Jonathan Matthew
2015-12-03
tell the stack myx_start is mpsafe.
David Gwynne
2015-12-03
Rework cas_start to check for space on the ring before dequeueing and drop
Jonathan Matthew
2015-12-02
Add an unmute quirk for IDT 92HD75B3/4 codecs with HP subids.
Jonathan Gray
2015-12-01
Teach ppb(4) how to allocate PCI bus numbers such that it can properly
Mark Kettenis
2015-12-01
Enable the GSE interrupt on Broadwell. Fixes acpi brightness control on
Mark Kettenis
2015-12-01
myx doesnt use atomic.h anymore.
David Gwynne
2015-11-29
Make it possible to detach bge(4).
Mark Kettenis
2015-11-28
regen
Mark Kettenis
2015-11-28
Add a few devices found on the MacBookPro12,1
Mark Kettenis
2015-11-28
Rework gem_start to check that there's enough space in the ring before
Jonathan Matthew
2015-11-27
Don't report a bus conflict for bridges that are left (partly) unconfigured by
Mark Kettenis
2015-11-25
Network drivers should not include <net/route.h> or <net/netisr.h>
Martin Pieuchot
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
regen
Mark Kettenis
2015-11-24
Add a few missing devices found on recent Apple hardware.
Mark Kettenis
2015-11-24
Fix inverted condition in previous.
Mark Kettenis
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-24
No need to include <net/if_types.h> for <net/if_vlan_var.h>
Martin Pieuchot
2015-11-24
Double the delay between the PHY reset and the status check for
Martin Pieuchot
2015-11-24
fix tx ring accounting in myx_start.
David Gwynne
2015-11-24
regen
Daniel Dickman
[next]