]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
drm/i915: Update to match Linux 3.8.13
[FreeBSD/FreeBSD.git] / sys / dev /
2016-03-08 dumbbelldrm/i915: Update to match Linux 3.8.13
2016-03-08 npcxgbe(4): Reshuffle and rototill t4_hw.c, solely to...
2016-03-08 npcxgbe(4): Minor updates to the shared routines that...
2016-03-08 npcxgbe(4): Fix t4_tp_get_rdma_stats.
2016-03-08 npcxgbe(4): Many new functions in the shared code, unused...
2016-03-08 npcxgbe(4): Use t4_link_down_rc_str in shared code to...
2016-03-08 npcxgbe(4): Updates to shared routines that get/set vario...
2016-03-08 npcxgbe(4): Remove __devinit and SPEED_<foo> as part...
2016-03-08 npcxgbe(4): Updates to the shared routines that deal...
2016-03-08 npcxgbe(4): Updates to mailbox routines in the shared...
2016-03-08 npcxgbe(4): Update the interrupt handlers for hardware...
2016-03-08 npcxgbe(4): Overhaul the shared code that deals with...
2016-03-08 npcxgbe(4): Add a struct sge_params to store per-adapter...
2016-03-07 bdreweryAdd missing break for r296472.
2016-03-07 bdreweryRequire kldunload -f to unload.
2016-03-07 npcxgbe(4): Updated register dumps.
2016-03-07 bdreweryOnly call bwillwrite() for logging to vnodes, as other...
2016-03-05 dimMerge ^/head r296369 through r296409.
2016-03-04 sbrunoThe register read/write mphy functions have misleading...
2016-03-04 npcxgbe(4): Very basic T6 awareness. This is part of...
2016-03-04 sephehyperv/hn: Add per-TX ring stats for # of transmitted...
2016-03-04 sephehyperv/hn: Pass channel to send done callbacks.
2016-03-04 sephehyperv/hn: Add multiple channel support, a.k.a. vRSS
2016-03-04 jhibbitsRemove default initializations for rman, a'la r296331
2016-03-03 dimMerge ^/head r296007 through r296368.
2016-03-03 jmcneillAdd support for resetting the PHY via GPIO.
2016-03-03 avoszyd, run, ural: do not corrupt MAC address
2016-03-03 smhFix ixl with RSS
2016-03-03 hselaskyAllow for overlapping quirk device ranges. Prior to...
2016-03-03 jhibbitsReplace all resource occurrences of '0UL/~0UL' with...
2016-03-03 npcxgbe(4): First of many changes to reduce diffs with...
2016-03-03 jhibbitsAllocate the PCI BAR resource with bus_alloc_resource_any()
2016-03-02 bzAdd gem5 support, so we attach there as well.
2016-03-02 wmaSupport for Enhanced Allocation in PCI
2016-03-02 sephehyperv/hn: Make # of rings configurable
2016-03-02 markjUse m_catpkt(9) to ensure that pkthdr fields are update...
2016-03-02 jhibbitsReplace some more default range checks with RMAN_IS_DEF...
2016-03-02 sephehyperv/hn: Fix typo in comment
2016-03-02 sephehyperv/hn: Make read buffer per-channel
2016-03-02 jhibbitsUse the m_extadd() function instead of deprecated MEXTA...
2016-03-02 jhibbitsRemove some debug printfs
2016-03-02 sephehyperv/hn: Pass channel to hv_nv_on_receive_completion()
2016-03-02 sephehyperv/chan: Factor out the vcpu setting
2016-03-02 sephehyperv/chan: Function renaming; no functional change
2016-03-02 sephehyperv/chan: Add sysctl node to check whether monitor...
2016-03-02 bdreweryRemove filemon->lock wrappers.
2016-03-01 jkimMerge OpenSSL 1.0.2g.
2016-03-01 jhbRemove taskqueue_enqueue_fast().
2016-03-01 mmelOFW_GPIOBUS: Add utility functions for easier handling...
2016-03-01 andrewMake the memory size returned from fdt_get_mem_regions...
2016-03-01 andrewMake the fdt_get_mem_regions memsize argument optional...
2016-03-01 sephehyperv/channel: Nuke useless stack variable
2016-03-01 sephehyperv/hn: Set hash per-packet-info for each packet...
2016-03-01 npcxgbe(4): Update T5 and T4 firmwares to 1.15.28.0.
2016-03-01 glebiusNew way to manage reference counting of mbuf external...
2016-02-29 wmaFix fdt_get_mem_regions() to work with 64-bit addresses
2016-02-29 sephehyperv/channel: Add sysctl node for channel owner cpu
2016-02-29 sephehyperv/hn: Utilize mbuf flowid
2016-02-29 sephehyperv/hn: Put LRO aggregation limit settings under...
2016-02-29 sephehyperv/hn: Switch to if_transmit by default after r296178
2016-02-29 sephehyperv/channel: Add debug sysctl nodes for channel...
2016-02-29 sephehyperv: Use proper fence function to keep store-load...
2016-02-29 jhibbitsAdd support for the Freescale dTSEC DPAA-based ethernet...
2016-02-29 adrianFix up the ath(4) device names for QCA chipsets.
2016-02-29 avosurtwn: do not filter beacon frames in HOSTAP mode while...
2016-02-27 bdreweryRemove old compatibility checks.
2016-02-27 jhibbitsMigrate many bus_alloc_resource() calls to bus_alloc_re...
2016-02-27 jhibbitsReplace several bus_alloc_resource() calls with bus_all...
2016-02-26 andrewAdd the start of support for the Allwinner A31 clocks...
2016-02-26 wmaRestore ThunderX Pass1.1 PCI changes removed by r295962
2016-02-26 sephehyperv/hn: Make transmission path channel aware
2016-02-26 sephehyperv/hn: Remove the useless num_outstanding_sends
2016-02-26 sephehyperv/hn: Associate TX/RX ring with channel
2016-02-26 sephehyperv/hn: Pass channel to TX/RX done
2016-02-26 sephehyperv/hn: Pass channel as the channel callback argument
2016-02-26 sephehyperv: Always set device for channels
2016-02-26 sephehyperv: Remove useless channel inbound_lock
2016-02-26 wmaAdd ns16550a compatible string in UART 8250 driver
2016-02-26 wmaAdd support for Enhanced Allocation in pciconf
2016-02-26 adrianBring over the initial rewrite of the broadcom bus...
2016-02-26 sephehyperv: Use atomic_fetchadd_int to get GPADL id.
2016-02-25 davidcsUpgrade the firmware carried in driver and loaded durin...
2016-02-25 zbbIntroduce HW TSO support for VNIC
2016-02-25 zbbEnable CQ count threshold interrupt on VNIC Pass2.0
2016-02-25 zbbFix VNIC support for Pass2.0 ThunderX chips
2016-02-25 zbbRemove soft reset from the VNIC's PF driver
2016-02-25 zbbImprove VNIC performance on Tx path by immediate packet...
2016-02-25 zbbClean-up network interface settings for VNIC
2016-02-25 zbbEnable HWSTATS capability for VNIC
2016-02-25 zbbPrefetch next CQ descriptor in Completion Queue handlin...
2016-02-25 zbbEnable LRO support for VNIC driver
2016-02-25 zbbAdd support for hardware Tx and Rx checksums to VNIC...
2016-02-25 sephehyperv: Wait 5 seconds for hyperv result, instead of...
2016-02-25 sephehyperv/hn: Hold the TX ring lock then drain TX desc...
2016-02-25 jhibbitsFix the build.
2016-02-25 sephehyperv/hn: Implement ifnet.if_transmit method
2016-02-25 smhFix NULL pointer dereferences
2016-02-25 npcxgbe(4): Add a sysctl to retrieve the maximum speed...
2016-02-24 dimMerge ^/head r295902 through r296006.
2016-02-24 sephehyperv/vmbus: Use free(9) for interrupt page; it is...
next