summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Push the assignment of a new or updated so_qlimit from solisten()rwatson2005-10-301-4/+4
* Remove unnecessary IPSEC includes.andre2005-08-231-5/+0
* scope cleanup. with this changeume2005-07-251-0/+2
* When aborting tcp_attach() due to a problem allocating or attaching therwatson2005-06-011-0/+2
* Assert tcbinfo lock, inpcb lock in tcp_disconnect().rwatson2005-06-011-1/+8
* Assert tcbinfo lock in tcp_attach(), as it is required; the callerrwatson2005-06-011-0/+2
* Replace t_force with a t_flag (TF_FORCEDATA).ps2005-05-211-2/+2
* Remove now unused inirw variable from previous use of COMMON_END().rwatson2005-05-011-1/+0
* Fix typo in last commit.grehan2005-05-011-1/+1
* Slide unlocking of the tcbinfo lock earlier in tcp_usr_send(), as it'srwatson2005-05-011-2/+13
* eliminate extraneous null ptr checkssam2005-03-291-1/+1
* In tcp_usr_send(), broaden coverage of the socket buffer lock in therwatson2005-03-141-1/+4
* In the current world order, solisten() implements the state transition ofrwatson2005-02-211-4/+14
* o Add handling of an IPv4-mapped IPv6 address.maxim2005-02-141-87/+0
* o Implement net.inet.tcp.drop sysctl and userland part, tcpdrop(8)maxim2005-02-061-0/+86
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Do export the advertised receive window via the tcpi_rcv_space field ofrwatson2004-11-271-0/+1
* Implement parts of the TCP_INFO socket option as found in Linux 2.6.rwatson2004-11-261-2/+54
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-081-11/+32
* Remove RFC1644 T/TCP support from the TCP side of the network stack.andre2004-11-021-69/+4
* White space cleanup for netinet before branch:rwatson2004-08-161-9/+9
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-141-6/+1
* compare pointer against NULL, not 0jmg2004-07-261-2/+2
* when IN6P_AUTOFLOWLABEL is set, the flowlabel is not set onume2004-07-161-2/+10
* Remove spl's from TCP protocol entry points. While not all lockingrwatson2004-06-261-32/+1
* In tcp_ctloutput(), don't hold the inpcb lock over a call torwatson2004-06-181-1/+1
* The socket field so_state is used to hold a variety of socket relatedrwatson2004-06-141-2/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Fix a panic possibility caused by returning without releasing locks.pjd2004-04-041-37/+26
* Remove unused argument.pjd2004-03-281-4/+3
* Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:pjd2004-03-271-8/+9
* Remove unused argument.pjd2004-03-271-1/+1
* Shorten the name of the socket option used to enable TCP-MD5 packetbms2004-02-161-2/+2
* Brucification.bms2004-02-131-1/+1
* Initial import of RFC 2385 (TCP-MD5) digest support.bms2004-02-111-0/+19
* Check that sa_len is the appropriate value in tcp_usr_bind(),truckman2004-01-101-0/+8
* Limiters and sanity checks for TCP MSS (maximum segement size)andre2004-01-081-1/+2
* Split the "inp" mutex class into separate classes for each of divert,sam2003-11-261-1/+1
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-20/+25
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-2/+2
* speedup stream socket recv handling by tracking the tail ofsam2003-10-281-2/+2
* Remove check for t_state == TCPS_TIME_WAIT and introduce the tw structure.jlemon2003-03-081-13/+15
* Hold the TCP protocol lock while modifying the connection hash table.hsu2003-02-251-4/+4
* Unbreak the automatic remapping of an INADDR_ANY destination addressiedowse2002-10-241-5/+4
* Replace in_pcbladdr() with a more generic inner subroutine foriedowse2002-10-211-14/+12
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-2/+2
* Create new functions in_sockaddr(), in6_sockaddr(), andtruckman2002-08-211-20/+43
* Implement TCP bandwidth delay product window limiting, similar to (butdillon2002-08-171-0/+2
* Use a common way to release locks before exit.maxim2002-07-291-2/+4
* make setsockopt(IPV6_V6ONLY, 0) actuall work for tcp6.ume2002-07-251-3/+3
OpenPOWER on IntegriCloud