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