summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* 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-37/+161
* 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
* Temporary feature: Runtime tuneable tcp initial sequence numberMike Silbersack2001-07-081-2/+2
* Eliminate the allocation of a tcp template structure for eachMike Silbersack2001-06-231-12/+0
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-5/+8
* Say goodbye to TCP_COMPAT_42Jesper Skriver2001-04-201-9/+0
* Randomize the TCP initial sequence numbers more thoroughly.Kris Kennaway2001-04-171-1/+10
* Unbreak LINT.Jonathan Lemon2001-03-121-5/+17
* Push the test for a disconnected socket when accept()ing down to theJonathan Lemon2001-03-091-0/+8
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-211-1/+4
* When turning off TCP_NOPUSH, call tcp_output to immediately flushJonathan Lemon2001-02-021-4/+14
* Support per socket based IPv4 mapped IPv6 addr enable/disable control.Yoshinobu Inoue2000-04-011-4/+3
* tcp updates to support IPv6.Yoshinobu Inoue2000-01-091-1/+287
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-0/+12
* Always set INP_IPV4 flag for IPv4 pcb entries, because netstat needs itYoshinobu Inoue1999-12-131-3/+0
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-1/+5
* Fix a warning and a potential panic if TCPDEBUG is active. (tp isPeter Wemm1999-11-181-0/+2
* Restructure TCP timeout handling:Jonathan Lemon1999-08-301-3/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Plug a mbuf leak in tcp_usr_send(). pru_send() routines are expectedPeter Wemm1999-06-041-7/+28
* Add sysctl descriptions to many SYSCTL_XXXsBill Fumerola1999-05-031-5/+5
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-1/+3
* so_linger is in seconds, not in 1/HZAndrey A. Chernov1999-04-241-2/+2
* Add a flag, passed to pru_send routines, PRUS_MORETOCOME. ThisBill Fenner1999-01-201-2/+7
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+1
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-57/+60
* Improved connection establishment performance by doing local port lookups viaDavid Greenman1998-01-271-3/+3
* Fixed a missing splx(s) bug in tcp_usr_send().David Greenman1997-12-181-2/+3
* Make TCPDEBUG a new-style option.Joerg Wunsch1997-09-161-1/+3
* Update network code to use poll support.Peter Wemm1997-09-141-2/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-17/+14