]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
734 taskq_dispatch_prealloc() desired
[FreeBSD/FreeBSD.git] / sys / dev /
2013-11-26 Adrian ChaddAdd definitions for the microcode TLV flags entry ...
2013-11-26 Adrian ChaddAdd a new debug section.
2013-11-26 Andriy Gapondtrace sdt: remove the ugly sname parameter of SDT_PROB...
2013-11-26 Adrian ChaddThe bssid can change from underneath us, so take a...
2013-11-25 Peter WemmImport apr-util-1.5.3 from vendor branch (rr258600)
2013-11-25 Pedro F. GiffuniMFV: removes strict-aliasing warnings from GCC in tcpdump.
2013-11-25 Peter WemmImport svn-1.8.5. This contains a user-visible fix...
2013-11-25 Jean-Sébastien Pédrondrm: Fix build with gcc, broken with r258549
2013-11-25 Jean-Sébastien Pédrondrm: Dereference pointers given to qsort_r()'s cmp...
2013-11-25 Hans Petter SelaskyComply to the XHCI specification. Certain input context...
2013-11-25 Attilio Rao- For kernel compiled only with KDTRACE_HOOKS and not...
2013-11-21 Navdeep Parharcxgbe(4): update the internal list of device features.
2013-11-21 Brooks DavisSync with NetBSD. The funtional change is to make...
2013-11-21 Grzegorz BernackiUnbreak compilation with GCC.
2013-11-20 Andriy GaponMFV r258378: 4089 NULL pointer dereference in arc_read()
2013-11-20 Andriy GaponMFV r258377: 4088 use after free in arc_release()
2013-11-20 Grzegorz BernackiSplit raw reading/programming into smaller chunks to...
2013-11-20 Don LewisAdd alternate ID for Novatel MiFi 2200 CDMA, which...
2013-11-19 Mark JohnstonImport the axge(4) driver for the ASIX AX88178A and...
2013-11-17 Julio MerinoMFV: Import atf-0.18.
2013-11-17 Jean-Sébastien Pédrondrm: Support DRM_CAP_TIMESTAMP_MONOTONIC capability
2013-11-16 Eitan AdlerCentrino Wireless-N 2200 does not have bluetooth support.
2013-11-15 Ian LeporeRework the routine that returns a pointer to the table...
2013-11-15 Ian LeporeMove the luns field to the end of the struct, for seren...
2013-11-15 Ian LeporeONFI parameters are little-endian, hence we must take...
2013-11-15 Ian LeporeSearch for and validate the ONFI params as specified...
2013-11-15 Ian LeporeUpdate the onfi_params struct to ONFI revision 3.2...
2013-11-15 Ian LeporeThe vendor specified field is 88 bytes, not 8 bytes.
2013-11-15 Xin LIMFV: netcat from OpenBSD 5.4.
2013-11-15 Eric DavisFixed a tx watchdog chip reset that could occur on...
2013-11-15 Justin T. GibbsImprove robustness of the Xen balloon driver.
2013-11-15 Alexander MotinAdd few more minor parts of DevSleep support from AHCI...
2013-11-15 Alexander MotinAdd some more Intel HDA controller IDs and rename HDMI...
2013-11-15 Alexander MotinAdd ID for Intel Avoton SMBus controller.
2013-11-15 Alexander MotinAdd ID for Intel Lynx Point HDMI CODEC.
2013-11-15 Alexander MotinHandle case when ACPI reports HPET device, but does...
2013-11-15 Alexander MotinAdd some more IDs for Intel ATA, AHCI and USB controllers.
2013-11-15 David C SomayajuluValidate the buffer and its length passed to QLA_MPI_DUMP.
2013-11-15 David C Somayajuluql_hw.[c,h]: set minimum thresholds on pkt size for...
2013-11-14 Xin LIThe previous code makes a memory allocation in size of
2013-11-14 Adrian ChaddFix (I think!) the scan timeouts on the intel NICs.
2013-11-14 Adrian ChaddThis is "scan_flags" from Linux.
2013-11-13 Adrian ChaddLeave a note that the 5300 is a 3x3 NIC.
2013-11-13 Adrian ChaddCorrectly initialise the 2-chain antenna mask in the...
2013-11-13 Kevin LoRemove a couple of unused macros.
2013-11-13 Kevin Lo- Use bit twiddling macro to set IEEE80211_MODE_11A
2013-11-12 Ruslan BukinAdd support for Freescale Vybrid Family VF600 heterogeneous
2013-11-12 Ed MasteUpdate LLDB to upstream r194122 snapshot
2013-11-12 Luiz Otavio O SouzaFix gpiobus to return BUS_PROBE_GENERIC insted of BUS_P...
2013-11-12 Luiz Otavio O SouzaMove the KASSERT() check to the point before the increa...
2013-11-12 Luiz Otavio O SouzaFix a typo on a comment in ofw_bus_if.m, the default...
2013-11-12 Mark JohnstonAdd IDs for the ASIX 88179 and 88178A USB to GigE adapters.
2013-11-12 Adrian ChaddCommit over some work to prepare the iwn(4) driver...
2013-11-12 Adrian ChaddFix up the link quality lookup and re-enable multi...
2013-11-12 Adrian ChaddGrr. For some odd reason, setting this to a single...
2013-11-12 Adrian ChaddUse the negotiated HT rate set when generating the...
2013-11-12 Adrian ChaddComment what 'mimo' does in the link quality table.
2013-11-12 Adrian ChaddDon't default to antennas A+B; some NICs use Antennas...
2013-11-12 Kevin LoUse the real product name for Edimax rsu(4) id.
2013-11-11 Peter WemmMerge nvi-2.1.1 -> 2.1.2
2013-11-11 Nathan WhitehornMake tsec work with the device tree present on the...
2013-11-11 Kevin LoRemove r257748 by accident.
2013-11-11 Kevin LoAdd support for the MediaTek/Ralink RT5370/RT5372 chipset.
2013-11-11 Xin LIMFV r257952:
2013-11-11 Adrian ChaddIf A-MPDU transmission fails entirely, then no BA is...
2013-11-11 Adrian ChaddReplace the hard-coded RX queue value check with IWN_UN...
2013-11-11 Adrian ChaddFix off-by-one. Sorry!
2013-11-11 Adrian ChaddUse IWN_NBANDS rather than a hard-coded limit.
2013-11-11 Adrian ChaddSend EAPOL frames at the management rate, not the data...
2013-11-11 Peter WemmUpdate svn from 1.8.1 to 1.8.4 - minor security fixes...
2013-11-10 Alexander MotinUse relaxed (write-only) memory barriers when writing...
2013-11-10 Alexander MotinSome more registers access optimizations:
2013-11-10 Alexander MotinSave one more register read per command by not reading...
2013-11-10 Gleb SmirnoffFix typo in r257515.
2013-11-09 Ruslan Bukino Add ONFI signature check.
2013-11-09 Eitan AdlerAdd support for SIIG x1 pci-e single parallel port...
2013-11-09 Adrian ChaddAdd some new driver definitions as part of the chip...
2013-11-09 Justin T. GibbsOn XenServer the "halt" message is used instead of...
2013-11-08 Jean-Sébastien Pédrondrm/radeon: Wake up userland after page flip
2013-11-08 Jean-Sébastien Pédrondrm: Initialize "handle" to 0 before calling drm_gem_ha...
2013-11-08 Achim LeubnerUpdate aacraid to version 3.2.5.
2013-11-07 Sean BrunoAdd new AMT serial port PCI ID on Intel Lynx Point...
2013-11-07 Navdeep Parharcxgbe(4): Tidy up the display for payload memory statis...
2013-11-06 Luigi Rizzoremove a debugging message
2013-11-06 Nathan WhitehornAdd definition for the Atheros 8021 gigabit PHY.
2013-11-06 Hans Petter SelaskyImplement a working write region function to speed...
2013-11-06 Nathan WhitehornAn addendum: it is possible, though of questionable...
2013-11-06 Nathan WhitehornMake OF_nextprop() work correctly for FDT by using...
2013-11-06 Hans Petter SelaskyCheck for "ieee80211_vap_setup()" failure in all USB...
2013-11-06 Kevin LoReading the RT2860_ASIC_VER_ID register is not needed...
2013-11-05 Hans Petter SelaskyProtect the "ratectl_ch" callout in the "run" driver...
2013-11-05 Nathan WhitehornTeach nexus(4) about Open Firmware (e.g. FDT) on ARM...
2013-11-05 Oleg Bulyzhin- Fix link loss on vlan reconfiguration.
2013-11-05 Edwin GroothuisMFV of 255902, tzdata2013f
2013-11-05 Luigi Rizzoremove some test code.
2013-11-05 Luigi Rizzofix a bug when a device has 1 tx (or rx) queue and...
2013-11-05 Luigi Rizzocheck errors on return from netmap_attach()
2013-11-04 Ian LeporeMove remaining code and data related to static device...
2013-11-04 Navdeep Parharcxgbe(4): Exclude MPS_RPLC_MAP_CTL (0x11114) from the...
2013-11-04 Ian LeporeThis files should have been included in r257648.
next