]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
cxgbe(4): Add a struct sge_params to store per-adapter SGE parameters.
[FreeBSD/FreeBSD.git] / sys /
2016-03-08 Navdeep Parharcxgbe(4): Add a struct sge_params to store per-adapter...
2016-03-08 Mark JohnstonRemove the fasttrap implementation for sparc.
2016-03-08 Randall StewartFix a sneaky bug where we were missing an extern
2016-03-08 Mark JohnstonMFV r296306: 6604 harden DIF bounds checking
2016-03-07 Bryan DreweryAdd missing break for r296472.
2016-03-07 Bryan DreweryRequire kldunload -f to unload.
2016-03-07 Navdeep Parharcxgbe(4): Updated register dumps.
2016-03-07 Bryan DreweryOnly call bwillwrite() for logging to vnodes, as other...
2016-03-07 Konstantin BelousovConvert all panics from the link_elf_obj kernel linker...
2016-03-07 Jonathan T. LooneyAs reported on the transport@ and current@ mailing...
2016-03-07 Jonathan T. LooneySome cleanup in tcp_respond() in preparation for anothe...
2016-03-07 Hans Petter SelaskyRun the LinuxKPI PCI shutdown handler free of the Giant...
2016-03-06 Dimitry AndricSince kernel modules can now contain sections of type...
2016-03-06 Andrew TurnerAdd SMP support for the Allwinner A31 and A31s. This...
2016-03-06 Konstantin BelousovIn the link_elf_obj.c, handle sections of type SHT_AMD6...
2016-03-05 Dimitry AndricUpgrade our copies of clang, llvm, lldb and compiler...
2016-03-05 Dag-Erling SmørgravUpgrade to Unbound 1.5.8.
2016-03-05 Dimitry AndricMerge ^/head r296369 through r296409.
2016-03-05 Andrew TurnerAdd support to enable/disable both the EHCI and OHCI...
2016-03-04 Andriy Voskoboinyknet80211: fix possible overflow in IEEE80211_TU_TO_TICKS()
2016-03-04 Alexander MotinSet bhsdi_target_transfer_tag to reserved value, which...
2016-03-04 Konstantin BelousovPass MNTK_NO_IOPF and MNTK_UNMAPPED_BUFS flags from...
2016-03-04 Sean BrunoThe register read/write mphy functions have misleading...
2016-03-04 Navdeep Parharcxgbe(4): Very basic T6 awareness. This is part of...
2016-03-04 Hans Petter SelaskyWhitespace fixes.
2016-03-04 Sepherosa Ziehauhyperv/hn: Add per-TX ring stats for # of transmitted...
2016-03-04 Sepherosa Ziehauhyperv/hn: Pass channel to send done callbacks.
2016-03-04 Sepherosa Ziehauhyperv/hn: Add multiple channel support, a.k.a. vRSS
2016-03-04 Stanislav GalabovFix ubldr build failure on mipsn32 and mipsn32el targets.
2016-03-04 Justin HibbitsRemove default initializations for rman, a'la r296331
2016-03-03 Dimitry AndricMerge ^/head r296007 through r296368.
2016-03-03 Dimitry AndricUpdate llvm and clang to 3.8.0 release.
2016-03-03 Jared McNeillAdd support for resetting the PHY via GPIO.
2016-03-03 Jared McNeillAdd support for Allwinner A31 RTC controller.
2016-03-03 Andriy Voskoboinykzyd, run, ural: do not corrupt MAC address
2016-03-03 Andriy Voskoboinyknet80211: drop <smth> -> INIT state transition warning...
2016-03-03 Steven HartlandFix ixl with RSS
2016-03-03 George V. Neville... Fix dtrace probes (introduced in 287759): debug__input...
2016-03-03 Pedro F. GiffuniMFV r296350:
2016-03-03 Andrey V. ElsukovUse correct size for malloc.
2016-03-03 Hans Petter SelaskyAdd more functions to the LinuxKPI.
2016-03-03 Hans Petter SelaskyAllow for overlapping quirk device ranges. Prior to...
2016-03-03 Justin HibbitsReplace all resource occurrences of '0UL/~0UL' with...
2016-03-03 Navdeep Parharcxgbe(4): First of many changes to reduce diffs with...
2016-03-03 Justin HibbitsLet rman_init() initialize the default rman range.
2016-03-03 Justin HibbitsAnother convert to bus_alloc_resource_anywhere().
2016-03-03 Justin HibbitsAllocate the PCI BAR resource with bus_alloc_resource_any()
2016-03-02 Bryan DreweryAdd guessed dependencies to OBJS after bsd.dep.mk in...
2016-03-02 Konstantin BelousovIf callout_stop_safe() noted that the callout is curren...
2016-03-02 Bjoern A. ZeebAdd gem5 support, so we attach there as well.
2016-03-02 Bjoern A. ZeebForce re-routing PCI interrupts (this is for legacy...
2016-03-02 Andrew TurnerThe cpu_reset_needs_v4_MMU_disable variable is only...
2016-03-02 Wojciech MacekSupport for Enhanced Allocation in PCI
2016-03-02 Wojciech MacekImprove ThunderX PEM driver to work on pass2 revision
2016-03-02 Sepherosa Ziehauhyperv/hn: Make # of rings configurable
2016-03-02 Mark JohnstonUse m_catpkt(9) to ensure that pkthdr fields are update...
2016-03-02 Mark JohnstonSet tres to NULL to avoid a double free if the m_pullup...
2016-03-02 Mark JohnstonUse m_catpkt(9) to avoid a possible use-after-free...
2016-03-02 Cy SchubertRemove redundant NULL pointer comparison.
2016-03-02 Justin HibbitsReplace some more default range checks with RMAN_IS_DEF...
2016-03-02 Sepherosa Ziehauhyperv/hn: Fix typo in comment
2016-03-02 Sepherosa Ziehauhyperv/hn: Make read buffer per-channel
2016-03-02 Justin HibbitsUse the m_extadd() function instead of deprecated MEXTA...
2016-03-02 Justin HibbitsRemove some debug printfs
2016-03-02 Sepherosa Ziehauhyperv/hn: Pass channel to hv_nv_on_receive_completion()
2016-03-02 Gleb SmirnoffFix regression in r296242 affecting several drivers...
2016-03-02 Sepherosa Ziehauhyperv/chan: Factor out the vcpu setting
2016-03-02 Sepherosa Ziehauhyperv/chan: Function renaming; no functional change
2016-03-02 Sepherosa Ziehauhyperv/chan: Add sysctl node to check whether monitor...
2016-03-02 Justin HibbitsFix 2 bugs in the mpc85xx local bus controller driver.
2016-03-02 Bryan DreweryRemove filemon->lock wrappers.
2016-03-01 Bryan DreweryCorrect a comment.
2016-03-01 Jared McNeillAdd support for Allwinner A31/A31s EHCI controller...
2016-03-01 John BaldwinUse SCHEDULER_STOPPED() in cv_*wait*() instead of check...
2016-03-01 Jung-uk KimMerge OpenSSL 1.0.2g.
2016-03-01 John BaldwinRefactor the AIO subsystem to permit file-type-specific...
2016-03-01 John BaldwinRemove taskqueue_enqueue_fast().
2016-03-01 Michal MelounOFW_GPIOBUS: Add utility functions for easier handling...
2016-03-01 Wojciech MacekGet memory ranges from FDT if no EFI API is available...
2016-03-01 Andrew TurnerMake the memory size returned from fdt_get_mem_regions...
2016-03-01 Svatopluk KrausRemove an alternative way for dealing with root interru...
2016-03-01 Svatopluk KrausMark other parts of interrupt framework as INTR_SOLO...
2016-03-01 Andrew TurnerStop setting the memory size in the arm EFI and FDT...
2016-03-01 Andrew TurnerMake the fdt_get_mem_regions memsize argument optional...
2016-03-01 Wojciech MacekEnable SRE_EL2 on ARM64
2016-03-01 Wojciech MacekAdd uart 8250 device to GENERIC arm64 configuration
2016-03-01 Andriy Voskoboinyknet80211: eliminate copy-paste nearby ieee80211_check_r...
2016-03-01 Sepherosa Ziehauhyperv/channel: Nuke useless stack variable
2016-03-01 Sepherosa Ziehauhyperv/hn: Set hash per-packet-info for each packet...
2016-03-01 Justin HibbitsAdd another compatibility check for QorIQ GPIO driver.
2016-03-01 Justin HibbitsCorrect the memory rman ranges to be to BUS_SPACE_MAXADDR
2016-03-01 Navdeep Parharcxgbe(4): Update T5 and T4 firmwares to 1.15.28.0.
2016-03-01 Justin HibbitsAdd VM_MEMATTR_CACHEABLE support for AIM, for parity...
2016-03-01 Gleb SmirnoffRemove UMA_ZONE_REFCNT feature, now unused.
2016-03-01 Gleb SmirnoffNew way to manage reference counting of mbuf external...
2016-02-29 Gleb SmirnoffFix !IEEE80211_DEBUG build.
2016-02-29 Jung-uk KimMerge byacc 20150711.
2016-02-29 Andriy Voskoboinyknet80211: do not enforce promiscuous mode for AP scan
2016-02-29 Bryan DreweryFAST_DEPEND: Prefer .OBJDIR depend files.
2016-02-29 Andriy Voskoboinyknet80211: fix scanning after D5145 (PR 197498 related)
next