summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_usrreq.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* !sack_disable -> sack_enable; ok deraadt@markus2004-01-311-7/+7
* add support for getsockopt(..., TCP_SIGNATURE_ENABLEhenning2004-01-301-1/+6
* support for RFC3390 (Increasing TCP's Initial Window); ok deraadt, itojunmarkus2004-01-291-1/+4
* import netbsd's version of David Borman's syncache codemarkus2004-01-061-1/+7
* de-register. deraadt okitojun2003-12-101-9/+9
* Mbuf tag tcp and udp packets which are translated to localhost, andmcbride2003-12-081-3/+3
* add in(6)_pcblookup_listen() and replace all calls to in_pcblookup()markus2003-11-041-7/+5
* backout following:itojun2003-06-091-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* use m_pulldown not m_pullup2. fix some bugs in IPv6 tcp_trace().itojun2003-05-291-2/+2