]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net80211/ieee80211_output.c
Import x86emu from OpenBSD as of OPENBSD_4_6.
[FreeBSD/FreeBSD.git] / sys / net80211 / ieee80211_output.c
2009-09-09 Xin LIImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-09 Edwin GroothuisMFV of r196998.
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-02 Robert WatsonImport OpenBSM 1.1p2 from vendor branch to 8-CURRENT...
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-24 Sam Lefflerrevert OACTIVE part of r195845; instead fix the comment...
2009-07-24 Sam Lefflero kill old code no longer needed after r193312
2009-07-20 Rui PauloMore mesh bits, namely:
2009-07-17 Robert WatsonImport OpenBSM 1.1p1 from vendor branch to 8-CURRENT...
2009-07-11 Rui PauloImplementation of the upcoming Wireless Mesh standard...
2009-07-11 Mark PeekUpdate to tcsh 6.17.00.
2009-06-25 Doug BartonUpdate to the final release version of BIND 9.6.1....
2009-06-19 Edwin GroothuisMFV of r194480
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-09 Edwin GroothuisMFV of tzdata2009i:
2009-06-08 Sam Lefflerdo not strip M_MORE_DATA on packets coming through...
2009-06-07 Sam Lefflerteach ieee80211_classify about ipv6 packets
2009-06-07 Sam Leffleriv_flags_ext is full, make room by moving HT-related...
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-02 Jung-uk KimMFV: ACPICA 20090521
2009-05-31 Doug BartonUpdate BIND to version 9.6.1rc1. This version has bette...
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-22 Dag-Erling SmørgravUpgrade to OpenSSH 5.2p1.
2009-05-20 Sam LefflerOverhaul monitor mode handling:
2009-05-18 Xin LIMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-09 Xin LIUpdate to less v429.
2009-05-04 David E. O'BrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-04-28 Edwin GroothuisMFC of tzdata2009g:
2009-04-27 Sam LefflerStore the tx seq# of an 802.11 frame in the mbuf pkthdr...
2009-04-26 Sam Leffleradd IEEE80211_FEXT_4ADDR to indicate ieee80211_encap...
2009-04-26 Sam Lefflerhoist ampdu tx aggregation setup from ieee80211_encap...
2009-04-26 Sam Lefflerstash the node pointer in the mbuf before doing ff...
2009-04-26 Sam Lefflerdon't fragment ampdu aggregates
2009-04-26 Sam Leffleruniformly mark mbufs that pass through the tx path...
2009-04-26 Sam Leffleradd missing part of r191537 that should have read:...
2009-04-26 Sam Lefflerfix comment
2009-04-26 Sam Leffleradd missing DLT_IEEE802_11 bpf tap in ieee80211_start
2009-04-26 Sam Lefflerfixup ieee80211_output handling:
2009-04-20 Ollivier RobertMerge r191298 into HEAD.
2009-04-19 Robert WatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-16 Kip MacyChange if_output to take a struct route as its fourth...
2009-04-14 Edwin GroothuisMFV of tzdata2009f
2009-04-13 Edwin GroothuisMFV of tzdata2009e
2009-04-08 Sam Lefflero add a capability for drivers that require 802.3 encap...
2009-04-03 Sam Lefflerfix whitespace
2009-04-03 Sam Lefflero update dwds mcast handling after hoisting ieee80211_e...
2009-03-30 Sam LefflerHoist 802.11 encapsulation up into net80211:
2009-03-26 Sam LefflerFix enough bits so that fast frames work again:
2009-03-26 Sam Lefflerneed to adjust htinfo offset when csa is inserted
2009-03-26 Sam Leffleradjust tdma ie offset when beacon frame contents changes
2009-03-24 Sam Lefflersplit Atheros SuperG support out into it's own file...
2009-03-24 Edwin GroothuisMFV of tzdata2009d:
2009-03-21 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3-P2 import
2009-03-21 Rui PauloMerge libpcap 1.0.0.
2009-03-21 Rui PauloMerge tcpdump 4.0.0 from the vendor branch.
2009-03-19 Rui PauloRemove leftover comment because we now use a flag to...
2009-03-17 Edwin GroothuisMFV of tzdata2009c
2009-03-10 Robert WatsonMerge r183430 from vendor/top/dist to head/contrib...
2009-03-02 Robert WatsonMerge OpenBSM 1.1 beta 1 from OpenBSM vendor branch...
2009-03-02 Sam Lefflerconnect vendor wpa area to contrib
2009-02-17 Dag-Erling SmørgravDon't try to auto-detect dynamic linking; it fails...
2009-02-09 Weongyo Jeongmark M_LASTFRAG at the last fragment.
2009-01-28 David SchultzVendor import of gdtoa 20081205.
2009-01-27 Sam Lefflerupdate to 0.5.11: some useful bug fixes (check ChangeLog)
2009-01-22 Edwin GroothuisMFV of tzdata2009a
2009-01-14 Robert WatsonMerge OpenBSM alpha 5 from OpenBSM vendor branch to...
2009-01-09 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3-P1 import
2009-01-08 Sam LefflerTDMA support for long distance point-to-point links...
2009-01-05 Ulf LilleengenMerge support for CVSMode (aka. mirror mode) into csup...
2009-01-02 David E. O'BrienRecord that base/vendor/file/dist@186675 was merged.
2008-12-31 Sam Lefflerfollow prevailing style
2008-12-31 Robert WatsonMerge OpenBSM alpha 4 from OpenBSM vendor branch to...
2008-12-23 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3 import
2008-12-20 Sam LefflerMFH @ 186335
2008-12-19 Xin LIMerge nc(1) from OpenBSD 4.4. While there, rename...
2008-12-19 Sam Lefflerimport netbsd makefs tool
2008-12-15 Sam LefflerReplace adhoc checks in ieee80211_start with a per...
2008-12-02 Robert WatsonMerge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branc...
2008-12-01 Sam Lefflerimport ath hal
2008-11-22 Kip Macyconvert calls to IFQ_HANDOFF to if_transmit
2008-11-15 Rong-En Fan- Update ncurses to 5.7-20081102 (5.7 release) and...
2008-11-15 Gregory Neil ShapiroMerge from vendor dist: Bring in a change already in...
2008-10-28 Edwin GroothuisMFV of tzdata2008i.
2008-10-26 Sam LefflerNew ap-side power save implementation; the main change...
2008-10-26 Sam Lefflerintroduce M_ENCAP flag to mark packets encapsulated...
2008-10-26 Sam Lefflerfix comment that belonged w/ previous commit
2008-10-26 Sam Lefflerchange ieee80211_send_probereq to supply raw xmit param...
2008-10-26 Sam Lefflerchange ieee80211_send_nulldata to send a QoS Null Data...
2008-10-26 Sam Lefflero change ieee80211_mgmt_output to take a raw xmit param...
next