- 01 May, 2015 22 commits
-
-
Oliver Pinter + authored
Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/userlandenhanced
-
Oliver Pinter authored
Signed-off-by:
Oliver Pinter <oliver.pinter@hardenedbsd.org> github-issue: #128
-
Oliver Pinter authored
Signed-off-by:
Oliver Pinter <oliver.pinter@hardenedbsd.org> github-issue: #128
-
Oliver Pinter authored
Signed-off-by:
Oliver Pinter <oliver.pinter@hardenedbsd.org> github-issue: #128
-
Oliver Pinter authored
github-issue: #128 Signed-off-by:
Oliver Pinter <oliver.pinter@hardenedbsd.org>
-
Oliver Pinter authored
Signed-off-by:
Oliver Pinter <oliver.pinter@hardenedbsd.org>
-
Oliver Pinter authored
Signed-off-by:
Oliver Pinter <oliver.pinter@hardenedbsd.org>
-
Oliver Pinter + authored
Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/userlandenhanced
-
Oliver Pinter + authored
-
neel authored
Do the same when transitioning a vector from the IRR to the ISR and also when extinguishing it from the ISR in response to an EOI. Reported by: Leon Dang (ldang@nahannisys.com) MFC after: 2 weeks
-
gnn authored
Although this is not important to the rest of the TCP processing it is a conveneint way to make the DTrace state-transition probe catch this important state change. MFC after: 1 week
-
bz authored
r282289. We do include ixgbe.h which does include ixgbe_common.h which has the extern statement for ixgbe_stop_mac_link_on_d3_82599().
-
bz authored
with what looks like a copy and paste error. Sponsored by: DARPA/AFRL
-
bapt authored
Submitted by: heirloom doctools upstream
-
Oliver Pinter + authored
Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/userlandenhanced
-
Oliver Pinter + authored
-
neel authored
enabled. MFC after: 2 weeks
-
bdrewery authored
Sponsored by: EMC / Isilon Storage Division
-
bdrewery authored
-
Oliver Pinter + authored
Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/userlandenhanced
-
Oliver Pinter + authored
-
erj authored
Submitted by: neel Approved by: jfv (mentor)
-
- 30 Apr, 2015 18 commits
-
-
emaste authored
Most of the EM_* constants are available in all supported host branches, but EM_AARCH64 was added relatively recently. Add it back to fix building HEAD on 10.x. Noticed by: adrian, jmallett
-
Oliver Pinter authored
Signed-off-by:
Oliver Pinter <op@hardenedbsd.org>
-
Oliver Pinter authored
Conflicts: sys/conf/files.i386 (not fixed)
-
erj authored
Originally supposed to be included in r282289. Differential Revision: D2414
-
erj authored
These include standalone X550 adapters, X552 10GbE backplane, and X552/X557-AT 10GBASE-T; with the latter two being integrated into Xeon D SoCs. As well, this bumps the ixgbe version number to 2.8.3, and includes updates to shared code for support for the new devices. Differential Revision: D2414 Reviewed by: gnn, adrian Approved by: jfv (mentor), gnn (mentor)
-
emaste authored
Missed in r282285 Pointy hat to: emaste
-
neel authored
Only a subset of source files that include <machine/vmm.h> need to use the APIs that require the inclusion of <sys/cpuset.h>. MFC after: 1 week
-
melifaro authored
Found by: dhw
-
emaste authored
Differential Revision: https://reviews.freebsd.org/D2408 Reviewed by: brooks, imp Sponsored by: The FreeBSD Foundation
-
neel authored
can dump the instruction bytes. Requested by: grehan MFC after: 1 week
-
oshogbo authored
Approved by: pjd (mentor)
-
oshogbo authored
ERRNO_{RESTORE/SAVE} must by used together, additional variable is not needed. Always use ERRNO_{SAVE/RESTORE/SET} macros. Approved by: pjd (mentor)
-
neel authored
This is required for booting Windows guests. Reported by: Leon Dang (ldang@nahannisys.com) MFC after: 2 weeks
-
jhb authored
- Use hardware counters for ifnet stats in igb(4) when possible. This ensures these stats include packets that bypass the regular stack via netmap. - Don't derefence values off the end of the igb(4) VF stats structure. Instead, add a dedicated if_get_counter method for igb(4) VF interfaces. - Report missed packets on igb(4) as input queue drops rather than an input error. - Report bug_ring drop counts as output queue drops for igb(4) and ixgbe(4). - Export the buf_ring drop stats for individual rings via sysctl on ixgbe(4). - Fix a typo that in ixl(4) that caused output queue drops to be reported as input queue drops and input queue drops to be unreported. Differential Revision: https://reviews.freebsd.org/D2402 Reviewed by: jfv, rstone (6) Sponsored by: Norse Corp, Inc.
-
jkim authored
MFC after: 2 weeks X-MFC with: r282269
-
gnn authored
and directly into the place where the data is collected.
-
jhb authored
remains. Xen is planning to phase out support for PV upstream since it is harder to maintain and has more overhead. Modern x86 CPUs include virtualization extensions that support HVM guests instead of PV guests. In addition, the PV code was i386 only and not as well maintained recently as the HVM code. - Remove the i386-only NATIVE option that was used to disable certain components for PV kernels. These components are now standard as they are on amd64. - Remove !XENHVM bits from PV drivers. - Remove various shims required for XEN (e.g. PT_UPDATES_FLUSH, LOAD_CR3, etc.) - Remove duplicate copy of <xen/features.h>. - Remove unused, i386-only xenstored.h. Differential Revision: https://reviews.freebsd.org/D2362 Reviewed by: royger Tested by: royger (i386/amd64 HVM domU and amd64 PVH dom0) Relnotes: yes
-
jhb authored
enabled in GENERIC in 10.0.) Reviewed by: royger (earlier version) MFC after: 1 week
-