summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_input.c
AgeCommit message (Expand)Author
2010-01-26tcp sockbuf autoscaling was initially added turned off because itpooka
2009-09-09Make tcp msl (max segment life) tunable via sysctl net.inet.tcp.msl.darran
2009-07-18Check the minimum ttl only when pcb is available.minskim
2009-07-17Add the IP_MINTTL socket option.minskim
2009-06-20Follow exactly the recommendation of draft-ietf-tcpm-tcpsecure-11.txt:christos
2009-03-18bzero -> memsetcegger
2009-03-18bcmp -> memcmpcegger
2009-03-15ansify function definitionscegger
2009-01-29stinkset purge: POOL_INIT -> pool_initpooka
2008-08-04Unlock reassembly queue before calling sorwakeup(), not after. In unusualtls
2008-07-28Reacquire softnet_lock after calling soabort which returns with the socketmatt
2008-07-04tcp_input: add a couple of assertions.ad
2008-07-03syn_cache_get: remove new endpoint's socket from head's queue if abortingad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Merge the socket locking patch:ad
2008-04-23Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> andthorpej
2008-04-12Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collatedthorpej
2008-04-08Change TCP stats from a structure to an array of uint64_t's.thorpej
2008-03-01Welcome to 4.99.55:rmind
2008-02-27Convert stragglers to ansi definitions from old-style definitons.matt
2008-02-20make TCP_SETUP_ACK, ICMP_CHECK, TCP_FIELDS_TO_HOST, and TCP_FIELDS_TO_NETyamt
2008-02-05- start tcp timestamp from 1 instead of 0.yamt
2008-02-04redo tcp_input.c rev.1.230 correctly.yamt
2008-01-29revert tcp_output.c 1.253 because it has an ill effect when sendingyamt
2008-01-14Use rtcache_validate() instead of rtcache_getrt(). Shorten staircasedyoung
2007-12-20A few missing ifdefs to make non-INET6 kernels build again.martin
2007-12-20Poison struct route->ro_rt uses in the kernel by changing the namedyoung
2007-12-16Really fix low port allocation, by always passing a valid lwp toelad
2007-11-09Change macros SYN_CACHE_PUT() and SYN_CACHE_RM() into inlinedyoung
2007-11-04Pick the smallest possible TCP window scaling factor that will still allowrmind
2007-08-02our tcp timestamps are in PR_SLOWHZ, not HZ.yamt
2007-08-02TCP socket buffers automatic sizing - ported from FreeBSD.rmind
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-06-20- per socket keepalive settingschristos
2007-05-18Fix compilation in the TCP_SIGNATURE case:riz
2007-05-18Revert a small part of revision 1.254 - remove const qualifier fromriz
2007-05-02Eliminate address family-specific route caches (struct route, structdyoung
2007-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-22TRUE -> true, FALSE -> falsethorpej
2007-02-10Commit my SoC workdegroote
2006-12-15Introduce new helper functions to abstract the route caching.joerg
2006-12-09Here are various changes designed to protect against bad IPv4dyoung
2006-12-06add some more tcp mowners.yamt
2006-12-06- make tcp_reass static.yamt
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-21- constify.yamt
2006-10-17tcp_input: if we have SACK, don't enter fastrecovery on three dupacks.yamt
2006-10-15Move comments to proper places.rpaulo
2006-10-15Add a new tcp_congctl(9) structure member for congestion experienced callback.rpaulo