Age | Commit message (Expand) | Author |
2019-03-20 | regen | Jonathan Gray |
2019-03-20 | add more intel graphics pci ids with known marketing names | Jonathan Gray |
2019-03-20 | regen | Jonathan Gray |
2019-03-20 | add radeondrm pci ids missing from pcidevs but present in drm_pciids.h | Jonathan Gray |
2019-03-16 | sync | Stuart Henderson |
2019-03-16 | add entries for Attansic E2400/E2500, from Brad (and also present, | Stuart Henderson |
2019-03-16 | fetch timing parameters from ACPI like the ACPI attachment does | Joshua Stein |
2019-03-15 | Remove FBSDID. | Kevin Lo |
2019-03-12 | Until we can figure out why it causes NMIs on some machines, skip the | Jonathan Matthew |
2019-03-06 | Ignore rx interrupts if the interface isn't supposed to be running. | Jonathan Matthew |
2019-03-05 | swap MFI_LD_PROG_BGI and MFI_LD_PROG_CC cases to match value order | Jonathan Matthew |
2019-03-01 | use a timeout to refill the rx ring when it's empty. | David Gwynne |
2019-03-01 | use ifiq_input instead of if_input | David Gwynne |
2019-03-01 | bus_dmamap_sync when we fill the rx ring, not for ever slot on the ring. | David Gwynne |
2019-03-01 | Background init progress and consistency check progress are reported in | Jonathan Matthew |
2019-02-27 | Make iwm(4) use CTS-to-self for HT protection if the AP requests this, | Stefan Sperling |
2019-02-27 | Implement support for dynamic RTS threshold in MiRA. | Stefan Sperling |
2019-02-27 | Fix iwn(4) scan misreporting the channel of wifi networks in some situations. | Stefan Sperling |
2019-02-26 | tweak the mbuf loading in the tx path so it's easier to read. | David Gwynne |
2019-02-26 | Re-enable interrupts on resume with RF switch disabled | kn |
2019-02-26 | i forgot to commit a regen after fixing some bcm entries | David Gwynne |
2019-02-26 | don't let rxr completely fill the rxr ring. | David Gwynne |
2019-02-26 | put the rx buffer at the end of the cluster. | David Gwynne |
2019-02-26 | avoid a deadlock in ixl_down when calling ifq_barrier. | David Gwynne |
2019-02-26 | put the rx buffer at the end of the mbuf | David Gwynne |
2019-02-24 | get rid of an unused softc member | David Gwynne |
2019-02-24 | Rework iwm(4) Tx rate selection. | Stefan Sperling |
2019-02-21 | get rid of atomic_foo ops in the tx start and completion paths. | David Gwynne |
2019-02-20 | fix the name of some BCM57417 and BCM57416 parts | David Gwynne |
2019-02-20 | regen | David Gwynne |
2019-02-20 | the broadcom BCM57811_VF device id should be 0x163f, not 0x16ef | David Gwynne |
2019-02-18 | regen | Kevin Lo |
2019-02-18 | Add another PCI ID for Intel Dual Band Wireless AC 9560, found in | Kevin Lo |
2019-02-07 | Consistently use m_freem(9). This fixes possible leaks in a few | Patrick Wildt |
2019-02-01 | fix up calculation of our physical function id, making the second port | Jonathan Matthew |
2019-01-31 | Fix compilation of amd64 kernel when optimization is disabled. | Todd C. Miller |
2019-01-29 | get rid of some more debug printfs | David Gwynne |
2019-01-29 | don't need to print the base queue number. | David Gwynne |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2019-01-24 | Zap unused disable flag from iwn_stop() | kn |
2019-01-23 | Move 802.11n rateset definitions out of MiRA and make them available to | Stefan Sperling |
2019-01-22 | Increase max mtu to match the linux driver; tested against ixl, which can | Jonathan Matthew |
2019-01-22 | Increase hardmtu to the maximum according to the datasheet and set the rx | Jonathan Matthew |
2019-01-22 | Add and remove mac filters for multicast addresses. | Jonathan Matthew |
2019-01-21 | also add a mac filter that ignores vlans for the broadcast address, so we can | Jonathan Matthew |
2019-01-20 | Replace the default mac filter with one that ignores vlans, and enable | Jonathan Matthew |
2019-01-20 | implement ixl_rxrinfo, dynamically allocating the buffer to prepare for | Jonathan Matthew |
2019-01-20 | Handle link state change interrupts by issuing IXL_AQ_OP_PHY_LINK_STATUS | Jonathan Matthew |
2019-01-19 | virtio: Introduce defines for config(8) flags | Stefan Fritsch |
2019-01-19 | actually set CAUSE_ENA on the rx and tx queues, and re-enable interrupts | Jonathan Matthew |