summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Temporary feature: Runtime tuneable tcp initial sequence numbersilby2001-07-081-0/+25
* Allow getcred sysctl to work in jailed root processes. Processes candwmalone2001-06-241-7/+14
* Replace bzero() of struct ip with explicit zeroing of structure members,jlemon2001-06-231-2/+6
* Eliminate the allocation of a tcp template structure for eachsilby2001-06-231-48/+54
* made sure to use the correct sa_len for rtalloc().ume2001-06-201-2/+2
* Sync with recent KAME.ume2001-06-111-37/+28
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timepeter2001-06-081-1/+1
* Back out part of my previous commit. This was a last minute changepeter2001-06-071-1/+1
* Make the TUNABLE_*() macros look and behave more consistantly like thepeter2001-06-061-2/+2
* Say goodbye to TCP_COMPAT_42jesper2001-04-201-7/+0
* Randomize the TCP initial sequence numbers more thoroughly.kris2001-04-171-1/+61
* MFC candidate.jesper2001-03-281-1/+2
* <sys/queue.h> makeover.phk2001-03-161-6/+4
* Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly.jlemon2001-02-261-42/+23
* When converting soft error into a hard error, drop the connection. Thejlemon2001-02-231-3/+7
* Allow ICMP unreachables which map into PRC_UNREACH_ADMIN_PROHIB tojlemon2001-02-231-67/+11
* Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.cjesper2001-02-221-17/+15
* Only call in_pcbnotify if the src port number != 0, as wejesper2001-02-201-0/+14
* Switch to using a struct xucred instead of a struct xucred when notgreen2001-02-181-5/+16
* Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotifyphk2001-02-181-12/+43
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-4/+4
* Update the "icmp_admin_prohib_like_rst" code to check the tcp-window andphk2000-12-241-9/+60
* We currently does not react to ICMP administratively prohibitedphk2000-12-161-0/+25
* Revert the last commit to the callout interface, and add a flag tojlemon2000-11-251-5/+5
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-1/+0
* be careful on mbuf overrun on ctlinput.itojun2000-10-231-1/+6
* Use stronger random number generation for TCP_ISSINCR and tcp_iss.kris2000-09-291-1/+1
* Finally make do_tcpdrain sysctl live under correct parent, _net_inet_tcp,bmilekic2000-09-251-2/+2
* When a connection is being dropped due to a listen queue overflow,jayanth2000-07-211-0/+12
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-8/+4
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-3/+3
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-3/+3
* Let initialize th_sum before in6_cksum(), again.shin2000-04-191-0/+1
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichjlemon2000-03-271-22/+19
* Limit the maximum permissible TCP window size to 65535 octets ifps2000-02-281-1/+4
* Fix the bug that IPv4 ttl is not initialized when AF_INET6 socket is usedshin2000-01-251-8/+5
* Fixed the problem that IPsec connection hangs when bigger data is sent.shin2000-01-151-0/+1
* Added missing 'else' for 'if (isipv6)' at IPv6 length setting in tcp_respond().shin2000-01-151-1/+1
* Removed wrong(unnecessary) & operators for pointer, in ipsec_hdrsiz_tcp().shin2000-01-151-2/+2
* Clear rt after RTFREE. This might have sometime caused kernel panic at rtfree()shin2000-01-131-1/+4
* removed incorrect ip6 length setting for IPv6 tcp reset packet.shin2000-01-131-1/+0
* tcp updates to support IPv6.shin2000-01-091-68/+500
* Make tcp_drain() actually do something. When invoked (usually as amsmith1999-12-281-0/+29
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-2/+2
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+1
* KAME related header files additions and merges.shin1999-11-051-0/+6
* Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.green1999-09-191-4/+2
* Restructure TCP timeout handling:jlemon1999-08-301-3/+35
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add readonly OID ``net.inet.tcp.tcbhashsize'' so it is possible tojlemon1999-08-261-1/+6
OpenPOWER on IntegriCloud