Age | Commit message (Expand) | Author |
2016-09-19 | ``bMaxPacketSize'' is reported as a power of 2 for super speed devices | Martin Pieuchot |
2016-09-19 | Remove unused getdev() audio driver functions. | Alexandre Ratchov |
2016-09-18 | If the APIC table (MADT) isn't present then ci_acpi_proc_id won't be set | Philip Guenther |
2016-09-18 | Ensure that the device descriptor ``bMaxPacketSize'' value is usable | Martin Pieuchot |
2016-09-17 | Report a LAPIC address override entry in the dmesg if it doesn't match | Philip Guenther |
2016-09-17 | remove unused arcofi_drain() routine | Alexandre Ratchov |
2016-09-16 | Switch over to the generic RNDIS header | Mike Belopuhov |
2016-09-16 | Suppress debugging output about CSD entries that say nothing we care about | Philip Guenther |
2016-09-16 | Switch urndis(4) over to the generic RNDIS header | Mike Belopuhov |
2016-09-16 | Introduce a common header files for RNDIS protocol definitions | Mike Belopuhov |
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 | Cleanup dmesg output | Mike Belopuhov |
2016-09-14 | Remove a useless shadow copy of the vmbus_chanpkt_prplist structure | Mike Belopuhov |
2016-09-14 | Implement packet transmission through RNDIS scatter-gather interface | Mike Belopuhov |
2016-09-14 | Fixup Per Packet Info data structure size definitions | Mike Belopuhov |
2016-09-14 | Remove contigious TX buffer, we're not going to use it | Mike Belopuhov |
2016-09-14 | Name include guard macros consistently within sys/dev/pv | Mike Belopuhov |
2016-09-14 | Always set the MAC address when initializing the chip. | Martin Pieuchot |
2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() | Alexandre Ratchov |
2016-09-14 | limit the number of fonts that can be loaded | Joshua Stein |
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-13 | Raise maximum supported MTU value to 9000; discussed with reyk@ | Mike Belopuhov |
2016-09-12 | Correctly account for fragments larger than a page size | Mike Belopuhov |
2016-09-12 | Add support for packets spanning multiple pages. | Mike Belopuhov |
2016-09-12 | Bring back the code that cached DMA fragment offset. | Mike Belopuhov |
2016-09-12 | Record mbuf chain head rather than individual fragments | Mike Belopuhov |
2016-09-12 | Skip empty mbuf fragments like bus_dmamap_load_mbuf does | Mike Belopuhov |
2016-09-12 | Simplify handling of the AUX STA in iwm(4). There is no good reason for | Stefan Sperling |
2016-09-12 | Define for HUP_WACOM, missed in previous. | Martin Pieuchot |
2016-09-12 | Wacom USB tablet driver from Frank Groeneveld. | Martin Pieuchot |
2016-09-12 | regen | Martin Pieuchot |
2016-09-12 | Wacom Intuos Draw, from Frank Groeneveld. | Martin Pieuchot |
2016-09-12 | Split usbd_fill_iface_data() in two and introduce usbd_parse_idesc() a | Martin Pieuchot |
2016-09-11 | Get SDIO reset working. | Marcus Glocker |
2016-09-10 | Ugh, too many initialisms... | Joel Sing |
2016-09-10 | Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 to | Joel Sing |
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-09 | regen | Ted Unangst |
2016-09-09 | fix atu device ID. kettenis found recent changes meant that atu was | Ted Unangst |
2016-09-08 | When changing the mask key, copy the new KDF hint to the metadata, if it | Joel Sing |
2016-09-07 | revert part of 1.18 which caused a regression with at least one ikbd | Joshua Stein |
2016-09-05 | redo rwlock conversion now that i've compiled it on i386 | Ted Unangst |