]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/wpi
Replace 0 with NULL for pointers in misc. device drivers.
[FreeBSD/FreeBSD.git] / sys / dev / wpi /
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-07 gshapiroMerge sendmail 8.15.2 to HEAD
2015-07-05 dimUpdate llvm/clang to r241361.
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-07-04 emasteUpdate LLDB snapshot to upstream r241361
2015-06-23 dimUpdate llvm/clang to r240225.
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-13 sjgAdd META_MODE support.
2015-06-10 delphijMFV r284234:
2015-06-10 dimUpdate Makefiles and other build glue for llvm/clang...
2015-05-31 ngieMF head @ r283796
2015-05-27 dimMerge clang trunk r238337 from ^/vendor/clang/dist...
2015-05-27 dimMerge llvm trunk r238337 from ^/vendor/llvm/dist, resol...
2015-05-27 sjgMerge sync of head
2015-05-26 sjgMerge from head
2015-05-25 glebiusChange three methods in struct ieee80211com, namely...
2015-05-25 glebiusSet ic_softc in all 802.11 drivers. Not required right...
2015-05-25 adrianUpdate wpi(4) to use the new mgmt RX API.
2015-05-25 glebiusMake net80211 drivers supply their device name to the...
2015-05-24 ngieMFhead @ r283351
2015-05-18 jkimMerge ACPICA 20150515.
2015-05-10 sjgMerge bmake-20150505 improve detection of malformed...
2015-05-06 gjbMFH: r282315-r282534
2015-05-04 gjbMFV r225523, r282431:
2015-05-04 cyMFV ntp 4.2.8p2 (r281348)
2015-05-03 adrian[iwn] Do not filter control frames in monitor mode.
2015-05-03 adrianHandle properly IBSS merges (works with patch from...
2015-05-03 adrianFix various powersave races + optimize tx/rx pointer...
2015-05-03 adrian[iwn?] Use correct sequence numbers with non-QoS STAs.
2015-05-03 adrianFix warning about comparison of integers of different...
2015-05-03 adrian[iwn?] Fix memory leak in wpi_reset_tx_ring().
2015-05-03 adrianUse nitems() for counting elements in arrays.
2015-05-03 adrianDo not include WPI_START_SCAN event processing into...
2015-05-03 adrianFix sequence number generation for beacon frames.
2015-05-03 adrianAdd debug output for WPI_BEACON_SENT event.
2015-05-03 adrianTry to fix passive scanning hang on beacon miss.
2015-05-03 adrianAdd comment about AUTH -> AUTH state transition + fix...
2015-05-03 adrianDisplay more information for beacon miss debugging.
2015-05-03 adrianLimit minimum threshold of missed beacons.
2015-05-03 adrianImprove beacon miss detection.
2015-05-03 adrianCreate another debug category for WPI_BEACON_MISSED...
2015-05-03 adrianUnbreak scanning after RUN -> SCAN state transition.
2015-05-03 adrianCheck channels which are passed in IBSS mode.
2015-05-03 adrianDo not disable beacon notifications (unbreaks scanning...
2015-05-03 adrianFix pause scan time calculation (the remainder must...
2015-05-03 adrianFix active/passive dwell calculation.
2015-05-03 adrianTurn off led when leaving RUN state.
2015-05-03 adrianAdd TX status codes (obtained from iwlegacy)
2015-05-03 adrianMove radiooff_task to the internal taskqueue.
2015-05-03 adrianUse another workaround for scanning.
2015-05-03 adrianAdd wpi_check_bss_filter()
2015-05-03 adrianFix KASSERT statements in if_wpi_debug.h
2015-05-03 adrianRemove workaround for bug 199676.
2015-05-03 adrianAdd a few local variables to improve readability.
2015-05-03 adrianRemove this; it's currently a no-op.
2015-05-03 adrianRetry twice at the same rate.
2015-04-28 pfgMFV r282150
2015-04-27 desRestore packaging subdir to enable running unmodified...
2015-04-22 gjbMFH: r280643-r281852
2015-04-21 sjgMerge bmake-20150418
2015-04-21 rpauloMerge wpa_supplicant/hostapd 2.4.
2015-04-10 baptUpdate nvi to 2.1.3 which fixes the data corruption...
2015-04-09 adrianDo not access peripheral before clock stabilization.
2015-04-09 adrianFix buffer overflow introduced in previous commits...
2015-04-03 dimAdd the llvm-cov and llvm-profdata tools, when WITH_CLA...
2015-03-30 cyMFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092...
2015-03-25 gjbMFH: r278968-r280640
2015-03-20 jkimMerge OpenSSL 1.0.1m.
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.
next