summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-14OBJ_create: sorry Omar, aobj is a better name than opTheo Buehler
2023-12-14OBJ_create: use a nid variable to avoid nested function callTheo Buehler
2023-12-14OBJ_create: malloc() -> calloc()Theo Buehler
2023-12-14OBJ_create: test and assign as usualTheo Buehler
2023-12-14OBJ_create: initialize buf and turn function into single exitTheo Buehler
2023-12-14OBJ_create: rename ok to ret and make it last declarationTheo Buehler
2023-12-14OBJ_create(): rename i to lenTheo Buehler
2023-12-14OBJ_create(): remove pointless parenthesesTheo Buehler
2023-12-14OBJ_create(): remove useless castTheo Buehler
2023-12-14OPENSSL_assert() that the passed nid is within rangeTheo Buehler
2023-12-14Bump OPENSSL_showfatal() from LOG_INFO to LOG_CONSTheo Buehler
2023-12-14Move the txt to obj/nid conversions a bit down.Theo Buehler
2023-12-14Dedup OBJ_nid2{obj,sn,ln}()Theo Buehler
2023-12-14Workaround for broken clang which has a broken -fno-zero-initialized-in-bssClaudio Jeker
2023-12-14Simplify OBJ_nid2obj()Theo Buehler
2023-12-14Simplify OBJ_nid2sn()Theo Buehler
2023-12-14Simplify OBJ_nid2ln()Theo Buehler
2023-12-14Mostly straightforward conversion to imsg_get_fd() only the handlingClaudio Jeker
2023-12-14There is no more option NKMEMPAGES_MAXClaudio Jeker
2023-12-14NKMEMPAGES_MAX_DEFAULT is no longer used. Remove it from param.h.Claudio Jeker
2023-12-14Constrain the AFRINIC TA furtherJob Snijders
2023-12-14Fix sk_deep_copy() implementationTheo Buehler
2023-12-14Bring default logic to set nkmempages into the 21st century.Claudio Jeker
2023-12-14Use imsg_get_fd() to access the file descriptor passed in the imsg.Claudio Jeker
2023-12-14Rewrite send_packet to update the eigrp header without using ibuf_seek.Claudio Jeker
2023-12-14Use imsg_get_fd() to access the fd passed with the imsg.Claudio Jeker
2023-12-14For historical reasons, APNIC ended up with a v6 block for IX assignmentsJob Snijders
2023-12-14rpki-client: make IP address block checks stricterTheo Buehler
2023-12-14drm/i915: Skip some timing checks on BXT/GLK DSI transcodersJonathan Gray
2023-12-14drm/i915/sdvo: stop caching has_hdmi_monitor in struct intel_sdvoJonathan Gray
2023-12-14drm/i915/lvds: Use REG_BIT() & co.Jonathan Gray
2023-12-14drm/i915/display: Drop check for doublescan mode in modevalidJonathan Gray
2023-12-14drm/amdgpu: Update EEPROM I2C address for smu v13_0_0Jonathan Gray
2023-12-14drm/amdgpu: Add I2C EEPROM support on smu v13_0_6Jonathan Gray
2023-12-14drm/amdgpu: simplify amdgpu_ras_eeprom.cJonathan Gray
2023-12-14drm/amdgpu: Return from switch early for EEPROM I2C addressJonathan Gray
2023-12-14drm/amdgpu: Remove second moot switch to set EEPROM I2C addressJonathan Gray
2023-12-14drm/amdgpu: Add support for RAS table at 0x40000Jonathan Gray
2023-12-14drm/amdgpu: Decouple RAS EEPROM addresses from chipsJonathan Gray
2023-12-14drm/amdgpu: Remove redundant I2C EEPROM addressJonathan Gray
2023-12-14drm/amdgpu: Add EEPROM I2C address support for ip discoveryJonathan Gray
2023-12-14drm/amdgpu: Update ras eeprom support for smu v13_0_0 and v13_0_10Jonathan Gray
2023-12-14drm/amdgpu: correct the amdgpu runtime dereference usage countJonathan Gray
2023-12-14drm/amd/amdgpu: Fix warnings in amdgpu/amdgpu_display.cJonathan Gray
2023-12-14drm/amdgpu: fix memory overflow in the IB testJonathan Gray
2023-12-14drm/amdgpu: correct chunk_ptr to a pointer to chunk.Jonathan Gray
2023-12-13Simplify OBJ_ln2nid()Theo Buehler
2023-12-13Simplify OBJ_sn2nid()Theo Buehler
2023-12-13Simplify OBJ_obj2nid()Theo Buehler
2023-12-13Implement per-CPU caching for the page table page (vp) pool and the PTEJeremie Courreges-Anglas