Age | Commit message (Expand) | Author |
2015-05-06 | Use | when combining flags not +. Luckily in this case 1 + 2 == 1 | 2. | Jonathan Gray |
2015-05-05 | Less magic number | Alexandr Shadchin |
2015-05-05 | Huawei MU609 from Cristián Edwards. | Martin Pieuchot |
2015-05-05 | regen | Martin Pieuchot |
2015-05-05 | Huawei MU609 from Cristián Edwards. | Martin Pieuchot |
2015-05-05 | fix a return path that lacked a rw_exit_write() call | Jonathan Gray |
2015-05-04 | Add support for RTL8188EU chips to urtwn(4). | Stefan Sperling |
2015-05-04 | When writing a value to a field, don't read past the end of the source value | Jonathan Matthew |
2015-05-04 | use the size of the buffer not the pointer in resume_randomness() | Jonathan Gray |
2015-05-04 | Print irq informations in pckbc_set_inputhandler(). | Martin Pieuchot |
2015-05-04 | Fix some misuse of the | operator. In particular | has higher | Jonathan Gray |
2015-05-03 | add missing CISS_UNLOCK_SCRATCH/splx calls | Jonathan Gray |
2015-05-02 | Die, damned distracting red space. | Kenneth R Westerback |
2015-05-02 | add missing splx calls | Jonathan Gray |
2015-05-01 | Convert to if_input(), ok miod@ | Martin Pieuchot |
2015-05-01 | Convert to if_input(), ok miod@ | Martin Pieuchot |
2015-05-01 | regen | Jonathan Gray |
2015-05-01 | Correct some E5 v2 ids and add E5 v2 R2PCIE. | Jonathan Gray |
2015-04-30 | Convert to if_input(). | Martin Pieuchot |
2015-04-30 | Set the correct media type for 1000baseLX SFPs. | Jonathan Gray |
2015-04-30 | Allow use of 1Gb 1000baseLX SFPs in 82599 ix(4) SFP+ port. Adapted from | Stuart Henderson |
2015-04-30 | Link report descriptors to known sensors. | Martin Pieuchot |
2015-04-30 | Instead of using a single flat array for all sensors, put all the | Martin Pieuchot |
2015-04-30 | Convert to if_input(), tweak and ok dlg@ | Martin Pieuchot |
2015-04-30 | No need to set `rcvif', if_input() does it for you! | Martin Pieuchot |
2015-04-30 | Convert moar drivers to if_input(). | Martin Pieuchot |
2015-04-28 | Fix a memory leak in an error path found by Maxime Villard's | Jonathan Gray |
2015-04-28 | In rtsx(4), condense the list of support chips in a comment, remove the unused | Stefan Sperling |
2015-04-27 | Since upd(4) currently supports a known but limited number of sensors, | Martin Pieuchot |
2015-04-27 | with more unit convertion when new sensors will appear. | Martin Pieuchot |
2015-04-27 | Make use of DEVNAME(), from David Higgs. | Martin Pieuchot |
2015-04-26 | Have vio_start() check if the queue is empty. | Stefan Fritsch |
2015-04-26 | vio: Support checksum offloading for IPv4 TX | Stefan Fritsch |
2015-04-26 | regen | Stefan Sperling |
2015-04-26 | Add IDs for RTL8188ETV and RTL8188EU. From FreeBSD via Mikhail on tech@ | Stefan Sperling |
2015-04-26 | regen | Stefan Sperling |
2015-04-26 | Add USB device ID for RTL8812AU. Found in "TP-Link AC1200 T4U" device. | Stefan Sperling |
2015-04-26 | Two extra messages required after sending a baud rate update, as observed | Jonathan Matthew |
2015-04-25 | Add quirk for Cirrus Logic CS4208 which is needed for MacBookAir6,1. | James Turner |
2015-04-24 | another thinkpad event to ignore; from mp39590@gmail | Theo de Raadt |
2015-04-24 | vio: If enqueue fails, drop packet. | Stefan Fritsch |
2015-04-22 | Init error to 0 for sdmmc_mem_single_{read,write}_block | Jonathan Gray |
2015-04-19 | Do not truncate possible remaining transfer length. | Martin Pieuchot |
2015-04-19 | Enable the REG_READ ioctl. A whitelist is used to allow | Jonathan Gray |
2015-04-18 | another round of reducing the diff to linux | Jonathan Gray |
2015-04-18 | Simplify vio_encap() a bit. | Stefan Fritsch |
2015-04-18 | define and use trace macros | Jonathan Gray |
2015-04-18 | Remove some unused debug functions. If we're interested in | Jonathan Gray |
2015-04-18 | add and use module param macros | Jonathan Gray |
2015-04-17 | Crank the timeout and decrease the buffer size to not end up dropping | Martin Pieuchot |