aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* netinet: Remove unneeded mb_unmapped_to_ext() callsMark Johnston2021-11-242-21/+6
* netinet: Implement in_cksum_skip() using m_apply()Mark Johnston2021-11-241-31/+32
* netinet: Deduplicate most in_cksum() implementationsMark Johnston2021-11-241-0/+257
* netinet: Remove in_cksum.cMark Johnston2021-11-241-148/+0
* cc_newreno(4): Fix a typo in a source code commentGordon Bergling2021-11-191-1/+1
* Add tcp_freecb() - single place to free tcpcb.Gleb Smirnoff2021-11-194-104/+101
* tcp_timewait: use on stack struct tcptw as last resortGleb Smirnoff2021-11-191-4/+5
* tcp: Rack ack war with a mis-behaving firewall or nat with resets.Randall Stewart2021-11-173-15/+62
* sctp: Remove now-unneeded mb_unmapped_to_ext() callsMark Johnston2021-11-162-18/+0
* sctp: Use m_apply() to calcuate a checksum for an mbuf chainMark Johnston2021-11-161-24/+21
* kernel: partially revert e9efb1125a15, default inet maskMike Karels2021-11-141-4/+13
* tcp: Fix a locking issue related to loggingMichael Tuexen2021-11-141-15/+23
* tcp_usr_detach: revert debugging piece from f5cf1e5f5a500.Gleb Smirnoff2021-11-131-20/+3
* tcp_timers: check for (INP_TIMEWAIT | INP_DROPPED) only onceGleb Smirnoff2021-11-131-37/+4
* tcp: Fix a locking issueMichael Tuexen2021-11-121-4/+9
* tcp: Ensure that vnets have an initialized V_default_cc_ptrMark Johnston2021-11-121-0/+17
* tcp: better congestion control defaultsWarner Losh2021-11-121-0/+7
* Add net.inet.ip.source_address_validationGleb Smirnoff2021-11-121-0/+16
* Add in_localip_fib(), in6_localip_fib().Gleb Smirnoff2021-11-122-0/+19
* ip_input: packet filters shall not modify m_pkthdr.rcvifGleb Smirnoff2021-11-121-3/+2
* Rename net.inet.ip.check_interface to rfc1122_strong_es and document it.Gleb Smirnoff2021-11-121-43/+26
* net: sprinkle __predict_false in ip_input on error conditionsMateusz Guzik2021-11-121-12/+15
* tcp: Rack may still calculate long RTT on persists probes.Randall Stewart2021-11-113-29/+163
* tcp: Congestion control cleanup.Randall Stewart2021-11-1112-320/+668
* Don't require the socket lock for sorele().John Baldwin2021-11-091-1/+0
* kernel: deprecate Internet Class A/B/CMike Karels2021-11-092-15/+26
* tcp: Printf should be removed.Randall Stewart2021-11-081-3/+0
* Use layer five checksum flags in the mbuf packet header to pass on crypto state.Hans Petter Selasky2021-11-041-1/+10
* SIFTR: Fix compilation with -DSIFTR_IPV6Allan Jude2021-11-041-4/+5
* blackhole(4): disable for locally originated TCP/UDP packetsGleb Smirnoff2021-11-033-3/+25
* Fix a common typo in syctl descriptionsGordon Bergling2021-11-032-2/+2
* udp_input: remove a BSD stack relictGleb Smirnoff2021-11-031-16/+6
* netinet: Fix a common typo in source code commentsGordon Bergling2021-11-032-4/+4
* ip_divert: calculate delayed checksum for IPv6 adress familyAndrey V. Elsukov2021-11-031-0/+19
* inet: remove tcp_debug from netinet/tcp_debug.hMateusz Guzik2021-11-011-6/+0
* carp: deal with negative net.inet.carp.demotionMarius Halden2021-11-011-1/+3
* tcp: Rack might retransmit forever.Randall Stewart2021-10-292-33/+71
* tcp: Rack at times can miscalculate the RTT from what it thinks is a persists...Randall Stewart2021-10-291-7/+14
* Enable net.inet.tcp.nolocaltimewait.Gleb Smirnoff2021-10-281-3/+3
* mroute: add missing WUNLOCKWojciech Macek2021-10-281-1/+3
* mroute: fix memory leakWojciech Macek2021-10-281-0/+3
* rack: Update the fast send block on setsockopt(2)Gleb Smirnoff2021-10-271-1/+28
* Factor out tcp6_use_min_mtu() to handle IPV6_USE_MIN_MTU by TCP.Gleb Smirnoff2021-10-275-37/+84
* Several IP level socket options may affect TCP.Gleb Smirnoff2021-10-271-21/+54
* Split tcp_ctloutput() into set/get parts.Gleb Smirnoff2021-10-271-35/+90
* tcp: socket option to get stack alias namePeter Lei2021-10-274-4/+44
* tcp: The rack stack can incorrectly have an overflow when calculating a burst...Randall Stewart2021-10-261-3/+4
* tcp: allow new reno functions to be called from other CC modulesMichael Tuexen2021-10-251-13/+34
* Don't run ip_ctloutput() for divert socket.Gleb Smirnoff2021-10-251-1/+0
* Remove div_ctlinput().Gleb Smirnoff2021-10-251-13/+0