Age | Commit message (Expand) | Author |
2016-11-10 | Apple NVMe controller | Martin Pieuchot |
2016-11-07 | Split PID from TID, giving processes a PID unrelated to the TID of their | Philip Guenther |
2016-11-06 | dont issue sas config page requests against raid targets. | David Gwynne |
2016-11-01 | Reset the ucode interrupt flag in the softc before loading iwm(4) 8k firmware. | Stefan Sperling |
2016-10-31 | turns out these chips can handle buffers up to 9400 bytes in length. | David Gwynne |
2016-10-31 | revert 1.97 where i moved myx to using the system pools | David Gwynne |
2016-10-28 | get rid of the custom pool in myx for jumbo frames. | David Gwynne |
2016-10-28 | In iwn(4), stop forcing RTS for every frame in 11n mode. | Stefan Sperling |
2016-10-27 | tell ix and em to use 2k+ETHER_ALIGN clusters for rx on all archs. | David Gwynne |
2016-10-25 | mask and unmask the interrupt source in an intx specific intr handler. | David Gwynne |
2016-10-24 | Backout last 2 revisions. Requested by deraadt. | YASUOKA Masahiko |
2016-10-24 | Make mfii(4) bio(4) capable. | YASUOKA Masahiko |
2016-10-24 | Add scsi ioctl hook to do a special treatment for DIOC{G,S}CACHE which | YASUOKA Masahiko |
2016-10-24 | augment the scsi_probe handler so it tries to query the sas dev pg 0 | David Gwynne |
2016-10-21 | mitigate against mpii device attachment racing with mountroot | David Gwynne |
2016-10-19 | Only force iwm's firmware to use RTS for all frames if the AP requires it. | Stefan Sperling |
2016-10-08 | Make iwn(4) write MCS into the radiotap rate field. | Stefan Sperling |
2016-10-08 | Rate sets managed by net80211 are sorted by effective data rate speed while | Stefan Sperling |
2016-10-08 | Hide details of fatal firmware errors in iwn(4) behind #ifdef IWN_DEBUG. | Stefan Sperling |
2016-10-08 | Various printf claim to report the PID, so actually report that and not the TID | Philip Guenther |
2016-10-05 | Hide wpi(4) fatal firmware error details inside #ifdef WPI_DEBUG. | Stefan Sperling |
2016-10-05 | Set the USE_RTS flag in the right place. Error introduced in if_iwm.c r1.139. | Stefan Sperling |
2016-09-27 | Wait until the BSSID is known before adding the MAC context to iwm firmware. | Stefan Sperling |
2016-09-25 | Remove more duplicated includes | Frederic Cambus |
2016-09-24 | Assert that bus->force_bit >= 0 instead of force_bit. Found by clang. | Mark Kettenis |
2016-09-22 | Remove some unused cruft from iwm, including a local namespace-polluting | Stefan Sperling |
2016-09-22 | Simplify assignment of sgi_ok variable in iwm_setrates(). No functional change. | Stefan Sperling |
2016-09-21 | Always set the bit which allows RTS in iwm's LQ command. | Stefan Sperling |
2016-09-21 | Make iwm protect the session during association more like Linux does it. | Stefan Sperling |
2016-09-21 | Properly support the mac context command in iwm. This was wrong in many ways. | Stefan Sperling |
2016-09-21 | Make iwm return EBUSY from its ic_ampdu_rx_start() handler and | Stefan Sperling |
2016-09-21 | For the keep-alive period in iwm's power command, use the DTIM period | Stefan Sperling |
2016-09-21 | Copy the AP's actual EDCA parameters into iwm's mac context command | Stefan Sperling |
2016-09-21 | Add the BSS's basic rates to iwm's LQ command, not all the rates. | Stefan Sperling |
2016-09-20 | Mostly cosmetic tweaks to macros involved in iwm(4) power-saving features. | Stefan Sperling |
2016-09-19 | Remove unused getdev() audio driver functions. | Alexandre Ratchov |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-14 | Declare the type instead of a on-stack variable for sizeof purposes | Mike Belopuhov |
2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() | Alexandre Ratchov |
2016-09-14 | add support for SAS3 devices, which have a different sgl layout to previous | Jonathan Matthew |
2016-09-14 | regen | Jonathan Matthew |
2016-09-14 | add LSI/Avago SAS3 devices | Jonathan Matthew |
2016-09-12 | Simplify handling of the AUX STA in iwm(4). There is no good reason for | Stefan Sperling |
2016-09-10 | Use consistent indentation for multi-line function prototypes in iwm. | Stefan Sperling |
2016-09-10 | Rename the global nvm_to_read const int array to iwm_nvm_to_read. | Stefan Sperling |
2016-09-10 | iwm(4) inherited the 'MVM' prefix in many of its symbol names from iwlwifi. | Stefan Sperling |
2016-09-10 | Fix formatting in iwm such that | Stefan Sperling |
2016-09-10 | Rename iwm_mvm_sta_send_to_fw() to iwm_mvm_sta_cmd(). Get rid of pointless | Stefan Sperling |
2016-09-10 | Move IWM_NVM_* macro definitions from if_iwm.c to if_iwmreg.h. | Stefan Sperling |
2016-09-05 | redo rwlock conversion now that i've compiled it on i386 | Ted Unangst |