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
Age
Commit message (
Expand
)
Author
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
2015-11-24
Add some intel 6th gen and 100 series ids.
Daniel Dickman
2015-11-23
you cant touch m_pkthdr in between ifq_deq_begin and ifq_deq_commit.
David Gwynne
2015-11-23
Include <sys/atomic.h> when atomic operations are used.
Martin Pieuchot
2015-11-23
Back out the CRITICAL change, turn it back from 10% to 25%. Some
Reyk Floeter
2015-11-22
too many arguments to function 'ifq_deq_begin'
David Gwynne
2015-11-22
regen
Mark Kettenis
2015-11-22
Unknown device in a MacBookPro9,2. Almost certainly the first generation
Mark Kettenis
2015-11-22
regen
Mark Kettenis
2015-11-22
Broadcom BCM4331. From Ossi Herrala.
Mark Kettenis
2015-11-22
Remove drm_gem_object_alloc() and associated infrastructure. It's unused and
Mark Kettenis
2015-11-22
The "CRITICAL" APM battery level, that is exported/faked by the ACPI
Reyk Floeter
2015-11-22
fix uninitialised variable use in nep_rx_proc()
Jonathan Gray
2015-11-21
The drm irq stuff isn't actually used on OpenBSD. Using the PCI device
Mark Kettenis
2015-11-21
Make this work with 64-bit memory BARs such as those found on the new
Mark Kettenis
2015-11-20
Add pledge "disklabel", which allows sysctl kern.rawpartition, a
Theo de Raadt
2015-11-20
Missed in previous, pointed by benoit@
Martin Pieuchot
2015-11-20
Revert all the changes to run the tx completion path wihtout holding the
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-19
get rid of sc_tx_free and the atomic ops on it in myx_start and myx_txeof.
David Gwynne
2015-11-17
Clear if_timer when shutting down the interface so the watchdog timer
Jonathan Matthew
2015-11-17
shuffle transmit to avoid IFQ_POLL.
David Gwynne
2015-11-16
Don't attempt to restore the framebuffer mode in radeon_driver_lastclose_kms()
Mark Kettenis
2015-11-16
pvbus_types isnt full on i386 cos the openbsd vmm entry is only set
David Gwynne
2015-11-16
Check for space on the ring before dequeuing packets.
Martin Pieuchot
2015-11-16
rework vge_start to avoid IFQ_POLL
David Gwynne
2015-11-15
virtio2 at pci0 dev 3 function 0 "Qumranet Virtio Network" rev 0x00: Virtio N...
Theo de Raadt
2015-11-15
Declare macros for antenna flags. Lifted from Linux iwlwifi.
Stefan Sperling
2015-11-15
Declare 802.11n mode and channel flags. Tweak 11n related fields in struct
Stefan Sperling
2015-11-14
Do not include <net/if_vlan_var.h> when it's not necessary.
Martin Pieuchot
2015-11-14
Add missing header found while removing <sys/srp.h> from <sys/param.h>
Martin Pieuchot
2015-11-14
Various *syncron* -> *synchron* typos.
Miod Vallat
2015-11-13
vmm is i386 only for now
Theo de Raadt
2015-11-13
remove unused ARC4 support; ok mikeb@
Christian Weisgerber
2015-11-13
regen
Stefan Sperling
2015-11-13
Add USB device ID found in an RTL8192EU device.
Stefan Sperling
2015-11-13
Remove unused non HMAC versions of MD5 and SHA1; ok mpi, deraadt, naddy
Mike Belopuhov
[next]