]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Allow different bridge types to coexist
[FreeBSD/FreeBSD.git] / sys /
2018-05-11 mmacyAllow different bridge types to coexist
2018-05-11 mmacyepoch(9): fix priority handling, make callback lists...
2018-05-11 mmacyTest priority handling in epoch test.
2018-05-11 jhibbitsNo need to bzero splpar_vpa entries
2018-05-11 desSlight cleanup of interface event logging.
2018-05-11 desReduce <sys/queue.h> pollution.
2018-05-10 npcxgbe(4): Add fields to support configuration of hardwa...
2018-05-10 emasteError out on attempt to link amd64 kernel with old...
2018-05-10 mmacyAllocate epoch for networking at startup
2018-05-10 mmacyAdd simple preempt safe epoch API
2018-05-10 lwhsuFix build for platforms using GCC:
2018-05-10 dumbbellvt(4): Use default VGA palette
2018-05-10 dumbbellvt(4): Put for() loop outside switch() in vt_generate_c...
2018-05-10 gallatinFix a panic in the IPv6 multicast code.
2018-05-10 kibMake fpusave() and fpurestore() on amd64 ifuncs.
2018-05-10 gallatinFix the build after r333457
2018-05-10 emasteANSIfy sys_generic.c
2018-05-10 mwDo not pass header length to the ENA controller
2018-05-10 manuarm64: Add ALT_BREAK_TO_DEBUGGER to GENERIC
2018-05-10 mwSkip setting the MTU for ENA if it is not changing
2018-05-10 mwApply fixes in ena-com
2018-05-10 mwUpgrade ENA version to v0.8.1
2018-05-10 delphijRemove "All rights reserved" from my files.
2018-05-10 npcxgbe(4): Disable write-combined doorbells by default.
2018-05-10 jhibbitsFix PPC symbol resolution
2018-05-10 araujoRework CTL frontend & backend options to use nv(3)...
2018-05-10 impRemove unused bcopyb.
2018-05-10 impSimplify things a little
2018-05-10 impMove MI-ish bcopy routine to libkern
2018-05-10 npcxgbe(4): Determine whether the firmware supports the...
2018-05-09 markjRemove "All rights reserved" from my files.
2018-05-09 oshogboIntroduce the 'n' flag for the geli attach command.
2018-05-09 impRemove the 'All Rights Reserved' clause from some of...
2018-05-09 impUse the full year, for real this time.
2018-05-09 markjFix bxe(4) netdump rx polling.
2018-05-09 cyFix style error introduced in r333393.
2018-05-09 mmacyAdd taskqgroup_config_gtask_deinit to support teardown...
2018-05-09 mmacyEliminate the overhead of gratuitous repeated reinitial...
2018-05-09 mmacyRemove bogus panic
2018-05-09 kevansStandardize SPDX tag on files I've added
2018-05-09 kevansRemove "All Rights Reserved" on files that I hold sole...
2018-05-09 jhbReport TRAP_BRKPT for breakpoint traps on sparc64.
2018-05-09 mjgamd64: depessimize bcmp for small buffers
2018-05-09 kibAvoid calls to bzero() before ireloc.
2018-05-09 impMinor style nits
2018-05-09 kibRemove PG_U from the rest of the kernel pmap ptes.
2018-05-09 kibRemove PG_U from the recursive pte for kernel pmap...
2018-05-09 aeBring in some last changes in NAT64 implementation:
2018-05-09 aeAdd IFCAP_LINKSTATE support to if_loop(4).
2018-05-09 hselaskyAdd myself to copyright in the LinuxKPI RCU support...
2018-05-09 npcxgbe(4): Add support for hash filters.
2018-05-09 cyDocument intentional fallthrough. (CID 976535)
2018-05-09 cyFix memory leak. (CID 1199373).
2018-05-09 mmacyReduce overhead of ktrace checks in the common case.
2018-05-08 desUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 sbrunonxge(4):
2018-05-08 tuexenFix two typos reported by N. J. Mann, which were introd...
2018-05-08 tuexenWhen reporting ERROR or ABORT chunks, don't use more...
2018-05-08 jkimMFV: r333378
2018-05-08 shurdiflib: print message when iflib_tx_structures_setup...
2018-05-08 kibPrepare DB# handler for deferred trigger of watchpoints.
2018-05-08 shurdiflib: cleanup queues when iflib_device_register fail
2018-05-08 jhibbitsFix wrong cpu0 identification
2018-05-08 hselaskyFix for missing network interface address event when...
2018-05-08 peterUpdate svn-1.9.7 to 1.10.0.
2018-05-08 mmacyFix spurious retransmit recovery on low latency networks
2018-05-08 mmacySleep rather than spin in e1000 when doing long running...
2018-05-07 mjgInlined sched_userret.
2018-05-07 mjgChange trap_enotcap to bool and annotate with __read_fr...
2018-05-07 mjgAvoid calls to syscall_thread_enter/exit for statically...
2018-05-07 mjgamd64: stop asserting params != NULL in the syscall...
2018-05-07 impPut the CPU starting on one line.
2018-05-07 impUse device_quiet_children to silence verbose CPU probe...
2018-05-07 impAdd device_quiet_children() and device_has_quiet_children()
2018-05-07 mjgamd64: fix up memset added in r333324
2018-05-07 gallatinFix an off-by-one error when deciding to request a...
2018-05-07 mjgamd64: tweak the memmove comment regarding authorship
2018-05-07 gallatinBoost thread priority while changing CPU frequency
2018-05-07 mjgamd64: replace libkern's memset and memmove with assemb...
2018-05-07 mavKeep CARP state as INIT when net.inet.carp.allow=0.
2018-05-07 avgx86 cpususpend_handler: call wbinvd after setting suspe...
2018-05-07 manuclk: clk_set_assigned: Skip frequency of value 0
2018-05-07 manuarm64: rockchip: cru: Call clk_set_assigned
2018-05-07 manuclk: Add support for assigned-clock-rates
2018-05-07 manuarm64: rockchip: clk: Add support to reparent to clk_co...
2018-05-07 manuarm64: rk3328: Add pll rates tables
2018-05-07 manuarm64: rk: Add support for setting pll rate
2018-05-07 manuarm64: rockchip: rk3328: Add armclk clock
2018-05-06 pfgmsdosfs: use vfs_timestamp() to generate timestamps...
2018-05-06 phkWith the fall-back hack for lint gone, I have no copyri...
2018-05-06 mmacyr333175 introduced deferred deletion of multicast addre...
2018-05-06 mmacyThe ifnet pointer (ifp) in rt_newaddrmsg can be valid...
2018-05-06 manuam335x_prcm: Delay the frequencies read check
2018-05-06 tuexenEnsure we are not dereferencing a NULL pointer.
2018-05-06 markjAdd netdump support to iflib.
2018-05-06 markjAdd netdump support to vtnet(4).
2018-05-06 markjAdd netdump support to re(4).
2018-05-06 markjAdd netdump support to cxgb(4).
2018-05-06 markjAdd netdump support to bxe(4).
2018-05-06 markjAdd netdump hooks to bge(4).
next