summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-02-27change mgre tunnel configuration to only accept a single local address.David Gwynne
2018-02-27Add RTL8211F support. Loosely based on the FreeBSD driver.Mark Kettenis
2018-02-27make kernel compile again without INET6Sebastian Benoit
2018-02-27Release the netlock when sleeping for control messages in in vioioctl().Martin Pieuchot
2018-02-27use a macro for the default if_hdrlen, not a magic numberDavid Gwynne
2018-02-27annotate some data structures with the lock protecting them.David Gwynne
2018-02-27add support for point to multipoint GRE via mgre(4).David Gwynne
2018-02-26Add RK3328 support.Mark Kettenis
2018-02-26Serialize access to UID data with a rwlock.Martin Pieuchot
2018-02-26Fix a TOCTOU race that causes signals to be delivered more than once.Martin Pieuchot
2018-02-26Fix typo in previous commit.Mark Kettenis
2018-02-26Support dumping isochronous frames via bpf(4) using the USBPcap protocol.Martin Pieuchot
2018-02-26regenccardenas
2018-02-26Add devices found on thinkpad e475 with an AMD A10-9600Pccardenas
2018-02-26Delete pmap_update_2pg(), the #include of <machine/segments.h>, trailingPhilip Guenther
2018-02-25Add RK805 support.Mark Kettenis
2018-02-25Add RK3328 support.Mark Kettenis
2018-02-25More RK3328 clocks.Mark Kettenis
2018-02-25RK3328 support.Mark Kettenis
2018-02-25Initial RK3328 clocks.Mark Kettenis
2018-02-25Don't pass our configured SSID to iwm(4) firmware during a background scan.Stefan Sperling
2018-02-25My previous commit to iwn(4) broke the scan loop.Stefan Sperling
2018-02-25default the nvgre vnetid to the first valid value according to the rfcDavid Gwynne
2018-02-25Typo: auxilliary -> auxiliaryPhilip Guenther
2018-02-24RK3328 support.Mark Kettenis
2018-02-24Enable bcmrng(4).Mark Kettenis
2018-02-24Add bcmrng(4), a driver for the random number generator on the Raspberry Pi.Mark Kettenis
2018-02-24fix pastoMark Kettenis
2018-02-24Enable interrupts while running interrupt handlers like we do onJonathan Gray
2018-02-24Declare ci_ipl volatile to prevent the compiler from optimizingVisa Hankala
2018-02-24Enable bcmtemp(4).Mark Kettenis
2018-02-24Add bcmtemp(4), a driver for the temperature sensor on the Raspberry Pi.Mark Kettenis
2018-02-24Make ncpusfound count the available processors even if they don't attach.Mark Kettenis
2018-02-24when comparing nvgre entries, compare a with b, not a with itself.David Gwynne
2018-02-23Disable mailbox interrupts on all cores upon attach instead of enabling theMark Kettenis
2018-02-23Get rid of the cpu_on_fn hook and call the psci(4) functions directly insteadMark Kettenis
2018-02-23Drop redundant bzero() calls. ses_ghash is allocated with M_ZERO, soVisa Hankala
2018-02-23regenDavid Gwynne
2018-02-23masanobu saitoh pointed out i had the wrong id for XXV710 SFP28 devsDavid Gwynne
2018-02-22Set the PG_G (global) bit on the special page table entries that are sharedPhilip Guenther
2018-02-22The compile time assertion for cpu info did not work with gcc.Alexander Bluhm
2018-02-22The GNU assembler does not understand 1ULL, so replace the constantAlexander Bluhm
2018-02-22remove some debug code in nvgreDavid Gwynne
2018-02-22Always reallocate a new memory chunk when changing the gateway of aMartin Pieuchot
2018-02-22don't get in the way of setting the rdomain on gre(4)David Gwynne
2018-02-21implement nvgre(4) based on rfc7637 aka NVGREDavid Gwynne
2018-02-21Mark VIA padlock as capable of dealing with ESNMike Belopuhov
2018-02-21Meltdown: implement user/kernel page table separation.Philip Guenther
2018-02-21Call socreate() before falloc() in sys_socket().Martin Pieuchot
2018-02-21if egre takes the packet, it's done, don't fall through to l3 processing.David Gwynne