summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2016-02-05Fix iwn(4) CCMP replay detection so it does not drop out-of-order A-MPDUStefan Sperling
2016-02-05In iwn(4), set max A-MPDU length to 64k instead of 4k and tell the firmwareStefan Sperling
2016-02-05In iwm(4), set max A-MPDU length to 64k instead of 4k and tell the firmwareStefan Sperling
2016-02-05Implement acpi_get_table_with_size(). Will soon be used to read VFCTMark Kettenis
2016-02-05Improve Linux PCI compatibility code.Mark Kettenis
2016-02-05Fix a pci vendor/device conversion missed in rev 1.6.Mark Kettenis
2016-02-04Make iwn(4) pass 802.11 control frames in monitor mode.Stefan Sperling
2016-02-04In iwn(4), don't forget about restoring the CCMP key to firmware afterStefan Sperling
2016-02-04If the ROM size is 0, we won't be able to read the video BIOS from it.Mark Kettenis
2016-02-03Prevent efifb(4) from attaching if we're the console.Mark Kettenis
2016-01-30regenJonathan Gray
2016-01-30correct the string for 82801HBM RAIDJonathan Gray
2016-01-29Add support for XS_WATCH: XenStore notification facilityMike Belopuhov
2016-01-26Improve the previous fix: call vmxnet3_load_mbuf, bpf_mtap, and flipReyk Floeter
2016-01-26prettify a NULL test in vr_start.David Gwynne
2016-01-26dont leak mbufs on encap failure.David Gwynne
2016-01-25Keep track of HT protection settings in beacons and have 11n-capableStefan Sperling
2016-01-25In vmxnet3_start(), do not send the mbuf to bpf after passing it toReyk Floeter
2016-01-15Moxa CP-168U support; from Olaf SchreckTheo de Raadt
2016-01-15syncTheo de Raadt
2016-01-15Moxa CP-168U, from Olaf SchreckTheo de Raadt
2016-01-15Detach emulated network devices if Netfront driver is enabledMike Belopuhov
2016-01-14regenDavid Gwynne
2016-01-14there are two types of samsung sm951David Gwynne
2016-01-14add brackets to avoid an operator precedence bugJonathan Gray
2016-01-13Revert most of if_iwm.c r1.155. Use of channel zero was a symptom ofStefan Sperling
2016-01-13Tell the iwn(4) firmware to retry failed Tx at 1Mbit/s instead of MCS 0.Stefan Sperling
2016-01-13Fix iwn(4) firmware SYSASSERT during hardware initialization.Stefan Sperling
2016-01-12fix a misplaced curly braceStefan Sperling
2016-01-12post the packet on em_82547 chips after bpfDavid Gwynne
2016-01-11do further work on the em transmit path to simplify the code.David Gwynne
2016-01-09add a missing printf argumentJonathan Gray
2016-01-09consistently use the desc ring pointers as guards for their dmamem.David Gwynne
2016-01-09Use uiomove(9) instead of uiomovei(9). From Martin Natano.Mark Kettenis
2016-01-08Work around buggy zero-length packets produced by the DP83816A.Martin Pieuchot
2016-01-07Fix A-MPDU parameters in link quality firmware commands in iwn(4) and iwm(4).Stefan Sperling
2016-01-07look at pkts inside the loop over the pkts in em_free_receive_structures.David Gwynne
2016-01-07rename em_buffers to em_packets.David Gwynne
2016-01-07rename the rx and tx ring softc vars.David Gwynne
2016-01-07prefix the rx and tx ring softc members with sc_David Gwynne
2016-01-07host the rx ring dmamap syncs out of em_get_buf into em_rxfill.David Gwynne
2016-01-07unify the bus_dmamap_sync calls around the tx and rx rings.David Gwynne
2016-01-07dma_paddr in struct em_dma_alloc is unused, so gc it.David Gwynne
2016-01-07simplify the calculation of the dmamem size for the tx and rx rings.David Gwynne
2016-01-07unify the dma tag into sc_dmat in em_softc.David Gwynne
2016-01-07sprinkle DEVNAMEDavid Gwynne
2016-01-07rename the struct arpcom interface_data in em_softc to sc_ac.David Gwynne
2016-01-07rename em_softc sc_dv to sc_dev. like ALL OUR OTHER DRIVERS.David Gwynne
2016-01-07tweak em to make it mpsafe, both for interrupts and if_start.David Gwynne
2016-01-06Initialize the A-MPDU parameters field in HT capability elements.Stefan Sperling