BSD 4_4_Lite2 release
[unix-history] / usr / src / sys / netinet / tcp_subr.c
1995-07-25 CSRGBSD 4_4_Lite2 release origin/BSD-Release BSD-4_4_Lite2
1995-08-05 CSRGBSD 4_4_Lite1 release BSD-4_4_Lite1
1995-07-25 CSRGBSD 4_4 release BSD-4_4
1994-04-02 Bill JoyBSD-SCCS END release origin/BSD-SCCS BSD-4_4_Lite2-Snapshot-Development BSD-SCCS-END
1995-05-24 Mike Karelschanges to randomize iss (somewhat); use a random compo...
1993-06-11 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-05 Keith Bosticprototype everything
1993-05-25 Chris Torekpedantically ANSI, i.e., nothing after #else/#endif
1993-04-18 Kirk McKusickreplace tcp_ttl with sysctl setable ip_defttl
1993-01-09 Andrew Cherenson(By Sklower) checkpoint the current state of Cherenson...
1992-10-16 Keith Sklower/sys/sys/socketvar.h was spelled <socketvar.h> instead...
1992-10-12 Keith Bosticmake kernel includes standard
1992-07-09 Mike Karels(by sklower ...) abort connection attempt early in...
1992-02-16 Kirk McKusickhave to include proc.h before socketvar.h
1991-01-02 CSRGBSD 4_3_Reno release BSD-4_3_Reno
1990-12-02 Mike Karelsdon't assume default sendpipesize
1990-07-26 Mike Karelsinit m_pkthdr in tcp_respond (esp when prev. len was...
1990-06-29 Keith Bosticnew copyright notice
1990-06-29 Mike Karelsfrom van: update rtentry appropriately on close; patcha...
1990-04-04 Mike Karelsnew ctlinput, matches local port/addr when appropriate
1990-01-05 CSRGBSD 4_3_Tahoe release BSD-4_3_Tahoe
1989-02-16 Mike Karelsupdate copyright on branch
1988-10-13 Mike Karelsmark state of kernel before variable length sockaddrs...
1988-06-30 Keith Bosticinstall approved copyright notice
1988-02-08 Mike Karelsbranch for FTP release (#ifdefs for non-4.3)
1987-12-08 Keith Bosticuse Berkeley specific header
1987-10-10 Mike Karelsinit t_rxtcur
1987-09-05 Mike Karelstwo-phase slow start; don't wait for mbufs from intr.
1987-07-31 Mike Karelst_tcpopt is gone
1987-07-04 Mike Karelstypo
1987-07-01 Mike Karelsremove patchable keeplen, put old keepalives on opt...
1987-07-01 Mike Karelsredo retransmit calculations as srtt + 2*smoothed variance
1987-06-07 Mike Karelsslow-start changes from van
1987-06-05 Mike Karelspatchable tcp ttl
1987-04-03 Mike Karelshack keepalives for now (for Ultrix, at least)
1987-03-04 CSRGBSD 4_3 release BSD-4_3
1988-03-09 CSRGBSD 4_2 release BSD-4_2
1987-02-20 Mike Karelsnew stats; change keepalives to use rcv_nxt instead...
1986-12-01 Mike Karelswake up sleepers when error is detected
1986-06-05 Kirk McKusick4.3BSD release version
1986-03-12 Mike Karelsyaml (yet another mbuf leak)
1985-09-17 Mike Karelsctlinput now takes pointers to sockaddrs; don't close...
1985-06-09 Kirk McKusickAdd copyright
1985-05-28 Mike Karelsremove ip_ctlinput, do all the work in higher level...
1984-11-15 Mike Karelsadd snd_cwndw to decrease outstanding data after a...
1984-11-02 Mike Karelsinitialize t_srtt; use TCP_MSS define for default maxseg
1984-08-30 Jim BloomInclude file changes. No more ../h
1983-07-29 Sam Leffler4.2 distribution
1983-05-13 Sam Lefflerfree queued segments carefully, runs at splnet, not...
1983-04-02 CSRGBSD 4_1c_2 release BSD-4_1c_2
1983-02-11 Sam Lefflerremove /usr/include dependencies
1983-01-18 Sam Lefflerstuff from bill to insure no references are kept to...
1983-01-05 Sam Lefflerclean some stuff up and purge some crud
1982-12-17 Sam Lefflerfix default max seg size problem
1982-12-17 CSRGBSD 4_1_snap release BSD-4_1_snap
1982-12-15 Sam Lefflertyped mbufs
1982-11-14 Sam Lefflermerge 4.1b with 4.1c
1982-10-31 Bill Joyget rid of conditional htons/ntohs etc
1982-10-22 Bill Joylint
1982-10-18 Bill Joylint
1982-10-18 Bill Joyfix lint
1982-10-12 CSRGStart development on BSD 4_4_Lite1
1982-10-12 CSRGStart development on BSD 4_4_Lite2
1982-10-09 Bill Joylocalize header files
1982-10-06 Bill Joym_get inits m_off; remove TCPTRUEOOB
1982-06-27 Sam Leffleruse <errno.h>
1982-06-20 Sam Lefflerpurge COUNT stuff now that we can use gprof
1982-05-01 Sam Lefflerpatch constants
1982-04-26 Sam Lefflericmp works with tcp and friends
1982-04-25 Sam Lefflericmp and ctlinput working -- missing protocol specific...
1982-04-05 Bill Joyfix race in tcp_close
1982-04-05 Bill Joyconvert trailer format; fix backoff to back off more...
1982-03-30 Sam Lefflerfirst cut (incomplete) at routing
1982-03-29 Sam Lefflerconvert interfaces to sockaddr's and add hooks for...
1982-03-25 Bill Joyfix keep alives and timeouts: checksum problem and...
1982-03-15 Bill Joyinterfac queueing, restrictions on packets, tcp keep...
1982-03-14 Sam Lefflerlint
1982-03-12 Bill Joyminor bug fixes
1982-02-16 Bill Joyclean up 1's and 0's in mbuf calls
1982-01-19 Bill Joym_get(0) -> m_get(M_DONTWAIT)
1982-01-18 Bill Joymore work on out-of-band
1982-01-14 Bill Joya number of minor changes
1981-12-22 Bill Joysend RST on drop whenever had SYN; other check of FIN...
1981-12-21 Bill Joyfix shutdown code
1981-12-20 Bill Joyclean up disconnect semantics
1981-12-13 Bill Joyclean out printf
1981-12-13 Bill Joywith crud (first working version)
1981-12-04 Bill Joycleanup
1981-12-03 Bill Joyyet more lint
1981-11-30 Bill Joylint and interface cleanups
1981-11-27 Bill Joybefore carry to ARPAVAX
1981-11-26 Bill Joylisting
1981-11-25 Bill Joydate and time created 81/11/24 17:35:27 by wnj
1979-09-27 CSRGStart development on BSD 4_4
1979-09-27 CSRGStart development on BSD 4_3_Reno
1978-11-06 CSRGStart development on BSD 4_1c_2
1978-11-06 CSRGStart development on BSD 4_1_snap
1978-11-06 CSRGStart development on BSD 4_3_Tahoe
1978-11-06 CSRGStart development on BSD 4_3
1978-11-06 CSRGStart development on BSD 4_2