summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-03Add first step of flowspec support. This adds the bits to establish aClaudio Jeker
2023-04-03Move null check up and simplify process_escapes. Based on Coverity CIDDarren Tucker
2023-04-03Clarify text for new -A slightly, GitHub issue 3508.Nicholas Marriott
2023-04-03enable rkusbphy(4)David Gwynne
2023-04-03try using a standard phy drivers registered with ofw/fdt first.David Gwynne
2023-04-03add support for enabling both the usb2 and usb3 phys.David Gwynne
2023-04-03register mvneta so the interface can be found by node/phandle later.David Gwynne
2023-04-03add phy_enable_prop_idx() to work with phys under props other than "phy".David Gwynne
2023-04-03special case phandle 0 and return NULL when looking up network interfaces.David Gwynne
2023-04-03add glue for network interfaces to be found by fdt/ofw node or phandle.David Gwynne
2023-04-03do actual init of the phy itself when needed.David Gwynne
2023-04-03clockintr: protect struct clockintr_queue with a mutexScott Soule Cheloha
2023-04-02fill out the list of quectel devices that should be supported.David Gwynne
2023-04-02regenDavid Gwynne
2023-04-02add more quectel usb device idsDavid Gwynne
2023-04-02Fix table by using strings of proper lengths instead of bogusTheo Buehler
2023-04-02Use #define instead of `char * const' for the repeated GUID strings. Ugly,Miod Vallat
2023-04-02Add support for TEMPerGold 3.4 to ugold(4).Miod Vallat
2023-04-02RegenMiod Vallat
2023-04-02New TEMPerGold device.Miod Vallat
2023-04-02add Ryuichi Sakamoto. rest in peace.Stuart Henderson
2023-04-02Revert r1.9 and reinstate r1.6Theo Buehler
2023-04-02add Windows 11 _OSI stringsJonathan Gray
2023-04-02Add support for the RTL8211F-VD PHY.Mark Kettenis
2023-04-02zap excessive semicolons; ok mglocker@Anton Lindqvist
2023-04-02syncKevin Lo
2023-04-02nable ngbe(4) on install media. Passes 'make release' build.Kevin Lo
2023-04-02vmd(8): migrate vmd_vm.vm_ttyname to char array.Dave Voutila
2023-04-02manpage for rkusbphy(4)David Gwynne
2023-04-02add rkusbphy(4), a driver for the usb2phy on rockchip SoCs.David Gwynne
2023-04-02Rename get_softraid_{disks -> chunk}() and CRYPTO{DISK -> CHUNK}Klemens Nanni
2023-04-02tc_init.9: miscellaneous cleanup and rewritesScott Soule Cheloha
2023-04-01Limit IFS scope to effect parsing code onlyKlemens Nanni
2023-04-01Check all chunks in the delayed free list for write-after-free.Otto Moerbeek
2023-04-01Use char * const for the rest of the repeated GUID strings. MoreKenneth R Westerback
2023-04-01Pull static const data out of BN_value_one()Theo Buehler
2023-04-01Indent labelsTheo Buehler
2023-04-01Group the non-constant time gcd functions togetherTheo Buehler
2023-04-01rkiovd(4)Mark Kettenis
2023-04-01Enable rkiovd(4)Mark Kettenis
2023-04-01Add rkiovd(4), a driver for the IO voltage domains on Rockchip SoCs. ThisMark Kettenis
2023-04-01Implement regulator notifiers which get called when the voltage/currentMark Kettenis
2023-04-01avoid use of uninitialised memoryJonathan Gray
2023-04-01horrible whitespace, mostly on non-code lines. no object changeTheo Buehler
2023-04-01follow quectel guidance on which usb interfaces umsm should match.David Gwynne
2023-03-31shuffle the code in umsm_match a bit.David Gwynne
2023-03-31dont match quectel ec25 by vendor+product idDavid Gwynne
2023-03-31regen after "BE-M1000" additionKlemens Nanni
2023-03-31Add "Baikal Electronics" and their "BE-M1000" SoCKlemens Nanni
2023-03-31Add missing NULL check after group_get()Theo Buehler