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
2016-01-30
regen
Jonathan Gray
2016-01-30
correct the string for 82801HBM RAID
Jonathan Gray
2016-01-29
Add support for XS_WATCH: XenStore notification facility
Mike Belopuhov
2016-01-26
Improve the previous fix: call vmxnet3_load_mbuf, bpf_mtap, and flip
Reyk Floeter
2016-01-26
prettify a NULL test in vr_start.
David Gwynne
2016-01-26
dont leak mbufs on encap failure.
David Gwynne
2016-01-25
Keep track of HT protection settings in beacons and have 11n-capable
Stefan Sperling
2016-01-25
In vmxnet3_start(), do not send the mbuf to bpf after passing it to
Reyk Floeter
2016-01-15
Moxa CP-168U support; from Olaf Schreck
Theo de Raadt
2016-01-15
sync
Theo de Raadt
2016-01-15
Moxa CP-168U, from Olaf Schreck
Theo de Raadt
2016-01-15
Detach emulated network devices if Netfront driver is enabled
Mike Belopuhov
2016-01-14
regen
David Gwynne
2016-01-14
there are two types of samsung sm951
David Gwynne
2016-01-14
add brackets to avoid an operator precedence bug
Jonathan Gray
2016-01-13
Revert most of if_iwm.c r1.155. Use of channel zero was a symptom of
Stefan Sperling
2016-01-13
Tell the iwn(4) firmware to retry failed Tx at 1Mbit/s instead of MCS 0.
Stefan Sperling
2016-01-13
Fix iwn(4) firmware SYSASSERT during hardware initialization.
Stefan Sperling
2016-01-12
fix a misplaced curly brace
Stefan Sperling
2016-01-12
post the packet on em_82547 chips after bpf
David Gwynne
2016-01-11
do further work on the em transmit path to simplify the code.
David Gwynne
2016-01-09
add a missing printf argument
Jonathan Gray
2016-01-09
consistently use the desc ring pointers as guards for their dmamem.
David Gwynne
2016-01-09
Use uiomove(9) instead of uiomovei(9). From Martin Natano.
Mark Kettenis
2016-01-08
Work around buggy zero-length packets produced by the DP83816A.
Martin Pieuchot
2016-01-07
Fix A-MPDU parameters in link quality firmware commands in iwn(4) and iwm(4).
Stefan Sperling
2016-01-07
look at pkts inside the loop over the pkts in em_free_receive_structures.
David Gwynne
2016-01-07
rename em_buffers to em_packets.
David Gwynne
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
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-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
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
Add pledge "drm", which allows a subset of the drm(4) ioctls. These are
Mark Kettenis
2016-01-06
revert 1.87, more work is needed here
Mike Belopuhov
2016-01-05
Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode
Stefan Sperling
2016-01-04
Record the modified mbuf chain after transmit checksum setup code
Mike Belopuhov
2016-01-04
Add initial support for 11n mode to the iwn(4) driver.
Stefan Sperling
2016-01-03
Add support for 100 series to pchtemp(4).
Daniel Dickman
2016-01-01
Reimplement vga_put() such that it compiles on i386 as well.
Mark Kettenis
[next]