]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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...
2015-03-15 adrianRun callout_reset() with mutex held.
2015-03-15 adrianAdd missed ieee80211_draintask()
2015-03-15 adrianFix a typo (IEEE80211_S_SCAN -> IEEE80211_F_SCAN)
2015-03-15 adrianFix mbuf mapping errors in wpi_cmd2() + add check for...
2015-03-15 andrewMove the x86 specific files to be built in the amd64...
2015-03-15 mavAccording to Linux and QEMU, s/n equal to buffer is...
2015-03-15 ianRemove redundant sysctl_handle_string() calls, the...
2015-03-15 mavClose potential race on blockif_close().
2015-03-15 mavFix networking problem after r280026.
2015-03-15 mavGive AHCI disk serial based on backing file path same...
2015-03-15 rwatsonNow that DTrace stack traces handle exception frames...
2015-03-15 rwatsonOn ARM, unlike some other architectures, saved $pc...
2015-03-15 mavRewrite virtio block device driver to work asynchronous...
2015-03-15 rwatsonReplace the completely arbitrary '3' with '9' for the...
2015-03-15 dimUpgrade our copy of clang, llvm and lldb to 3.6.0 release.
2015-03-15 dimMerge ^/head r279995 through r280029.
2015-03-15 dimBump __FreeBSD_version again, and set real dates in...
2015-03-15 mavModify virtqueue helpers added in r253440 to allow...
2015-03-15 baptImport mdocml 1.13.3
2015-03-15 mavBlock delete capability for read-only devices.
2015-03-15 ianAdd a nulterm byte to the returned sysctl string.
2015-03-15 ianInclude the nulterm byte in the sysctl string.
2015-03-14 ianGo back to using sbuf_new() with a preallocated large...
2015-03-14 ianUse sbuf_printf() for sysctl strings instead of static...
2015-03-14 ianUse sbuf_printf() for sysctl strings instead of stack...
2015-03-14 ianUse sysctl_handle_string() and the sbuf printf routines...
2015-03-14 ianUse SYSCTL_OUT_STR() to return strings.
2015-03-14 ianUse SYSCTL_OUT_STR() to return strings.
2015-03-14 ianUse SYSCTL_OUT_STR() to return strings.
2015-03-14 ianUse SYSCTL_OUT_STR() to return strings.
2015-03-14 ianUse SYSCTL_OUT_STR() to return strings.
2015-03-14 ianDefine a convenience macro, SYSCTL_OUT_STR() for handli...
2015-03-14 mavGive block I/O interface multiple (8) execution threads.
2015-03-14 dimRegenerated llvm/clang manpages.
2015-03-14 ianUse sbuf_new_for_sysctl() instead of plain sbuf_new...
2015-03-14 ianUse sbuf_new_for_sysctl() instead of plain sbuf_new...
2015-03-14 dimFor now, disable the __clear_cache implementation for...
2015-03-14 ianUse sbuf_new_for_sysctl() instead of plain sbuf_new...
2015-03-14 smhAllow zvol_geom_worker to process BIO_DELETE's
2015-03-14 dimMerge ^/head r279985 through r279994.
2015-03-14 dimAmend r277940, by also disabling -Wcast-qual warnings...
2015-03-14 ianSet the SBUF_INCLUDENUL flag in sbuf_new_for_sysctl...
2015-03-14 ianAdd a new flag, SBUF_INCLUDENUL, and new get/set/clear...
2015-03-14 mavAdd checksums to identify data and NCQ command error...
2015-03-14 jillesrestore: Preserve timestamps to the nanosecond.
2015-03-14 dimMerge ^/head r279893 through r279984.
2015-03-14 ianRevert r279934, r279938; this is going to be fixed...
2015-03-14 ianRevert r279933; this is going to be fixed in sbuf instead.
2015-03-14 ianRevert r279932; this is going to be fixed in the sbuf...
2015-03-14 dimPull in r231965 from upstream compiler-rt trunk (by...
2015-03-14 dimAllow relative pathnames in SRCS, so as to enable build...
next