summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Capsicumize some trivial stdio programsConrad Meyer2016-11-0811-5/+68
* Convert the Q-Pair and PRP list memory allocations to use BUSDMA. Add aScott Long2016-11-083-79/+109
* libelftc: add elf{32,64}-tradbigmips target emulation namesEd Maste2016-11-072-0/+18
* The igb driver currently requires a VF interface to have a non-zero MACSean Bruno2016-11-071-5/+14
* Refactor FDT part of gpioled driverOleksandr Tymoshenko2016-11-074-100/+236
* Fix include order as required post r308415Oleksandr Tymoshenko2016-11-071-1/+1
* Add support for EIIOE flag in Additional Element Status.Alexander Motin2016-11-072-9/+21
* Fix locking in bcm2835_audio driverOleksandr Tymoshenko2016-11-071-43/+91
* Fix the fallout from r308268 (mpt driver causes endless witness warnings inScott Long2016-11-071-0/+8
* MFV r308392: file 5.29.Xin LI2016-11-0751-885/+1380
|\
| * Vendor import of file 5.29.vendor/file/5.29Xin LI2016-11-0750-882/+1377
* | Use the armv6 GENERIC in the qemu nanobsd image.Andrew Turner2016-11-071-1/+1
* | Fix the order of includes so machine/asm.h is first.Andrew Turner2016-11-071-1/+2
* | Add timer to watch the RQ when we are out of mbufs.Hans Petter Selasky2016-11-073-2/+12
* | Generate an error if machine/armreg.h is included without sys/cdefs.hStanislav Galabov2016-11-071-0/+4
* | Add more firmware related structures and update existing ones in theHans Petter Selasky2016-11-075-43/+467
* | Query flow table capabilities according to the correct capability bitHans Petter Selasky2016-11-071-1/+5
* | Correct checksum fields in the "mlx5_mini_cqe8" structure. The fieldsHans Petter Selasky2016-11-071-4/+5
* | Ensure the firmware is notified of any host memory allocationHans Petter Selasky2016-11-071-5/+5
* | When a firmware command times out do not free the command structure toHans Petter Selasky2016-11-071-1/+4
* | Include machine/armreg.h after machine/asm.h to ensure __ARM_ARCH isAndrew Turner2016-11-075-5/+9
* | vn_fullpath1() checked VV_ROOT and then unreferencedKonstantin Belousov2016-11-071-5/+23
* | Only include sys/boot.h if LINUX_BOOT_ABI is definedStanislav Galabov2016-11-071-0/+2
* | Start to deorbit the kernel configs in GENERIC by marking them withAndrew Turner2016-11-072-0/+4
* | Add NVIDIA Tegra XHCI driver and coresponding firmware blob.Michal Meloun2016-11-076-5/+4311
* | Rework NVIDIA Tegra124 XUSBPAD driver.Michal Meloun2016-11-071-264/+875
* | rtwn: add HOSTAP / IBSS mode support for RTL8188CE.Andriy Voskoboinyk2016-11-069-37/+144
* | Fix device driver name if devd.conf + move it into appropriate place.Andriy Voskoboinyk2016-11-061-2/+2
* | Document that getfsstat(2) called with MNT_NOWAIT skips file systemsEdward Tomasz Napierala2016-11-061-1/+3
* | [net80211] extend the net80211 ALQ code to support variable payloads.Adrian Chadd2016-11-062-25/+50
* | rtwn_pci: omit tx_done() stage if device is not running.Andriy Voskoboinyk2016-11-062-6/+10
* | [net80211] add a method to also explicitly tear down RX A-MPDU.Adrian Chadd2016-11-062-0/+14
* | rtwn: fix Tx ring cleanup.Andriy Voskoboinyk2016-11-061-31/+95
* | rtwn: reduce shutdown time for RTL8188CE.Andriy Voskoboinyk2016-11-061-1/+2
* | add __divdi3 and __udivdi3 to libgcc_s symbol version mapEd Maste2016-11-061-0/+2
* | rtwn: reset watchdog timer on device shutdown.Andriy Voskoboinyk2016-11-061-0/+1
* | Pull in r278002 from upstream llvm trunk (by Silviu Baranga):Dimitry Andric2016-11-061-2/+9
* | Initialize ip6 pointer before use.Andrey V. Elsukov2016-11-061-0/+1
* | rtwn: fix Rx filter setup for some multi-vap configuratons.Andriy Voskoboinyk2016-11-055-49/+49
* | rtwn: pause beacon queue during scanning.Andriy Voskoboinyk2016-11-051-0/+5
* | [net80211] begin fleshing out new hardware crypto offload features.Adrian Chadd2016-11-052-25/+76
* | Add link-layer address option in RA even for IFT_L2VLAN and IFT_BRIDGE.Hiroki Sato2016-11-051-0/+4
* | Fix an infinite loop at an non-responding hop when other echo repliesHiroki Sato2016-11-051-0/+3
* | r295133 attempted to deactivate TSO in the 100Mbit link case with thisSean Bruno2016-11-051-14/+15
* | Assign a random number to di_gen (for FFS), instead of extracting itMarcel Moolenaar2016-11-052-7/+2
* | r266979 missed a call to enable capabilities of the hw leading to anSean Bruno2016-11-051-0/+1
* | Fix sorting after r308293, using the ../tools/do_sort script.Eric van Gyzen2016-11-051-3/+3
* | ncal: fix a reference to an out-of-scope stack bufferEric van Gyzen2016-11-051-1/+2
* | Value returned by taskqueue_enqueue_timeout(9) is not an error; don't treatEdward Tomasz Napierala2016-11-051-6/+2
* | vidcontrol: use calloc where appropriateEd Maste2016-11-051-2/+2