aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* libalias: Serialize updates to the global instance listMark Johnston2026-06-081-0/+17
* inpcb: a pcb may travel only from the wild hash to exact, not vice versaGleb Smirnoff2026-05-281-17/+6
* divert: Avoid using atomic_(load|store)_(acq|rel)_16Mark Johnston2026-05-261-5/+7
* tcp: fix TCP_ACCOUNTING buildGleb Smirnoff2026-05-261-0/+1
* divert: Define semantics for SO_REUSEPORT_LB on divert socketsMark Johnston2026-05-263-18/+144
* tcp: Remove a no-op eventhandlerMark Johnston2026-05-222-9/+0
* tcp: Fix typo in RFC 6191 sysctlDag-Erling Smørgrav2026-05-181-1/+1
* tcp: Make RFC 6191 support configurableDag-Erling Smørgrav2026-05-182-21/+39
* igmp: Avoid leaving dangling pointers in the state-change queueMark Johnston2026-05-121-3/+5
* tests/tcp_hpts_test: Fix more resource leaksMark Johnston2026-05-121-3/+10
* fix typo: writting -> writing in sack_filterFelipe Matarazzo2026-04-301-1/+1
* fix typo: remove extra 'the' in rack.c commentFelipe Matarazzo2026-04-301-1/+1
* fix typo: seperate -> separate in tcp_ratelimit commentFelipe Matarazzo2026-04-301-1/+1
* tcp: release nic ktls send tags when entering time waitAndrew Gallatin2026-04-291-0/+10
* inpcb: allow to specify different sizes for port and load balance hashesGleb Smirnoff2026-04-295-18/+33
* inpcb: improve some internal function namesGleb Smirnoff2026-04-291-25/+28
* tests/tcp_hpts_test: Fix resource leaksMark Johnston2026-04-271-5/+22
* ip_mroute: Avoid leaking uninitialized bytes to the routing daemonMark Johnston2026-04-241-6/+7
* tests/sys/netinet/tcp_hpts: Make a socket available in mock inpcbsMark Johnston2026-04-211-0/+8
* inpcb: remove always true condition in in_pcblookup_local()Gleb Smirnoff2026-04-211-2/+1
* sctp: initialize inp to avoid uninitialized useBjoern A. Zeeb2026-04-201-0/+1
* tcp: Allocate t_tcpreq_info on demandAndrew Gallatin2026-04-182-1/+18
* carp: define CARP_AUTHLEN for carp_authlen fieldChristos Longros2026-04-172-1/+7
* sctp(4): Fix a typo in a source code commentGordon Bergling2026-04-171-1/+1
* in_mcast: Avoid calling sysctl_wire_old_buffer() in an epoch sectionMark Johnston2026-04-171-7/+5
* tcp: use RFC 6191 for connection recycling in TIME-WAITMichael Tuexen2026-04-171-3/+8
* in_mcast: Fix a lock leak in inp_set_source_filters()Mark Johnston2026-04-161-0/+1
* nd6: Add support for route information (RFC 4191)Pouria Mousavizadeh Tehrani2026-04-161-0/+2
* tcp lro: fix vnet handlingMichael Tuexen2026-04-151-3/+12