aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* xen: add missing file from r336474Roger Pau Monné2018-07-191-0/+159
* xen: implement early init helper for PVHv2Roger Pau Monné2018-07-194-48/+226
* xen: allow very early initialization of the hypercall pageRoger Pau Monné2018-07-192-41/+61
* xen: attach the PV CPU if no CPU device is presentRoger Pau Monné2018-07-191-2/+2
* xen: do not limit PV console usage to PV guestsRoger Pau Monné2018-07-191-8/+3
* xen: remove direct usage of HYPERVISOR_start_infoRoger Pau Monné2018-07-198-81/+226
* xen: add PVHv2 entry pointRoger Pau Monné2018-07-192-1/+158
* Bump the ICMP echo limits to match the RFCRandall Stewart2018-07-182-4/+2
* bge(4): disable MSI for BGE_ASICREV_BCM5784/BGE_CHIPREV_5784_AXEugene Grosbein2018-07-181-0/+8
* Port r324665 and r325285 to arm64.Mark Johnston2018-07-182-22/+81
* Fix a couple of typos in r334844 noticed by Richard Kojedzinszky.Sean Eric Fagan2018-07-181-2/+2
* Make the definition of struct kevent in event.h match what the man page for k...David Bright2018-07-181-4/+4
* Remove the dead code from ARM cpufunc_* files.Michal Meloun2018-07-187-231/+1
* Update version information for the mlx5 and mlx5en(4) modules.Hans Petter Selasky2018-07-1820-22/+22
* Do not inline transmit headers and use HW VLAN tagging if supported by mlx5en...Hans Petter Selasky2018-07-188-29/+192
* Also check if __ARM_ARCH_6KZ__ is defined when detecting when to use ARMv6Andrew Turner2018-07-181-0/+1
* Implemented Device Lost Timer, which is used to give target device the time t...Ram Kishore Vegesna2018-07-184-59/+270
* Remove unused variableConrad Meyer2018-07-181-2/+0
* aesni(4): Add SHA2-224(-HMAC) support as wellConrad Meyer2018-07-181-0/+32
* aesni(4): Add sha256 plain hash supportConrad Meyer2018-07-181-0/+6
* aesni(4): Abstract out hash/HMAC supportConrad Meyer2018-07-181-26/+49
* glxsb: Convert remaining OCF driver to new interfaceConrad Meyer2018-07-182-94/+18
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-1842-1601/+505
* Fixes for the following issues:David C Somayajulu2018-07-171-14/+30
* Remove kernel support for armebWarner Losh2018-07-1759-13308/+14
* Fix compile error introduced in r336245.Warner Losh2018-07-171-0/+1
* Fix a typo: change lists to list to match rest of sentence.Warner Losh2018-07-171-1/+1
* Remove VM_FREELIST_ISADMAWarner Losh2018-07-171-6/+3
* Remove VM_FREELIST_ISADMA. It's not needed on these architectures.Warner Losh2018-07-172-20/+8
* hyperv/hn: Fix panic in hypervisor code upon device detach eventDexuan Cui2018-07-171-0/+7
* Add a FALLTHROUGH comment to kvprintf().Mark Johnston2018-07-171-0/+1
* Revert r336353 completely based on protest; compatibility shims incomingKyle Evans2018-07-178-8/+8
* Use a mbuf header instead of a mbuf cluster for debugging interrupts in mlx5e...Hans Petter Selasky2018-07-171-1/+4
* Add module parameter to limit number of MSIX EQ vectors in mlx5en(4).Hans Petter Selasky2018-07-171-3/+11
* Add missing newline.Hans Petter Selasky2018-07-171-0/+1
* Handle jumbo frames without requiring big clusters in mlx5en(4).Hans Petter Selasky2018-07-173-29/+150
* Move invoking of callout_stop(&lle->lle_timer) into llentry_free().Andrey V. Elsukov2018-07-173-9/+3
* Enable both receive and transmit pauseframes by default in mlx5en(4).Hans Petter Selasky2018-07-171-2/+2
* Add context numbers for HW elements in mlx5en(4).Hans Petter Selasky2018-07-173-9/+63
* Do not hint about 'trust both' mode when the mlx5en(4) hardware does not supp...Hans Petter Selasky2018-07-171-1/+6
* Correctly write atomic variable in mlx5en(4).Hans Petter Selasky2018-07-171-1/+1
* Remove redundant call to mlx5_vsc_find_cap() in mlx5core.Hans Petter Selasky2018-07-171-4/+1
* Make sure the state variable is set atomically instead of using a mutex in ml...Hans Petter Selasky2018-07-171-8/+5
* Refactor access to CR-space into using VSC APIs in mlx5core.Hans Petter Selasky2018-07-178-282/+92
* Remove redundant newline character in mlx5core.Hans Petter Selasky2018-07-171-2/+1
* Update version information for the mlx5ib module.Hans Petter Selasky2018-07-171-4/+6
* Don't pass unsupported events to ibcore from mlx5ib.Hans Petter Selasky2018-07-171-2/+3
* Use static device naming instead of dynamic one in mlx5ib.Hans Petter Selasky2018-07-171-4/+1
* Implement support for Differentiated Service Code Point, DSCP, in mlx5en(4).Hans Petter Selasky2018-07-1712-3/+386
* Use __FBSDID() for RCS tags in ibcore.Hans Petter Selasky2018-07-1739-62/+118