]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net80211
Remove unnecessary locking from attach(). This fixes a LOR between the
[FreeBSD/FreeBSD.git] / sys / net80211 /
2009-09-22 Rui PauloUpdate 802.11s mesh support to draft 3.03. This include...
2009-09-11 Jung-uk KimMFV: r196804
2009-09-09 Xin LIImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-09 Edwin GroothuisMFV of r196998.
2009-09-08 Poul-Henning KampRevert previous commit and add myself to the list of...
2009-09-08 Poul-Henning KampAdd necessary include.
2009-09-03 Sam Lefflercorrect timeout for doing NOL processing; need a ticks...
2009-09-03 Sam Leffleron transition to SLEEP state mark the station in power...
2009-08-27 Edwin GroothuisMFV of r195794
2009-08-27 Edwin GroothuisMFV of r196350
2009-08-27 Edwin GroothuisMFV of r195792:
2009-08-23 Simon L. B. NielsenMerge DTLS fixes from vendor-crypto/openssl/dist:
2009-08-17 Rui PauloFix a typo in ifdef mesh support. This would make mesh...
2009-08-12 Sam LefflerDrain link state event changes posted during vap destro...
2009-08-02 Robert WatsonImport OpenBSM 1.1p2 from vendor branch to 8-CURRENT...
2009-08-01 Robert WatsonMerge the remainder of kern_vimage.c and vimage.h into...
2009-07-31 Sam Lefflerfix misplaced #endif that caused tdma handling to be...
2009-07-31 Sam LefflerFilter setting IFF_PROMISC on tdma vaps; we don't want...
2009-07-29 Xin LIUpdate less to v436. This is considered as a bugfix...
2009-07-29 Doug BartonUpdate to version 9.6.1-P1 which addresses a remote...
2009-07-27 Rui PauloMesh fixes, namely:
2009-07-24 Sam Lefflerrevert OACTIVE part of r195845; instead fix the comment...
2009-07-24 Sam Lefflercorrect handling of IFF_PROMISC; this should not be...
2009-07-24 Sam Lefflermonitor mode vaps are meant to be read-only so they...
2009-07-24 Sam Lefflero kill old code no longer needed after r193312
2009-07-21 Sam Lefflerstore mesh timers as ticks and sysctls for changing...
2009-07-21 Sam LefflerCorrect handling of keys that already have a hardware...
2009-07-20 Rui PauloMore mesh bits, namely:
2009-07-18 Sam LefflerMove code that does payload realigment to a new routine...
2009-07-17 Robert WatsonImport OpenBSM 1.1p1 from vendor branch to 8-CURRENT...
2009-07-14 Robert WatsonBuild on Jeff Roberson's linker-set based dynamic per...
2009-07-13 Rui PauloFix inline function declaration and prototype.
2009-07-11 Rui PauloImplementation of the upcoming Wireless Mesh standard...
2009-07-11 Mark PeekUpdate to tcsh 6.17.00.
2009-07-10 Sam Lefflermark struct ieee80211req_maclist packed so sizeof works...
2009-07-10 Sam Lefflercorrectly set the tailq ptr when removing the last...
2009-07-05 Sam LefflerAdd ieee80211_ageq; a facility for staging packets...
2009-07-05 Sam LefflerRevamp 802.11 action frame handling:
2009-06-25 Doug BartonUpdate to the final release version of BIND 9.6.1....
2009-06-23 Robert WatsonModify most routines returning 'struct ifaddr *' to...
2009-06-23 Bjoern A. ZeebAfter cleaning up rt_tables from vnet.h and cleaning...
2009-06-19 Edwin GroothuisMFV of r194480
2009-06-18 Rui Pauloieee80211_dwds_mcast(): check the correct mbuf ptr...
2009-06-14 Simon L. B. NielsenMerge OpenSSL 0.9.8k into head.
2009-06-14 Edwin GroothuisRename since it has will have more capabilities than...
2009-06-13 Sam LefflerRev IEEE80211_IOC_STA_INFO abi: ni_flags grew from...
2009-06-11 Sam Lefflermake implicit pad visible
2009-06-11 Sam Leffleruse negotiated short gi to calculate the tx rate; using...
2009-06-11 Sam LefflerWhen associating to an AP we don't know if HT is negoti...
2009-06-09 Sam Lefflerprotect callouts with the com lock
2009-06-09 Sam Leffleradd missing calls to ieee80211_dfs_attach/detach
2009-06-09 Sam LefflerCorrect ieee80211_gettid:
2009-06-09 Edwin GroothuisMFV of tzdata2009i:
2009-06-08 Sam Lefflerpurge dead code
2009-06-08 Sam Lefflerfix big-endian machines
2009-06-08 Bjoern A. ZeebAfter r193232 rt_tables in vnet.h are no longer indirec...
2009-06-08 Sam Lefflerdo not strip M_MORE_DATA on packets coming through...
2009-06-07 Sam Lefflerprefer callout_schedule
2009-06-07 Sam Leffleruse c99-style initializers
2009-06-07 Sam Lefflerteach ieee80211_classify about ipv6 packets
2009-06-07 Sam Leffleradd iv_flags_ht and ic_flags_ht
2009-06-07 Sam Leffleriv_flags_ext is full, make room by moving HT-related...
2009-06-06 Sam Lefflero add bits for STBC and Greenfield
2009-06-05 Sam Lefflerreserve node flag bits for a-msdu tx/rx
2009-06-05 Sam Lefflerreserve ioc's for Greenfield and STBC
2009-06-05 Sam Lefflercorrect status code returned for ht capability mismatch...
2009-06-05 Sam Lefflero correct/add action frame categories
2009-06-05 Sam Leffleradd tid param to ieee80211_notify_replay_failure to...
2009-06-05 Jung-uk KimImport ACPICA 20090521.
2009-06-05 Robert WatsonFix spelling of MAC check for 8.x version of MAC Framew...
2009-06-04 Jung-uk KimResync with head.
2009-06-04 Sam Lefflero station mode channel switch support
2009-06-03 Sam LefflerWhen a channel switch is done to a channel with differe...
2009-06-03 Sam LefflerAfter a channel switch mark associated stations so...
2009-06-03 Jung-uk KimResync with head.
2009-06-03 Weongyo Jeongcalls callout_drain(9) to un-schedule a scan timer...
2009-06-02 Sam Lefflerremove another vestige of the null if_softc on detach...
2009-06-02 Sam Lefflerfix typo
2009-06-02 Sam Lefflerpartially fix mode setting; this no longer returns...
2009-06-02 Sam Lefflermove if_detach to the top of ieee80211_ifdetach to...
2009-06-02 Jung-uk KimMFV: ACPICA 20090521
2009-06-02 Sam LefflerRemove hack used to deal with ifnet teardown now that...
2009-06-02 Sam LefflerFix monitor mode vaps to work as intended:
2009-06-02 Sam Lefflerdon't dispatch frames to vap's not running
2009-06-02 Sam Lefflercount packets
2009-06-01 Sam Lefflerpad data structures to enable integration of future...
2009-05-31 Doug BartonUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-30 Sam Lefflerdistribute sysctl decls so global variables can be...
2009-05-30 Sam Lefflero assert TDMA_MAXSLOTS is 2 so noone tries to blindly...
2009-05-29 Sam Leffleradd ieee80211_isratevalid
2009-05-28 Xin LIUpdate netcat to the version carried with OpenBSD 4.5.
2009-05-27 Ed SchoutenUpdate ee(1) in the base system to version 1.5.0.
2009-05-27 Edwin GroothuisMFV of tzdata2009h:
2009-05-26 Ed SchoutenCopy ee 1.4.2 into the contrib directory.
2009-05-25 Sam LefflerFix handling of devices w/o radiotap support:
2009-05-25 Sam Lefflerdo internal bpf tracking only for radiotap DLT's
2009-05-22 Dag-Erling SmørgravUpgrade to OpenSSH 5.2p1.
2009-05-20 Sam LefflerPrepare to distribute sysctl code to reduce global...
2009-05-20 Sam LefflerOverhaul monitor mode handling:
2009-05-18 Xin LIMerge vendor/file/dist@192348, bringing FILE 5.03 to...
next