aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* in_rss: fix set but not used warningKristof Provost2022-05-071-2/+0
* sctp: improve lockingMichael Tuexen2022-04-271-6/+9
* sctp: cleanupMichael Tuexen2022-04-191-1/+1
* sctp: improve stopping of timersMichael Tuexen2022-04-191-3/+6
* prometheus_sysctl_exporter: fix metric aliasingAlan Somers2022-04-191-16/+17
* tcp: plug set-but-not-used varsMateusz Guzik2022-04-191-0/+16
* sctp: plug set-but-not-used varsMateusz Guzik2022-04-191-8/+18
* sctp: hold the inp lock while calling ip6_outputMichael Tuexen2022-04-191-0/+2
* tcp/rack: plug a set-but-not-used varMateusz Guzik2022-04-191-1/+1
* sctp: cleanupMichael Tuexen2022-04-161-1/+1
* sctp: fix typo introcuded in last commitMichael Tuexen2022-04-161-1/+1
* sctp: don't wakeup 1-to-1 listening sockets for data or notificationsMichael Tuexen2022-04-162-7/+8
* Remove 12.x ABI compat for kernel dump ioctlsMitchell Horne2022-04-152-94/+3
* Remove 11.x ABI compat for kernel dump ioctlsMitchell Horne2022-04-151-15/+0
* sctp: don't keep a pointer to a freed stcb aroundMichael Tuexen2022-04-151-4/+3
* sctp: improve lockingMichael Tuexen2022-04-151-4/+11
* tcp: adding a functionality to define "trace points" so that BB logging can b...Randall Stewart2022-04-142-0/+86
* tcp - hpts timing is off when we are above 1200 connections.Randall Stewart2022-04-142-70/+137
* sctp: cleanupMichael Tuexen2022-04-141-25/+42
* divert_packet: ip is only used for SCTP.John Baldwin2022-04-131-1/+3
* in_pcballoc: error is only used for IPSEC or MAC.John Baldwin2022-04-131-1/+2
* TCP sysctl handlers: fin and lin are only used for INET.John Baldwin2022-04-131-4/+10
* tcp_log_vain/addrs: Use a const pointer for the IPv4 header.John Baldwin2022-04-132-7/+7
* tcp_log_addr: ip is only used for INET.John Baldwin2022-04-131-5/+4
* sctp: #ifdef INET-only and INET6-only variables.John Baldwin2022-04-131-12/+25
* netinet: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-132-2/+2
* sctp: fix parameter type in NAT status messageMichael Tuexen2022-04-131-1/+1
* tcp: Whitespace cleanup in brr and rackRichard Scheffenegger2022-04-131-39/+37
* rack: Remove unused variable.John Baldwin2022-04-121-6/+0
* sctp: Remove unused variable.John Baldwin2022-04-121-2/+1
* in_pcboutput_txrtlmt: Remove unused variable.John Baldwin2022-04-121-2/+1
* udp: allow udp_tun_func_t() to indicate it did not eat the packetKristof Provost2022-04-125-9/+20
* IPv4 multicast: fix LOR in shutdown pathMike Karels2022-04-111-6/+20
* Fix ipfw fwd that doesn't work in some casesAndrey V. Elsukov2022-04-111-1/+1
* tcp_bbr(4): Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* tcp_rack: Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* libalias(3): Fix two typos in source code commentsGordon Bergling2022-04-091-1/+1
* tcp_rack: Fix a few typos in sysctl descriptions and commentsGordon Bergling2022-04-091-4/+4
* tcp_htps: Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* tcp_bbr(4): Fix two typos in source code commentsGordon Bergling2022-04-091-2/+2
* Use stub inline functions for no-op versions of tcp_fastopen*().John Baldwin2022-04-091-8/+43
* tcp_bbr(4): Fix a typo in a sysctl description and a commentGordon Bergling2022-04-081-2/+2
* net: Fix memory leaks in lltable_calc_llheader() error pathsMark Johnston2022-04-081-1/+1
* net: Fix LLE lock leaksMark Johnston2022-04-081-2/+6
* sctp: remove a mutex not used anymoreMichael Tuexen2022-04-071-1/+0
* sctp: use variable names in a consistent wayMichael Tuexen2022-04-071-75/+75
* siftr: expose t_flags2 in siftr outputTom Jones2022-04-071-13/+13
* libalias: Remove unused variables.John Baldwin2022-04-063-14/+5
* alias_nbt: Move debug-only variable under #ifdef LIBALIAS_DEBUG.John Baldwin2022-04-061-1/+3
* multicast code: Quiet unused warnings for variables used for KTR traces.John Baldwin2022-04-061-0/+6