summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-07-19In ip6_input() use a shortcut to detect our own address if the pfAlexander Bluhm
2016-07-19Use a flag to indicate that a packet has been received on an IPv6Martin Pieuchot
2016-07-19instead of messing about with pointer arithmetic, add an empty arrayTed Unangst
2016-07-19virtio_pci: Always allow MSI/MSI-XStefan Fritsch
2016-07-19Remove what appears to be a copy-paste error setting cur_ttbTom Cosgrove
2016-07-18Kill the rtableid variable in ip6_input(). It does not make senseAlexander Bluhm
2016-07-18Apparently we need to explicitly stop the timers before reloading them. AtMark Kettenis
2016-07-18no more cbq_opts - CBQ is gone, ok mpi phessler bennoHenning Brauer
2016-07-18Add additional i2c and mmc prcm module enum values for devices thatJonathan Gray
2016-07-18Don't need a separate flags variable in armv7 pmap_clean_page() -Tom Cosgrove
2016-07-18Hide pf internals by moving code from in_ouraddr() to pf_ouraddr().Alexander Bluhm
2016-07-18Explicitly set iwm(4) firmware Tx aggregation limit to one (which disablesStefan Sperling
2016-07-18Fix inverted logic in iwm_tx(). The PROT_REQUIRE flag in should be set forStefan Sperling
2016-07-18Make iwm(4) retry Tx of management frames less often. We now retry managementStefan Sperling
2016-07-18Some SoCs have a ranges property set in their device trees. This canPatrick Wildt
2016-07-17Attach sunxi(4) based on the compatible property of the root node of theMark Kettenis
2016-07-17Adapt kettenis' pinctrl changes in imx to sitaracm andJonathan Gray
2016-07-17use the fdt root node instead of board ids to test for am335xJonathan Gray
2016-07-17Set function pointers based on the fdt root node instead of board ids.Jonathan Gray
2016-07-17Set function pointers based on the fdt root node instead of board ids.Jonathan Gray
2016-07-16remove an unused parameter that wasn't handled during a previous refactorMike Larkin
2016-07-16Support MSI-X in virtioStefan Fritsch
2016-07-16Add $OpenBSD$ / replace $Id$ with $OpenBSD$.Visa Hankala
2016-07-16Remove octeon_disable_interrupt() and octeon_restore_status().Visa Hankala
2016-07-16Fix typo in comment in three machdep.c files:Tom Cosgrove
2016-07-16Remove unused function process_frame() from arm_machdep.cTom Cosgrove
2016-07-16remove unused vmm_activate function. all vmm-specific suspend/resume needsMike Larkin
2016-07-16Fix an incorrect shift value when calculating the mask for the VMCS MSRMike Larkin
2016-07-16remove some 12 year old code that was never correct, and never compiledMike Larkin
2016-07-16remove some unused #includesMike Larkin
2016-07-15Remove duplicated line in omap mmc driver, which would causeTom Cosgrove
2016-07-15Remove duplicate line in amd64/acpi_machdep.cTom Cosgrove
2016-07-15Remove unused re_nbits from dev/rnd.cTom Cosgrove
2016-07-15disable acpicbkbd by default until after the release when acpi ecJoshua Stein
2016-07-15take us out of -betaTheo de Raadt
2016-07-14Make sure that amap slot calculation does not overflowStefan Kempf
2016-07-14kern.usermount=1 is unsafe for everyone, since it allows any non-pledgedTheo de Raadt
2016-07-14Drop received packets with an IPv4-compatible address as source orMartin Pieuchot
2016-07-14Do board-specific delay/skew corrections for the Micrel KSZ9021 and KSZ9031Mark Kettenis
2016-07-14Prevent a use-after-free by not updating an ARP entry that has beenMartin Pieuchot
2016-07-14vioblk: Properly handle poll timeoutStefan Fritsch
2016-07-14rename virtio_ops.intr to poll_intrStefan Fritsch
2016-07-14virtio: Move interrupt handler into transport specific codeStefan Fritsch
2016-07-14Add PT_GNU_RELRO, for ld.so workPhilip Guenther
2016-07-14Prevent silly states via knotes on pids > 2^32 and on nonexistent signals.Philip Guenther
2016-07-14ufs_readdir() buffer was meant to be limited to 64kB; reversed testPhilip Guenther
2016-07-14kevent validates that ident is a valid fd by getting the file. one sadTed Unangst
2016-07-13A work-in-progress driver for the Hyper-V NetVSCMike Belopuhov
2016-07-13The "#address-cells" and "#size-cells" properties define the sizePatrick Wildt
2016-07-13Since mappings established using __MAP_NOFAULT will be converted into anonymousMark Kettenis