]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net80211
Create a taskqueue for each wireless interface which provides a serialised
[FreeBSD/FreeBSD.git] / sys / net80211 /
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
2009-02-13 dfrMake a place for porting the Xen HVM support to 7.x.
2009-02-13 samremove ic_stats; it was intended to accumulate stats...
2009-02-13 samstrip M_FRAG & co mbufs coming down from ip_output...
2009-02-12 samo replace ieee80211_node_reclaim by individual operatio...
2009-02-12 thompsaAdd a ieee80211_waitfor_parent() function that will...
2009-02-11 samimprove key index map reclaim debug msg
2009-02-11 samoops, fix octal escape sequence
2009-02-11 samremove bogus reference reclaim on the slave-side bss...
2009-02-11 samfix mis-numbering of IEEE80211_MSG_BITS
2009-02-10 samwhen operating as a slave, clear neighbor entries and...
2009-02-10 samclean neighbor entries on beacon miss
2009-02-10 samcorrectly fixup iv_des_chan after installing a new...
2009-02-09 weongyomark M_LASTFRAG at the last fragment.
2009-02-07 pisoAdd SCTP NAT support.
2009-02-05 samo change _db_show_key to always dump the contents inste...
2009-02-05 samo add IEEE80211_KEY_BITS for %b printing of wk_flags
2009-02-03 samWhen crafting a media setting w/ an auto (non-fixed...
2009-02-01 samwhen promoting an 11b channel to 11g do not accept...
2009-01-29 samsetup default fixed rates for static turbo and 11n;
2009-01-29 samset ni_txparms for static turbo mode
2009-01-29 samsetup default rate set for static turbo mode
2009-01-28 samadd an assert to verify the number of channels returned...
2009-01-28 samchange null_getradiocaps to return the actual count...
2009-01-28 dasVendor import of gdtoa 20081205.
next