aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): Use the port's top speed to figure out whether it is "highNavdeep Parhar2016-09-242-5/+5
* cxgbe(4): Support SIOGIFXMEDIA so that ifconfig displays correct mediaNavdeep Parhar2016-09-242-0/+2
* the rest of changes intended to be committed in r306290Andriy Gapon2016-09-241-2/+5
* clarify description of the 0x790b1022 / "KERNCZ"/ "CZ" deviceAndriy Gapon2016-09-241-10/+15
* Fix ds1307 probingJustin Hibbits2016-09-241-1/+1
* bhnd(4): Implement common API for IOST/IOCTL register access and core resetLandon J. Fuller2016-09-2418-356/+1145
* [iwm] fix default antenna selection a bit; fix 5GHz rate control handling.Adrian Chadd2016-09-241-12/+63
* Fixes for issues under high workloadsDavid C Somayajulu2016-09-233-70/+112
* cxgbe(4): Make the location/length of all descriptor rings available inNavdeep Parhar2016-09-231-7/+39
* Do not perform extra check for NULL, evdev_free can handle NULL valueOleksandr Tymoshenko2016-09-231-2/+1
* Handle NULL argument in evdev_freeOleksandr Tymoshenko2016-09-231-1/+2
* cxgbe(4): Fix netmap with T6, which doesn't encapsulate SGE_EGR_UPDATENavdeep Parhar2016-09-231-10/+18
* Restrict where we need to define fdt_fixup_table to just PowerPC andAndrew Turner2016-09-231-2/+11
* Update oce to version 11.0.50.0Josh Paetzel2016-09-228-499/+2188
* amdsbwd, intpm: unify bits specific to AMD chipsets (FCHs, southbridges)Andriy Gapon2016-09-223-113/+203
* cxgbe(4): Fix the output of the "tids" sysctl on T6.Navdeep Parhar2016-09-221-1/+6
* cxgbe(4): Catch up with the different layout of WHOAMI in T6.Navdeep Parhar2016-09-221-9/+10
* Add the ID for the Huawei ME909S LTE modem.Luiz Otavio O Souza2016-09-222-0/+2
* Add TP-Link Archer T4U.Kevin Lo2016-09-221-0/+4
* Revert r306148 to fix buildConrad Meyer2016-09-227-2067/+499
* Update oce driver to 11.0.50.0Josh Paetzel2016-09-217-499/+2067
* [iwm] use rate control info from the node txrates; use mgmtrate for EAPOL framesAdrian Chadd2016-09-211-34/+24
* Add evdev support to ums(4)Oleksandr Tymoshenko2016-09-211-55/+203
* Add evdev support to ukbd driverOleksandr Tymoshenko2016-09-211-0/+80
* Fix invalid vendor ID constant (typo).John Baldwin2016-09-211-1/+1
* Add support for the TP-Link TG-3468 v2.Kevin Lo2016-09-212-0/+7
* hyperv/hn: Put debug messages under bootverboseSepherosa Ziehau2016-09-211-4/+7
* hyperv/vmbus: Assert that the bufring address is page aligned.Sepherosa Ziehau2016-09-211-0/+2
* hyperv/hn: Allocate bufrings in attach DEVMETHOD.Sepherosa Ziehau2016-09-212-3/+27
* hyperv/vmbus: Allow bufrings preallocation.Sepherosa Ziehau2016-09-212-20/+53
* Add a ofw_parse_bootargs function, and use it for powerpcJustin Hibbits2016-09-212-0/+64
* cxgbe(4): Setup congestion response for T6 rx queues.Navdeep Parhar2016-09-212-2/+2
* cxgbe(4): Show wcwr_stats for T6 cards.Navdeep Parhar2016-09-211-1/+1
* net80211: remove IEEE80211_RADIOTAP_TSFT field from transmit definitions.Andriy Voskoboinyk2016-09-206-18/+2
* mrsas: update for sys/capability.h rename in r263232Ed Maste2016-09-201-2/+4
* hwpmc: remove sys/capability.h backwards compatibilityEd Maste2016-09-201-4/+0
* hyperv/storvsc: Fix SRB length setting.Sepherosa Ziehau2016-09-201-1/+2
* hyperv/hn: Let the caller of hn_nvs_doinit() do the error logging.Sepherosa Ziehau2016-09-201-6/+17
* hyperv/hn: Fix ifnet hwassist setup.Sepherosa Ziehau2016-09-201-47/+114
* [iwm] Improve reliability of iwm_release on disassociation a bit.Imre Vadász2016-09-191-8/+30
* [iwm] Remove dead fw_totlen from struct iwm_fw_sects; clean up struct iwm_nvm...Imre Vadász2016-09-192-15/+0
* [iwm] Use IWM_DEFAULT_SCAN_CHANNELS define as default for sc_capa_n_scan_chan...Imre Vadász2016-09-192-4/+3
* [iwm] Remove deprecated scan API definitions.Imre Vadász2016-09-192-295/+1
* [iwm] Remove wrappers around iwm_dma_contig_free() calls.Imre Vadász2016-09-191-35/+4
* [iwm] Fix iwm_poll_bit() error value check in iwm_attach().Imre Vadász2016-09-191-1/+1
* [iwm] Fix off-by-one check in iwm_read_firmware().Imre Vadász2016-09-191-1/+1
* [iwm] Remove unused field from iwm_rx_data. Use uint32_t instead of enum type.Imre Vadász2016-09-192-2/+1
* [iwm] Use htole16 for policy field in struct iwm_time_event_cmd_v2.Imre Vadász2016-09-191-1/+1
* dev/usb: add USB IDs for Realtek 802.11ac wireless adapters.Andriy Voskoboinyk2016-09-191-0/+20
* cxgbe(4): Fixes to wrq stats.Navdeep Parhar2016-09-191-0/+3