summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_usrreq.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* backout following:itojun2003-06-091-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* use m_pulldown not m_pullup2. fix some bugs in IPv6 tcp_trace().itojun2003-05-291-2/+2
* Remove commons; inspired by netbsd.jason2003-02-121-1/+3
* KNF - return is not a function. sync w/kameitojun2002-09-111-2/+2
* redo socketbuf speedup.provos2002-08-081-3/+3
* backout the tree break. ok pb@, art@todd2002-08-081-3/+3
* socket buf speedup from thorpej@netbsd, okay art@ ericj@:provos2002-08-081-3/+3
* whitespaceitojun2002-06-091-2/+2
* avoid is_ipv6 construct. a step towards IPv4-less kernelitojun2002-06-071-13/+13
* remove extra spaces, tabs, and semicolon.fgsch2002-05-261-12/+12
* bring in ECN support from KAME.kjc2002-05-161-1/+6
* First round of __P removal in sysmillert2002-03-141-2/+2
* use timeout(9) to schedule TCP timers. this avoid traversing allprovos2002-03-081-10/+2
* disable immediate ack on TH_PUSH. make behaviour sysctl tuneable.provos2002-03-021-1/+4
* Don't cast nonexistent return value from splx to (void). ok art@nordin2002-02-151-2/+2
* use macros to manage tcp timers; based on netbsdprovos2002-01-141-3/+3
* Restore inclusion of <sys/systm.h>.aaron2001-06-261-1/+2
* Cut down on include files.angelos2001-06-081-9/+1
* repair copyright notices for NRL & cmetz; cmetzderaadt2001-06-051-14/+38
* Remove unnecessary XXX comment.angelos2001-05-271-4/+1
* more random tcp sequence numbers. okay deraadt@, angelos@provos2000-12-131-5/+5
* nuke #ifdef TCP6 (no longer supported).itojun2000-12-111-2/+3
* implement net.inet.tcp.rstppslimit. rate-limits outbound TCP RST trafficitojun2000-10-141-1/+6
* Lots and lots of changes.angelos2000-09-191-8/+2
* compute correct window scale when recvpipe option is set in route; basedprovos2000-07-111-4/+3
* completely remove ipv4 mapped cases from tcp_input().itojun2000-07-061-36/+1
* more cleanup for IPv4 mapped address support. there seem to be someitojun2000-07-051-4/+13
* permit compilation of non-V6 kernelsderaadt2000-06-181-5/+2
* support ipv6 for tcp_identbeck2000-06-181-11/+54
* for setsockopt/getsockopt, don't assume non-PF_INET6 address family asitojun2000-06-181-3/+10
* correctly handle ctlinput messages for IPv6.itojun2000-06-031-2/+10
* option TCP_NEWRENO goes away, its the default case for TCP_SACK ifprovos1999-12-211-2/+2
* decide address family for {set,get}sockopt() by domain table,itojun1999-12-201-8/+2
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-18/+66
* increase tcp_iss incrementprovos1999-09-011-2/+2
* Added support for TCP MD5 option (RFC 2385).cmetz1999-07-061-2/+28
* Significant cleanups in the way TCP is made to handle multiple networkcmetz1999-07-021-5/+23
* Replace 'in6a_words' (old NRL convention) with 's6_addr32' (new BSDI et al.cmetz1999-03-241-3/+3
* netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetzderaadt1999-01-111-11/+105
* in_pcblookup() now takes ptr to both ip address argumentsderaadt1999-01-071-3/+3
* indentderaadt1999-01-071-6/+6
* NewReno, SACK and FACK support for TCP, adapted from code for BSDIprovos1998-11-171-2/+28
* indentderaadt1998-06-271-3/+3
* indentderaadt1998-06-271-3/+2
* Disallow TCP connect() to multicast addresses; cmetz@inner.netangelos1998-06-271-1/+8
* indentderaadt1998-06-261-3/+2
* indentderaadt1998-06-111-17/+13
* wasteland quality control cleanupderaadt1998-06-101-2/+2
* New TCPCTL_IDENT sysctl for identd without kmem insanity.beck1998-06-101-2/+58