summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump keepalive timers unconditionally on sendHEADmasterJason A. Donenfeld2021-10-261-6/+5
* Delete all peer allowed IPs at onceMatt Dunwoodie2021-04-131-43/+34
* Merge wg_timers and wg_peerMatt Dunwoodie2021-04-131-180/+155
* Replace timer lock with SMRMatt Dunwoodie2021-04-131-36/+31
* Run all timeouts in process contextMatt Dunwoodie2021-04-131-32/+20
* Use malloc instead of pool_* for infrequent allocationsMatt Dunwoodie2021-04-131-13/+6
* Use SMR for wg_noiseMatt Dunwoodie2021-04-133-1313/+1089
* Add refcnt_take_if_gt()Matt Dunwoodie2021-04-132-0/+14
* Check iter != NULLMatt Dunwoodie2021-04-131-2/+2
* Allow setting keepalive while interface is downMatt Dunwoodie2021-04-131-3/+4
* Rework encap/decap routinesMatt Dunwoodie2021-04-131-87/+84
* Replace wg_tag with wg_packetMatt Dunwoodie2021-04-041-291/+292
* Count all handshake packetsMatt Dunwoodie2021-04-041-2/+1
* Satisfy my ordering of struct elements and prototoypesMatt Dunwoodie2021-04-041-3/+3
* Expand on key clearing messageMatt Dunwoodie2021-04-041-1/+3
* Error out if peer provider without public keyMatt Dunwoodie2021-04-041-2/+4
* Ensure a peer has a consistent PSK (if set when creating)Matt Dunwoodie2021-04-043-12/+13
* Add noise_local_deinit to zero private keysMatt Dunwoodie2021-04-043-0/+10
* Add a guard page between I/O virtual address space allocations. The ideapatrick2021-04-031-3/+4
* Exclude the first page from I/O virtual address space, which is the NULLpatrick2021-04-031-3/+4
* Fix Dale's email addresstb2021-04-024-8/+8
* Clean up nonexistent/unused properties handlingkn2021-04-011-12/+1
* Hardcode meaningful alert level, track apm's battery state betterkn2021-04-011-23/+7
* Push kernel lock down to umb_rtrequest().mvs2021-04-011-1/+3
* Make ddb's dependency on libz explicit.visa2021-03-311-12/+12
* syncsthen2021-03-312-54/+54
* Remove redundant "HUAWEI Mobile" in usbdevs strings, mention radiosthen2021-03-311-26/+26
* Introduce UAO_USES_SWHASH() and use tabs instead of spaces in #defines.mpi2021-03-311-25/+26
* fix typos in commentssthen2021-03-301-3/+3
* Handle systems, such as the Dell Precision 3640, that accesskettenis2021-03-301-19/+87
* Register the PCI variant of dwiic(4) with acpi(4).kettenis2021-03-301-2/+7
* Some cards announce support for the NTB16 format, but that support does notpatrick2021-03-303-41/+167
* Some umb(4) devices require the NDP pointer behind the NDP datagram.patrick2021-03-302-36/+59
* [ICMP] IP options lead to malformed replysashan2021-03-304-9/+53
* Move tx/rx descriptors into their own structs.kevlo2021-03-302-188/+509
* Turns out the PCIe DARTs support a full 32-bit device virtual address space.kettenis2021-03-291-4/+9
* combine umb_products and umb_fccauth_devs into one umb_quirks tablesthen2021-03-291-36/+51
* Fix IA32_EPT_VPID_CAP_XO_TRANSLATIONS specificationdv2021-03-291-2/+2
* Since ipw(4) doesn't call into net80211_newstate() the interface link statestsp2021-03-281-1/+13
* Add vid/pid table to umb(4) allowing matching to alternate configsthen2021-03-281-3/+64
* syncsthen2021-03-282-4/+14
* add pid for Dell DW5821e and HUAWEI ME906s LTE, ok patrick@sthen2021-03-281-1/+3
* Make sure that all CPUs end up with the same bits set in SCTLR_EL1.kettenis2021-03-272-27/+28
* Add ARMv8.5 instruction set related CPU features.kettenis2021-03-272-4/+184
* Fix SDMMC_DEBUG buildkn2021-03-272-8/+8
* trim the FCS off Ethernet packets before sending them up the stack.dlg2021-03-271-1/+8
* Return EOPNOTSUPP for unsupported ioctlskn2021-03-261-16/+6
* Fix "mach dtb" return code to avoid bogus bootkn2021-03-261-6/+8
* Fix errno, merge ioctl caseskn2021-03-261-13/+5
* Flag sensors as invalid on bogus readskn2021-03-261-3/+7