summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleanup usage of ip6_mapped_addr_on and ip6_v6only. now,ume2002-07-251-5/+3
* Because we're holding an exclusive write lock on the head, references tohsu2002-06-131-3/+0
* Lock up inpcb.hsu2002-06-101-37/+161
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-51/+12
* Lock down a socket, milestone 1.tanimura2002-05-201-12/+51
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-241-3/+3
* Remove __P.alfred2002-03-191-7/+7
* - Set inc_isipv6 in tcp6_usr_connect().ume2002-02-281-0/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+2
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodjlemon2001-11-221-2/+2
* KSE Milestone 2julian2001-09-121-35/+35
* Much delayed but now present: RFC 1948 style sequence numberssilby2001-08-221-2/+2
* move ipsec security policy allocation into in_pcballoc, beforeume2001-07-261-12/+0
* Bump net.inet.tcp.sendspace to 32k and net.inet.tcp.recvspace to 65k.obrien2001-07-131-2/+2
* Temporary feature: Runtime tuneable tcp initial sequence numbersilby2001-07-081-2/+2
* Eliminate the allocation of a tcp template structure for eachsilby2001-06-231-12/+0
* Sync with recent KAME.ume2001-06-111-5/+8
* Say goodbye to TCP_COMPAT_42jesper2001-04-201-9/+0
* Randomize the TCP initial sequence numbers more thoroughly.kris2001-04-171-1/+10
* Unbreak LINT.jlemon2001-03-121-5/+17
* Push the test for a disconnected socket when accept()ing down to thejlemon2001-03-091-0/+8
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-1/+4
* When turning off TCP_NOPUSH, call tcp_output to immediately flushjlemon2001-02-021-4/+14
* Support per socket based IPv4 mapped IPv6 addr enable/disable control.shin2000-04-011-4/+3
* tcp updates to support IPv6.shin2000-01-091-1/+287
* IPSEC support in the kernel.shin1999-12-221-0/+12
* Always set INP_IPV4 flag for IPv4 pcb entries, because netstat needs itshin1999-12-131-3/+0
OpenPOWER on IntegriCloud