]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/usb
Remove BUS_DMA_NOWAIT from bus_dma_tag_create() invocations as it's
[FreeBSD/FreeBSD.git] / sys / dev / usb /
2015-10-19 hselaskyAdd quirk for USB 3.0 PCI device.
2015-10-18 rpauloUpdate hostapd/wpa_supplicant to version 2.5.
2015-10-16 mavMFV r289310:
2015-10-13 ngieIntegrate tools/regression/acltools into tests/sys/acl
2015-10-12 peterUpdate from svn-1.8.14 to 1.9.2.
2015-10-12 ngieMFhead @ r289173
2015-10-12 kevloAccept any correct frames from any source when MONITOR...
2015-10-12 adriannet80211 drivers: eliminate any references to sc_rxtap_...
2015-10-12 adrianurtwn(4): split *reg and *var parts (no functional...
2015-10-12 adriannet80211: move ieee80211_free_node() call on error...
2015-10-12 adriannet80211: separate mbuf cleanup from ieee80211_fragment()
2015-10-10 ngieMFhead @ r289100
2015-10-09 kevloSort function prototypes and add missing 'static' keywords.
2015-10-08 kevloAdd support for Fresco Logic USB 3.0 host controller.
2015-10-08 hselaskyAdd quirk for USB 3.0 PCI device.
2015-10-08 gavinRecognise the Netgear WNDA4100 (N900) 3x3 device in...
2015-10-05 dimMerge ^/head r288457 through r288830.
2015-10-05 ngieMFhead @ r281414
2015-10-04 kevloReplace M_NOWAIT with M_WAITOK for consistency with...
2015-10-04 kevloFix max TX power settings for RT5390/RT5392.
2015-10-04 adrianFix run(4) mbuf queue flushing / freeing.
2015-10-04 adrianRandom zyd(4) fixes to bring TX handling in line with...
2015-10-04 adrianFix to make compile on gcc-4.2.1 (eg mips, sparc64.)
2015-10-04 adrianFix to compile using gcc-4.2 (eg mips, sparc64.)
2015-10-03 adrianrum(4): add WME support.
2015-10-03 adrianrun(4): fix WME support (untested).
2015-10-03 adrianrum(4): fix stats interpretation in rum_ratectl_task()
2015-10-03 adrianrum(4): set short/long retry limits
2015-10-03 adrianrum(4): fix sequence number generation.
2015-10-03 adriannet80211: drop ieee80211_beacon_offsets parameter from...
2015-10-03 adriannet80211: drop redundant 3rd parameter from iv_key_set().
2015-10-03 adrianrum(4): drop unused 'node id' parameter.
2015-10-03 adrianrum(4): add support for hardware encryption (WEP, TKIP...
2015-10-03 adrianrum(4): implement iv_update_beacon call (fixes client...
2015-10-03 adrianrum(4): attach rum_update_slot to ic_updateslot.
2015-10-03 adrianrum(4): split rum_prepare_beacon() into 'alloc' and...
2015-10-03 adrianrum(4): add support for AHDEMO mode.
2015-10-03 adrianrum(4): simplify rum_set_bssid(), rum_set_macaddr(...
2015-10-03 adrianrum(4): do not corrupt MAC address
2015-10-03 adrianrum(4): add error handling for rum_enable_tsf_sync...
2015-10-03 adrianrum(4): move some code from rum_init() into separate...
2015-10-03 adrianrum(4): add error handling in initialization path
2015-10-03 adrianrum(4): simplify error handling rum_raw_xmit()
2015-10-03 adrianrum(4): check mbuf size before accessing its contents
2015-10-03 adrianrum(4): add TSF field into radiotap headers
2015-10-03 adrianrun(4): Add initial support for IBSS merge.
2015-10-03 adrianRemove beacon offsets usage from if_rum.
2015-10-03 adrianurtwn(4): fix sequence numbering for QoS frames
2015-10-03 adrianural(4): reduce copy-paste in ural_newstate().
2015-10-03 adrianrum(4): add command queue for running sleepable tasks...
2015-10-03 adrianrum(4): some non-functional changes / cleanup
2015-10-02 adrianrum(4): sync rum_enable_tsf(_sync) with run(4).
2015-10-02 adrianrum(4): create few wrappers.
2015-10-02 adrianrum(4): move common part of rum_bbp_write() and rum_bbp...
2015-10-02 adrianrum(4): reduce code duplication.
2015-10-02 ngieMFhead @ r288473
2015-10-01 dimMerge ^/head r288197 through r288456.
2015-09-30 markjMFV r288408:
2015-09-30 adrianmodify the rssi logic a bit to actually return a useful...
2015-09-29 adrianrsu(4): Add support for 1T2R and 2T2R NICs.
2015-09-29 adrianurtwn driver fixes - missing include, free node referen...
2015-09-28 ngieAdd initial testcases for bin/ls
2015-09-28 ngieMFhead@r288328
2015-09-28 adrianinclude opt_wlan.h . Tsk adrian.
2015-09-27 ngieMFhead @ r288313
2015-09-26 adrianFree the TX/RX list buffers /before/ tearing down net80...
2015-09-26 adrian* Add 11n HT40 support - i needed to send both HTINFO...
2015-09-26 adrianUpdate USB device IDs for the upcoming AR9170 support.
2015-09-24 dimMerge ^/head r288126 through r288196.
2015-09-24 hselaskyImplement support for reading USB quirks from the kerne...
2015-09-23 emasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-22 dimMerge ^/head r288035 through r288099.
2015-09-22 adriannet80211: include one copy of struct ieee80211_beacon_o...
2015-09-22 adrianSend a power command to the firmware to shut down the...
2015-09-22 adrianBegin fleshing out basic power-on / power-off and A...
2015-09-22 adriannet80211 & wireless drivers: remove duplicate defines...
2015-09-21 adrianFlip on 11n by default; update TODO items.
2015-09-21 adrianConvert if_rsu to use a deferred transmit task rather...
2015-09-21 adrianDrain the mbuf queue upon rsu_stop().
2015-09-20 adrianDisable HT40 in if_rsu for now. There's something...
2015-09-20 dimMerge ^/head r287878 through r288034.
2015-09-18 adrianAdd in a temporary (hah!) workaround for net80211 scann...
2015-09-18 adrianRefactor out the tx buffer free code into a routine...
2015-09-18 adrianSet AMPDU density/size parameters during vap creation.
2015-09-18 adrianAdd a very hacked up station only A-MPDU negotiation...
2015-09-18 adrianAdd initial 11n support to if_rsu.
2015-09-17 desUpgrade to Unbound 1.5.4.
2015-09-17 adrian.. oops, flip on QoS.
2015-09-17 adrianBring over the QoS logic from the Linux r92su driver.
2015-09-17 adrianProgram the firmware setup stuff with the current hardw...
2015-09-17 adrianUse the H2C endpoint for sending firmware commands...
2015-09-17 adrianAdd 11n and QoS methods.
2015-09-17 adrianPrepare for 11n - get the number of endpoints and wheth...
2015-09-17 adrianBump RX_LIST_COUNT so we don't fall behind during activ...
2015-09-17 adrianUse DELAY() rather than usb_pause_mtx() - the latter...
2015-09-16 dimMerge ^/head r287680 through r287877.
2015-09-16 dimUpdate libc++ to 3.7.0 release.
2015-09-16 kevloUse M_WAITOK rather than M_NOWAIT since it's not used...
2015-09-16 kevloFix a debug message which didn't quite get it right...
2015-09-16 kevloRemove checks for a NULL return value from M_WAITOK...
next