aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* inpcb: return ENOMEM if bind(2) fails to allocate lbgroupGleb Smirnoff2025-03-071-4/+9
* inpcb: in_pcbinshash() now can't fail on connect(2)Gleb Smirnoff2025-03-071-18/+10
* inpcb: retire two-level port hash databaseGleb Smirnoff2025-03-074-152/+79
* inpcb: make inpcb hash insertion/removal functions privateGleb Smirnoff2025-03-072-3/+3
* inpcb: fix a panic with SO_REUSEPORT_LB + connect(2) misuseGleb Smirnoff2025-03-072-2/+67
* inpcb: inline in_pcbconnect_setup() into in_pcbconnect()Gleb Smirnoff2025-03-072-137/+94
* tcp: return EOPNOTSUPP on attempt to connect(2) a listening socketGleb Smirnoff2025-03-071-1/+1
* iichid(4): Wait for RESET command response while attachingVladimir Kondratyev2025-03-071-14/+41
* iichid(4): Read wMaxInputLength bytes over I2C even if we discards dataVladimir Kondratyev2025-03-071-11/+36
* ig4_iic: Allow sleeping if called from iichid interrupt handler.Vladimir Kondratyev2025-03-073-5/+4
* netlink: Fix getting route scope of interface's IPv4 addressesZhenlei Huang2025-03-071-2/+2
* tests/netlink: Assert the route scope of interface's addressesZhenlei Huang2025-03-071-5/+15
* truncate.1: improve the example sectionMaxim Konovalov2025-03-071-9/+19
* LinuxKPI: 802.11: improve key update locking to work around net80211Bjoern A. Zeeb2025-03-062-16/+85
* netmap: Disable a buggy and unsafe test (sync_kloop_conflict)John Baldwin2025-03-061-0/+12
* pkgbase: make pkg repo reproducibleBaptiste Daroussin2025-03-061-1/+3
* top: Make locale issues non-fatal.Dag-Erling Smørgrav2025-03-061-2/+2
* pfkey2: use correct value for a key lengthAndrey V. Elsukov2025-03-061-5/+14
* devclass: make devclass_alloc_unit use M_NOWAITMateusz Guzik2025-03-061-2/+6
* vnet: Use static initializersZhenlei Huang2025-03-061-2/+1
* tcp_ratelimit: Use static initializersZhenlei Huang2025-03-061-6/+3
* lagg: Use static initializersZhenlei Huang2025-03-061-2/+2
* if_clone: Use static initializersZhenlei Huang2025-03-063-10/+1
* if_bridge: Use static initializersZhenlei Huang2025-03-061-2/+2
* bridgestp: Use static initializersZhenlei Huang2025-03-061-2/+1
* carp: Use static initializersZhenlei Huang2025-03-061-2/+1
* bpf: Use static initializersZhenlei Huang2025-03-061-3/+1
* net80211: Fix IEEE80211_KEY_UNDEFINED() in ieee80211_node_delucastkey()Bjoern A. Zeeb2025-03-051-1/+1
* acpi_pci: Add quirk for PSTAT_PME-before-detachColin Percival2025-03-053-2/+17
* witness.4: correct name of the debug.witness.witness_count sysctlAlan Somers2025-03-051-3/+3
* jail: add jexec -d, to specify a working directoryJamie Gritton2025-03-052-9/+22
* bhyve: fix CPUID L3 Cache Size reporting for AMD/SVMKonstantin Belousov2025-03-051-3/+8
* pf: fix nat64 ICMP translationKristof Provost2025-03-052-4/+6
* pf tests: test ICMP error translation with nat64Kristof Provost2025-03-051-2/+92
* pf: fix ICMP source address translation for nat64Kristof Provost2025-03-051-17/+55
* ipfw: fix dump_soptcodes() handlerAndrey V. Elsukov2025-03-051-1/+1
* udp: Do not recursively enter net epochZhenlei Huang2025-03-051-4/+2
* geli: Fix signature mismatch in mountroot callbackSHENGYI HONG2025-03-051-1/+1
* vm_lowmem: Fix signature mismatches in vm_lowmem callbacksSHENGYI HONG2025-03-059-12/+17
* release: add cloudware oracle targets to package and upload .oci filesDave Cottlehuber2025-03-047-0/+318
* wlanstats: add man pageBjoern A. Zeeb2025-03-042-1/+68
* net80211: fix spelling of Michael (MMIC)Bjoern A. Zeeb2025-03-041-1/+1
* usb: Kill left-over cdefs.h includesWarner Losh2025-03-0468-69/+0
* sys.mk: Improve ports compatibility hack guardBrooks Davis2025-03-041-1/+1
* ipf: Correct ippool.5 man pageCy Schubert2025-03-041-1/+1
* kern: wg: remove overly-restrictive address family checkKyle Evans2025-03-042-5/+82
* libc: fix _FORTIFY_SOURCE build on aarch64Kyle Evans2025-03-042-0/+4
* netinet: allow per protocol random IP id control, single out IPSECacazuc2025-03-0418-31/+44
* pf: don't assert on address family in pf_addrcpy()Kristof Provost2025-03-041-2/+0
* net80211: LinuxKPI 802.11: clean up MIC vs. MMIC rx flagsBjoern A. Zeeb2025-03-045-20/+15