]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net80211
Update BIND to version 9.6.1rc1. This version has better performance and
[FreeBSD/FreeBSD.git] / sys / net80211 /
2009-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-30 samdistribute sysctl decls so global variables can be...
2009-05-30 samo assert TDMA_MAXSLOTS is 2 so noone tries to blindly...
2009-05-29 samadd ieee80211_isratevalid
2009-05-27 edUpdate ee(1) in the base system to version 1.5.0.
2009-05-26 edCopy ee 1.4.2 into the contrib directory.
2009-05-25 samFix handling of devices w/o radiotap support:
2009-05-25 samdo internal bpf tracking only for radiotap DLT's
2009-05-22 desUpgrade to OpenSSH 5.2p1.
2009-05-20 samPrepare to distribute sysctl code to reduce global...
2009-05-20 samOverhaul monitor mode handling:
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-18 samadd block ack frame id
2009-05-14 samadd missing type for SYSCTL_PROC items; w/o a type...
2009-05-14 samcorrect handling of ctl frames: the sender's address...
2009-05-10 thompsaCancel the scan when going to INIT state. Should do...
2009-05-05 zecChange the curvnet variable from a global const struct...
2009-05-04 obrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-05-03 thompsaRelax the condition for printing the lost state transit...
2009-05-02 samdon't say "ac WME_AC_BE"; remove "ac"
2009-05-02 sampromote ieee80211_seq typedef
2009-05-02 samo dump tx/rx seq#'s for qos tid's
2009-05-02 samwhitespace
2009-05-02 sammake superg/fast-frames state dynamically-allocated...
2009-05-02 thompsaCreate a taskqueue for each wireless interface which...
2009-05-01 samrevert wip
2009-04-27 samStore the tx seq# of an 802.11 frame in the mbuf pkthdr...
2009-04-26 samadd IEEE80211_FEXT_4ADDR to indicate ieee80211_encap...
2009-04-26 samdon't depend on includes to get definitions of struct...
2009-04-26 samhoist ampdu tx aggregation setup from ieee80211_encap...
2009-04-26 samallow drivers to hook ampdu rx start/stop
2009-04-26 samimprovements:
2009-04-26 samstash the node pointer in the mbuf before doing ff...
2009-04-26 samwhitespace
2009-04-26 samprint both fc bytes when hitting a protocol version...
2009-04-26 samadd iv_recv_ctl method to allow hooking rx ctl frame...
2009-04-26 samdon't fragment ampdu aggregates
2009-04-26 samuniformly mark mbufs that pass through the tx path...
2009-04-26 samo add missing 802.3 bpf tap
2009-04-26 samadd missing DLT_IEEE802_11 tap
2009-04-26 samadd missing part of r191537 that should have read:...
2009-04-26 samfix comment
2009-04-26 samadd missing DLT_IEEE802_11 bpf tap in ieee80211_start
2009-04-26 samfixup ieee80211_output handling:
2009-04-26 samo use shared code to handle bpf tap and mbuf cleanup
2009-04-26 samcorrect bssid reporting for wds vaps
2009-04-23 rpauloRemove spurious 'or'.
2009-04-19 rwatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-16 kmacyChange if_output to take a struct route as its fourth...
2009-04-13 samsetup turboA/G fixed rate parameters too; this is neede...
2009-04-13 samcorrect debug printf
2009-04-13 samcheck correct address for a bssid mtch
2009-04-13 samfix txparms setup for 108G sta's: ieee80211_iserp_rates...
2009-04-08 samo add a capability for drivers that require 802.3 encap...
2009-04-03 samfix whitespace
2009-04-03 samo update dwds mcast handling after hoisting ieee80211_e...
2009-03-30 samHoist 802.11 encapsulation up into net80211:
2009-03-30 rpauloFix typo in comment.
2009-03-30 rpauloMFP mesh11s:
2009-03-29 samo add ic_rt to track the rate table for the current...
2009-03-29 samtoggling fast-frames requires clocking the state machine
2009-03-29 samEliminate ic_myaddr so changing the mac address of...
2009-03-26 samo move tdma+superg protocol defs out of public view
2009-03-26 samFix enough bits so that fast frames work again:
2009-03-26 samdynamic turbo mode is only implemented in sta mode...
2009-03-26 samneed to adjust htinfo offset when csa is inserted
2009-03-26 samadjust tdma ie offset when beacon frame contents changes
2009-03-25 samshuffle code so things build w/o INVARIANTS or IEEE8021...
2009-03-24 samhide linker set stuff from user space
2009-03-24 samsplit Atheros SuperG support out into it's own file...
2009-03-24 samadd linker sets for get/set ioctl handlers so optional...
2009-03-24 samuse IEEE80211_SUPPORT_TDMA option to control whether...
2009-03-21 rpauloMerge libpcap 1.0.0.
2009-03-21 rpauloMerge tcpdump 4.0.0 from the vendor branch.
2009-03-19 rpauloRemove leftover comment because we now use a flag to...
2009-03-19 rpauloFix typo in comment.
2009-03-18 rpauloUse plural in a comment. No functional change.
2009-03-18 samrate limit printfs for invalid tdma ie contents; probab...
2009-03-18 samMinor cleanups of tdma protocol handling:
2009-03-11 dfrMerge in support for Xen HVM on amd64 architecture.
2009-03-04 samadd the desired channel to the scan list if not already...
2009-03-02 samconnect vendor wpa area to contrib
2009-02-28 edAdd memmove() to the kernel, making the kernel compile...
2009-02-27 bzFor all files including net/vnet.h directly include...
2009-02-22 samchange tdma slave behaviour: if the channel is locked...
2009-02-22 samdisplay min/max dwell times in msecs in debug msgs
2009-02-20 sammark nodes created by way of neighbor discovery need...
2009-02-20 samo reset aggressive mode flag; it was being left set...
2009-02-20 sammisc cleanup of wme parameter setting
2009-02-19 samuse 1/2 and 1/4 rate phy types to simplify txtime calcu...
2009-02-19 samAdd modes for 1/2 and 1/4-width channels so we have...
2009-02-19 samo looseen abi dependencies on IEEE80211_MODE_MAX by...
2009-02-19 samuse c99 initializers
2009-02-19 samo consolidate loops to eliminate assumptions about...
2009-02-19 samChange country ie construction to simplify forthcoming...
2009-02-19 samuse c99 initializer
2009-02-19 samsimplify setting up the roaming parameters; writing...
2009-02-19 samcheck ptr against NULL
2009-02-19 saminstead of special casing lookups for the 11na/g legacy...
2009-02-19 samadd phy types for 1/2 and 1/4-rate modes
next