Age | Commit message (Expand) | Author |
2016-03-29 | Allow to adjust tcp_syn_use_limit with sysctl net.inet.tcp.synuselimit. | Alexander Bluhm |
2016-03-23 | Merge in_pcbbind() and in6_pcbbind(), and change every call to | Vincent Gross |
2015-09-11 | in6_embedscope() needs to lose some weight. Remove the last argument. | Claudio Jeker |
2015-08-27 | When the dynamic TCP update is reducing so->so_snd.sb_hiwat the | Alexander Bluhm |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
2015-06-07 | Introduce unhandled_af() for cases where code conditionally does | Jonathan Gray |
2015-06-07 | Replace a bunch of == 0 with == NULL in pointer tests. Nuke some | Kenneth R Westerback |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-11-25 | Since in_broadcast() is now used to always iterate on all the interfaces | Martin Pieuchot |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-04-06 | Remove redundant call to in{,6}_pcbbind() from tcp PRU_CONNECT. | Christopher Zimmermann |
2013-11-22 | Remove unused proc argument in in6_control(). | Martin Pieuchot |
2013-10-20 | Put a large chunk of the IPv6 rdomain support in-tree. | Peter Hessler |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-08-12 | Add the TCP socket option TCP_NOPUSH to delay sending the stream. | Alexander Bluhm |
2013-08-06 | In tcp_ctloutput() tp was assigned at two different places for IPv4 | Alexander Bluhm |
2013-05-17 | Move an extern declaration into its corresponding header file. | Martin Pieuchot |
2013-04-10 | Remove various external variable declaration from sources files and | Martin Pieuchot |
2012-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe |
2012-01-03 | When used with socket splicing, tcp_usrreq() might get called with | Alexander Bluhm |
2011-07-06 | Add sysctl net.inet.tcp.always_keepalive, when this is set the system | Stuart Henderson |
2011-04-28 | Make in_broadcast() rdomain aware. Mostly mechanical change. | Claudio Jeker |
2011-04-04 | Correctly inherit and set the watermarks on socketbuffers. | Claudio Jeker |
2010-10-10 | In tcp_update_sndspace() and tcp_update_rcvspace() change the type | Alexander Bluhm |
2010-09-29 | Fix a unfinished comment and add another one for tcp_update_(snd|rcv)space(). | Claudio Jeker |
2010-09-24 | TCP send and recv buffer scaling. | Claudio Jeker |
2010-06-07 | There is no reason to allow unicast IPv4 mapped IPv6 addresses in tcp | Claudio Jeker |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2008-05-24 | Remove {tcp/udp}6_usrreq(); Since the normal ones now | Thordur I. Bjornsson |
2008-05-23 | Deal with the situation when TCP nfs mounts timeout and processes | Thordur I. Bjornsson |
2008-05-15 | divert for ipv6; ok henning, pyr | Markus Friedl |
2008-05-09 | divert packets to local socket without modifying the ip header; | Markus Friedl |
2007-12-13 | implement sysctls to report IP, TCP, UDP, and ICMP statistics and | Reyk Floeter |
2007-11-27 | TCP_COMPAT_42 was last used in 1997. Kill it. | Theo de Raadt |
2007-11-16 | in the strange/unnatural/ridiculous situation where a non-blocking | Theo de Raadt |
2007-09-01 | since the | Henning Brauer |
2007-06-25 | merge tcp_set_iss() and tcp_set_tsm(); ok mcbride, djm (on earlier version) | Markus Friedl |
2007-06-15 | Drop the current random timestamps and the current ISN generation | Markus Friedl |
2005-03-04 | - check th_ack against snd_una/max; from Raja Mukerji via hugh@ | Markus Friedl |
2005-02-22 | Move #ifdef INET6 outside of 'case AF_INET6:' in tcp_ident(). | Ryan Thomas McBride |
2004-10-28 | Modulate tcp_now by a random amount on a per-connection basis. | Ryan Thomas McBride |
2004-07-15 | tcp_trace() expects short, not int; ok deraadt | Markus Friedl |
2004-04-27 | Require NULL oldp when dropping a connection. | Otto Moerbeek |
2004-04-26 | change tcpdrop to require newp instead of oldp; suggested by otto | Markus Friedl |
2004-04-25 | add TCPCTL_DROP; ok deraadt, cedric, grange, ... | Markus Friedl |
2004-04-12 | remove duplicate if. from pedro martelletto, ok markus@ | Ted Unangst |
2004-03-02 | limit total number of queued out-of-order packets to NMBCLUSTERS/2; ok mcbride | Markus Friedl |