2017-04-02 |
Imre Vadász | virtio_blk - No need to negotiate unused (and legacy...
|
commit | commitdiff | tree |
2017-04-02 |
Imre Vadász | if_vtnet - Default to link up, when VIRTIO_NET_F_STATUS...
|
commit | commitdiff | tree |
2017-04-02 |
Imre Vadász | virtio_blk - Clean up some unneeded functionalities.
|
commit | commitdiff | tree |
2017-04-02 |
Imre Vadász | virtio: Replace one cpu_mfence() by cpu_lfence(), and...
|
commit | commitdiff | tree |
2017-04-02 |
Imre Vadász | virtio - Get rid of nop {vtblk/vtnet}_modevent methods.
|
commit | commitdiff | tree |
2017-03-23 |
Imre Vadász | if_vtnet - Allocate struct vtnet_tx_header entries...
|
commit | commitdiff | tree |
2017-02-11 |
Imre Vadász | virtio: Fix and activate PCI MSI-X support.
|
commit | commitdiff | tree |
2017-01-27 |
Imre Vadász | kernel/usb4bsd: Use pci_alloc_1intr() for MSI allocation...
|
commit | commitdiff | tree |
2017-01-27 |
Imre Vadász | sdhci - Use pci_alloc_1intr in sdhci pci attachement.
|
commit | commitdiff | tree |
2017-01-22 |
Imre Vadász | if_iwm - Add firmware API definitions for TX power...
|
commit | commitdiff | tree |
2017-01-20 |
Imre Vadász | sdhci - Simplify SDHCI_PRESENT_STATE register loop...
|
commit | commitdiff | tree |
2017-01-20 |
Imre Vadász | sdhci - Add a new interface method, get_card_present.
|
commit | commitdiff | tree |
2017-01-16 |
Imre Vadász | sdhci - Use the right capability field for printing...
|
commit | commitdiff | tree |
2017-01-15 |
Imre Vadász | kernel/usb4bsd: Configure the correct bMaxPacketSize...
|
commit | commitdiff | tree |
2017-01-15 |
Imre Vadász | if_iwm - Configure the PCIe LTR, fix PCI express capability...
|
commit | commitdiff | tree |
2017-01-15 |
Imre Vadász | kernel - Add PCIER_DEVCAP2 and PCIER_DEVCTRL2 definitions...
|
commit | commitdiff | tree |
2017-01-15 |
Imre Vadász | vgapci: Remove verbose printf() messages from pci_...
|
commit | commitdiff | tree |
2017-01-13 |
Imre Vadász | if_iwm - Update struct iwm_scan_results_notif. Remove...
|
commit | commitdiff | tree |
2017-01-09 |
Imre Vadász | mmcsd(4): Declare device D_MPSAFE. Move start_transaction...
|
commit | commitdiff | tree |
2017-01-09 |
Imre Vadász | sdhci - Fix typo, support bits for drive types A,C...
|
commit | commitdiff | tree |
2017-01-09 |
Imre Vadász | sdhci - Add some missing register constants, and dump...
|
commit | commitdiff | tree |
2017-01-09 |
Imre Vadász | sdhci - Use bus_dmamem_coherent for allocating memory...
|
commit | commitdiff | tree |
2016-12-28 |
Imre Vadász | drm: Invert del_timer_sync return value, to match behaviour...
|
commit | commitdiff | tree |
2016-12-22 |
Imre Vadász | drm/i915: Fix typo in get_bdb_header(), fixes vbt validity...
|
commit | commitdiff | tree |
2016-12-09 |
Imre Vadász | vgapci: There is no drmn driver in DragonFly, there...
|
commit | commitdiff | tree |
2016-12-04 |
Imre Vadász | syscons - Set cons_unavail when blanking framebuffer...
|
commit | commitdiff | tree |
2016-12-04 |
Imre Vadász | drm: Use fb_blank hooks from drm_fb_helper.c as a syscons...
|
commit | commitdiff | tree |
2016-12-04 |
Imre Vadász | kernel: Fix stop_cpus()/restart_cpus() usages when...
|
commit | commitdiff | tree |
2016-12-01 |
Imre Vadász | syscons - Add need_unlock arg to sc_clean_up and sc_wait_scr...
|
commit | commitdiff | tree |
2016-12-01 |
Imre Vadász | poll.2: Add some information about the ppoll() syscall.
|
commit | commitdiff | tree |
2016-11-29 |
Imre Vadász | syscons - Add range check for color value in KDSBORDER...
|
commit | commitdiff | tree |
2016-11-29 |
Imre Vadász | syscons - Add option for the default terminal border...
|
commit | commitdiff | tree |
2016-11-28 |
Imre Vadász | syscons - Clean up log messages for KMS console.
|
commit | commitdiff | tree |
2016-11-28 |
Imre Vadász | drm: Improve integration with syscons. Move taskqueue...
|
commit | commitdiff | tree |
2016-11-28 |
Imre Vadász | syscons - Make sure we draw the terminal border during...
|
commit | commitdiff | tree |
2016-11-27 |
Imre Vadász | syscons - Fix syscons with UEFI fb when drm fb is registered...
|
commit | commitdiff | tree |
2016-11-27 |
Imre Vadász | kernel/pc64: Don't fill uefi framebuffer with 0x77...
|
commit | commitdiff | tree |
2016-11-26 |
Imre Vadász | syscons - Remove unneeded NULL check from register_framebuff...
|
commit | commitdiff | tree |
2016-11-26 |
Imre Vadász | syscons - Handle kms framebuffer activation better...
|
commit | commitdiff | tree |
2016-11-26 |
Imre Vadász | drm/radeon: restore the fbdev mode in lastclose
|
commit | commitdiff | tree |
2016-11-26 |
Imre Vadász | iwm - Reduce gratuitous differences with Linux iwlwifi...
|
commit | commitdiff | tree |
2016-11-19 |
Imre Vadász | drm: Use struct fb_info * as arg for syscons fb restore...
|
commit | commitdiff | tree |
2016-11-17 |
Imre Vadász | wlan - Don't check bgscanidle setting in net80211 for...
|
commit | commitdiff | tree |
2016-11-13 |
Imre Vadász | if_iwm - Check sc->sc_attached flag in suspend/resume...
|
commit | commitdiff | tree |
2016-11-12 |
Imre Vadász | if_iwm - Move iwm_read_firmware() call into iwm_attach().
|
commit | commitdiff | tree |
2016-11-12 |
Imre Vadász | if_iwm - Attach to new AC3168 and AC8265 chipsets ...
|
commit | commitdiff | tree |
2016-11-12 |
Imre Vadász | iwmfw - Add version 22 firmwares for AC3168 and AC8265...
|
commit | commitdiff | tree |
2016-11-08 |
Imre Vadász | if_iwm - Advertise full-offload scan support, fixes...
|
commit | commitdiff | tree |
2016-11-08 |
Imre Vadász | wlan - Import initial full-offload scan support from...
|
commit | commitdiff | tree |
2016-11-06 |
Imre Vadász | if_iwm - The iwm_prepare_card_hw() in iwm_attach()...
|
commit | commitdiff | tree |
2016-11-06 |
Imre Vadász | if_iwm - Use rates given in struct ieee80211_txparam...
|
commit | commitdiff | tree |
2016-11-06 |
Imre Vadász | if_iwm - Update firmware rs table, instead of indexing...
|
commit | commitdiff | tree |
2016-11-03 |
Imre Vadász | if_iwm - Sync rs (rate-selection) API definitions from...
|
commit | commitdiff | tree |
2016-11-03 |
Imre Vadász | if_iwm - Add iwm_mvm_send_lq_cmd() from Linux iwlwifi...
|
commit | commitdiff | tree |
2016-11-02 |
Imre Vadász | if_iwm - Sync statistics API definitions with Linux...
|
commit | commitdiff | tree |
2016-11-01 |
Imre Vadász | if_iwm - Cleanup mbufq draining. Add iwm_xmit_queue_drain...
|
commit | commitdiff | tree |
2016-11-01 |
Imre Vadász | if_iwm - Use chan list from ieee80211_scan_state for...
|
commit | commitdiff | tree |
2016-11-01 |
Imre Vadász | if_iwm - Factor out and improve iwm_mvm_scan_rxon_flags...
|
commit | commitdiff | tree |
2016-10-31 |
Imre Vadász | if_iwm - Remove support for fw older than -17 and -22
|
commit | commitdiff | tree |
2016-10-30 |
Imre Vadász | iwmfw - Update 7265D and 8000C firmwares to version 22.
|
commit | commitdiff | tree |
2016-10-30 |
Imre Vadász | if_iwm - Ignore IWM_DEBUG_LOG_MSG notifications.
|
commit | commitdiff | tree |
2016-10-30 |
Imre Vadász | if_iwm - Set command code for PHY_DB as well.
|
commit | commitdiff | tree |
2016-10-30 |
Imre Vadász | if_iwm - Set correct state in smart-fifo configuration.
|
commit | commitdiff | tree |
2016-10-30 |
Imre Vadász | if_iwm - Remove dead code from iwm_pcie_load_cpu_sections().
|
commit | commitdiff | tree |
2016-10-29 |
Imre Vadász | if_iwm - Check for lar_disable tunable, and lar_enabled...
|
commit | commitdiff | tree |
2016-10-29 |
Imre Vadász | if_iwm - Move Smart Fifo handling into if_iwm_sf.c...
|
commit | commitdiff | tree |
2016-10-28 |
Imre Vadász | if_iwm - Recognize IWM_FW_PAGING_BLOCK_CMD wide cmd...
|
commit | commitdiff | tree |
2016-10-28 |
Imre Vadász | Revert "if_iwm - SCAN_ABORT_UMAC response doesn't use...
|
commit | commitdiff | tree |
2016-10-28 |
Imre Vadász | if_iwm - Fix iwm_mvm_send_cmd_pdu(_status) declarations...
|
commit | commitdiff | tree |
2016-10-27 |
Imre Vadász | if_iwm - Adjust if_iwm_sta.h prototypes, don't pass...
|
commit | commitdiff | tree |
2016-10-27 |
Imre Vadász | if_iwm - Make powersaving more similar to Linux iwlwifi...
|
commit | commitdiff | tree |
2016-10-27 |
Imre Vadász | if_iwm - Clean up if_iwm_power.c a bit. Fix iwm_power_scheme...
|
commit | commitdiff | tree |
2016-10-25 |
Imre Vadász | if_iwm - Switch arguments from iwm_node* to iwm_vap...
|
commit | commitdiff | tree |
2016-10-24 |
Imre Vadász | if_iwm - Already call iwm_mvm_power_update_mac() during...
|
commit | commitdiff | tree |
2016-10-24 |
Imre Vadász | if_iwm - Refuse connection to APs with beacon interval...
|
commit | commitdiff | tree |
2016-10-23 |
Imre Vadász | if_iwm - Handle AUTH->SCAN/INIT and ASSOC->SCAN/INIT...
|
commit | commitdiff | tree |
2016-10-23 |
Imre Vadász | if_iwm - Factor out firmware station handling into...
|
commit | commitdiff | tree |
2016-10-23 |
Imre Vadász | if_iwm - Deduplicate code in iwm_auth() from an if...
|
commit | commitdiff | tree |
2016-10-23 |
Imre Vadász | if_iwm - No need for iwm_assoc() in AUTH->ASSOC transition.
|
commit | commitdiff | tree |
2016-10-23 |
Imre Vadász | if_iwm - Properly implement iwm_wme_update callback...
|
commit | commitdiff | tree |
2016-10-19 |
Imre Vadász | if_iwm - Process multiple frames per RX buffer.
|
commit | commitdiff | tree |
2016-10-17 |
Imre Vadász | if_iwm - Change UCODE_TLV_API #define-s from bitmasks...
|
commit | commitdiff | tree |
2016-10-17 |
Imre Vadász | if_iwm - Sync iwm_read_firmware()'s loop to iwlwifi...
|
commit | commitdiff | tree |
2016-10-17 |
Imre Vadász | if_iwm - change the check for ADD_STA status, use IWM_ADD_ST...
|
commit | commitdiff | tree |
2016-10-17 |
Imre Vadász | if_iwm - Sanity check channel for IEEE80211_CHAN_ANYC...
|
commit | commitdiff | tree |
2016-10-17 |
Imre Vadász | if_iwm - Get rid of another usage of the IWM_DEFAULT_MACID...
|
commit | commitdiff | tree |
2016-10-16 |
Imre Vadász | if_iwm - Partly sync if_iwm_binding.c to Linux iwlwifi...
|
commit | commitdiff | tree |
2016-10-16 |
Imre Vadász | if_iwm - Move in_phyctxt from struct iwm_node to phy_ctxt...
|
commit | commitdiff | tree |
2016-10-12 |
Imre Vadász | if_iwm - Allow listening on both chains/atennas to...
|
commit | commitdiff | tree |
2016-10-09 |
Imre Vadász | iwm.4: Mention iwm7265Dfw firmware. Update DIAGNOSTICS...
|
commit | commitdiff | tree |
2016-10-09 |
Imre Vadász | if_iwm - Add basic powermanagement support via ifconfig...
|
commit | commitdiff | tree |
2016-10-08 |
Imre Vadász | if_iwm - Add iwm_nic_unlock() calls missing from previous...
|
commit | commitdiff | tree |
2016-10-08 |
Imre Vadász | if_iwm - iwm_{read,write}_prph() don't grab the nic...
|
commit | commitdiff | tree |
2016-10-07 |
Imre Vadász | if_iwm - Add the BSS's basic rates to iwm's LQ command...
|
commit | commitdiff | tree |
2016-10-05 |
Imre Vadász | if_iwm - Enable Energy Based Scan (EBS).
|
commit | commitdiff | tree |
2016-10-05 |
Imre Vadász | if_iwm - GC unused code from if_iwm_scan.c, copyied...
|
commit | commitdiff | tree |
2016-10-05 |
Imre Vadász | if_iwm - Tiny cleanup in iwm_rx_addbuf().
|
commit | commitdiff | tree |
2016-10-04 |
Imre Vadász | if_iwm - Make ucode capabilities and api flags handling...
|
commit | commitdiff | tree |
2016-10-04 |
Imre Vadász | if_iwm - Remove a couple of unneeded IWM_UCODE_TLV_FLAGS_...
|
commit | commitdiff | tree |
2016-10-03 |
Imre Vadász | pc64: Fix typo in wrmsr_safe.
|
commit | commitdiff | tree |