summaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2025-08-02ftpd: code shrink, move replace_char() to libbbDenys Vlasenko
2025-07-27telnetd: improve --helpDenys Vlasenko
2025-07-18tftp: use bb_error_msg instead of info_msg for a debug messageDenys Vlasenko
2025-07-18ntpd: replace two bb_info_msg's with bb_error_msgDenys Vlasenko
2025-07-09libbb: introduce and use block-XOR functionsDenys Vlasenko
2025-07-07libbb/yescrypt: remove redundant SHA256 HMAC implementationDenys Vlasenko
2025-07-07libbb: factor out HMAC code from TLSDenys Vlasenko
2025-07-06libbb: add yescrypt password hashing supportDenys Vlasenko
2025-07-05whitespace fixDenys Vlasenko
2025-07-01ntpd: Raise MAXDIST to 3s for better tolerance and consistency with chronyMichael Glembotzki
2025-07-01ip route: make cache printing a bit more similar to upstreamDenys Vlasenko
2025-04-07udhcpd: send DHCPOFFERs as unicast (unless clients specifically asks for bcast)Denys Vlasenko
2025-02-09udhcpc6: fix copy-paste error in "generate a consistent IAID" commitDenys Vlasenko
2025-02-09udhcpc6: generate a consistent IAIDZhou Siqi
2025-02-09udhcpc6: move block comment, no code changesDenys Vlasenko
2025-02-09udhcpc6: improvementsLaurent Bercot
2024-10-06networking/libiproute/iplink.c: fix support for older kernelsThomas Devoogdt
2024-09-26wget: fix compile warnings when WGET_FTP is not selectedDenys Vlasenko
2024-07-12tls: P256: improve x86_64 multiplication asm codeDenys Vlasenko
2024-07-11tls: P256: fix obscure x86_64 asm misbehavior, closes 15679Denys Vlasenko
2024-07-08wget: ignore header casingSertonix
2024-06-01typo fixDenys Vlasenko
2024-05-31libbb: add bit counting function, use where appropriateDenys Vlasenko
2024-02-26ip link: support for the CAN netlinkDario Binacchi
2023-10-04udhcp: Avoid leaking uninitialized/stale dataRuss Dill
2023-07-17introduce and use exitcode_tDenys Vlasenko
2023-07-10ntpd: fix a warning on 32-bit arch buildDenys Vlasenko
2023-07-10Update applet size estimatesDenys Vlasenko
2023-07-09libiproute: fix filtering ip6 route by table idYousong Zhou
2023-06-15libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko
2023-06-12udhcpd: optional BOOTP supportDenys Vlasenko
2023-05-29tunctl: code shrinkDenys Vlasenko
2023-05-09nslookup: code shrinkDenys Vlasenko
2023-05-09nslookup: ensure unique transaction IDs for the DNS queriesDenys Vlasenko
2023-04-23ip: code shrinkDenys Vlasenko
2023-04-06libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko
2023-03-28httpd: do not mangle cgi-bin/SCRIPT/params URLsDenys Vlasenko
2023-01-18ntpd: correct comment: 2^-20 is ~1 microsecond (confused with 10^-20)Denys Vlasenko
2023-01-18ntpd: fold d_to_tv() into its only callerDenys Vlasenko
2023-01-17ntpd: correct fixed->float conversions of fractionsDenys Vlasenko
2023-01-17ntpd: make NTP client and server Y2036/2038-readyMiroslav Lichvar
2022-12-15udhcpc6: fix binding to network aliasesDenys Vlasenko
2022-12-15udhcp: add a few comments, no code changesDenys Vlasenko
2022-12-15udhcpc6: use a different default config scriptDenys Vlasenko
2022-12-15udhcpc6: align FF02__1_2[]Denys Vlasenko
2022-12-14udhcpc6: add some commentsDenys Vlasenko
2022-12-13udhcpc6: remove stray commentDenys Vlasenko
2022-11-29Remove "select PLATFORM_LINUX"Denys Vlasenko
2022-11-29Fix non-Linux buildsSamuel Thibault
2022-09-08tls: move definitions around, no code changesDenys Vlasenko