aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize the name of the FreeBSD FoundationLi-Wen Hsu5 days2-2/+2
* uath: Avoid a NULL dereferenceJose Luis Duran5 days1-4/+6
* pf: fix fragment hole countKristof Provost6 days1-23/+10
* pf: do not keep state when dropping overlapping IPv6 fragmentsKristof Provost6 days1-22/+8
* pf: drop IPv6 packets built from overlapping fragments in pf reassemblyKristof Provost6 days1-8/+38
* powerpc: Remove flag CTLFLAG_TUN from sysctl knob hw.platformZhenlei Huang6 days1-13/+4
* ixgbe: x550 support for 1000BASE-BX SFP modulesKevin Bowling6 days1-3/+7
* ipfw: add missing initializer for 'limit' table valueAndrey V. Elsukov7 days1-0/+1
* igc: Remove unused register IGC_RXD_SPC_VLAN_MASKKevin Bowling8 days1-1/+0
* e1000: Fix vlan PCP/DEI on lem(4)Aurelien Cazuc8 days2-3/+1
* ixgbe: Add support for 1000BASE-BX SFP modulesTore Amundsen8 days5-6/+30
* ixgbe: Add ixgbe_dev_from_hw() backKevin Bowling10 days2-0/+7
* sysctl: Harden sysctl_handle_string() against unterminated stringZhenlei Huang11 days1-22/+20
* MAC: mac_biba, mac_lomac: Fix setting loader tunablesZhenlei Huang11 days2-2/+4
* icmp: use per rate limit randomized jitterMichael Tuexen12 days2-31/+39
* icmp: improve INVARIANTS checkMichael Tuexen12 days2-2/+2
* icmp: correct the assertion that checks limit + jitterGleb Smirnoff12 days2-2/+2
* icmp: allow zero value for ICMP limitsGleb Smirnoff12 days2-2/+2
* icmp6: bring rate limiting on a par with IPv4Gleb Smirnoff12 days2-21/+164
* icmp6: rate limit our echo repliesGleb Smirnoff12 days1-0/+2
* icmp6: make icmp6_ratelimit() responsible to update the stats counterGleb Smirnoff12 days1-3/+2
* icmp: improve ICMP limit jitterGleb Smirnoff12 days1-22/+59
* icmp: when logging ICMP ratelimiting message use correct jitter valueGleb Smirnoff12 days1-5/+5
* icmp: hide icmp_bandlimit_uninit() under VIMAGEGleb Smirnoff12 days1-0/+2
* icmp: do not store per-VNET identical array of stringsGleb Smirnoff12 days1-19/+18
* net: if_media for 100BASE-BXKevin Bowling13 days2-0/+5
* mlx4ib(4): Fix some typos in device messagesGordon Bergling2025-02-101-4/+4
* Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106Kirk McKusick2025-02-076-14/+92
* Post-13.5-branch updatesColin 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
* TCP BBR: fix condition when sending a tail loss probeMichael Tuexen2025-02-051-1/+1
* TCP RACK: add commentMichael Tuexen2025-02-051-0/+1
* TCP BBR: fix getsockopt() for TCP_BBR_USEDEL_RATEMichael Tuexen2025-02-051-2/+6
* TCP RACK, BBR: cleanup of ctf_process_inbound_raw()Michael Tuexen2025-02-051-21/+7
* TCP RACK, BBR: ensure return value is always ininitializedMichael Tuexen2025-02-051-1/+1