aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* [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
* hyperv/hn: Allow RSS capability flipping upon attach/reinit.Sepherosa Ziehau2016-09-192-11/+20
* hyperv/hn: Stringent RSS sysctl checksSepherosa Ziehau2016-09-191-1/+17
* hyperv/hn: Don't allow MTU change, if it is not supported by the NVS.Sepherosa Ziehau2016-09-191-0/+7
* hyperv/hn: Save capabilities for later use.Sepherosa Ziehau2016-09-194-7/+74
* hyperv/hn: Don't allow NVS and NDIS version change upon reinitailizationSepherosa Ziehau2016-09-191-0/+16
* hyperv/hn: Apply RSS indirect table fixup before configure RNDIS RSS.Sepherosa Ziehau2016-09-191-0/+28
* Split bcm_mipscore.c into bcm_bmips (BMIPS32/BMIPS3300) and bcm_mips74kLandon J. Fuller2016-09-181-2/+2
* hyperv/hn: Add sysctls to dynamic adjust RSS key and indirect tableSepherosa Ziehau2016-09-184-3/+93
* hyperv/hn: Don't mess up RSS key and indirect table after attachment.Sepherosa Ziehau2016-09-181-6/+18
* hyperv/hn: Put debug message under bootverboseSepherosa Ziehau2016-09-181-2/+4
* hyperv/hn: Regroup ifnet setup code.Sepherosa Ziehau2016-09-181-42/+64
* [iwm] fix up RSSI calculations for both scan results and normal RX operations.Adrian Chadd2016-09-181-6/+36
* cxgbe/t4_tom: Update the active/passive open code to support T6. DataNavdeep Parhar2016-09-172-40/+65
* bhnd(4): Fix regression in BCM4331 SPROM pin reference counting.Landon J. Fuller2016-09-171-2/+1
* cxgbe/t4_tom: The SMAC entry for a VI is at a different location in the T6.Navdeep Parhar2016-09-174-2/+10
* Create aliases for named virtio-console ports.Jakub Wojciech Klama2016-09-171-6/+45
* mlx5en: Fix duplicate mbuf free-by-code.Hans Petter Selasky2016-09-161-6/+3
* mlx5en: Remove unused pdev pointer.Hans Petter Selasky2016-09-162-6/+0
* mlx5en: Verify port type is ethernet before creating network deviceHans Petter Selasky2016-09-161-0/+3
* mlx5en: Allow setting the software MTU size below 1500 bytesHans Petter Selasky2016-09-161-12/+12
* mlx5en: Factor out common sendqueue code for use with rate limiting SQs.Hans Petter Selasky2016-09-162-10/+23
* mlx5en: Properly declare doorbell lock for 32-bit CPUs.Hans Petter Selasky2016-09-162-1/+4
* mlx5en: Optimise away duplicate UAR pointers.Hans Petter Selasky2016-09-162-7/+3
* mlx5en: Make the mlx5e_open_cq() and mlx5e_close_cq() functions global.Hans Petter Selasky2016-09-162-17/+20
* mlx5en: Minor completion queue control path code refactor.Hans Petter Selasky2016-09-161-44/+39
* mlx5en: Separate the sendqueue from using the mlx5e_channel structure.Hans Petter Selasky2016-09-164-39/+18
* Update the MLX5 core module:Hans Petter Selasky2016-09-1625-402/+2198
* cxgbe(4): Attach to cards with the Terminator 6 ASIC. T6 cards willNavdeep Parhar2016-09-168-13/+354
* Whitespace nits.Navdeep Parhar2016-09-152-5/+5
* cxgbe(4): Use the interface's viid to calculate the PF/VF/VFValid fieldsNavdeep Parhar2016-09-151-4/+7
* Improve USB polling mode by not locking any mutexes, asserting anyHans Petter Selasky2016-09-1419-142/+209
* hyperv/hn: Fix some ifnet settingsSepherosa Ziehau2016-09-141-2/+3
* hyperv/hn: Remove the FreeBSD_version check for TSO configurationSepherosa Ziehau2016-09-141-8/+0
* hyperv/hn: Bring in shims from stable/10Sepherosa Ziehau2016-09-141-11/+54
* hyperv/hn: Use sx for the main lock.Sepherosa Ziehau2016-09-142-120/+45
* hyperv/hn: Cleanup hn_ioctl.Sepherosa Ziehau2016-09-141-30/+12
* hyperv/hn: Function renaming: hn_ifinit -> hn_initSepherosa Ziehau2016-09-141-10/+10
* hyperv/hn: Deprecate hn_softc_tSepherosa Ziehau2016-09-142-18/+10
* hyperv/hn: Remove unused softc fieldSepherosa Ziehau2016-09-142-7/+2
* hyperv/vmbus: Make sure that the sub-channel count is valid.Sepherosa Ziehau2016-09-141-0/+2
* hyperv/hn: Pull RSS key and indirect table setup up.Sepherosa Ziehau2016-09-143-25/+34
* hyperv/hn: Reorganize synthetic parts attach code.Sepherosa Ziehau2016-09-134-129/+145
* hyperv/hn: Regroup synthetic parts attach code.Sepherosa Ziehau2016-09-131-25/+28