| Age | Commit message (Expand) | Author |
| 2018-02-28 | add workaround for PHY detection on Apple K2 GMAC | macallan |
| 2018-02-27 | - don't leak ccb on alloc failure. | christos |
| 2018-02-19 | Rewrite data transfer path to take advantage of the PL181's 64-byte FIFO. | jmcneill |
| 2018-02-12 | Add a new option CISS_NO_INTERRUPT_HACK for driving ciss(4) by callouts. | joerg |
| 2018-02-08 | Typos. | dholland |
| 2018-02-06 | Remove misplaced semicolon, found by GCC 6. | rin |
| 2018-02-05 | fixes for GCC 6.4: | mrg |
| 2018-02-01 | Replace ovbcopy -> memmove, same. | maxv |
| 2018-01-30 | Move mpt_disc_enable setting into is_scsi block. | jakllsch |
| 2018-01-30 | more-fully initialize mpt_disc_enable | jakllsch |
| 2018-01-30 | remove unused softc variables | jakllsch |
| 2018-01-24 | Remove port-acorn26 | skrll |
| 2018-01-24 | Fix integer overflows noted by Silvio Cesare of InfoSect. | riastradh |
| 2018-01-23 | Add "bufq_fcfs" requirement to all those driver modules that explicitly | pgoyette |
| 2018-01-16 | Prepend 'sp_' to the name of the fields, so that they can easily be found | maxv |
| 2018-01-16 | Mmh refix previous, we also need to make sure frm[1] is there. | maxv |
| 2018-01-16 | Fix overflow, noted by Maya. | maxv |
| 2018-01-14 | Fix awful use of m_defrag, this code just can't work. And don't forget to | maxv |
| 2017-12-21 | overhaul the dbri driver and make it work again in the New Order Of Things | macallan |
| 2017-12-21 | Don't KASSERT that we are MPSAFE if ! DWCGMAC_MPSAFE | martin |
| 2017-12-19 | Don't set IFEF_MPSAFE unless NET_MPSAFE at this point | ozaki-r |
| 2017-12-18 | Support promiscuous mode | jmcneill |
| 2017-12-18 | Use ieee80211_media_status | jmcneill |
| 2017-12-18 | Stop the device at attach in case it was previously initialized | jmcneill |
| 2017-12-10 | Add support for I2C designware controllers (as found in Intel PCH devices), | bouyer |
| 2017-12-04 | Put back SUNXI definitions in the COM_REGMAP case; com.c uses them | bouyer |
| 2017-12-04 | Make it clear that SUNXI registers are not defined/supported in the | bouyer |
| 2017-11-25 | Add driver for QEMU Firmware Configuration device. | jmcneill |
| 2017-11-16 | Unify IFEF_*_MPSAFE into IFEF_MPSAFE | ozaki-r |
| 2017-11-11 | change several of error logs in ahci_intr_port() to use AHCIDEBUG_PRINT() | jdolecek |
| 2017-10-31 | As discussed on tech-kern: define a new tty internal state flag: TS_KERN_ONLY | martin |
| 2017-10-29 | Make all of the COM_xxx type options runtime selectable. Kernel configs | jmcneill |
| 2017-10-28 | Add some #includes to make a few more header files compile. | riastradh |
| 2017-10-28 | Kill some more extern struct cfdriver declarations. | riastradh |
| 2017-10-28 | Update the kernhist(9) kernel history code to address issues identified | pgoyette |
| 2017-10-24 | Print "ECC" or "no ECC" for DDR4. | msaitoh |
| 2017-10-23 | Initialize txrate to 0 for new associations; firmware handles rate adaptation... | jmcneill |
| 2017-10-23 | We don't need '&mii', but just 'mii' for mii_detach(). | jakllsch |
| 2017-10-23 | If if_initialize() failed in the attach function, free resources and return. | msaitoh |
| 2017-10-23 | - If if_initialize() failed in the attach function, free resources and return. | msaitoh |
| 2017-10-23 | If if_initialize() failed in the attach function, return. | msaitoh |
| 2017-10-23 | - Free resources correctly on some errors in atw_attach(). | msaitoh |
| 2017-10-23 | - If if_initialize() failed in athn_attach(), free resources and return. | msaitoh |
| 2017-10-23 | If error occured in the attach function, free resources and return. | msaitoh |
| 2017-10-23 | If if_attach() failed in the attach function, return. | msaitoh |
| 2017-10-20 | Set maximum supported bwfm_bss_info length | jmcneill |
| 2017-10-20 | Fix an alignment problem with scan results within an escan event | jmcneill |
| 2017-10-20 | move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() | jdolecek |
| 2017-10-19 | Add driver for Broadcom 802.11a/b/g/n/ac USB wireless devices, based on | jmcneill |
| 2017-10-17 | reintroduce ATACH_IRQ_WAIT flag for attachments using wdcintr(), only | jdolecek |