aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* tcp: Fix typo in RFC 6191 sysctlDag-Erling Smørgrav3 days1-1/+1
* tcp: Make RFC 6191 support configurableDag-Erling Smørgrav3 days2-21/+39
* igmp: Avoid leaving dangling pointers in the state-change queueMark Johnston9 days1-3/+5
* tests/tcp_hpts_test: Fix more resource leaksMark Johnston9 days1-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
* ip_mroute: Fix a lock leak in X_ip_mforward()Mark Johnston2026-04-151-1/+3
* routing: Make ip[6]_tryforward() FIB-aware for local trafficPouria Mousavizadeh Tehrani2026-04-141-2/+2
* lro: move pkt rejection checks to leafs to avoid queueing non-LRO'able pktsAndrew Gallatin2026-04-141-21/+52
* in_pcb: Fix RIPCB_HASH in kernels without INET or INET6John Baldwin2026-04-141-0/+8
* tcp_close: Use in6_pcbdisconnect for INET6 socketsJohn Baldwin2026-04-141-0/+9
* inpcb: remove last use of relic u_quad_tGleb Smirnoff2026-04-141-1/+1
* inpcb: retire inp_vnetGleb Smirnoff2026-04-144-17/+6
* tcp: fix !INVARIANTS buildGleb Smirnoff2026-04-121-2/+1
* raw ip: move hash table manipulation to inpcb layerGleb Smirnoff2026-04-124-98/+69
* inpcb: move local address assignment out of in_pcbdisconnect()Gleb Smirnoff2026-04-122-1/+3
* raw ip: remove extra argument to rip_dodisconnect()Gleb Smirnoff2026-04-121-7/+7
* udp: make in_pcbbind_setup() acquire the hash lock internallyGleb Smirnoff2026-04-122-47/+56
* inpcb: make in_pcbconnect() acquire the hash lock internallyGleb Smirnoff2026-04-124-17/+12
* inpcb: make in_pcbbind() acquire the hash lock internallyGleb Smirnoff2026-04-123-18/+7
* inpcb: retire INP_DROPPED and in_pcbdrop()Gleb Smirnoff2026-04-1214-208/+134
* inpcb: make in_pcbdisconnect() acquire the hash lock internallyGleb Smirnoff2026-04-122-13/+2
* inpcb: retire the inpcb global listGleb Smirnoff2026-04-124-74/+131
* inpcb: retire the inpcbinfo list lockGleb Smirnoff2026-04-125-34/+14
* inpcb: apply smr_advance(9)/smr_wait(9) trick only to reusable socketsGleb Smirnoff2026-04-121-5/+7
* tcp lro: use hashalloc(9)Gleb Smirnoff2026-04-121-6/+20
* gif: use hashalloc(9)Gleb Smirnoff2026-04-121-6/+21
* netinet: use hashalloc(9) for IP address hashGleb Smirnoff2026-04-121-15/+26
* inpcb: use hashalloc(9)Gleb Smirnoff2026-04-122-24/+31
* nd6: Remove DRAFT_IETF_6MAN_IPV6ONLY_FLAG and EXPERIMENTAL optionsPouria Mousavizadeh Tehrani2026-04-101-4/+0
* Fix nooptions VIMAGE buildAndrew Gallatin2026-04-041-0/+1
* tcp: retire TF_SENTSYNMichael Tuexen2026-04-032-5/+3
* ip_mroute: FIBifyMark Johnston2026-03-305-162/+180