]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Assert that the mapping loop makes progress.
[FreeBSD/FreeBSD.git] / sys / dev /
2015-03-24 arybchiksfxge: cleanup: fix index variable type to match upper...
2015-03-24 arybchiksfxge: cleanup: add a blank line before each #if to...
2015-03-24 bzMake ix_crcstrip a public symbol for the moment; it...
2015-03-24 hselaskyUse the feedback value from the synchronization endpoin...
2015-03-23 npcxgbe(4): Do not call sbuf_trim on an sbuf with a drain...
2015-03-23 mavReduce priority of ATA/SATA drivers.
2015-03-23 arybchiksfxge: remove unnecessary and wrong prediction
2015-03-23 arybchiksfxge: do not check MCDI status word
2015-03-23 arybchiksfxge: FreeBSD before 10 does not have bus_space_*_8...
2015-03-23 arybchiksfxge: add statistics for each Tx queue
2015-03-23 arybchiksfxge: remove obsolete Tx non-multi queue support
2015-03-23 arybchiksfxge: add barriers to BAR write macros
2015-03-23 arybchiksfxge: assert either kernel or internal copy of interfa...
2015-03-22 mavRemove MAXBSIZE use from drivers where it has nothing...
2015-03-21 hselaskyThe synchronisation value returned by the so-called...
2015-03-20 loosAdd a driver for the Dallas/Maxim DS1307, another commo...
2015-03-20 jkimMerge OpenSSL 1.0.1m.
2015-03-19 andrewFix building ixgbe with gcc, it doesn't like nested...
2015-03-18 jfvFix i386 LINT build issues, and remove unused variable.
2015-03-18 adrianFix ixgbe(4) to compile - with RSS; with ix+ixv in...
2015-03-17 jfvResolve a few build issues, add module directories...
2015-03-17 glebiusFix build.
2015-03-17 zbbIntroduce Annapurna Labs AHCI support
2015-03-17 dumbbelldrm: Update the device-independent code to match Linux...
2015-03-17 jfvUpdate to the Intel ixgbe driver:
2015-03-17 hselaskyRemove no longer used allocation type.
2015-03-17 hselaskyUse define instead of constant.
2015-03-17 arybchiksfxge: increase default put-list limit to 1024
2015-03-17 arybchiksfxge: prefetch txq->common if TxQ is started only
2015-03-17 arybchiksfxge: adding version info to device description
2015-03-17 arybchiksfxge: move deferred packet list statistics to dedicate...
2015-03-17 arybchiksfxge: add tunables to control LRO parameters on driver...
2015-03-16 jhbMove special DDP handling for closing a connection...
2015-03-15 kibFix build with clang 3.6, silence -Wcast-qual warning.
2015-03-15 adrianAdd a new taskqueue (device specific, not net80211...
2015-03-15 adrianWorkaround delays caused by vmem_check().
2015-03-15 adrianFix scan timeouts with powersave enabled.
2015-03-15 adrianDon't unlock mutex in interrupt thread (except for...
2015-03-15 adrianReformatting changes.
2015-03-15 adrianUse correct types
2015-03-15 adrianAdd another lock for the TX path.
2015-03-15 adrianAdd an extra mutex for qfullmsk / ring->queued variables.
2015-03-15 adrianRegroup ring state checks in wpi_tx_done().
2015-03-15 adrianDon't use sc->qfullmsk in wpi_start().
2015-03-15 adrianturn sc_tx_timeout into its own callout, rather than...
2015-03-15 adrianAdd mutex for RXON structure; convert some callouts...
2015-03-15 adrianUse WPI_FILTER_BSS for checking current state.
2015-03-15 adrianSplit TX and scan timeouts; use a callout now for the...
2015-03-15 adrianAdd experimental HOSTAP support.
2015-03-15 adrianMerge wpi_start() and wpi_start_locked().
2015-03-15 adrianMinor optimisation in wpi_limit_dwell()
2015-03-15 adrianRearrange checks in wpi_send_rxon().
2015-03-15 adrianFix some printfs(); add some debugging.
2015-03-15 adrianAdd more KASSERTs.
2015-03-15 adrianDisable powersave in IBSS mode (packet loss > 90%.)
2015-03-15 adrianDo some cleanup before device startup.
2015-03-15 adrianAcquire ifq lock when checking / modifying IFF_DRV_OACT...
2015-03-15 adrianMerge wpi_init() and wpi_init_locked().
2015-03-15 adrianRefactor wpi_ioctl().
2015-03-15 adrianAdd WPI_DEBUG_NODE + some debugging.
2015-03-15 adrian* Add new debug category
2015-03-15 adrianRemove unrelated comment.
2015-03-15 adrianRemove unnecessary assignment.
2015-03-15 mavHide virtio features negotiation messages under bootver...
2015-03-15 adrianRemove unnecessary debug output.
2015-03-15 adrianAdd support for AES-CCMP group keys.
2015-03-15 adrianEncrypt frame if IEEE80211_BPF_CRYPTO is set.
2015-03-15 adrianUse separate mutex for wv_bcbuf and wv_boff structures.
2015-03-15 adrianAdd prefixes to field names.
2015-03-15 adrianUse ieee80211_beacon_update() for dynamic beacon contents.
2015-03-15 adrianMove beacon initialisation to wpi_init_beacon()
2015-03-15 adrianUse a static buffer in wpi_cmd - rather than alloc...
2015-03-15 adrianUse WPI_RSSI_OFFSET instead of stat->noise (always...
2015-03-15 adrianFix debug category in wpi_read_eeprom_band()
2015-03-15 adrianMove IBSS assocation processing to wpi_newassoc().
2015-03-15 adrianwpi_tx_done() shouldn't wait for wpi_start().
2015-03-15 adrianAdd node table lock - addresses LOR in wpi_node_free().
2015-03-15 adrianOptimise sc->rev processing.
2015-03-15 adrianUse ring->queued for WPI_CMD_TX_DATA only.
2015-03-15 adrianMove some code under WPI_LOCK().
2015-03-15 adrianRemove unnecessary locking.
2015-03-15 adrianEliminate the WPI_FLAG_BUSY flag.
2015-03-15 adrianAdd separate lock for TX queues.
2015-03-15 adrianWrap node addition in STA mode into wpi_add_sta_node().
2015-03-15 adrianReplace kernel unit allocator with local set of functions.
2015-03-15 adrianMove key processing in wpi_tx_data.
2015-03-15 adrianRemove some un-needed variables.
2015-03-15 adrianReformatting - break lines ~ 80 characters.
2015-03-15 adrianwpi_intr(): remove duplicate code
2015-03-15 adrianReplace few numbers with named constants.
2015-03-15 adrianWrap cast to (struct wpi_node *) into WPI_NODE macros
2015-03-15 adrianmsleep() -> mtx_sleep()
2015-03-15 adrianFix warning: Value stored to 'supportsa' is never read.
2015-03-15 adrianFix error handling in wpi_scan().
2015-03-15 adrianFix indentation - non-functional change.
2015-03-15 adrianCheck some variables only on active TX rings
2015-03-15 adrianUse correct pointer for wpi_softc
2015-03-15 adrianFix panics in wpi_tx_done() when powersave is enabled
2015-03-15 adrianFix races between wpi_rx_done() and wpi_stop()
2015-03-15 adrianDivide ackfailcnt by 2 (firmware decreases rate after...
next