Age | Commit message (Expand) | Author |
2016-01-07 | In sendsyslogd(2) strip off syslog priority when logging to console. | Alexander Bluhm |
2016-01-07 | look at pkts inside the loop over the pkts in em_free_receive_structures. | David Gwynne |
2016-01-07 | Use a resune hook to re-evaluate the "_LID" status upon resume. | Martin Pieuchot |
2016-01-07 | rename em_buffers to em_packets. | David Gwynne |
2016-01-07 | Xen virtual networking interface (Netfront) driver. | Mike Belopuhov |
2016-01-07 | rename the rx and tx ring softc vars. | David Gwynne |
2016-01-07 | prefix the rx and tx ring softc members with sc_ | David Gwynne |
2016-01-07 | host the rx ring dmamap syncs out of em_get_buf into em_rxfill. | David Gwynne |
2016-01-07 | unify the bus_dmamap_sync calls around the tx and rx rings. | David Gwynne |
2016-01-07 | dma_paddr in struct em_dma_alloc is unused, so gc it. | David Gwynne |
2016-01-07 | simplify the calculation of the dmamem size for the tx and rx rings. | David Gwynne |
2016-01-07 | unify the dma tag into sc_dmat in em_softc. | David Gwynne |
2016-01-07 | Make open(O_NONBLOCK) of tun, tap, and bpf behave like open+ioctl(FIONBIO) | Philip Guenther |
2016-01-07 | Handle receive queue full condition instead of hanging.This can be | Can Erkin Acar |
2016-01-07 | sprinkle DEVNAME | David Gwynne |
2016-01-07 | rename the struct arpcom interface_data in em_softc to sc_ac. | David Gwynne |
2016-01-07 | rename em_softc sc_dv to sc_dev. like ALL OUR OTHER DRIVERS. | David Gwynne |
2016-01-07 | tweak em to make it mpsafe, both for interrupts and if_start. | David Gwynne |
2016-01-07 | Copy received data only if it exists. Avoid panics in odd situations. | Masao Uebayashi |
2016-01-07 | We want the first, not the last, OpenBSD partition in the MBR. | Kenneth R Westerback |
2016-01-06 | document the signify command for the next release, so that users can | Sebastian Benoit |
2016-01-06 | Initialize the A-MPDU parameters field in HT capability elements. | Stefan Sperling |
2016-01-06 | Add DRM_RENDER_ALLOW flag to the appropriate ioctls such that pledge "drm" | Mark Kettenis |
2016-01-06 | turn off the whitepath code for now; we're not sure it's ready for release | Ted Unangst |
2016-01-06 | remove unnecessary casts where the incoming type is void *. | Ted Unangst |
2016-01-06 | tidy up whitespace, etc. | Ted Unangst |
2016-01-06 | We want the first, not the last, OpenBSD partition in the MBR. | Kenneth R Westerback |
2016-01-06 | Prevent integer overflows in sosend() and soreceive() by converting | Stefan Kempf |
2016-01-06 | fix comment typos | Stuart Henderson |
2016-01-06 | Ensure that iwn(4) always uses a CCK rate as last fallback in the firmware's | Stefan Sperling |
2016-01-06 | iwm(4) adjusts the firmware's tx rate retry table dynamically so we must | Stefan Sperling |
2016-01-06 | Follow the spec and check the SCI_EN bit to see if ACPI has already | Mark Kettenis |
2016-01-06 | Add pledge "drm", which allows a subset of the drm(4) ioctls. These are | Mark Kettenis |
2016-01-06 | deactivate POOL_DEBUG for release | Sebastian Benoit |
2016-01-06 | revert 1.87, more work is needed here | Mike Belopuhov |
2016-01-06 | Bring efidev.c goodness into softraid.c by returning and displaying | Kenneth R Westerback |
2016-01-05 | Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode | Stefan Sperling |
2016-01-05 | annoying whitespace | Theo de Raadt |
2016-01-05 | Move over to the v1 of Grant Table entries | Mike Belopuhov |
2016-01-05 | Memorize the DMA segment's data offset within the page | Mike Belopuhov |
2016-01-05 | Remove PTE locking from pmap_extract() because it does not add any MP | Visa Hankala |
2016-01-05 | Some implementations of HitSyncDCache() call pmap_extract() for va->pa | Visa Hankala |
2016-01-04 | Record the modified mbuf chain after transmit checksum setup code | Mike Belopuhov |
2016-01-04 | Skip "suspend" device node during probing | Mike Belopuhov |
2016-01-04 | Include the node name into the error message | Mike Belopuhov |
2016-01-04 | Preallocate Grant Table frames to simplify the code for now | Mike Belopuhov |
2016-01-04 | Add initial support for 11n mode to the iwn(4) driver. | Stefan Sperling |
2016-01-04 | Replace magic shifts and bitmasks used for ADDBA parameters | Stefan Sperling |
2016-01-04 | Fix another case where the return value of ieee80211_chan2mode() was | Stefan Sperling |
2016-01-04 | ADDBA frames have a parameter set which we check against our own capabilities | Stefan Sperling |