Age | Commit message (Expand) | Author |
2016-02-05 | Fix iwn(4) CCMP replay detection so it does not drop out-of-order A-MPDU | Stefan Sperling |
2016-02-05 | In iwn(4), set max A-MPDU length to 64k instead of 4k and tell the firmware | Stefan Sperling |
2016-02-05 | In iwm(4), set max A-MPDU length to 64k instead of 4k and tell the firmware | Stefan Sperling |
2016-02-05 | Implement acpi_get_table_with_size(). Will soon be used to read VFCT | Mark Kettenis |
2016-02-05 | Improve Linux PCI compatibility code. | Mark Kettenis |
2016-02-05 | Fix a pci vendor/device conversion missed in rev 1.6. | Mark Kettenis |
2016-02-04 | Make iwn(4) pass 802.11 control frames in monitor mode. | Stefan Sperling |
2016-02-04 | In iwn(4), don't forget about restoring the CCMP key to firmware after | Stefan Sperling |
2016-02-04 | If the ROM size is 0, we won't be able to read the video BIOS from it. | Mark Kettenis |
2016-02-03 | Prevent efifb(4) from attaching if we're the console. | Mark Kettenis |
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 |