aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* tcp: Create fewer per-VNET zonesMark Johnston15 hours4-77/+74
* raw ip: clear sin_port on bind(2)Gleb Smirnoff5 days1-1/+1
* sctp: remove unused variableSiva Mahadevan5 days1-5/+2
* tcp: fix TCPS_CLOSED state underleak in syncache_socket()Gleb Smirnoff9 days2-1/+1
* inpcb: use new local address in in_pcbconnect()Gleb Smirnoff9 days1-1/+1
* tcp: remove redundant assignmentsMichael Tuexen11 days1-2/+0
* manpages: Fix author e-mail address formattingRobert Clausecker12 days1-7/+7
* tcp md5: improve consistencyMichael Tuexen13 days1-0/+2
* tcp md5: fix accounting of ACK with bad signaturesMichael Tuexen13 days1-1/+0
* tcp md5: fix accounting for SYN segments with unexpected signatureMichael Tuexen13 days1-1/+3
* tcp md5: improve handling of tcps_sig_err_sigopt counterMichael Tuexen2026-08-313-4/+12
* sockstat: provide more BBLog informationMichael Tuexen2026-08-262-1/+7
* socket: Restore handling of IPPROTO_DIVERTMark Johnston2026-08-251-0/+2
* tcp: minor cleanupMichael Tuexen2026-08-241-8/+5
* tcp: cleanup whitespacesMichael Tuexen2026-08-241-3/+3
* route/fib_algo: Free leaked radix_masks in radix_locklessPouria Mousavizadeh Tehrani2026-08-231-1/+12
* in_mcast: Fix uninitialized variable usage in inm_merge()Mark Johnston2026-08-111-0/+1
* SYSINIT: add explicit SI_ORDER_LASTGleb Smirnoff2026-08-111-1/+1
* inpcb: take a pcbinfo database out from single lockGleb Smirnoff2026-08-104-347/+542
* tcp: fix TF_BITSMichael Tuexen2026-08-101-1/+1
* ip_mroute: Don't assume that a multicast router is runningMark Johnston2026-08-031-0/+2
* netinet6: Pass IPv4-mapped ASM multicast joins/leaves to netinet.Bruce M Simpson2026-08-032-4/+7
* tcp: improve SEG.SEQ validation for RST segmentsMichael Tuexen2026-08-032-14/+26
* tcp_hostcache: ensure expire and prune values stay consistent with each otherRichard Scheffenegger2026-07-281-11/+53
* tcp_hostcache: limit scope of struct hc_metrics_lite and rename with tcp_ prefixRichard Scheffenegger2026-07-284-44/+47
* tcp: improve handling of stopped timersMichael Tuexen2026-07-281-0/+2
* netinet: Replace IFP_TO_IA() with in_ifprimaryaddr() completely.Bruce M Simpson2026-07-274-22/+7
* netinet: Promote IFP_TO_IA() from macro to function in_ifprimaryaddr().Bruce M Simpson2026-07-273-1/+24
* inpcb: declare struct in_conninfo as a single declarationGleb Smirnoff2026-07-272-40/+24
* icmp: Verify redirect gateway with fib-aware ifa selectionPouria Mousavizadeh Tehrani2026-07-241-2/+1
* tcp: make ghost ACK handling more conformantMichael Tuexen2026-07-231-1/+1
* bind(2): Lookup local address in current FIB if '*.bind_all_fibs' is activeBojan Novković2026-07-222-3/+6
* tcp_hostcache: explicitly typecast atomic_load_int to (int) for comparisonRichard Scheffenegger2026-07-211-1/+1
* tcp: Align PRR implementation with RFC 9937Richard Scheffenegger2026-07-181-21/+23
* man: Fix RFC 1918 network prefix lengthsYusuke Ichiki2026-07-171-2/+2
* nd6: Add router address and DHCPv6-PD flags in PIO headersPouria Mousavizadeh Tehrani2026-07-161-2/+4
* inpcb: remove unneeded #ifdef INET || INET6Gleb Smirnoff2026-07-151-5/+1
* routing: Subscribe nhops to ifnet link eventsPouria Mousavizadeh Tehrani2026-07-111-3/+3
* libalias: use htons() when converting from host to networkYusuke Ichiki2026-07-101-1/+1
* inpcb: make net.inet.ip.portrange port number limiting sysctls unsignedGleb Smirnoff2026-07-072-33/+33
* raw ip: fix race of two connect(2)Gleb Smirnoff2026-07-061-2/+1
* rack: Reload the TCP stack PCB after reacquiring the inpcb lockMark Johnston2026-06-301-0/+1
* libalias: Fix buffer overflow in RTSP aliasingDag-Erling Smørgrav2026-06-301-67/+89
* protocols: remove IPPROTO_DIVERTGleb Smirnoff2026-06-291-3/+0
* rack_bbr_common: don't use stale pointer after m_pullup()Jana Smith2026-06-281-2/+2
* tcp.fastopen.client_enable: Fix documented defaultMatteo Riondato2026-06-171-1/+1
* socket: Tag all socket option comments consistentlyWarner Losh2026-06-173-141/+141
* tcp: cleanup resource handling in SYN handlingMichael Tuexen2026-06-171-42/+28
* udp: Wrap a long line in udp_send()Mark Johnston2026-06-151-1/+2
* in6_mcast: Fix a race in in6p_set_source_filter()Mark Johnston2026-06-091-23/+17