summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
8 daysProvide a SHA-256 assembly implementation for amd64 using SHA-NI.Joel Sing
8 daysRemove sha512-x86_64.pl.Joel Sing
8 daysProvide a replacement assembly implementation for SHA-512 on amd64.Joel Sing
8 daysAdjust deep logic in cursig() to handle sig_stop specially.Claudio Jeker
8 daysAdd CPU capability detection for the Intel SHA extensions (aka SHA-NI).Joel Sing
8 daysRemove unreachable check for orphaned process groups in cursig.Claudio Jeker
8 daysSpecify size for K256 symbol.Joel Sing
8 daysMerge ec_kmeth into ec_keyTheo Buehler
8 daysShuffle the global default_ec_key_meth down a few linesTheo Buehler
8 daysMove the default EC_KEY_METHOD to the end of the fileTheo Buehler
8 daysDo not dereference `pve' after releasing `pv_mtx'.Martin Pieuchot
9 daysUse a better curve and a better hash for the ECDSA_do_sign() exampleTheo Buehler
9 dayswait for ice(4) software interrupt to occur when flushing queue interruptsStefan Sperling
9 daysfix build without ICE_DEBUGStefan Sperling
9 daysimplement the ice(4) Rx interrupt handlerStefan Sperling
9 daysin ice(4), ensure that vsi->max_frame_size gets setStefan Sperling
9 daysAdd no-detach-on-destroy client option (useful for control modeNicholas Marriott
9 daysAdd two new style parameters, width and pad, which apply to scrollbars.Nicholas Marriott
9 daysec_mult: fix includesTheo Buehler
9 daysTurn off scrollbar when pane is in alternate screen, from Michael Grant,Nicholas Marriott
9 daysEC_KEY_copy() don't leave stale private keys in placeTheo Buehler
9 daysadd placeholder for GC 11.5.2 APUJonathan Gray
10 daysprocmap(8) -> procmap(1); spotted by Avon RobertsonJonathan Gray
10 dayssparce -> sparseJonathan Gray
10 daysdrm/amdgpu: prevent NULL pointer dereference if ATIF is not supportedJonathan Gray
10 daysdrm/amdgpu: Fix DPX valid mode check on GC 9.4.3Jonathan Gray
10 daysdrm/amdgpu: Adjust debugfs register access permissionsJonathan Gray
10 daysdrm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()Jonathan Gray
10 daysdrm/amdgpu: Adjust debugfs eviction and IB access permissionsJonathan Gray
10 dayscompatibiliy -> compatibilityJonathan Gray
10 daysMove the stack 1GB higher, closer to the end of the userland address space.Miod Vallat
10 daysx509_policy.c: point at RFC 9618Theo Buehler
10 daysrevert tun(4) changes for now, breaks in kdump build (TUNSCAP/TIOCEXT clash)Stuart Henderson
10 daysrpki-client: use macros for skipping rather than hardcoded numbersTheo Buehler
10 dayseck_prn: some more air to breatheTheo Buehler
10 dayseck_prn: fix includesTheo Buehler
10 daysec_prn: use pkey rather than pk for an EC_KEYTheo Buehler
10 dayseck_prn: use group rather than x for an EC_GROUPTheo Buehler
10 dayseck_prn: use ec_key rather than x for an EC_KEYTheo Buehler
10 dayseck_prn: consistently use bio for a BIO rather than b and bp randomlyTheo Buehler
10 dayseck_prn: sprinkle some empty lines and drop some parens for consistencyTheo Buehler
10 dayseck_prn: shuffle printing functions into a better orderTheo Buehler
10 daysuse down->up hammer to handle ENETRESET in ice_ioctl; can be refined laterStefan Sperling
10 daysavoid sending needless MAC address updates to ice(4) hardwareStefan Sperling
10 daysfor clarity, look at 'perm_addr' for obtaining the MAC when ice(4) attachesStefan Sperling
10 daysTypo fixes in commentsKevin Lo
11 daysprovide a way to negotiate network offloads between the kernel and userland.David Gwynne
11 daysAES_{decrypt,encrypt}() don't return void internal functionTheo Buehler
11 daysimplement ice_down(); ifconfig ice0 down/up is working nowStefan Sperling
11 dayssyncTheo de Raadt