]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Remove unneeded whitespace, and fix a license for a new file. Extracted
[FreeBSD/FreeBSD.git] / sys / dev /
2016-02-09 hselaskyTo support userspace audio daemons like Virtual OSS...
2016-02-09 andrewUpdate our copy of the Linux dts files to be in sync...
2016-02-09 kibRename P_KTHREAD struct proc p_flag to P_KPROC.
2016-02-09 adrianTeach ofw_bus_parse_xref_list_alloc to be able to retur...
2016-02-06 kibDo not call vn_fullpath(9) (through the pmc_getfilename...
2016-02-05 erjUpdate em(4) to 7.6.1; update igb(4) to 2.5.3.
2016-02-05 sephehyperv: Use malloc for page allocation.
2016-02-05 sephehyperv: Use WAITOK in the places where we can wait
2016-02-05 sephehyperv: Use standard taskqueue instead of hv_work_queue
2016-02-05 sephehyperv/hn: Add an option to always do transmission...
2016-02-05 sephehyperv/hn: Move LRO flush to the channel processing...
2016-02-05 sephehyperv/hn: Increase LRO entry count to 128 by default
2016-02-05 sephehyperv/hn: Recover half of the chimney sending space
2016-02-05 sephehyperv/hn: Factor out hn_encap() from hn_start_locked()
2016-02-05 sephehyperv/hn: Obey IFCAP_RXCSUM configure
2016-02-05 sephehyperv/hn: Add sysctls to trust host side UDP and IP...
2016-02-05 sephehyperv/hn: Enable UDP RXCSUM
2016-02-05 sephehyperv/hn: Enable IP header checksum offloading
2016-02-05 sephehyperv/hn: Reorganize TX csum offloading
2016-02-05 sephehyperv/hn: Avoid duplicate csum features settings
2016-02-05 sephehyperv/stor: Fix the NULL pointer dereference
2016-02-04 scottlAdd sysctls for dumping out the device mapping tables...
2016-02-04 adrianProvide a workaround for setting the correct endianness...
2016-02-04 rpokalaAdd defines for WRITE_UNCORRECTABLE ATA command, and...
2016-02-04 tuexenIn FreeBSD 10 and higher the driver announces SCTP...
2016-02-03 glebiusFix inverse logic. If this is zone_pack, then we should...
2016-02-02 adrianFix MFS builds when both MD_ROOT_SIZE and MFS_IMAGE...
2016-02-01 mariusAs it turns out, one of the more or less recent changes...
2016-02-01 glebiusThese files were getting sys/malloc.h and vm/uma.h...
2016-02-01 araujoClean up unused-but-set-variable spotted by gcc-4.9.
2016-01-31 smhFix ixgbe flow control autoneg reporting
2016-01-31 smhConfigure ixgbe phy & gbic power
2016-01-30 impImplement power command to list all power modes, find...
2016-01-30 ngieUse the correct type for i when iterating over `buf...
2016-01-30 mmelEHCI: Correct address of EHCI_USBMODE_LPM register...
2016-01-29 smhFix phy interrupts setup for ixl
2016-01-29 brWelcome the RISC-V 64-bit kernel.
2016-01-29 bdreweryfilemon: Track the process pointer rather than a pid.
2016-01-29 bdreweryfilemon_open: Don't record a process to trace here.
2016-01-28 jimharrisnvd: add hw.nvd.delete_max tunable
2016-01-28 bdreweryfilemon: Use process_exec EVENTHANDLER to capture sys_e...
2016-01-28 jkimMerge OpenSSL 1.0.2f.
2016-01-28 zbbFix VNIC enumeration after r294993 and r294990
2016-01-28 glebiusUse m_getjcl() instead of manually selecting zone.
2016-01-28 zbbSupport new MDIO hierarchy in ThunderX DTB
2016-01-28 zbbFix finding appropriate BGX node in DTB and move it...
2016-01-28 mmelEHCI: Make core reset and port speed reading more generic.
2016-01-28 bdreweryFollow-up r294967: Mark flags unused.
2016-01-28 bdreweryfilemon: Trace fork via process_fork event.
2016-01-28 bdreweryfilemon: Use process_exit EVENTHANDLER to capture proce...
2016-01-27 bdreweryfilemon_dtr: Lock the associated filemon handle before...
2016-01-27 bdreweryfilemon_comment has nothing to do with wrappers so...
2016-01-27 bdreweryfilemon_ioctl: Lock the associated filemon handle befor...
2016-01-27 bdreweryfilemon_ioctl: Handle error from devfs_get_cdevpriv(9).
2016-01-27 bdreweryDrop any previous fd when setting a new one.
2016-01-27 andrewFix the value we print when the size is too large....
2016-01-27 andrewWhen finding the physical address of a device allow...
2016-01-27 glebiusMore fixes to the build.
2016-01-27 glebiusFix build on i386. I can't yet understand why does...
2016-01-27 sephehyperv/vmbus: Event handling code refactor.
2016-01-27 jhibbitsConvert rman to use rman_res_t instead of u_long
2016-01-27 glebiusAugment struct tcpstat with tcps_states[], which is...
2016-01-26 davidcsUpgrade FW to 5.4.56
2016-01-26 avosrtwn: do not start vap when initialization fails
2016-01-26 avosrtwn: use ieee80211_restart_all() for device reset
2016-01-26 hselaskyUpdate and add various macros to the LinuxKPI and resol...
2016-01-26 smhixgbe sysctl hardware defaults
2016-01-26 sephehyperv/hn: Improve sending performance
2016-01-25 marius- Make the code consistent with itself style-wise and...
2016-01-25 smhFix ixgbe compliation with DBG 1
2016-01-25 zbbDo not destroy input buffer of the OF_getencprop()...
2016-01-25 sephehyperv/vmbus: Avoid extra copy of page information.
2016-01-25 sephehyperv/hn: Trust host TCP segment checksum verification...
2016-01-25 sephehyperv/hn: Remove unnecessary zeroing out the netvsc_packet
2016-01-25 sephehyperv/hn: Use m_copydata for chimney sending.
2016-01-25 sephehyperv/hn: Partly rework transmission path
2016-01-24 andrewFix the style of the reading of a nodes xref to make...
2016-01-24 mmelAdd reset framework, a second part of new 'extended...
2016-01-24 mmelAdd clock framework, a first part of new 'extended...
2016-01-23 bro Add gain-level control registers.
2016-01-22 npFix for iWARP servers that listen on INADDR_ANY.
2016-01-22 kibRemove printf only useful for debugging.
2016-01-22 smhFix ix advertise value after media change
2016-01-22 andrewOnly define fdt_pic_table on arm, and when not using...
2016-01-22 sephehyperv/stor: Verify returned inquiry data before furthe...
2016-01-22 delphijMFV r294491: ntp 4.2.8p6.
2016-01-22 sephehyperv/vmbus: Lookup channel through id table
2016-01-22 adrian[flash] Teach mx25l SPI flash driver to interact with...
2016-01-21 andrewRemove fdt_fixup_table from architectures where it...
2016-01-21 npiw_cxgbe: fix a couple of problems int the RDMA_TERMINA...
2016-01-20 avosurtwn: add temperature calibration
2016-01-20 avosurtwn: rework debug handling
2016-01-20 avosurtwn: use ic_updateslot method to handle slot time...
2016-01-20 roygerxen-netfront: add multiqueue support
2016-01-20 mmelOFW: Fix ofw_bus_string_list_to_array() function.
2016-01-20 zbbFix invalid root link detection in mv_pci driver
2016-01-20 zbbImprove attachment of the ehci_mv driver
2016-01-20 zbbFix busy-detect when using DesignWare UART
2016-01-20 zbbAdd compatibility string for dw-apb-uart in ns8250...
2016-01-20 zbbDo not require strict compatibility on simplebus
next