aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Replace all resource occurrences of '0UL/~0UL' with '0/~0'.Justin Hibbits2016-03-036-15/+15
* cxgbe(4): First of many changes to reduce diffs with internal sharedNavdeep Parhar2016-03-033-120/+125
* Allocate the PCI BAR resource with bus_alloc_resource_any()Justin Hibbits2016-03-031-2/+2
* Add gem5 support, so we attach there as well.Bjoern A. Zeeb2016-03-021-4/+7
* Support for Enhanced Allocation in PCIWojciech Macek2016-03-024-0/+329
* hyperv/hn: Make # of rings configurableSepherosa Ziehau2016-03-024-35/+75
* Use m_catpkt(9) to ensure that pkthdr fields are updated properly.Mark Johnston2016-03-021-7/+2
* Replace some more default range checks with RMAN_IS_DEFAULT_RANGE().Justin Hibbits2016-03-025-5/+5
* hyperv/hn: Fix typo in commentSepherosa Ziehau2016-03-021-1/+1
* hyperv/hn: Make read buffer per-channelSepherosa Ziehau2016-03-023-10/+18
* Use the m_extadd() function instead of deprecated MEXTADD().Justin Hibbits2016-03-021-1/+1
* Remove some debug printfsJustin Hibbits2016-03-021-4/+0
* hyperv/hn: Pass channel to hv_nv_on_receive_completion()Sepherosa Ziehau2016-03-022-6/+6
* hyperv/chan: Factor out the vcpu settingSepherosa Ziehau2016-03-021-18/+23
* hyperv/chan: Function renaming; no functional changeSepherosa Ziehau2016-03-021-3/+4
* hyperv/chan: Add sysctl node to check whether monitor is allocated or notSepherosa Ziehau2016-03-021-0/+15
* Remove filemon->lock wrappers.Bryan Drewery2016-03-023-45/+18
* Remove taskqueue_enqueue_fast().John Baldwin2016-03-0113-28/+28
* OFW_GPIOBUS: Add utility functions for easier handling of OFW GPIO pins.Michal Meloun2016-03-012-0/+172
* Make the memory size returned from fdt_get_mem_regions a 64-bit type. ThisAndrew Turner2016-03-012-3/+3
* Make the fdt_get_mem_regions memsize argument optional. It's only used inAndrew Turner2016-03-012-3/+3
* hyperv/channel: Nuke useless stack variableSepherosa Ziehau2016-03-011-3/+0
* hyperv/hn: Set hash per-packet-info for each packet transmissionSepherosa Ziehau2016-03-013-0/+25
* cxgbe(4): Update T5 and T4 firmwares to 1.15.28.0.Navdeep Parhar2016-03-0110-19968/+20667
* New way to manage reference counting of mbuf external storage.Gleb Smirnoff2016-03-011-3/+3
* Fix fdt_get_mem_regions() to work with 64-bit addressesWojciech Macek2016-02-293-4/+5
* hyperv/channel: Add sysctl node for channel owner cpuSepherosa Ziehau2016-02-291-1/+7
* hyperv/hn: Utilize mbuf flowidSepherosa Ziehau2016-02-292-4/+13
* hyperv/hn: Put LRO aggregation limit settings under FreeBSD version checkSepherosa Ziehau2016-02-291-0/+12
* hyperv/hn: Switch to if_transmit by default after r296178Sepherosa Ziehau2016-02-291-1/+1
* hyperv/channel: Add debug sysctl nodes for channel indicesSepherosa Ziehau2016-02-293-0/+116
* hyperv: Use proper fence function to keep store-load order for msgsSepherosa Ziehau2016-02-291-2/+2
* Add support for the Freescale dTSEC DPAA-based ethernet controller.Justin Hibbits2016-02-2921-0/+5392
* Fix up the ath(4) device names for QCA chipsets.Adrian Chadd2016-02-292-31/+28
* urtwn: do not filter beacon frames in HOSTAP mode while scanningAndriy Voskoboinyk2016-02-291-2/+1
* Remove old compatibility checks.Bryan Drewery2016-02-272-39/+1
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-2744-154/+172
* Replace several bus_alloc_resource() calls with bus_alloc_resource_any()Justin Hibbits2016-02-2711-42/+38
* Add the start of support for the Allwinner A31 clocks. It only addsAndrew Turner2016-02-261-2/+31
* Restore ThunderX Pass1.1 PCI changes removed by r295962Wojciech Macek2016-02-262-6/+5
* hyperv/hn: Make transmission path channel awareSepherosa Ziehau2016-02-264-12/+15
* hyperv/hn: Remove the useless num_outstanding_sendsSepherosa Ziehau2016-02-262-18/+1
* hyperv/hn: Associate TX/RX ring with channelSepherosa Ziehau2016-02-263-19/+27
* hyperv/hn: Pass channel to TX/RX doneSepherosa Ziehau2016-02-265-50/+28
* hyperv/hn: Pass channel as the channel callback argumentSepherosa Ziehau2016-02-261-4/+5
* hyperv: Always set device for channelsSepherosa Ziehau2016-02-263-9/+13
* hyperv: Remove useless channel inbound_lockSepherosa Ziehau2016-02-265-23/+0
* Add ns16550a compatible string in UART 8250 driverWojciech Macek2016-02-261-0/+1
* Add support for Enhanced Allocation in pciconfWojciech Macek2016-02-261-0/+47
* Bring over the initial rewrite of the broadcom bus support found in theirAdrian Chadd2016-02-2658-0/+18833