]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Don't leak fp in case where fo_ioctl() returns an error.
[FreeBSD/FreeBSD.git] / sys / dev /
2016-05-24 sephehyperv/busdma: Take BUS_DMA_ZERO into account
2016-05-24 sephehyperv/vmbus: Pass vmbus_softc and curcpu to hv_vmbus_isr()
2016-05-24 sephehyperv/vmbus: Move vmbus interrupt counter into vmbus...
2016-05-24 adrian[bwn] begin separating out the attach path from the...
2016-05-24 adrian[bwn] add BCM43225 to the BHND device list.
2016-05-24 sbrunoUpdate some of the TBD entries in ciss(4) to match...
2016-05-24 loosMove the OFW iicbus code to dev/iicbus to stop pollutin...
2016-05-24 adrian[bwn] add extra debugging for non-SIBA devices.
2016-05-24 adrian[bhnd] Implement pass-through resource management for...
2016-05-23 cemntb_hw(4): Only record the first three MSIX vectors
2016-05-23 arybchiksfxge(4): cleanup: remove unused EFX preempt macros
2016-05-23 sephehyperv/vmbus: Move IDT vector to vmbus_softc
2016-05-23 sephehyperv/vmbus: Get rid of vmbus_devp
2016-05-23 sephehyperv/vmbus: Declare Synic message and event w/ proper...
2016-05-23 sephehyperv: Move Hypercall setup to an early place.
2016-05-23 sephehyperv/hn: Use hyperv busdma(9) helper.
2016-05-23 sephehyperv: Add helpers for busdma(9) operation
2016-05-23 adrian[siba] update device ids.
2016-05-23 sephehyperv: Move guest id setup to early place
2016-05-23 adrian[nvram2env] fix nvram2env to scan all of memory, not...
2016-05-23 adrian[bhnd] Add support for querying the attachment type...
2016-05-23 adrian[ixl] fix build for RSS.
2016-05-22 avosurtwn: cleanup some unused code in urtwn_tx_data().
2016-05-22 avosurtwn: setup per-frame retry limit.
2016-05-22 acheImprove panic message by specifying on which cpu it...
2016-05-22 loosFix the deciKelvin to Celsius conversion in kernel.
2016-05-22 loosRemove a couple of extra blank lines.
2016-05-22 loosSort and remove a couple of unnecessary headers.
2016-05-22 loosGet rid of two consumers of gpiobus acquire/release.
2016-05-22 loosUse a better prefix for defines, return BUS_PROBE_DEFAU...
2016-05-22 loosFix probe routine to return BUS_PROBE_DEFAULT instead...
2016-05-21 traszProperly reset session state when using proxy and fail_...
2016-05-21 traszProvide a way for ICL modules to declare they support...
2016-05-21 traszPass maxtags value to the ICL module. iSER needs it.
2016-05-20 jhbMove the KTR for the update of ddp_active_id on each...
2016-05-20 traszCall the ICL module's handoff method even when using...
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-20 mavPass proper for 23xx arguments to isp_endcmd().
2016-05-20 wmaFix VNIC module unloading
2016-05-20 wmaAllow building VNIC as a module
2016-05-20 mavPass task management response information from CTL...
2016-05-20 avoswi: fix a typo.
2016-05-20 andrewHandle PCI_RES_BUS on the generic and ThunderX PCIe...
2016-05-20 hselaskyVerify one sysctl parameter at a time. When a mlx5en...
2016-05-20 hselaskyOptimise use of doorbell and remove redundant NOPs
2016-05-20 hselaskyImplement TX completion event interleaving.
2016-05-20 adrian[ath] convert recent changes over to HAL format.
2016-05-20 jahiic_rdwr_data->nmsgs is uint32_t, so limit the allowabl...
2016-05-20 adrian[bhnd] Add BHND SoC support (only BCMA case)
2016-05-20 adrian[bhnd] Add bhnd bridge support for bus_adjust_resource().
2016-05-20 adrian[bhnd] Add remaining bus_(read|write|set)_(1|2|4) APIs
2016-05-20 jhbImplement a proper detach method for the PCI-PCI bridge...
2016-05-19 avosiwm: add 'opt_wlan.h' include into source files.
2016-05-19 avosath: refactor/split getchannels() method.
2016-05-19 avosiwm: restart device after watchdog timeouts.
2016-05-19 avosmwl: switch to ieee80211_add_channel*().
2016-05-19 avosipw: switch to ieee80211_add_channel()
2016-05-19 avoswi: switch to ieee80211_add_channel()
2016-05-19 mavFix delaying requests to unknown virtual ports 2s after...
2016-05-19 mavAdd proper reporting for early task management errors.
2016-05-19 mavAdd IOCB debugging for ISPCTL_RESET_DEV and ISPCTL_ABOR...
2016-05-19 traszMake ICL proxy use kernel code for handling iSCSI seque...
2016-05-19 traszMake it possible to interrupt proxy-mode iscsid receive.
2016-05-19 kenAdd support for managing Shingled Magnetic Recording...
2016-05-19 hselaskyFix bad sizeof().
2016-05-19 adrian[bwn] quieten the "invalid firmware state".
2016-05-19 adrian[bwn] program in the MAC capabilities somewhere where...
2016-05-19 adrian[bwn] add extra debugging.
2016-05-19 adrian[bwn] toggle the PHY clock during chip reset.
2016-05-19 adrian[bwn] enable dual-phy on BCM4322MC.
2016-05-19 adrian[bwn] rename TGS low registers to be consistent with...
2016-05-19 adrian[siba] use consistent naming.
2016-05-19 adrian[siba] implement PMU behaviour for chips with a separat...
2016-05-19 adrian[siba] handle the PMU resource setup/init for 0x4322...
2016-05-19 adrian[siba] fix up some comments and debug output.
2016-05-19 adrian[siba] add DMA debugging section, for changes later...
2016-05-19 jhibbitsAdd an alternate compatible string for eTSEC devices.
2016-05-18 gonzoUse OF_prop_free instead of direct call to free(9)
2016-05-18 mavUnify Multi ID target code by reusing isp_find_chan_by_...
2016-05-18 arybchiksfxge(4): cleanup: remove trailing whitespaces
2016-05-18 sephehyperv/vmbus: Use consistent device description as...
2016-05-18 adrian[siba] fix incorrect SPROM offsets.
2016-05-18 sephehyperv/vmbus: Minor function definition style fixup
2016-05-18 sephehyperv/vmbus: Fix SYSINIT function prototype and usage.
2016-05-18 adrian[siba] use the correct SPROM offsets.
2016-05-18 sephehyperv/vmbus: Reindent and cleanup devmethods.
2016-05-18 sephehyperv/vmbus: Staticize vmbus_devclass
2016-05-18 sephehyperv: Set vm_guest to VM_GUEST_VM, if hypervisor...
2016-05-18 sephehyperv/vmbus: Nuke unnecessary function indirection
2016-05-18 sephehyperv/vmbus: Remove useless modevent handler
2016-05-18 adrian[bwn] add initial 5xx firmware API support
2016-05-18 sephehyperv/vmbus: Function renaming vmbus_msg_swintr -...
2016-05-18 sephehyperv/vmbus: Utilize curcpu
2016-05-18 sephehyperv/vmbus: Minor white space and style cleanup
2016-05-18 sephehyperv/vmbus: Avoid two unnecessary protocol checks...
2016-05-18 sephehyperv/vmbus: Use atomic swap and flsl to process event...
2016-05-18 sephehyperv/vmbus: Reduce the # of event loops by recording...
2016-05-18 sephehyperv/vmbus: Use unsigned long for event bits.
2016-05-18 cemntb_hw(4): Add sysctls for administrative/test link...
2016-05-17 glebiusUse unsigned version of min() when handling arguments...
next