summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24regenMark Kettenis
2015-11-24Add a few missing devices found on recent Apple hardware.Mark Kettenis
2015-11-24Fix inverted condition in previous.Mark Kettenis
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-24You need <netinet/ip.h> if you use "struct ip" for hw checksum.Martin Pieuchot
2015-11-24No need for "vlan.h" if you don't check for "#if NVLAN > 0".Martin Pieuchot
2015-11-24No need to include <net/if_arp.h>Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-24No need to include <net/if_types.h> for <net/if_vlan_var.h>Martin Pieuchot
2015-11-24Double the delay between the PHY reset and the status check forMartin Pieuchot
2015-11-24fix tx ring accounting in myx_start.David Gwynne
2015-11-24regenDaniel Dickman
2015-11-24Add some intel 6th gen and 100 series ids.Daniel Dickman
2015-11-23you cant touch m_pkthdr in between ifq_deq_begin and ifq_deq_commit.David Gwynne
2015-11-23Include <sys/atomic.h> when atomic operations are used.Martin Pieuchot
2015-11-23Back out the CRITICAL change, turn it back from 10% to 25%. SomeReyk Floeter
2015-11-22too many arguments to function 'ifq_deq_begin'David Gwynne
2015-11-22regenMark Kettenis
2015-11-22Unknown device in a MacBookPro9,2. Almost certainly the first generationMark Kettenis
2015-11-22regenMark Kettenis
2015-11-22Broadcom BCM4331. From Ossi Herrala.Mark Kettenis
2015-11-22Remove drm_gem_object_alloc() and associated infrastructure. It's unused andMark Kettenis
2015-11-22The "CRITICAL" APM battery level, that is exported/faked by the ACPIReyk Floeter
2015-11-22fix uninitialised variable use in nep_rx_proc()Jonathan Gray
2015-11-21The drm irq stuff isn't actually used on OpenBSD. Using the PCI deviceMark Kettenis
2015-11-21Make this work with 64-bit memory BARs such as those found on the newMark Kettenis
2015-11-20Add pledge "disklabel", which allows sysctl kern.rawpartition, aTheo de Raadt
2015-11-20Missed in previous, pointed by benoit@Martin Pieuchot
2015-11-20Revert all the changes to run the tx completion path wihtout holding theMartin Pieuchot
2015-11-20Check for space on the ring before dequeuing packets.Martin Pieuchot
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-11-19get rid of sc_tx_free and the atomic ops on it in myx_start and myx_txeof.David Gwynne
2015-11-17Clear if_timer when shutting down the interface so the watchdog timerJonathan Matthew
2015-11-17shuffle transmit to avoid IFQ_POLL.David Gwynne
2015-11-16Don't attempt to restore the framebuffer mode in radeon_driver_lastclose_kms()Mark Kettenis
2015-11-16pvbus_types isnt full on i386 cos the openbsd vmm entry is only setDavid Gwynne
2015-11-16Check for space on the ring before dequeuing packets.Martin Pieuchot
2015-11-16rework vge_start to avoid IFQ_POLLDavid Gwynne
2015-11-15virtio2 at pci0 dev 3 function 0 "Qumranet Virtio Network" rev 0x00: Virtio N...Theo de Raadt
2015-11-15Declare macros for antenna flags. Lifted from Linux iwlwifi.Stefan Sperling
2015-11-15Declare 802.11n mode and channel flags. Tweak 11n related fields in structStefan Sperling
2015-11-14Do not include <net/if_vlan_var.h> when it's not necessary.Martin Pieuchot
2015-11-14Add missing header found while removing <sys/srp.h> from <sys/param.h>Martin Pieuchot
2015-11-14Various *syncron* -> *synchron* typos.Miod Vallat
2015-11-13vmm is i386 only for nowTheo de Raadt
2015-11-13remove unused ARC4 support; ok mikeb@Christian Weisgerber
2015-11-13regenStefan Sperling
2015-11-13Add USB device ID found in an RTL8192EU device.Stefan Sperling
2015-11-13Remove unused non HMAC versions of MD5 and SHA1; ok mpi, deraadt, naddyMike Belopuhov