summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timewait.c
Commit message (Expand)AuthorAgeFilesLines
* Correct a bug introduced with reduced TCP state handling; makerwatson2003-05-071-3/+18
* Remove a potential panic condition introduced by reduced TCP waitrwatson2003-04-101-5/+15
* Remove a panic(); if the zone allocator can't provide more timewaitjlemon2003-03-081-20/+19
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-1/+1
* When generating a TCP response to a connection, not only test if therwatson2003-02-251-1/+1
* - m = m_gethdr(M_NOWAIT, MT_HEADER);phk2003-02-211-1/+1
* Unbreak non-IPV6 compilation.jlemon2003-02-191-4/+10
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPjlemon2003-02-191-48/+268
* Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so thejlemon2003-02-191-35/+32
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Take advantage of pre-existing lock-free synchronization and type stable memoryhsu2003-02-151-4/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* Validate inp to prevent an use after free.hsu2002-12-241-1/+2
* Change tcp.inflight_min from 1024 to a production default of 6144. Createdillon2002-12-141-4/+14
* Fix two instances of variant struct definitions in sys/netinet:phk2002-10-201-4/+4
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-161-0/+8
* Replace aux mbufs with packet tags:sam2002-10-161-8/+3
* turn off debugging by default if bandwidth delay product limiting isdillon2002-10-101-1/+1
* Correct bug in t_bw_rtttime rollover, #undef USERTTdillon2002-08-241-1/+5
* Implement TCP bandwidth delay product window limiting, similar to (butdillon2002-08-171-0/+158
* Document the undocumented assumption that at least one of the PCBrwatson2002-08-011-0/+2
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+17
* Wire the sysctl output buffer before grabbing any locks to preventtruckman2002-07-281-0/+3
* Introduce two new sysctl's:dillon2002-07-181-1/+3
* Defer calling SYSCTL_OUT() until after the locks have been released.truckman2002-07-111-2/+4
* Reduce the nesting level of a code block that doesn't need to be intruckman2002-07-111-13/+10
* Extend the effect of the sysctl net.inet.tcp.icmp_may_rstjesper2002-06-301-1/+1
* TCP notify functions can change the pcb list.hsu2002-06-211-2/+2
* Notify functions can destroy the pcb, so they have to return anhsu2002-06-141-15/+24
* Fix logic which resulted in missing a call to INP_UNLOCK().hsu2002-06-121-5/+2
* Lock up inpcb.hsu2002-06-101-11/+53
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-13/+1
* Lock down a socket, milestone 1.tanimura2002-05-201-1/+13
* Remove some ISN generation code which has been unused since thesilby2002-04-101-27/+3
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-2/+2
* Merge from TrustedBSD MAC branch:rwatson2002-03-221-4/+4
* Switch vm_zone.h with uma.h. Change over to uma interfaces.jeff2002-03-201-3/+4
* Remove __P.alfred2002-03-191-4/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-3/+3
* More IPV6 const fixes.alfred2002-02-271-1/+1
* Introduce a version field to `struct xucred' in place of one of thedd2002-02-271-10/+2
* In tcp_respond(), correctly reset returned IPv6 header. This is essentialume2002-02-041-0/+3
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodjlemon2001-11-221-36/+42
* o Replace reference to 'struct proc' with 'struct thread' in 'structrwatson2001-11-081-5/+5
* - Combine kern.ps_showallprocs and kern.ipc.showallsockets intorwatson2001-10-091-3/+3
* Only allow users to see their own socket connections ifps2001-10-051-1/+5
* o Rename u_cansee() to cr_cansee(), making the name more comprehensiblerwatson2001-09-201-2/+2
* Much delayed but now present: RFC 1948 style sequence numberssilby2001-08-221-71/+96
* Fix a warning.peter2001-07-271-0/+2
* Patch up some style(9) stuff in tcp_new_isn()peter2001-07-271-11/+7
OpenPOWER on IntegriCloud