]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Make sure we check for CAM_CDB_POINTER for all drivers. Also, for the
[FreeBSD/FreeBSD.git] / sys / dev /
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...
2016-02-24 wmaMake pci_host_generic and thunderx_pci common
2016-02-24 sephehyperv/utils: Code rearrange and cleanup
2016-02-24 erjixl(4)/ixlv(4): Remove a couple unnecessary register...
2016-02-24 erjixl(4): Fix potential driver interrupt setup issues...
2016-02-24 jimharrisnvme: fix intx handler to not dereference ioq during...
2016-02-23 jkimSilence PVS-Studio warning (V595).
2016-02-23 jkimSilence PVS-Studio warning (V595).
2016-02-23 jkimRemove brightness notify handler before reinstalling...
2016-02-23 jkimFix white spaces.
2016-02-23 jkimFix style(9) bugs.
2016-02-23 hselaskyConfigure the correct bMaxPacketSize for control endpoi...
2016-02-23 hselaskyBe more verbose when truncating number of HID items.
2016-02-23 sephehyperv/stor: Fix print format
2016-02-23 sephehyperv/hn: Use IFQ_DRV_PREPEND instead of IF_PREPEND
2016-02-23 sephehyperv/hn: Factor out hn_send_pkt() from hn_start_locked()
2016-02-23 ianStop using the global fdtbus_bs_tag and instead use...
2016-02-23 ianThis code no longer references fdtbus_bs_tag, no need...
2016-02-23 ianNow that we have OF_decode_addr(), with proper MD imple...
2016-02-23 kevloAdd device ID for 'AboCom 802.11n' usb.
2016-02-23 mariusFix and clean up usage of DMA and TSO segments:
2016-02-22 dimMerge ^/head r295845 through r295901.
2016-02-22 skraAs <machine/vm.h> is included from <vm/vm.h>, there...
2016-02-22 skraAs <machine/vmparam.h> is included from <vm/vm_param...
2016-02-22 skraAs <machine/param.h> is included from <sys/param.h...
2016-02-22 skraAs <machine/pmap.h> is included from <vm/pmap.h>, there...
2016-02-22 sephehyperv/hn: Add TX method for txeof processing.
2016-02-22 sephehyperv/hn: Staticize and rename packet TX done function
2016-02-22 sephehyperv/hn: Rename TX related function and struct fields...
2016-02-22 avosurtwn: shutdown the device properly
2016-02-22 yongariifnet lock was changed to use sx(9) long time ago.
2016-02-22 avosurtwn: add an option to compile the driver without...
2016-02-21 avosrtwn: import r290048.
2016-02-21 pfgostiInitiatorIOCompleted(): wrong sizeof() argument.
2016-02-21 dimMerge ^/head r295601 through r295844.
2016-02-20 kibSome BIOSes ACPI bytecode needs to take (sleepable...
2016-02-20 kibSwitch /dev/hpet to use make_dev_s(9). Device needs...
2016-02-20 zbbRevert r295756:
2016-02-20 jhibbitsIntroduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.
2016-02-19 erjixl(4)/ixlv(4): Revert m_collapse() in ixl_xmit() to...
2016-02-19 davidcsRemove dead code. Code Cleanup. Improve clarity in...
2016-02-19 erjixl(4): Fix errors in queue interrupt setup in MSIX...
2016-02-19 erjixl(4): Remove unsupported device IDs.
2016-02-19 erjixl(4): Fix two important RSS bugs.
2016-02-19 davidcsModified the use of bxe_grc_dump() function so that...
2016-02-19 pfgqlxgb: fix mismatch.
2016-02-19 seFix syntax error introduced in previous commit where...
2016-02-19 seRemove redundant check for "(dinfo != NULL)", it has...
2016-02-19 pfgfirewire: fix a mismatch introduced in r230558.
2016-02-19 sephehyperv/hn: Free the txdesc buf_ring when the TX ring...
2016-02-19 sephehyperv/hn: Enable IP header checksum offloading for...
2016-02-19 sephehyperv/hn: Add option to bind TX taskqueues to the...
2016-02-19 adriandocument some ACPI related sysctls.
2016-02-19 jhibbitsReplace several bus_alloc_resource() calls using defaul...
2016-02-19 kevloRemove bogus cast.
2016-02-19 kevloAdd missing parentheses.
2016-02-19 npcxgbe: catch up with the latest hardware-related defini...
2016-02-18 jkimRemove a bogus bzero() call.
2016-02-18 zbbFix build for i386 and arm64 after r295755
2016-02-18 zbbExtract common code from PowerPC's ofw_pci
2016-02-18 zbbFix bug in ofwbus_release_resource() for non-ofwbus...
2016-02-18 sephehyperv/hn: Use buf_ring for txdesc list
2016-02-18 sephehyperv/hn: Split TX ring data structure out of softc
next