summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set ssthresh appropriately on RTO. This change was accidentally not ported fromlstewart2010-12-021-0/+2
* This commit marks the first formal contribution of the "Five New TCP Congestionlstewart2010-11-121-231/+253
* Remove the TCP inflight bandwidth limiter as announced in r211315andre2010-09-161-4/+0
* Use timestamp modulo comparison macro for automatic receive bufferandre2010-08-271-1/+1
* Untangle the net.inet.tcp.log_in_vain and net.inet.tcp.log_debugandre2010-08-181-1/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-15/+24
* Honor the CE bit even when the CWR bit is set.rpaulo2010-04-101-4/+2
* Wrap use of rw_try_upgrade() on pcbinfo with macro INP_INFO_TRY_UPGRADE()rwatson2010-03-061-2/+2
* Remove tcp_input lock statistics; these are intended for debugging onlyrwatson2009-10-061-32/+2
* In tcp_input(), we acquire a global write lock at first only if arwatson2009-10-051-1/+4
* Many network stack subsystems use a single global data structure to holdrwatson2009-08-021-0/+14
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Somewhere along the line accept sockets stopped honoring thejulian2009-07-281-0/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-69/+55
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-1/+5
* Fix edge cases with ticks wrapping from INT_MAX to INT_MIN in the handlingjhb2009-06-161-2/+2
* Trim extra ()'s.jhb2009-06-111-1/+1
* Change a few members of tcpcb that store cached copies of ticks to be intsjhb2009-06-101-1/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Add internal 'mac_policy_count' counter to the MAC Framework, which is arwatson2009-06-021-2/+0
* Correct handling of SYN packets that are to the left of the current window of...zml2009-05-271-1/+5
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andrwatson2009-04-111-53/+54
* Import "flowid" support for serializing flows across transmit queueskmacy2009-04-101-1/+8
OpenPOWER on IntegriCloud