]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Copy bin/ls/tests from ^/head
[FreeBSD/FreeBSD.git] / sys / dev /
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-28 adrianif_otus fixes; add fast-frames support.
2015-09-27 ngieMFhead @ r288313
2015-09-27 bzFix what looks like a consistent copy&paste error.
2015-09-27 bzCompare the correct variable to see if memory allocatio...
2015-09-27 adrianTrack the command response code buffer size and verify...
2015-09-26 adrianFree the TX/RX list buffers /before/ tearing down net80...
2015-09-26 adrianDon't duplicate checks; net80211 now does this for us.
2015-09-26 adrian* Add 11n HT40 support - i needed to send both HTINFO...
2015-09-26 adrianFix a bug in the TX command handling - log when a too...
2015-09-26 adrianAdd an initial driver for the AR9170 series draft-11n...
2015-09-26 adrianUpdate USB device IDs for the upcoming AR9170 support.
2015-09-24 hselaskyImplement support for reading USB quirks from the kerne...
2015-09-24 adrianFix up error path handling after the recent churn.
2015-09-23 emasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-22 bzHide an unused in FreeBSD function behind #ifdef linux...
2015-09-22 mavAllow AHCI driver attach to all known chips reporting...
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-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 loosFix the build by adding the alternate descriptors and...
2015-09-20 loosAdd alternate descriptors support for if_dwc.
2015-09-20 loosRemove unnecessary includes and, while here, sort them.
2015-09-19 sbrunoRevert 287914,287762.
2015-09-18 adrianEnsure the ring state is also blanked upon reset, otherwise
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 sbrunoAdd Intel Skylake/I219 Support
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 zbbAdd domain support to PCI bus allocation
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...
2015-09-15 gargaAdd support for Sierra MC7355 card
2015-09-15 emasteAdd Cavium ThunderX xHCI controller PCI ID
2015-09-15 adrianReplace the scan event input path hack with the new...
2015-09-14 hselaskyCorrect PCI ID.
2015-09-13 mariusAdd preliminary support for RTL8168H, tested by Sreenat...
2015-09-13 adrianDisable mgmt frame sending in if_rsu.
2015-09-13 sbrunoUpdate em(4) with D3162 after testing further on hardwa...
2015-09-13 mavAdd ID for Intel Panther Point KT Controller
2015-09-13 adrianAdd RSSI logging to the event survey results.
2015-09-13 adrianAfter reading the linux driver, document what this...
2015-09-13 adrian* fiddle with some more of the debugging output
2015-09-12 adrianif_rsu debug fixes:
2015-09-12 loosDo not call mii_mediachg() from NIC interrupt handler.
2015-09-11 dimSince contrib/libc++'s ancestry was never correct,...
2015-09-11 avgradeon_suspend_kms: don't mess with pci state that...
2015-09-10 jhbAdd a comment that to clarify how to determine the...
2015-09-10 hselaskyUpdate USB quirk.
2015-09-09 hselaskyAdd new USB ID.
2015-09-09 kevloCorrect setting R92C_TDECTRL_BLK_DESC_NUM_M bit.
2015-09-08 gargaRemove duplicate entry for Sierra Wireless Aircard 875
2015-09-08 garga- Fix Sierra MC7354 ID from a bad copy/paste, correct...
2015-09-08 dumbbelldrm/ttm: Drain taskqueue if taskqueue_cancel_timeout...
2015-09-08 andrewAllow us to set the console device tree node. This...
2015-09-08 jimharrisisci: check return value of pci_alloc_msix()
2015-09-08 jimharrisisci: explicitly enable/disable PCI busmaster
2015-09-08 kevloEnable TSF timer in monitor mode.
2015-09-08 kevloAdd TSF field into TX/RX radiotap headers
2015-09-08 kevloFix comparison in run_key_set_cb().
2015-09-08 kevlo- Remove empty key_update_* functions.
2015-09-07 adrianDon't call enable_all_rings if the adapter has been...
2015-09-07 loosFix off-by-one bugs.
2015-09-05 baptReduce diff with linux 3.8.13 on i915 headers
2015-09-05 sbrunoRevert last two commits to em(4)/igb(4). Reports are...
2015-09-04 sbrunoAdd more BCM gigabit PHYs
2015-09-04 sbrunoem(4): Add Skylake/I219 support.
2015-09-04 sbrunoe1000: Shared code updates
2015-09-04 sbrunoigb(4): Update and fix HW errata
2015-09-03 sbrunor249170 was just plain wrong. The effect of the change...
2015-09-03 araujoLower the compiler warning: unused-but-set-variable.
2015-09-02 cemioat(4): pci_save/restore_state to persist MSI-X regist...
2015-09-02 cemioat: re-initialize interrupts after resetting hw on...
2015-09-02 glebiusRemove the software queue, which is a remnant of ifnet...
2015-09-01 andrewAdd support for the dwc usb in the HiSilicon hi6220...
2015-09-01 andrewAdd support for the DesignWare MMC hardware in the...
2015-09-01 andrewFinish allowing the dwmmc driver to be subclassed,...
2015-09-01 andrewRemove an variable we only ever write to, and stop...
2015-09-01 hselaskyAdd new PCI ID.
2015-08-31 sbrunoRestrict tso_max to IP_MAXPACKET to avoid the panic...
next