summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_timewait.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from TrustedBSD MAC branch:Robert Watson2002-03-221-4/+4
* Switch vm_zone.h with uma.h. Change over to uma interfaces.Jeff Roberson2002-03-201-3/+4
* Remove __P.Alfred Perlstein2002-03-191-4/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-3/+3
* More IPV6 const fixes.Alfred Perlstein2002-02-271-1/+1
* Introduce a version field to `struct xucred' in place of one of theDima Dorfman2002-02-271-10/+2
* In tcp_respond(), correctly reset returned IPv6 header. This is essentialHajimu UMEMOTO2002-02-041-0/+3
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodJonathan Lemon2001-11-221-36/+42
* o Replace reference to 'struct proc' with 'struct thread' in 'structRobert Watson2001-11-081-5/+5
* - Combine kern.ps_showallprocs and kern.ipc.showallsockets intoRobert Watson2001-10-091-3/+3
* Only allow users to see their own socket connections ifPaul Saab2001-10-051-1/+5
* o Rename u_cansee() to cr_cansee(), making the name more comprehensibleRobert Watson2001-09-201-2/+2
* Much delayed but now present: RFC 1948 style sequence numbersMike Silbersack2001-08-221-71/+96
* Fix a warning.Peter Wemm2001-07-271-0/+2
* Patch up some style(9) stuff in tcp_new_isn()Peter Wemm2001-07-271-11/+7
* s/OpemBSD/OpenBSD/Peter Wemm2001-07-271-1/+1
* Temporary feature: Runtime tuneable tcp initial sequence numberMike Silbersack2001-07-081-0/+25
* Allow getcred sysctl to work in jailed root processes. Processes canDavid Malone2001-06-241-7/+14
* Replace bzero() of struct ip with explicit zeroing of structure members,Jonathan Lemon2001-06-231-2/+6
* Eliminate the allocation of a tcp template structure for eachMike Silbersack2001-06-231-48/+54
* made sure to use the correct sa_len for rtalloc().Hajimu UMEMOTO2001-06-201-2/+2
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-37/+28
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timePeter Wemm2001-06-081-1/+1
* Back out part of my previous commit. This was a last minute changePeter Wemm2001-06-071-1/+1
* Make the TUNABLE_*() macros look and behave more consistantly like thePeter Wemm2001-06-061-2/+2
* Say goodbye to TCP_COMPAT_42Jesper Skriver2001-04-201-7/+0
* Randomize the TCP initial sequence numbers more thoroughly.Kris Kennaway2001-04-171-1/+61
* MFC candidate.Jesper Skriver2001-03-281-1/+2
* <sys/queue.h> makeover.Poul-Henning Kamp2001-03-161-6/+4
* Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly.Jonathan Lemon2001-02-261-42/+23
* When converting soft error into a hard error, drop the connection. TheJonathan Lemon2001-02-231-3/+7
* Allow ICMP unreachables which map into PRC_UNREACH_ADMIN_PROHIB toJonathan Lemon2001-02-231-67/+11
* Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.cJesper Skriver2001-02-221-17/+15
* Only call in_pcbnotify if the src port number != 0, as weJesper Skriver2001-02-201-0/+14
* Switch to using a struct xucred instead of a struct xucred when notBrian Feldman2001-02-181-5/+16
* Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotifyPoul-Henning Kamp2001-02-181-12/+43
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-4/+4
* Update the "icmp_admin_prohib_like_rst" code to check the tcp-window andPoul-Henning Kamp2000-12-241-9/+60
* We currently does not react to ICMP administratively prohibitedPoul-Henning Kamp2000-12-161-0/+25
* Revert the last commit to the callout interface, and add a flag toJonathan Lemon2000-11-251-5/+5
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-1/+0
* be careful on mbuf overrun on ctlinput.Jun-ichiro itojun Hagino2000-10-231-1/+6
* Use stronger random number generation for TCP_ISSINCR and tcp_iss.Kris Kennaway2000-09-291-1/+1
* Finally make do_tcpdrain sysctl live under correct parent, _net_inet_tcp,Bosko Milekic2000-09-251-2/+2
* When a connection is being dropped due to a listen queue overflow,Jayanth Vijayaraghavan2000-07-211-0/+12
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-8/+4
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-3/+3
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-3/+3
* Let initialize th_sum before in6_cksum(), again.Yoshinobu Inoue2000-04-191-0/+1
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichJonathan Lemon2000-03-271-22/+19