summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add UPDATING entries and bump versionrelease/13.5.0-p8Mark Johnston2025-12-161-1/+1
* ipfw: pmod: avoid further rule processing after tcp-mod failuresKyle Evans2025-12-161-9/+16
* Add UPDATING entries and bump version.release/13.5.0-p7Gordon Tetlow2025-11-261-1/+1
* Add UPDATING entries and bump versionrelease/13.5.0-p6Mark Johnston2025-10-221-1/+1
* inpcb: Ignore SO_REUSEPORT_LB on connected socketsMark Johnston2025-10-221-9/+25
* Add UPDATING entries and bump version.release/13.5.0-p5Gordon Tetlow2025-09-301-1/+1
* Add UPDATING entries and bump version.release/13.5.0-p4Gordon Tetlow2025-09-161-1/+1
* arm64: prevent panic when using syscall mux + large arg call (mmap)John-Mark Gurney2025-09-141-1/+1
* Add UPDATING entries and bump version.release/13.5.0-p3Gordon Tetlow2025-08-081-1/+1
* Add UPDATING entries and bump version.release/13.5.0-p2Gordon Tetlow2025-07-021-1/+1
* ena: Bump driver version to v2.8.1Arthur Kiyanovski2025-07-021-1/+1
* ena: Fix misconfiguration when requesting regular LLQDavid Arinzon2025-07-021-11/+30
* Fix corruption in ZFS replication streams from encrypted datasets.Gordon Tetlow2025-07-021-3/+3
* Add UPDATING entries and bump versionrelease/13.5.0-p1Philip Paeps2025-04-101-1/+1
* Update in preparation for 13.5-RELEASErelease/13.5.0Colin Percival2025-03-071-1/+1
* 13.5: Update to RC1Colin Percival2025-02-281-1/+1
* queue: Fix STAILQ_ASSERT_EMPTY()Olivier Certner2025-02-271-2/+2
* 13.5: Update to BETA3Colin Percival2025-02-211-1/+1
* 13.5: Update to BETA2Colin Percival2025-02-141-1/+1
* sysctl: Harden sysctl_handle_string() against unterminated stringZhenlei Huang2025-02-131-22/+20
* MAC: mac_biba, mac_lomac: Fix setting loader tunablesZhenlei Huang2025-02-132-2/+4
* icmp: use per rate limit randomized jitterMichael Tuexen2025-02-132-31/+39
* icmp: improve INVARIANTS checkMichael Tuexen2025-02-132-2/+2
* icmp: correct the assertion that checks limit + jitterGleb Smirnoff2025-02-132-2/+2
* icmp: allow zero value for ICMP limitsGleb Smirnoff2025-02-132-2/+2
* icmp6: bring rate limiting on a par with IPv4Gleb Smirnoff2025-02-132-21/+164
* icmp6: rate limit our echo repliesGleb Smirnoff2025-02-131-0/+2
* icmp6: make icmp6_ratelimit() responsible to update the stats counterGleb Smirnoff2025-02-131-3/+2
* icmp: improve ICMP limit jitterGleb Smirnoff2025-02-131-22/+59
* icmp: when logging ICMP ratelimiting message use correct jitter valueGleb Smirnoff2025-02-131-5/+5
* icmp: hide icmp_bandlimit_uninit() under VIMAGEGleb Smirnoff2025-02-131-0/+2
* icmp: do not store per-VNET identical array of stringsGleb Smirnoff2025-02-131-19/+18
* Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106Kirk McKusick2025-02-106-14/+92
* 13.5: create releng/13.5 branchColin Percival2025-02-072-2/+2
* LinuxKPI 802.11 / rtw88: make packets flow againBjoern A. Zeeb2025-02-061-0/+18
* ifnet: Detach BPF descriptors on interface vmove eventZhenlei Huang2025-02-063-0/+35
* ifnet: Make if_detach_internal() and if_vmove() voidZhenlei Huang2025-02-061-24/+14
* bpf: Fix potential race conditionsZhenlei Huang2025-02-061-2/+12
* TCP BBR: remove dead codeMichael Tuexen2025-02-051-4/+0
* TCP RACK: don't log an uninitialized valueMichael Tuexen2025-02-051-2/+3
* TCP BBR: remove dead codeMichael Tuexen2025-02-051-8/+0
* TCP BBR: remove dead codeMichael Tuexen2025-02-051-3/+0
* TCP RACK: fix TCP fast openMichael Tuexen2025-02-051-4/+5
* TCP BBR: remove code which is not neededMichael Tuexen2025-02-051-4/+0
* TCP BBR: simplify expressionMichael Tuexen2025-02-051-1/+1
* TCP BBR: fix integer overflowMichael Tuexen2025-02-051-1/+1
* TCP BBR: simplify expressionMichael Tuexen2025-02-051-1/+1
* TCP RACK: remove un-needed assignmentMichael Tuexen2025-02-051-1/+0
* TCP BBR: do not log an uninitialized valueMichael Tuexen2025-02-051-1/+1
* TCP BBR: remove code which is never executedMichael Tuexen2025-02-051-2/+0