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