aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* sctp: fix double unlock in case adding a remote address failsMichael Tuexen2025-03-311-1/+0
* inpcb: push multicast case local address selection logic into in_pcbladdr()Gleb Smirnoff2025-03-221-23/+21
* tcp: fix reverting of spurious timeouts (RTO)Richard Scheffenegger2025-03-211-0/+1
* tcp: fix detection of bad RTOsMichael Tuexen2025-03-201-10/+7
* netinet: Fix getcred sysctl handlers to do nothing if no input is givenMark Johnston2025-03-203-1/+8
* tcp cc: use tcp_compute_pipe() for pipe in xx_post_recovery() directlyCheng Cui2025-03-173-20/+3
* inpcb: make sure we don't pass uninitialized faddr to in_pcbladdr()Gleb Smirnoff2025-03-131-8/+7
* inpcb: in_pcb_lport_dest() doesn't use lportp as input argumentGleb Smirnoff2025-03-131-1/+0
* ip_output(): styleKonstantin Belousov2025-03-101-1/+1
* ip_output(): if mb_unmapped_to_ext() failed, return directlyKonstantin Belousov2025-03-101-1/+1
* 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-073-109/+47
* 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-071-2/+2
* 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
* tcp_ratelimit: Use static initializersZhenlei Huang2025-03-061-6/+3
* carp: Use static initializersZhenlei Huang2025-03-061-2/+1
* udp: Do not recursively enter net epochZhenlei Huang2025-03-051-4/+2
* vm_lowmem: Fix signature mismatches in vm_lowmem callbacksSHENGYI HONG2025-03-053-5/+10
* netinet: allow per protocol random IP id control, single out IPSECacazuc2025-03-048-20/+22
* ipfw: migrate ipfw to 32-bit size rule numbersAndrey V. Elsukov2025-03-031-76/+151
* netinet: Make in_canforward() return boolZhenlei Huang2025-03-023-7/+7
* netinet: Do not forward or ICMP response to INADDR_ANYZhenlei Huang2025-03-022-3/+5
* tcp: make inflight data (pipe) calculation consistentCheng Cui2025-02-286-50/+16
* netinet: Make in_ifhasaddr() return boolZhenlei Huang2025-02-273-6/+6
* netinet: Make in_localaddr() return boolZhenlei Huang2025-02-272-5/+5
* tcp rack: cleanup accounting conditional checksPeter Lei2025-02-251-30/+0
* tcp: remove unused field from struct tcpcbPeter Lei2025-02-251-1/+0
* tcp rack: remove dead codePeter Lei2025-02-252-56/+1
* netinet: fix buildGleb Smirnoff2025-02-241-2/+2
* netinet: Update a comment for in_localip()Zhenlei Huang2025-02-241-1/+1
* inpcb: Fix reuseport lbgroup array resizingMark Johnston2025-02-232-1/+7
* carp: Fix checking IPv4 multicast addressZhenlei Huang2025-02-221-2/+2
* udp: make sendto(2) on unconnected UDP socket use public inpcb KPIsGleb Smirnoff2025-02-221-59/+29
* netinet: use in_broadcast() inlineGleb Smirnoff2025-02-228-33/+13
* netinet: enforce broadcast mode for all-ones and all-zeroes destinationsGleb Smirnoff2025-02-222-5/+17
* netinet: rename in_broadcast() to in_ifnet_broadcast()Gleb Smirnoff2025-02-227-9/+9
* cc_cubic: remove redundant codeCheng Cui2025-02-202-15/+0
* netinet: make in_broadcast() and in_ifaddr_broadcast return boolGleb Smirnoff2025-02-172-17/+13
* ip_output: use bool for isbroadcastGleb Smirnoff2025-02-171-4/+4
* inpcb: add const qualifiers on functions that select address/portGleb Smirnoff2025-02-173-9/+10
* inpcb: update inpcb multipath routing information only on successGleb Smirnoff2025-02-171-11/+11
* cc_cubic: remove redundant calls of tcp_fixed_maxseg()Cheng Cui2025-02-121-3/+2
* icmp: use per rate limit randomized jitterMichael Tuexen2025-02-101-8/+12
* mroute: fix a sysctl vs teardown raceMateusz Guzik2025-02-101-0/+3
* mroute: serialize parallel teardown of the same vnetMateusz Guzik2025-02-101-1/+21
* inpcb: Move the definition of struct inpcblbgroup to in_pcb_var.hMark Johnston2025-02-062-23/+23
* rawip: Add a bind_all_fibs sysctlMark Johnston2025-02-061-2/+19