]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net80211
Make APM emulation look more closer to its origin. Use device_get_softc(9)
[FreeBSD/FreeBSD.git] / sys / net80211 /
2010-11-09 David E. O'BrienUpgrade to Bzip2 version 1.0.6.
2010-11-06 Bernhard SchmidtInstead of using the AMRR ratectl algo as default for...
2010-11-03 Rui PauloMerge wpa_supplicant and hostapd 0.7.3.
2010-11-03 Edwin GroothuisMFV of tzdata2010o, r214716
2010-10-31 Doug BartonUpdate to 9.6-ESV-R2, the latest from ISC.
2010-10-29 Rui PauloMerge libpcap-1.1.1.
2010-10-28 Rui PauloMerge tcpdump-4.1.1.
2010-10-19 Bernhard SchmidtFix an undefined behaviour if the desired ratectl algo...
2010-10-19 Xin LIMFV: nc(1) from OpenBSD 4.8.
2010-10-13 Jung-uk KimMerge ACPICA 20101013.
2010-10-11 Martin MatuskaUpgrade xz to git snapshot as of 20101010
2010-10-08 Ed SchoutenImport ee 1.5.2 into HEAD.
2010-10-07 Dimitry AndricUpgrade Clang and LLVM to the 2.8 release. See here...
2010-10-01 Adrian ChaddFix background roaming to actually work in AUTO roaming...
2010-09-30 Edwin GroothuisMFV of 213310, tzdata2010m
2010-09-20 Dimitry AndricUpgrade our Clang in base to r114020, from upstream...
2010-09-16 Jung-uk KimMerge ACPICA 20100915.
2010-08-24 Rui PauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-21 Bernhard SchmidtWrap remaining ieee80211_ratectl_node_init() calls...
2010-08-17 Edwin GroothuisMFV of r211420, tzdata2010l
2010-08-14 Bernhard SchmidtIntroduce IEEE80211_C_RATECTL, drivers which use the...
2010-08-14 Bernhard SchmidtInitialize ni_txrate after txparams have been setup...
2010-08-06 Jung-uk KimMerge ACPICA 20100806.
2010-08-02 Rui PauloMFV OpenSolaris DTrace userland bits.
2010-08-01 Edwin GroothuisMFV of r210716, tzdata2010k
2010-07-25 Rong-En FanMerge r210464 from vendor/ncurses/dist:
2010-07-20 Ed SchoutenUpgrade our Clang in base to r108428.
2010-07-20 Juli MallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 Rui PauloMFV:
2010-07-17 Rui PauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-06 Jung-uk KimMerge ACPICA 20100702.
2010-07-06 Rui PauloMerge from vendor-sys/opensolaris:
2010-07-01 Bernhard Schmidt- Introduce IEEE80211_KEY_NOREPLAY, a per-key flag...
2010-06-14 Rui PauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-12 Ed SchoutenRemove GNU-style struct initialization.
2010-06-11 Tai-hwa LiangFixing compilation bustage by adding the missing &...
2010-06-10 Rui PauloSome odd APs send beacons on the same TX queue as non...
2010-06-10 Rui PauloAdd missing braces.
2010-06-09 Roman DivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-06-01 Rui PauloFix resource leaks in ieee80211_ioctl_setchanlist(...
2010-06-01 Rui PauloCompare the address of the array, not the array.
2010-06-01 Rui PauloDon't reference null pointer in hwmp_recv_preq().
2010-06-01 Rui PauloProperly initialize stack variable sr in setmlme_assoc_...
2010-05-20 Doug BartonUpgrade to 9.6.2-P2, which addresses the following;
2010-05-10 Edwin GroothuisMFV of tzdata2010j, r207896
2010-05-10 Martin MatuskaImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-05-06 Kirk McKusickFinal update to current version of head in preparation...
2010-05-03 Maxim SobolevAdd new tunable 'net.link.ifqmaxlen' to set default...
2010-04-29 Rui PauloDecrement rxa_pad due to the addition of rxa_private.
2010-04-28 Jung-uk KimMerge ACPICA 20100428.
2010-04-28 Rui PauloAdd a private field to struct ieee80211_rx_ampdu do...
2010-04-28 Rui PauloAdd ic_rxstream and ic_txstream. These variables hold...
2010-04-28 Rui PauloWhen in the RUN -> AUTH -> RUN FSM transition happens...
2010-04-28 Rui PauloFix typo. No functional change.
2010-04-28 Dag-Erling SmørgravUpgrade to OpenSSH 5.5p1.
2010-04-28 Kirk McKusickUpdate to current version of head.
2010-04-24 Marius StroblAdd a TestFloat based test suite for floating-point...
2010-04-20 Xin LIMFV: zlib 1.2.5.
2010-04-19 Edwin GroothuisMFV of tzdata2010i, r206865
2010-04-16 Xin LIMFV: libz 1.2.4.3.
2010-04-14 Rui PauloMake this code a little more portable by wrapping the...
2010-04-10 Bernhard SchmidtAdd WPA-None support:
2010-04-09 Rui PauloUse M_NOWAIT instead of M_WAITOK to avoid race conditions.
2010-04-09 Rui PauloSwap IEEE80211_RATECTL_TX_SUCCESS/IEEE80211_RATECTL_TX_...
2010-04-08 Rui PauloPrevent foot-shooting in ieee80211_ratectl_node_deinit().
2010-04-07 Rui PauloFix build.
2010-04-07 Rui Paulonet80211 rate control framework (net80211 ratectl).
2010-04-05 Edwin GroothuisMFV of tzdata2010h:
2010-04-02 Jung-uk KimMerge ACPICA 20100331 (and four additional upstream...
2010-04-01 Simon L. B. NielsenMerge OpenSSL 0.9.8n into head.
2010-03-31 Xin LIUpdate to 1.2.4.1 (beta).
2010-03-31 Rui PauloConstify vap argument of ieee80211_{note,discard}*...
2010-03-28 Rui PauloAdd a comment explaining the previous commit.
2010-03-23 Xin LIMFV: Update nc to the version from OpenBSD 4.7.
2010-03-23 Rui PauloWhen receiving a management frame, pass the mbuf to...
2010-03-23 Rui PauloAdd a new field for extended HT capabilities.
2010-03-22 Edwin GroothuisMFV of tzdata2010f:
2010-03-22 Dag-Erling SmørgravMerge upstream r432:
2010-03-18 Doug BartonUpdate to 9.6.2-P1, the latest patchfix release which...
2010-03-18 Rui PauloUnbreak build by removing a code bit that is only relat...
2010-03-18 Rui PauloFix a couple of bugs with 802.11n:
2010-03-14 Weongyo Jeongfixes a broken software beacon miss handler. There...
2010-03-13 Simon L. B. NielsenMerge OpenSSL 0.9.8m into head.
2010-03-09 Xin LIIntegrate OpenBSD rev 1.5 of x86emu.c.
2010-03-09 Dag-Erling SmørgravUpgrade to OpenSSH 5.4p1.
2010-03-08 Edwin GroothuisMFV of tzdata2010e:
2010-03-05 Jung-uk KimMerge ACPICA 20100304.
2010-03-04 Dag-Erling SmørgravIFH@204581
2010-03-03 Doug BartonUpgrade to version 9.6.2. This version includes all...
2010-03-02 Edwin GroothuisMFV of r204563, tzdata2010c:
2010-02-28 Rafal JaworowskiMerge DTC-d75b33af.
2010-02-08 Bernhard SchmidtEnsure that tkip_mixing_phase1() is called after a...
2010-02-06 Rui PauloRevert unwanted changes in revision 203422.
2010-02-03 Rui PauloAvoid a null pointer deref when parsing the meshid.
2010-02-03 Rui PauloWhen taking the AMPDU reorder fastpath, need_tap wasn...
2010-01-26 Edwin GroothuisMFV of tzdata2010b, r203017
2010-01-26 Gregory Neil ShapiroMerge sendmail 8.14.4 to HEAD
2010-01-25 Rui PauloCall ieee80211_radiotap_rx, not ieee80211_radiotap_tx...
2010-01-25 Doug BartonUpgrade to BIND 9.6.1-P3.
2010-01-24 Shteryana ShopovaWhile flushing the multicast filter of an interface...
next