Age | Commit message (Expand) | Author |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-11-16 | Allow the driver to be able to retrieve the MAC address from the ROM | Brad Smith |
2014-11-15 | regen | Brad Smith |
2014-11-15 | Add Intel QS77 LPC. | Brad Smith |
2014-11-14 | regen | Martin Pieuchot |
2014-11-14 | Some BayTrail IDs, including xhci(4), found in inframare's dmesg on bugs@. | Martin Pieuchot |
2014-11-12 | Remove SIOCSIFMTU handling and misuse of if_mtu values for MRU | Mike Belopuhov |
2014-11-11 | Stop athn(4) from attaching to AR9300 devices for now. There are unresolved | Stefan Sperling |
2014-11-10 | add an additional error check into the ixgbe_handle_msf | Mike Belopuhov |
2014-11-10 | remove pointless timeout_del/add dance in the interrupt handler | Mike Belopuhov |
2014-11-10 | Inadvertent ampersand has made the check to always yield truth | Mike Belopuhov |
2014-11-10 | Gather full statistics only when IX_DEBUG is defined | Mike Belopuhov |
2014-11-10 | don't try to update the link status every second | Mike Belopuhov |
2014-11-10 | remove ixgbe_sfp_probe since it's not called anyways | Mike Belopuhov |
2014-11-06 | Cleanup whitespace and add 5 series comments. | Doug Hogan |
2014-11-06 | Add the required includes for the conditional parts of | Jonathan Gray |
2014-11-05 | Implement yet another workaround for the k1 em(4)'s. This time for | Claudio Jeker |
2014-11-04 | Commit a missing chunk of the diff I had sent out to recognize some | Brad Smith |
2014-10-30 | Do not enable interrupts before attaching usb(4), fix a panic when an | Martin Pieuchot |
2014-10-28 | the if_rxring accounting would get screwed up if the first mbuf to | David Gwynne |
2014-10-26 | Add resource tracking for PCI ROMs. | Mark Kettenis |
2014-10-25 | Don't attempt to suspend/resume a partially attached drm(4) driver. | Mark Kettenis |
2014-10-24 | Always put controller into known state before device intialization. | Brad Smith |
2014-10-20 | Be sure to return if the pci interrupt can't be mapped, instead of falling | Miod Vallat |
2014-10-19 | Use sc_if->sk_pktlen to specify the maximum DMA transfer size and maximum | Brad Smith |
2014-10-16 | Additonal registers needs to be saved in sc_save2, not sc_save. | Mark Kettenis |
2014-10-09 | Revert "enable MSI support", it introduced a regression on some chips. | Martin Pieuchot |
2014-10-08 | publish_avail_idx does not read the used ring, no need to call | Stefan Fritsch |
2014-10-08 | Add missing memory barriers to virtio. | Stefan Fritsch |
2014-10-08 | #ifdef SMALL_KERNEL some sensor blocks; ok miod | Theo de Raadt |
2014-10-08 | add support for megaraid 3008 (fury) and 3108 (invader) cards. the | David Gwynne |
2014-10-08 | regen | David Gwynne |
2014-10-08 | new megaraids | David Gwynne |
2014-10-08 | Remove the i830/i845 pipe A force quirks, matching changes | Jonathan Gray |
2014-10-04 | - Recognize the Yukon Prime and Yukon Optima 2 chipsets. | Brad Smith |
2014-10-04 | replace mutexes to serialise the operations on the flag that restricts | David Gwynne |
2014-10-04 | sync | Theo de Raadt |
2014-10-04 | more nvidia; from Seth Jackson | Theo de Raadt |
2014-10-03 | regen | Brad Smith |
2014-10-03 | Add Atheros E2200 and Marvell Yukon 88E8079. | Brad Smith |
2014-10-03 | refill the rx ring in myx_rxeof, not much later at the end of myx_intr. | David Gwynne |
2014-10-03 | in rxeof, instead of taking the biglock on every packet to call bpf | David Gwynne |
2014-10-03 | we dont need the kernel lock to call bus_dmamap_load and unload thanks | David Gwynne |
2014-10-03 | dont need to hold the kernel lock to call MCLGETI and m_freem now. | David Gwynne |
2014-10-03 | dont take the kernel lock on every interrupt in case we might change | David Gwynne |
2014-09-30 | Fix another Ricoh SD controller which needs to be put into slow mode to work. | Stefan Sperling |
2014-09-30 | Add support for "physical devices". Tested on: | Mark Kettenis |
2014-09-27 | retire Accoom Networks Artery T1/E1 drive; ok claudio | Theo de Raadt |
2014-09-26 | new ricoh controllers must also be pushed into "old slow mode" at resume | Theo de Raadt |
2014-09-24 | fix the build when DRMDEBUG is defined | Jonathan Gray |