This file is also used in libcompiler_rt, so bring in stdbool.h if we're not
[freebsd.git] / sys / dev /
2017-04-10 bdeSpecial rendering methods for removing mouse cursors...
2017-04-09 mavFix few minor issues found by Clang Analyzer.
2017-04-09 pkelseyCorrected misspelled versions of rendezvous.
2017-04-08 bdeQuick fix for removal of the mouse cursor in vga direct...
2017-04-08 bdeFix removal of the keyboard cursor image in text mode...
2017-04-07 sbrunobnxt(4): add support for WOL Magic.
2017-04-07 sbrunoMove pause frame counter out of struct if_ctx and into...
2017-04-06 obrienRemove dead code.
2017-04-06 emasteremove archaic register keyword from ixgb and ex
2017-04-06 cembwn(4): Fix trivial null dereference
2017-04-06 sbrunotx and rx interrupts are not combined in bnxt(4) and...
2017-04-06 npcxgbe/iw_cxgbe: Remove another bad cast. This should...
2017-04-06 npcxgbe/iw_cxgbe: Replace a magic constant with something...
2017-04-06 npcxgbe/iw_cxgbe: Remove bad cast that resulted in incorr...
2017-04-06 hselaskyCleanup the bitmap_xxx() functions in the LinuxKPI:
2017-04-05 sbrunoDon't overrite vf->flags variable at the end of ixgbe...
2017-04-05 sbrunoFix a double free in ixgbe_rxeof()
2017-04-05 sephehyperv/hn: Fixat RNDIS rxfilter after the successful...
2017-04-05 sephehyperv/storvsc: Fixup SRB status.
2017-04-05 sephehyperv/kbd: Add support for synthetic keyboard.
2017-04-04 npcxgbe(4): Program the global RSS key once instead of...
2017-04-04 sbrunono_desc_avail is tracked in iflib now making this redun...
2017-04-04 davidcsAdd 25/40/100Gigabit Ethernet Driver version v1.3.0...
2017-04-04 jhibbitsDon't calltsec_receive_intr_locked() from the error...
2017-04-04 jhibbitsDefragment the transmit mbuf chain only if necessary.
2017-04-04 jhibbitsFix mis-manual merge.
2017-04-04 jhibbitsFix set-but-not-used warnings
2017-04-04 jhibbitsUse a common tsec_mii_wait() function to busy wait...
2017-04-03 sbrunoRemove unsafe and non-functional DDB functions that...
2017-04-03 sbrunoRemove rx_processing_limit sysctl and now orphaned...
2017-04-02 avosiwn: use correct mask for queue ids (0xf -> 0x1f).
2017-04-02 gavinAdd IDs for several missing Intel SMBus controllers.
2017-04-02 mavAdd IDs for Intel Cougar Point USB 2.0 controller.
2017-04-02 bdeReset the DAC to 6-bit mode before calling the BIOS...
2017-04-01 jhibbitsUse the newly added mpc85xx_get_system_clock()
2017-03-31 zbbRework BGX detection to support both new and old firmware
2017-03-31 kevloAdd support for ThingM blink(1) notification LED to...
2017-03-30 davidcsAdd support for optional Soft LRO
2017-03-29 gavinichsmb: switch device_probe() from a large case stateme...
2017-03-29 davidcsUpgrade firmware and other related files to version...
2017-03-29 npcxgbe: Don't call t4_edc_err_read for errors not relate...
2017-03-29 bdeThe switch to kernel terminal context needs to update...
2017-03-28 npcxgbe/iw_cxgbe: T6 has no limit on the amount of memory...
2017-03-28 avosiwn: remove unneeded cast.
2017-03-28 avosiwn: drop duplicate synchronization requests.
2017-03-28 gavinRemove #define PCIS_SERIALBUS_SMBUS_PROGIF, unused...
2017-03-28 mmMFV r316083,316094:
2017-03-27 npcxgbe/iw_cxgbe: Defer the handling of error CQEs and...
2017-03-27 mizhka[etherswitch] add support for Marvell 88E6065 ethernet...
2017-03-27 sbrunoAccess *correct* ifp data structure when debug sysctl...
2017-03-27 sbrunoChange the default rss_type to M_HASHTYPE_OPAQUE_HASH.
2017-03-27 avosiwm: fix build without IWM_DEBUG.
2017-03-27 npcxgbe/iw_cxgbe: Remove unused code.
2017-03-26 avosiwn: fix debug message
2017-03-26 avosiwn: fix error handling for one well-known corner case.
2017-03-26 avosiwn: drop unneeded bus_dmamap_sync() calls.
2017-03-26 bdeFix 3 entries in mode tables related to mono and 90...
2017-03-26 bdeRestore switching to a separate kernel terminal "input...
2017-03-26 avosiwn: deduplicate code in iwn_tx_data() and iwn_tx_data_...
2017-03-26 avosiwn: omit unneeded bus_dmamap_sync() calls when compile...
2017-03-25 avosiwn: fix return code conflict in iwn_init_locked()
2017-03-25 sbrunoAdd ids for ALC233 found on Intel Skull Mountain NUC.
2017-03-25 avosiwn: do not try to update node configuration when the...
2017-03-25 dchaginUpdate to tcsh 6.20.00
2017-03-25 avosiwn: add few missing notification types into iwn_intr_str()
2017-03-25 adrian[iwm] Add the BSS's basic rates to iwm's LQ command...
2017-03-25 adrian[iwm] Enable Energy Based Scan (EBS).
2017-03-25 adrian[iwm] GC unused code from if_iwm_scan.c, copyied from...
2017-03-25 adrian[iwm] Tiny cleanup in iwm_rx_addbuf().
2017-03-25 npcxgbe/iw_cxgbe: allocations that use GFP_KERNEL (which...
2017-03-25 npcxgbe/iw_cxgbe: alloc_ep expects a gfp_t, and it's...
2017-03-25 npcxgbe/iw_cxgbe: c4iw_connect should always returns...
2017-03-24 mavAdd brackets to fix incorrect macro expansion.
2017-03-24 mavUnify initiator and target DMA setup and command sending.
2017-03-24 sbrunoAdd missing 'else' to conditional. This doesn't really...
2017-03-24 sbrunoAdd missing 'else' to 3-state conditional during setup...
2017-03-24 kevloDon't initialize if_output to ether_output(), ether_ifa...
2017-03-24 mmMFV r315875:
2017-03-23 landonfAdd Northstar/BCM4706 core ID for ChipCommon.
2017-03-23 landonfAdd a workaround for the BCM4706's dangling core region...
2017-03-23 delphijMFV r315791: ntp 4.2.8p10.
2017-03-23 mavisp field in struct isp_pcmd is also unused.
2017-03-23 mavRemove write-only crn field from struct isp_pcmd.
2017-03-23 landonf[mips/broadcom]: Early boot NVRAM support
2017-03-23 avgaacraid: rework r315083 for a clean build with and...
2017-03-23 adrian[iwm] Make ucode capabilities and api flags handling...
2017-03-23 adrian[iwm] Remove a couple of unneeded IWM_UCODE_TLV_FLAGS_...
2017-03-23 adrian[iwm] Move mbuf hacks after sanity checks in iwm_mvm_rx...
2017-03-23 adrian[iwm] Get rid of struct iwm_rx_data argument for iwm_m...
2017-03-22 grehanBring the handling of the y axis in the ums driver...
2017-03-22 mavSwitch from using periph_links to sim_links.
2017-03-22 mavCleanup response queue processing.
2017-03-21 mavRemove another remnants left after r246713.
2017-03-21 mavRemove some dead code left after r246713.
2017-03-21 mavImprove command timeout handling.
2017-03-21 mavRemove questionable reqp->req_time access.
2017-03-21 mavClean/unify some macro usage.
2017-03-21 mavAddition to r315579: drop the lock while allocating...
2017-03-20 mavRemove some more dead code.
2017-03-20 landonfIntegrate BCM4706 PMU (rev6) support, derived from...
next