]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Allow passing NOPKG= to make(1) to prevent the pkg-stage target
[FreeBSD/FreeBSD.git] / sys / dev /
2017-06-01 jkimMerge ACPICA 20170531.
2017-05-31 stevekAdd MD_VERIFY option to enable O_VERIFY in open for...
2017-05-31 ivadaszFix typo in Driver Type A/C/D capability checks in...
2017-05-30 zbbIntroduce additional locks when releasing TX resources...
2017-05-30 zbbMove ENA's hw stats updating routine to separate task
2017-05-30 zbbAdd error handling to the ENA driver if init of the...
2017-05-30 zbbAdd locks before each ena_up and ena_down
2017-05-30 zbbAdd mbuf defragmentation to the ENA driver
2017-05-29 wulfpsm: add support for evdev protocol
2017-05-29 wmaIncrease timeout in Atheros HAL
2017-05-28 avosrtwn: fix connection problems with 'options RTWN_WITHOU...
2017-05-28 avosrtwn_usb: fix build with 'options RTWN_WITHOUT_UCODE'
2017-05-28 mizhka[etherswitch] [rtl8366] add phy4cpu setting and support...
2017-05-28 mizhka[mips] [bhnd] Support of old PMU for BMIPS and siba SoC
2017-05-27 emasteuart: add AMT SOL PCI ID
2017-05-26 jhbFail large requests with EFBIG.
2017-05-26 adrian[ath] fix short-GI wireshark flag.
2017-05-25 jkimMerge OpenSSL 1.0.2l.
2017-05-25 slmFix several problems with mapping code.
2017-05-25 slmFix several problems with mapping code.
2017-05-25 avgfix vmxnet3 crash when LRO is enabled
2017-05-25 hselaskyDeclare the "snd_fxdiv_table" once. This shaves around...
2017-05-25 adrian[ath] [ath_hal] retire AH_SUPPORT_AR5416 changing anything.
2017-05-25 adrian[ath] [ath_hal] (etc, etc) - begin the task of re-modul...
2017-05-24 hselaskyIncrease the allowed maximum number of audio channels...
2017-05-24 npcxgbe/iw_cxgbe: sodisconnect failures are harmless...
2017-05-24 adrian[ath] begin migration of AHB support to use the PCI...
2017-05-23 npcxgbe(4): Update the T4, T5, and T6 firmwares to 1...
2017-05-23 landonfbhnd(4): Fix a SPROM identification regression introduc...
2017-05-23 kibCommit the 64-bit inode project.
2017-05-23 adrian[arswitch] add phy debugging to the internal PHY read...
2017-05-22 slmFix powerpc compiler error.
2017-05-22 glebiusFix regression in ndis(4) after r286410. This adds...
2017-05-22 davidcsCheck for IPV6 TCP/UDP CSUM offload in pkt header durin...
2017-05-22 zbbAdd support for Amazon Elastic Network Adapter (ENA...
2017-05-22 roygerxen/netfront: don't drop the RX lock in xn_rxeof
2017-05-19 hselaskymlx4: Use the CQ quota for SRIOV when creating completi...
2017-05-19 wmaPoll PHY status using internal e6000sw registers
2017-05-19 roygerxen/netfront: don't drop the ring RX lock with inconsis...
2017-05-19 wmaEnable proper configuration of CESA MBUS windows
2017-05-19 wmaImprove busy-wait loop during switch phy access in...
2017-05-19 roygerxen/blkfront: correctly detach a disk with active users
2017-05-18 markjDon't bother enqueuing a page immediately before freein...
2017-05-18 markjFix a few uses of kern_yield() in the TTM and the LinuxKPI.
2017-05-17 jhbAdd a driver for the Chelsio T6 crypto accelerator...
2017-05-17 slmAdd tri-mode support (SAS/SATA/PCIe).
2017-05-17 zbbAdd missing unlock in e6000sw driver
2017-05-17 zbbFix broken malloc in e6000sw
2017-05-17 jpaetzelIncrease the number of LUNs this hardware can support.
2017-05-17 emasteRemove register keyword from sys/ and ANSIfy prototypes
2017-05-16 jhbAdd support for child devices that aren't ports.
2017-05-16 davidcsQL_DPRINT macro modfied to handle multiple args; print...
2017-05-16 davidcs1. Move Rx Processing to fp_taskqueue(). With this...
2017-05-16 philImport libxo-0.7.2; add xo_options.7.
2017-05-16 sbrunoAdd version tag to the driver.
2017-05-16 loosAdd the Marvell SDHCI controller to the list of support...
2017-05-15 jkim- Revert r317171. [1]
2017-05-15 npcxgbe(4): Avoid an out of bounds access when an attempt...
2017-05-15 tsoomee1000api: misleading-indentation
2017-05-14 marius- Unlike as in the PCI case, when attached to ACPI...
2017-05-14 mariusDescribe Intel Apollo Lake and Braswell USB 3.0 control...
2017-05-14 npcxgbe(4): netmap-only interrupts for a VI do not have...
2017-05-12 adrian[iwm] Recognize IWM_FW_PAGING_BLOCK_CMD wide cmd respon...
2017-05-12 adrian[iwm] Revert "if_iwm - SCAN_ABORT_UMAC response doesn...
2017-05-12 adrian[iwm] Fix iwm_mvm_send_cmd_pdu(_status) declarations...
2017-05-12 adrian[iwm] Adjust if_iwm_sta.h prototypes, don't pass iwm_no...
2017-05-12 adrian[iwm] Make powersaving more similar to Linux iwlwifi...
2017-05-12 adrian[iwm] Clean up if_iwm_power.c a bit. Fix iwm_power_sche...
2017-05-12 adrian[iwm] Switch arguments from iwm_node* to iwm_vap* in...
2017-05-12 adrian[iwm] Already call iwm_mvm_power_update_mac() during...
2017-05-12 adrian[iwm] Refuse connection to APs with beacon interval...
2017-05-12 adrian[iwm] Handle AUTH->SCAN/INIT and ASSOC->SCAN/INIT better
2017-05-12 adrian[iwm] Factor out firmware station handling into if_iwm_...
2017-05-12 adrian[iwm] Deduplicate code in iwm_auth() from an if condition.
2017-05-12 adrian[iwm] No need for iwm_assoc() in AUTH->ASSOC transition.
2017-05-12 adrian[iwm] Properly implement iwm_wme_update callback function.
2017-05-12 adrian[iwm] Process multiple frames per RX buffer.
2017-05-12 adrian[iwm] Change UCODE_TLV_API #define-s from bitmasks...
2017-05-12 adrian[iwm] Sync iwm_read_firmware()'s loop to iwlwifi's...
2017-05-12 adrian[iwm] change the check for ADD_STA status, use IWM_ADD_...
2017-05-12 adrian[iwm] Sanity check channel for IEEE80211_CHAN_ANYC...
2017-05-12 adrian[if_iwm] Get rid of another usage of the IWM_DEFAULT_MA...
2017-05-12 adrian[if_iwm] Partly sync if_iwm_binding.c to Linux iwlwifi...
2017-05-12 jhibbitsUse UMA_ALIGN_PTR to specify pointer alignment
2017-05-11 scottlImprove error messages during command timeout for the...
2017-05-11 jhibbitsFix uma_zcreate() align argument, now that the constrai...
2017-05-10 sjgMerge bmake-20170510
2017-05-10 sephehyperv/vmbus: Reorganize vmbus device tree
2017-05-10 davidcsllh_func_filter needs to be configured for 100G
2017-05-10 npAdjust whitespace and fix a comment. No functional...
2017-05-09 loosAdd a new SDHCI quirk, SDHCI_QUIRK_BROKEN_AUTO_STOP...
2017-05-09 npcxgbe(4): Do not assume that if_qflush is always follow...
2017-05-09 npcxgbe(4): Fixes related to the knob that controls link...
2017-05-09 adrian[iwm] Move in_phyctxt from struct iwm_node to phy_ctxt...
2017-05-09 adrian[iwm] Allow listening on both chains/atennas to get...
2017-05-09 adrian[iwm] Add basic powermanagement support via ifconfig...
2017-05-09 adrian[iwm] Add iwm_nic_unlock() calls missing from previous...
2017-05-09 adrian[iwm] iwm_{read,write}_prph() don't grab the nic lock...
2017-05-09 adrian[iwm] include opt_iwm.h and opt_wlan.h consistently...
2017-05-09 davidcsFix bug where MTX_DEF lock was held while taskqueue_dra...
next