summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify and fix a bug in cc_ack_received()'s "are we congestion window limited"lstewart2013-01-221-1/+1
* Fix !INET6 build after r244365.glebius2012-12-181-2/+11
* Clear correct flag in INET6 case.glebius2012-12-181-1/+1
* Since we use different flags to detect tcp forwarding, and we share theae2012-12-171-1/+2
* Fix a crash in tcp_input(), that happens when mbuf has a fwd_tag on it,glebius2012-12-121-0/+2
* Back out r242262. The simplified window change/update logic wasn'tandre2012-11-051-47/+16
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-021-2/+3
* Increase the initial CWND to 10 segments as defined in IETF TCPMandre2012-10-281-0/+12
* Simplify and enhance the window change/update acceptance logic,andre2012-10-281-16/+47
* Allow arbitrary MSS sizes and don't mind about the cluster size anymore.andre2012-10-281-11/+2
* When SYN or SYN/ACK had to be retransmitted RFC5681 requires us toandre2012-10-281-3/+9
* Adjust the initial default CWND upon connection establishment to theandre2012-10-281-2/+9
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnae2012-10-251-12/+5
* Do not reduce ip_len by size of IP header in the ip_input()glebius2012-10-231-1/+1
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-17/+8
* In ip_stripoptions():glebius2012-10-121-1/+1
* This small change takes care of a race conditionrrs2012-08-251-0/+30
* Update some stale comments regarding tcbinfo locking in the TCP inputrwatson2012-07-221-10/+3
* - Updated TOE support in the kernel.np2012-06-191-1/+12
* Plug more refcount leaks and possible NULL deref for interfaceemax2012-06-041-1/+4
* It turns out that too many drivers are not only parsing the L2/3/4bz2012-05-281-1/+1
* MFp4 bz_ipv6_fast:bz2012-05-251-2/+20
* MFp4 bz_ipv6_fast:bz2012-05-251-2/+4
* When we receive an ICMP unreach need fragmentation datagram, we takeglebius2012-04-161-8/+11
* Fix PAWS (Protect Against Wrapped Sequence numbers) in cases whenbz2012-02-151-14/+18
* Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL andglebius2012-02-051-8/+8
* Remove the assertion from tcp_input() that rcv_nxt is always greaterjhb2012-01-051-3/+0
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Restore sysctl names for tcp_sendspace/tcp_recvspace.pluknet2011-11-021-1/+1
* Add syntactic sugar missed in r226437 and then not added either when movingbz2011-10-171-1/+1
* Move the tcp_sendspace and tcp_recvspace sysctl's fromandre2011-10-161-0/+5
* Remove the ss_fltsz and ss_fltsz_local sysctl's which haveandre2011-10-161-39/+3
* VNET virtualize tcp_sendspace/tcp_recvspace and change theandre2011-10-161-2/+2
* For the INP_TIMEWAIT case, there is no valid tcpcb object tied to theattilio2011-10-061-16/+0
* Increase the defaults for the maximum socket buffer limit,bz2011-08-251-1/+1
* Fix compilation in case of defined(INET) && defined(IPFIREWALL_FORWARD)bz2011-08-201-5/+2
* Add support for IPv6 to ipfw fwd:bz2011-08-201-22/+47
* Add _mbuf() variants of various inpcb-related interfaces, including lookup,rwatson2011-06-041-6/+8
* Decompose the current single inpcbinfo lock into two locks:rwatson2011-05-301-139/+99
* Oops, fix order of sequence numbers in KASSERT()'s to catch negativejhb2011-05-141-1/+1
* Handle a rare edge case with nearly full TCP receive buffers. If a TCPjhb2011-05-021-1/+7
* Fix a mismerge from p4 in that in_localaddr() is not available without INET.bz2011-04-301-1/+5
* Make the TCP code compile without INET. Sort #includes and add #ifdef INETs.bz2011-04-301-26/+84
* TCP reuses t_rxtshift to determine the backoff timer used for both thejhb2011-04-291-1/+4
* Add the possibility to verify MD5 hash of incoming TCP packets.attilio2011-04-251-4/+99
* Use the full and proper company name for Swinburne University of Technologylstewart2011-04-121-3/+3
* Clamp the initial advertised receive window when responding to a SYN/ACKjhb2011-03-301-1/+2
* Reset the last_sack_ack SACK hint for TCP input processing to ensure that thelstewart2011-01-101-0/+1
* Trim extra spaces before tabs.jhb2011-01-071-2/+2
* - Add some helper hook points to the TCP stack. The hooks allow Khelp modules tolstewart2010-12-281-0/+29
OpenPOWER on IntegriCloud