aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tcp_usrreq.c:1.123 from HEAD to RELENG_5:Robert Watson2005-06-141-1/+8
* Merge tcp_usrreq.c:1.122 from HEAD to RELENG_5:Robert Watson2005-06-141-0/+2
* Merge tcp_usrreq.c:1.124 from HEAD to RELENG_5:Robert Watson2005-06-091-0/+2
* Merge tcp_usrreq.c:1.116 from HEAD to RELENG_5:Robert Watson2005-04-011-1/+4
* Merge uipc_socket.c:1.233, uipc_usrreq.c:1.151, atm_cm.c:1.33,Robert Watson2005-03-071-4/+14
* MFC: /*- and related license changesWarner Losh2005-01-311-1/+1
* White space cleanup for netinet before branch:Robert Watson2004-08-161-9/+9
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDDavid Malone2004-08-141-6/+1
* compare pointer against NULL, not 0John-Mark Gurney2004-07-261-2/+2
* when IN6P_AUTOFLOWLABEL is set, the flowlabel is not set onHajimu UMEMOTO2004-07-161-2/+10
* Remove spl's from TCP protocol entry points. While not all lockingRobert Watson2004-06-261-32/+1
* In tcp_ctloutput(), don't hold the inpcb lock over a call toRobert Watson2004-06-181-1/+1
* The socket field so_state is used to hold a variety of socket relatedRobert Watson2004-06-141-2/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Fix a panic possibility caused by returning without releasing locks.Pawel Jakub Dawidek2004-04-041-37/+26
* Remove unused argument.Pawel Jakub Dawidek2004-03-281-4/+3
* Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:Pawel Jakub Dawidek2004-03-271-8/+9
* Remove unused argument.Pawel Jakub Dawidek2004-03-271-1/+1
* Shorten the name of the socket option used to enable TCP-MD5 packetBruce M Simpson2004-02-161-2/+2
* Brucification.Bruce M Simpson2004-02-131-1/+1
* Initial import of RFC 2385 (TCP-MD5) digest support.Bruce M Simpson2004-02-111-0/+19
* Check that sa_len is the appropriate value in tcp_usr_bind(),Don Lewis2004-01-101-0/+8
* Limiters and sanity checks for TCP MSS (maximum segement size)Andre Oppermann2004-01-081-1/+2
* Split the "inp" mutex class into separate classes for each of divert,Sam Leffler2003-11-261-1/+1
* Introduce tcp_hostcache and remove the tcp specific metrics fromAndre Oppermann2003-11-201-20/+25
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-181-2/+2
* speedup stream socket recv handling by tracking the tail ofSam Leffler2003-10-281-2/+2
* Remove check for t_state == TCPS_TIME_WAIT and introduce the tw structure.Jonathan Lemon2003-03-081-13/+15
* Hold the TCP protocol lock while modifying the connection hash table.Jeffrey Hsu2003-02-251-4/+4
* Unbreak the automatic remapping of an INADDR_ANY destination addressIan Dowse2002-10-241-5/+4
* Replace in_pcbladdr() with a more generic inner subroutine forIan Dowse2002-10-211-14/+12
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-2/+2
* Create new functions in_sockaddr(), in6_sockaddr(), andDon Lewis2002-08-211-20/+43
* Implement TCP bandwidth delay product window limiting, similar to (butMatthew Dillon2002-08-171-0/+2
* Use a common way to release locks before exit.Maxim Konovalov2002-07-291-2/+4
* make setsockopt(IPV6_V6ONLY, 0) actuall work for tcp6.Hajimu UMEMOTO2002-07-251-3/+3
* cleanup usage of ip6_mapped_addr_on and ip6_v6only. now,Hajimu UMEMOTO2002-07-251-5/+3
* Because we're holding an exclusive write lock on the head, references toJeffrey Hsu2002-06-131-3/+0
* Lock up inpcb.Jeffrey Hsu2002-06-101-36/+160
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-51/+12
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-12/+51
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-241-3/+3
* Remove __P.Alfred Perlstein2002-03-191-7/+7
* - Set inc_isipv6 in tcp6_usr_connect().Hajimu UMEMOTO2002-02-281-0/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-2/+2
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodJonathan Lemon2001-11-221-2/+2
* KSE Milestone 2Julian Elischer2001-09-121-35/+35
* Much delayed but now present: RFC 1948 style sequence numbersMike Silbersack2001-08-221-2/+2
* move ipsec security policy allocation into in_pcballoc, beforeHajimu UMEMOTO2001-07-261-12/+0
* Bump net.inet.tcp.sendspace to 32k and net.inet.tcp.recvspace to 65k.David E. O'Brien2001-07-131-2/+2