summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_usrreq.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* in6_embedscope() needs to lose some weight. Remove the last argument.claudio2015-09-111-3/+3
* When the dynamic TCP update is reducing so->so_snd.sb_hiwat thebluhm2015-08-271-1/+14
* m_freem() can handle NULL, do not check for this condition beforehands.deraadt2015-07-151-5/+4
* Introduce unhandled_af() for cases where code conditionally doesjsg2015-06-071-1/+3
* Replace a bunch of == 0 with == NULL in pointer tests. Nuke somekrw2015-06-071-9/+9
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
* Since in_broadcast() is now used to always iterate on all the interfacesmpi2014-11-251-3/+3
* move arc4random prototype to systm.h. more appropriate for most codetedu2014-11-181-3/+1
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* Fewer <netinet/in_systm.h> !mpi2014-07-221-2/+1
* Remove redundant call to in{,6}_pcbbind() from tcp PRU_CONNECT.chrisz2014-04-061-11/+1
* Remove unused proc argument in in6_control().mpi2013-11-221-2/+2
* Put a large chunk of the IPv6 rdomain support in-tree.phessler2013-10-201-5/+5
* The header file netinet/in_var.h included netinet6/in6_var.h. Thisbluhm2013-10-171-1/+5
* Add the TCP socket option TCP_NOPUSH to delay sending the stream.bluhm2013-08-121-1/+16
* In tcp_ctloutput() tp was assigned at two different places for IPv4bluhm2013-08-061-6/+1
* Move an extern declaration into its corresponding header file.mpi2013-05-171-4/+1
* Remove various external variable declaration from sources files andmpi2013-04-101-9/+1
* Correct the spelling of "transferred" and "transferring"guenther2012-02-241-3/+3
* When used with socket splicing, tcp_usrreq() might get called withbluhm2012-01-031-2/+6
* Add sysctl net.inet.tcp.always_keepalive, when this is set the systemsthen2011-07-061-1/+5
* Make in_broadcast() rdomain aware. Mostly mechanical change.claudio2011-04-281-2/+3
* Correctly inherit and set the watermarks on socketbuffers.claudio2011-04-041-11/+5
* In tcp_update_sndspace() and tcp_update_rcvspace() change the typebluhm2010-10-101-3/+3
* Fix a unfinished comment and add another one for tcp_update_(snd|rcv)space().claudio2010-09-291-2/+9
* TCP send and recv buffer scaling.claudio2010-09-241-3/+71
* There is no reason to allow unicast IPv4 mapped IPv6 addresses in tcpclaudio2010-06-071-5/+2
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-1/+2
* Initial support for routing domains. This allows to bind interfaces toclaudio2009-06-051-9/+4
* Remove {tcp/udp}6_usrreq(); Since the normal ones nowthib2008-05-241-14/+1
* Deal with the situation when TCP nfs mounts timeout and processesthib2008-05-231-9/+10
* divert for ipv6; ok henning, pyrmarkus2008-05-151-2/+2
* divert packets to local socket without modifying the ip header;markus2008-05-091-2/+2
* implement sysctls to report IP, TCP, UDP, and ICMP statistics andreyk2007-12-131-1/+8
* TCP_COMPAT_42 was last used in 1997. Kill it.deraadt2007-11-271-6/+1
* in the strange/unnatural/ridiculous situation where a non-blockingderaadt2007-11-161-2/+5
* since thehenning2007-09-011-1/+2
* merge tcp_set_iss() and tcp_set_tsm(); ok mcbride, djm (on earlier version)markus2007-06-251-6/+2
* Drop the current random timestamps and the current ISN generationmarkus2007-06-151-3/+3
* - check th_ack against snd_una/max; from Raja Mukerji via hugh@markus2005-03-041-1/+15
* Move #ifdef INET6 outside of 'case AF_INET6:' in tcp_ident().mcbride2005-02-221-2/+2
* Modulate tcp_now by a random amount on a per-connection basis.mcbride2004-10-281-1/+8
* tcp_trace() expects short, not int; ok deraadtmarkus2004-07-151-2/+2
* Require NULL oldp when dropping a connection.otto2004-04-271-5/+7
* change tcpdrop to require newp instead of oldp; suggested by ottomarkus2004-04-261-12/+13
* add TCPCTL_DROP; ok deraadt, cedric, grange, ...markus2004-04-251-6/+31
* remove duplicate if. from pedro martelletto, ok markus@tedu2004-04-121-8/+2
* limit total number of queued out-of-order packets to NMBCLUSTERS/2; ok mcbridemarkus2004-03-021-1/+14
* switch to sysctl_int_arr(); ok itojun, henning, miod, deraadtmarkus2004-02-151-48/+15
* rename tcp sockopt TCP_SIGNATURE_ENABLE to TCP_MD5SIGhenning2004-01-311-3/+3