]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
sfxge: compile out LRO if kernel is compiled without IPv4 and IPv6
[FreeBSD/FreeBSD.git] / sys /
2015-02-28 Andrew Rybchenkosfxge: compile out LRO if kernel is compiled without...
2015-02-28 Ian LeporeFormat the line properly (wrap before column 80).
2015-02-28 Ian LeporeExport the new osreldate and osrelease jail parms in...
2015-02-28 Roger Pau Monnénetback: disable GSO
2015-02-28 Enji CooperPad RX copy alignment calculation to avoid illegal...
2015-02-28 Konstantin BelousovThe umtx_lock mutex is used by top-half of the kernel...
2015-02-28 Jayachandran C.Whitespace fixes for sys/mips/nlm/dev
2015-02-28 Jayachandran C.Whitespace fixes for files in sys/mips/nlm
2015-02-28 Warner LoshMerge latest (commit c8c1b3a77934768c7f7a4a9c10140c8bec...
2015-02-27 Jayachandran C.Add subclass of simplebus for Broadcom XLP
2015-02-27 Warner LoshPut back Andy's void for gcc happiness.
2015-02-27 David E. O'Briensys/boot/userboot/libstand/libstand.a should also inclu...
2015-02-27 David E. O'BrienUse sys/boot/userboot/libstand/ and not /usr/lib/libsta...
2015-02-27 David E. O'BrienRemove duplicated -I.
2015-02-27 Kenneth D. MerryFix I/O size calculation for pass(4) driver requests...
2015-02-27 Warner LoshMake sched_random() return an unsigned number, and...
2015-02-27 Nathan WhitehornUse appropriate alternative to -msoft-float for clang...
2015-02-27 Nathan WhitehornFix unitialized variable.
2015-02-27 Jayachandran C.Allow creating subclass of FDT simplebus
2015-02-27 Gleb SmirnoffUse m_getjcl() instead of old mbuf(9) KPIs.
2015-02-27 Konstantin BelousovThe VNASSERT in vflush() FORCECLOSE case is trying...
2015-02-27 Ian LeporeAllow the kern.osrelease and kern.osreldate sysctl...
2015-02-27 Ian LeporeDetect, report and use 8-bit bus if is available.
2015-02-27 Ian LeporeMMC: Signal HC capability to (e)MMC.
2015-02-27 Andrew TurnerFix sched_ule on sparc64, gcc complains sched_random...
2015-02-27 Andrew TurnerRemove SMP support from the Wandboard-Solo and have...
2015-02-27 Andrew Turnersched_random is only called for SMP, only define it...
2015-02-27 Konstantin BelousovSince all generations of Intel CPUs have errata which...
2015-02-27 Andrew Rybchenkosfxge: expect required init_state on data path and...
2015-02-27 Adrian ChaddFix kern/196290 - don't announce 11n HTINFO rates if...
2015-02-27 Warner LoshCreate sched_rand() and move the LCG code into that...
2015-02-27 Jayachandran C.Move PCI bus below simplebus for Broadcom XLP
2015-02-27 Gleb SmirnoffHide struct ifmultiaddr under _KERNEL, too.
2015-02-27 Jayachandran C.Improve additional interrupt ACK for Broadcom XLP
2015-02-26 Ian LeporeAdd casting to make atomic ops work for pointers. ...
2015-02-26 Kenneth D. MerryAdd FreeBSD stable/10 version checks for the availabili...
2015-02-26 Roger Pau Monnéxen/intr: fix fallout from r278854
2015-02-26 Alexander MotinFor some uniformity move ahci_ch_init() call under...
2015-02-26 Konstantin BelousovImplements EOI suppression mode, where LAPIC on EOI...
2015-02-26 Dimitry AndricFix a number of -Wcast-qual warnings under sys/arm...
2015-02-26 Dimitry AndricIn sys/arm/ti/am335x/am335x_rtc.c, fix a clang 3.6...
2015-02-26 Jayachandran C.Remove run-time allocation of XLP IRQs
2015-02-26 Jayachandran C.Add netlogic,xlp-pic as interrupt controller for XLP
2015-02-26 Jayachandran C.Fix up interrupt definitions for Broadcom XLP
2015-02-25 Adrian ChaddRemove taskqueue_start_threads_pinned(); there's noa...
2015-02-25 Adrian ChaddMigrate using CPU_ZERO() + CPU_SET() -> CPU_SETOF().
2015-02-25 Konstantin BelousovFor now, disable x2APIC mode when Xen is detected,...
2015-02-25 Konstantin BelousovWhen failing to claim ownership of a umtx_pi, restore...
2015-02-25 Konstantin BelousovWhen unlocking a contested PI pthread mutex, if the...
2015-02-25 Hans Petter SelaskyFix a special case in ip_fragment() to produce a more...
2015-02-25 Alexander MotinReplace constant with proper sizeof().
2015-02-25 Alexander MotinFix potential NULL dereference.
2015-02-25 Hans Petter SelaskyAdd ugen keyword to USB pnpinfo. Remove extra space...
2015-02-25 Andrew Rybchenkosfxge: add to config files
2015-02-25 Andrew Rybchenkosfxge: use tab to indent instead of spaces
2015-02-25 Andrew Rybchenkosfxge: correct limit for number of Rx queues
2015-02-25 Xin LIFix integer overflow in IGMP protocol.
2015-02-24 Adrian ChaddChange uses of taskqueue_start_threads_pinned() ->...
2015-02-24 Stephen McConnell- Updated all files with 2015 Avago copyright, and...
2015-02-24 Nathan WhitehornNew pmap implementation for 64-bit PowerPC processors...
2015-02-24 Navdeep Parharcxgbe(4): allow tx hardware checksumming on the netmap...
2015-02-24 Navdeep Parharcxgbe(4): set up congestion management for netmap rx...
2015-02-24 Navdeep Parharcxgbe(4): do not set the netmap rxq interrupts on a...
2015-02-24 Navdeep Parharcxgbe(4): wait for the hardware to catch up before...
2015-02-24 Navdeep Parharcxgbe(4): request an automatic tx update when a netmap...
2015-02-24 Hans Petter SelaskyPass macro arguments properly.
2015-02-24 Hans Petter SelaskyFix order of arguments in the TRACEBUF_INITIALIZER...
2015-02-24 Ruslan BukinEnable 'receive timeout' interrupt allowing us to not
2015-02-24 Konstantin BelousovKeep a reference on the coredump vnode for vn_fullpath...
2015-02-24 Zbigniew BodekChange struct attribute to avoid aligned operations...
2015-02-24 Zbigniew BodekFix endianness on FDT read in ARM GIC
2015-02-24 Andrey V. ElsukovFix possible memory leak and several races in the IPsec...
2015-02-24 Hans Petter SelaskyEnsure that the XHCI driver will refresh the control...
2015-02-24 Luigi RizzoAdd native netmap support to ixl.
2015-02-24 Andrew Rybchenkosfxge: add put-list high watermark
2015-02-24 Andrew Rybchenkosfxge: use goto to cleanup to avoid duplicate cleanup...
2015-02-24 Kenneth D. MerryFix printf format warnings on sparc64 and mips.
2015-02-24 Neel NatuAlways emulate MSR_PAT on Intel processors and don...
2015-02-24 Pyun YongHyeonCorrect a typo.
2015-02-23 Michael GmelinImprove memory detection in biosmem.c
2015-02-23 Kenneth D. MerryBump __FreeBSD_version for the mtio(4) / sa(4) ioctl...
2015-02-23 Kenneth D. MerrySignificant upgrades to sa(4) and mt(1).
2015-02-23 Nathan WhitehornFix race in interrupt handling that could cause IO...
2015-02-23 Ian LeporeThere is no reason to do i+dcache writeback and invalid...
2015-02-23 Gleb SmirnoffA lot of current code in network stack expects mbufs...
2015-02-23 Gleb SmirnoffPrevious version of mbufq were fine initialized by...
2015-02-23 Hans Petter SelaskyAdd support for the DWC OTG v2 chipset found in the...
2015-02-23 Andrey V. Elsukovsoreceive_generic() still has similar KASSERT(), theref...
2015-02-23 Andrey V. ElsukovIn some cases soreceive_dgram() can return no data...
2015-02-23 Hans Petter SelaskyMacro fixes:
2015-02-23 Luigi Rizzoadd MODULE_VERSION, needed to track module dependencies
2015-02-22 Nathan WhitehornKernel support for the Vector-Scalar eXtension (VSX...
2015-02-22 Andrew Rybchenkosfxge: implement if_get_counter callback
2015-02-22 Andrew Rybchenkosfxge: add common code support for changing TX queue...
2015-02-22 Andrew Rybchenkosfxge: correct event queue interrupt moderation timer...
2015-02-22 Andrew Rybchenkosfxge: list header in SRCS
2015-02-22 Andrew Rybchenkosfxge: DMA allocated memory is set to zeros because...
2015-02-22 Andrew Rybchenkosfxge: do no allow EFSYS_MEM_ALLOC sleep
2015-02-22 Andrew Rybchenkosfxge: assert event queue lock in event handlers
2015-02-22 Andrew Rybchenkosfxge: pass correct address to free allocated memory...
next