| Age | Commit message (Expand) | Author |
| 2018-05-01 | GC private 802.11 rateset declarations, use the standard ones. | maya |
| 2018-04-30 | titemp_match: filter on ia_addr for indirect config (device is expected at 0x4c) | jmcneill |
| 2018-04-30 | tcakp_match: filter on ia_addr for indirect config (device is expected at 0x34) | jmcneill |
| 2018-04-30 | act8846_match: filter on ia_addr (device is expected at 0x5a) | jmcneill |
| 2018-04-30 | add missing KERNEL_LOCK protection around autoconf calls. | mlelstv |
| 2018-04-30 | Remove set but not used sc_flags. | maya |
| 2018-04-28 | Initialize clk domain name and call clk_attach to register sysctl nodes | jmcneill |
| 2018-04-28 | Create private sysctl nodes for inspecting clock trees. | jmcneill |
| 2018-04-28 | Add support for lid switch event codes. | jmcneill |
| 2018-04-28 | regen | mlelstv |
| 2018-04-28 | Add Symbios/LSI RAID and SAS controllers. | mlelstv |
| 2018-04-27 | use the proper station nodeid read command. | christos |
| 2018-04-25 | Don't free and reallocate bus_dmamem when it's not required. Currently, | msaitoh |
| 2018-04-25 | Use spin mutex to fix a panic | yamaguchi |
| 2018-04-24 | rtsx(4): Add support for RT525A, from openbsd. | maya |
| 2018-04-24 | regen | maya |
| 2018-04-24 | add realtek RT525A PCI-E card reader | maya |
| 2018-04-23 | enable code to only trigger usb processing when EINT is set, to | jdolecek |
| 2018-04-23 | - Backout if_wm.c rev.1.574 and print "device timeout (lost interrupt)" | msaitoh |
| 2018-04-23 | Count timeout correctly. This change reduce timeout value for 80003 as | msaitoh |
| 2018-04-22 | merge duplicated code, back to logging error. | christos |
| 2018-04-22 | trigger the softint processing on that child bus which is not detached yet | jdolecek |
| 2018-04-21 | downgrade error to debug. | christos |
| 2018-04-21 | add KASSERT() that sc_child* is set to NULL after child detach; just for | jdolecek |
| 2018-04-21 | Fix an ancient typo, instead of setting the base address, the size | mlelstv |
| 2018-04-20 | It was not gcc's fault for correctly detecting an uninitialized variable. | christos |
| 2018-04-20 | propagate pullup-782 for NetBSD-8 to HEAD (gcc uninitialized) | christos |
| 2018-04-20 | Fix watchdog timer. Without this change, watchdog timer is unnecessary | msaitoh |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2018-04-19 | Use ixgbe_eitr_write() when writing the EITR for the link interrupt like | msaitoh |
| 2018-04-19 | Remove unused IXGBE_FC_HI and IXGBE_FC_LO. The watermark of the flow control | msaitoh |
| 2018-04-18 | m_free -> m_freem, m_copyback could have added mbufs in the chain | maxv |
| 2018-04-18 | nvmectl(8): Add big-endian support. | nonaka |
| 2018-04-18 | Add some new structure fileds, opcodes and statuses from NVMe 1.3a. | nonaka |
| 2018-04-18 | nvme(4): Added some delay before check RDY bit quirk when disabling device. | nonaka |
| 2018-04-17 | nvmectl(8): Sync with FreeBSD nvmecontrol(8) r328763. | nonaka |
| 2018-04-17 | regen | nonaka |
| 2018-04-17 | Added some NVMe devices. | nonaka |
| 2018-04-17 | Remove unused structure entries. No functional change. | msaitoh |
| 2018-04-17 | Fix panic when "sysctl -w hw.ixg0.txrx_workqueue=[01]" while there is traffic. | knakahara |
| 2018-04-16 | remove superfluous semicolon | jdolecek |
| 2018-04-16 | Regen. | msaitoh |
| 2018-04-16 | Add Intel SSD 760p. | msaitoh |
| 2018-04-16 | Add some 8th Generation Intel Core Processor devices. | msaitoh |
| 2018-04-16 | KNF. No functional change. | msaitoh |
| 2018-04-13 | I354 uses an external PHY, so don't use wm_set_eee_i350(). | msaitoh |
| 2018-04-13 | Add 300 series chipset support. | msaitoh |
| 2018-04-13 | Enable I219. | msaitoh |
| 2018-04-12 | PR/53177: David Binderman: Better error handling | christos |
| 2018-04-12 | Read sc_if_flags after taking core lock. Same as if_wm.c rev. 1.418. | msaitoh |